-
markmcb
anyone have rails/passenger running? i'm stumped on a javascript runtime error that i do not encounter with the same app in a Void Linux instance
-
rtprio
meena: the amount of horsing around to get the ipv6 added to the network and so on, i'd probably not do it again, considering i don't have ipv6 in most places :|
-
rwp
markmcb, Compare the resulting files from both and see where they are different from each other. That will be the clue.
-
grahamperrin
CCFL_Man: also, if the data is redundant or backed up, you might run a test that involves writes.
-
grahamperrin
I'd boot from UBCD to run HDAT2 and perform a R/W/R/C test.
-
CCFL_Man
grahamperrin: thanks! i can boot HDAT2 via the ipmi interface. does it support USB controllers though?
-
CCFL_Man
looks like i'll have to connect it to the sata controller to run the test
-
CCFL_Man
i put in an RMA request with WD as it's still under warranty
-
CCFL_Man
rwp: no errors found
-
nerozero
rtprio, yes, the autostart flags is set in rc.conf. vmhost server itself reboots normally, with all guest machines start as intended
-
kenrap
-
VimDiesel
Title: ladies and gentlements!!!! ProtoType 2.0 : freebsd
-
rdr
kenrap, it's been removed
-
rdr
what was it
-
rdr
-
VimDiesel
Title: sway & waybar ultra instint ? :) : swaywm
-
rdr
actually it's a perfect night to install FreeBSD
-
kenrap
It looks kind of like that but with a black/orange-ish hacker theme. I think the one you shared looks better imo.
-
rdr
yeah, microsoft did tests
-
rdr
the research said that teal, and eventually blue, were the most ideal colours for a desktop
-
rdr
weird how people obsess over blue light now
-
kenrap
ironically, blue lighting emitting from our screens is bad for our eyes
-
rdr
but it feels so good
-
kenrap
I know.
-
rdr
can you flash a freebsd img file from Android? or only while rooted?
-
kenrap
You can flash the usb installer img using the EtchDroid app
-
rdr
good to know
-
rdr
i'm just using rufus
-
kenrap
rufus is also good
-
rdr
Okay I'm going in
-
kenrap
rdr: have fun
-
kenrap
I've been enjoying 14-CURRENT as a daily driver recently. grahamperrin's reddit comments gradually rubbed off on me. I really need to learn to use boot environments in case when an upgrade breaks
-
rdr
Oh I'm just going for 13.2
-
kenrap
I'd say, go for 13.2 first and if nothing is biting you while using it, stick with it.
-
kenrap
Although if you're feeling ambitious, then surf on the CURRENT wave
-
kenrap
Definitely recommend lurking in the CURRENT mailing lists as well
-
rdr
FreeBSD has two modes: beep repeatedly, and break everything
-
rdr
Lol jk. But I might have hosed my windows partition
-
rdr
I swore I chose my Intel SSD which was free
-
rdr
It did delete efi entries it thought was FreeBSD though
-
rdr
I'll try using a Windows boot disk to reinstall or repair tomorrow, it's too late
-
kenrap
You probably need to restore the windows efi boot loader
-
kenrap
and select the approriate boot loader through your bios/uefi's boot manager when dual booting
-
rdr
Oh I couldn't see the windows drive in my boot menu
-
rdr
Either the EFI is gone or the drive is dead lmao
-
rdr
Or maybe my computer just stopped recognizing it for some reason
-
rdr
I might have installed to the wrong drive, I thought I was being careful
-
kenrap
I think the Windows partition is still there, you just need to use the installer usb and boot into recovery mode and fix the boot loader. FreeBSD probably overwrote the efi entry for Windows.
-
kenrap
And if not, oh well.
-
rdr
Hope so, installing again is annoying
-
rdr
Yeah I have backups
-
kenrap
👍
-
rdr
Time to sleep. Night
-
kenrap
Have a good night
-
meena
rtprio: it's really frustrating that i have to pay for IPv6 to
-
meena
good morning
-
meena
rtprio: it's really frustrating that i have to pay for IPv4 to test basic things, because none of the carriers out here where I live bothered to roll out IPv6
-
kenrap
-
VimDiesel
Title: AMDGPU fails to boot : freebsd
-
kenrap
I had a similar problem to the OP when I couldn't load the `amdgpu` driver with my 6600XT. When I rebooted without the driver, I looked into the message logs and it said I was missing the firmware bin for it which drm-515-kmod didn't provide. So, I git-clone'd from the linux-firmware repo and copied the appropriate firmware to /boot/modules/amdgpu_dimgrey_cavefish_sos.bin, then `kldload amdgpu` and boom, it worked
-
nerozero
gday
-
nerozero
is there standard way to validate rc.conf for errors
-
parv
"shellcheck" could check the syntax (for a shel script) but do not know of anything which would also check the variables names & if contents make sense
-
parv
s/shel/&l/
-
parv
Well, something does check the second part after the boot; look in /etc/rc* somewhere
-
nerozero
parv, "shellcheck"
-
nerozero
?
-
parv
"pkg search -x shellcheck"
-
nerozero
ah the port ...
-
nerozero
will see.. but nothing standard on "as is" system ?
-
nerozero
same "shell check" will be to pass rc.conf to a csh, for example
-
parv
Not that I know of. Perhaps one could write something at least to check if quotes are balancde
-
parv
s/balancde/balanced/
-
parv
No idea about csh code
-
nerozero
ok thanks
-
parv
"shellcheck" just checks if the file given is a valid shell script
-
Beladona
RhodiumToad
imgur.com/woEfd2g.png the luajit issue comes again after `pkg update`
-
parv
Beladona, Had you tried "pkg lock" to not have those updated?
-
Beladona
parv doing
-
Beladona
-
Beladona
juajit -devel and luajit conflict. I wonder how both can even be installed
-
parv
Beladona, Yeah. If both install any of the files the same location, that would be a problem
-
Beladona
so what should I do?
-
Beladona
loc `luv` as well?
-
parv
Does "luv" uses "luajit" 2.0.5?
-
Beladona
it says Installed packages to be REINSTALLED:
-
Beladona
luv-1.44.2.1_1 (direct dependency changed: luajit-devel)
-
Beladona
luv seems to want luajit-devel
-
parv
What does "luv" currently use?
-
Beladona
how can I know?
-
parv
See "--dependencies" option of "pkg-info(8)"; pkg info -d luv
-
Beladona
it depends on luajit and libuv
-
Beladona
so I think I should lock luv too
-
Beladona
right/
-
Beladona
right?*
-
parv
Yup. Lock them all up
-
parv
Does "neovim" use "luv">
-
parv
s/>/?/
-
Beladona
yes
-
Beladona
I have to lock neovim now
-
Beladona
so i can't upgrade it
-
parv
Beladona, Do note that if other dependencies (not locked) change, "neovim" and/or "obs-studio" may break
-
parv
... because they were not updated (due to being locked)
-
parv
Better solution would be to have "luajit" & "luajit-devel" be installed in different places; and/or "obs-studio" be updated to work with "luajit-devel"
-
parv
I do wonder if one or the other would work if installed via The Ports ...
-
Beladona
parv i also wonder why this has not been fixed by freebsd or the package maintainers yet
-
Beladona
is this just my system or all have it?
-
Beladona
sorry disconnected
-
meena
Beladona: i would open a ports … meta? bug, and ask dependencies to be bumped to luajit-devel where possible, and also what parv suggested, failing that, make the two install in different locations if somehow possible
-
VVD
Beladona, you can edit multimedia/obs-studio/Makefile: LIB_DEPENDS_amd64=libluajit-5.1.so:lang/luajit-devel and rebuild obs-studio
-
meena
VVD: that's feels like a big rebuild…
-
meena
we could also tell her to run PostgreSQL in a jail, that could shield her from rebuilding that, but again, that's putting the onus on many individual users who might just wanna be able to use PostgreSQL and neovim at the same time, which doesn't seem like that big of an ask
-
meena
and while I'm well aware that those two things are maintained by different people / teams, they can easier coordinate among themselves, than expecting every single user to find this issue, find out how to rebuild ports, and fix dependency issues
-
meena
(this is probably the reason why debian only releases every 12 years or so: you can install a lot of debian packages along side before hitting conflicts, and it's the packagers that make it work)
-
Beladona
I see
-
» Beladona is afraid to screw things
-
Beladona
is this bug for ALL of you as well?
-
Beladona
meena you mean debian is more stable?
-
Beladona
I rebuild with help of RhodiumToad few days ago but it seems it occured again after `pkg update`
-
Beladona
VVD If my system is messed up. I can reinstall freebsd
-
VVD
Beladona, if you use self build ports - don't use pkg update
-
Beladona
I am not sure if I ever used self-build ports
-
debdrup
I'm pretty sure that's what you were instructed to do.
-
Beladona
debdrup I am not too much familier with the jargon. So doing `make` is self built `port` ?
-
Beladona
if so, then yes VVD . Thats what RhodiumToad helped me do so. But now I have locked the packages. I can live with locking neovim as well now?
-
VVD
Beladona35, multimedia/obs-studio need to be fixed.
-
VVD
As a temporary woraround you can build it self with fixed Makefile.
-
VVD
MAINTAINER= yuri⊙Fo
-
Beladona35
VVD ok. How to do that exactly? I mean specific command?
-
VVD
Beladona35, what branch of ports to u use - main or quarterly?
-
Beladona35
not quarterly
-
Beladona35
latest I think
-
VVD
Do u have ports tree locally?
-
VVD
If so - update it.
-
VVD
Edit /usr/ports/multimedia/obs-studio/Makefile:
-
VVD
replace "LIB_DEPENDS_amd64= libluajit-5.1.so:lang/luajit" with "LIB_DEPENDS_amd64= libluajit-5.1.so:lang/luajit-devel" (just add "-devel" at end)
-
VVD
pkg delete -yf obs-studio && cd /usr/ports/multimedia/obs-studio && make install clean
-
Beladona35
VVD ok if I skip it and live with no updates for obs, neovim. will that be ok?
-
VVD
Beladona35, I think yes. If you don't care about new features or other updates of both ports.
-
VVD
vishwin, u are here too
-
Beladona
VVD ok, I am noting what you wrote. will try to fix. So even if I reinstall fbsd, this issue will come again?
-
VVD
Beladona, yes. obs and neovim depends on conficting versions of luajit.
-
Beladona
and so does postgresql VVD ?
-
VVD
Beladona, what about postgresql?
-
Beladona
I had similar conflict with pg and kdenlive but i forgot
-
vishwin
because obs doesn't use the USES= framework for luajit
-
vishwin
it appears to hardcode for a case that USES=luajit covers already
-
Beladona
vishwin I see
-
VVD
Beladona, similar with luajit or with something else?
-
Beladona
VVD similar conflict but I forgot
-
VVD
Beladona, don't see luajit in deps of postgresql
-
Beladona
VVD tell me. Is this normal in opensource world of linux and freebsd?
-
Beladona
VVD there was some issue with pg and kdenlive. Iirc, was simlar but forgot it
-
Beladona
it might be in channel history if logged
-
Beladona
VVD are there more stabler and more rock solid distros/OS/releases where such bug do cannot even put its feather in?
-
VVD
I have istalled postgresql15-client-15.3 and kdenlive-23.04.2 without any ssisues on 2 different hosts.
-
Beladona
VVD i see
-
VVD
Usually it's 3rd party applications issues, not base OS.
-
vishwin
Beladona: conflicts are normal in open source unfortunately
-
vishwin
they are worse in academic/scientific software
-
Beladona
I see
-
vishwin
this isn't a commercial shop
-
Beladona
I know. but freebsd has paid support as well? That won't include these free apps like obs
-
Beladona
I guess
-
vishwin
not really
-
debdrup
there's companies who do provide commercial support, but they're completely unrelated to the project
-
vishwin
there exist commercial entities that base their stuff on FreeBSD and such
-
vishwin
but what debdrup said
-
Beladona
Q: does freebsd allow them to beincluded in main ports?
-
debdrup
that's not really a question that's easy to answer
-
debdrup
obs-studio is part of the ports tree because it's opensource software, but in the past there's been binary software included in the ports tree too
-
Beladona
ok
-
Beladona
freebsd does not provides commercial support?
-
debdrup
i can't think of any that're in the tree, but the biggest impediment is usually finding a ports committer who's interested in working on the software
-
debdrup
the project doesn't provide commercial support, no
-
debdrup
it's a volunteer opensource project, not a commercial venture like redhat or IBM
-
-
Beladona
ok
-
debdrup
there's no gotcha listed on that page on the website
-
CmdLnKid
happy fourth everyone
-
CmdLnKid
or should say have a ...
-
V_PauAmma_V
I don't think it's July 4 anywhere in the US yet.
-
V_PauAmma_V
(But I think either is correct.)
-
vishwin
12 more hours
-
CmdLnKid
thats why the "should say"
-
rwp
For the US timezones now is daylight morning hours on July 3rd but it's a long holiday weekend across multiple days. Everyone is on holiday.
-
rtprio
is there a way to ask my server what dimms it has, from the OS?
-
ek
rtprio: dmidecode should work.
-
ek
Not a built-in tool, though.
-
VVD
rtprio, try decode-dimms from sysutils/i2c-tools
-
VVD
or connect to IPMI/iLO/IMM
-
VVD
if dmidecode didn't help
-
grubaroni
3
-
bahamat
Is install.cfg documented anywhere? Search results turn up a lot of forum posts from people asking questions, but I'm having a hard time finding documentation about install.cfg itself (including just searching freebsd.org for the string "install.cfg")
-
meena
-
VimDiesel
Title: freebsd-src/usr.sbin/bsdconfig/share/script.subr at 3f21d3e0babacabb9a32e0e9a8ab290025d5577c · freebsd/freebsd-src · GitHub
-
bahamat
meena: That's not exactly what I would call a "documented" feature.
-
meena
same
-
meena
I'm trying to find out agar resword even means
-
meena
-
VimDiesel
Title: Add support for scripting (sysinstall style). · freebsd/freebsd-src@99bc932 · GitHub
-
VVD
-
VimDiesel
Title: 271085 – multimedia/obs-studio conflict with neovim due to luajit dependency
-
VVD
Created 2 months ago.
-
Beladona
VVD super. but seems not solved yet?
-
VVD
It was without patch. ;-)
-
VVD
I added patch - waiting maintainer.
-
VVD
If he agree I can commit the patch or he can commit it self.
-
Beladona
VVD great ! so this will be solved?
-
VVD
Definitely!
-
VVD
But I can't say when...
-
VVD
:-D
-
Beladona
awesom
-
Beladona
VVD I recal the issue with postgres and kdenlive was gdal
-
Beladona
as I see a lock on it in history of commands
-
Beladona
but maybe I am wrong
-
VVD
Beladona, can you describe this conflict same as in PR about luajit?
-
VVD
Better create separate PR and post URL here.
-
Beladona
its resolved now. don't have the issue now to replicate