-
jb1277976
guys i can't boot into my system. it boots up and when it goes to start xfce its just a blank screen with a cursor at the top left
-
jb1277976
i took everything tha i put in loader.conf and rc.conf and still nothing. im at the console and i did startx and now no screens
-
rtprio
what exactly do you see
-
jb1277976
im looking at Xorg.log and it says open /dev/dri/card0 no such file or directory falling back to old probe method for modsetting VGA arbiter: cannot open kernel arbiter no multi-card-support
-
jb1277976
i was installing webcamd
-
jb1277976
thats the last thing
-
rtprio
but X was working before?
-
jb1277976
yes after a reboot it stopped working like 5 mins ago
-
rtprio
and you start x with 'startx' ?
-
jb1277976
nope i have a login manager
-
jb1277976
lightdm or ssdm i forgot
-
jb1277976
its a black screen when it boots but i can move the mouse
-
jb1277976
wierd
-
jb1277976
i can go to a tty
-
rtprio
i find it doubtful that webcamd broke your whole works
-
jb1277976
yea
-
jb1277976
do you think its a serivice that started ?
-
rtprio
freebsd doesn't start services for installed software automatically
-
rtprio
did you build video card drivers?
-
jb1277976
nope i did pkg install drmk something i forgot
-
jb1277976
let me print out my xorg log
termbin.com/9cal
-
jb1277976
i think its here
dpaste.org/4OGG5
-
VimDiesel
Title: dpaste/4OGG5 (Python)
-
mns
jb1277976: I haven't dealth with X11 setup in over a decade, and that too, it was on Debian. With that caveat out of the way, I think its one of your X11 setup files in /etc/X11. I don't have it installed otherwise I'd take a look to see which one it might be.
-
jb1277976
ok
-
rtprio
also, wayland is the new thing
-
rtprio
seems to work better than X and is a bit easier
-
polyex
does it actually tho or is that hype?
-
jb1277976
-
VimDiesel
Title: 255040 – Xorg sever terminates with error on 13.0-RELEASE
-
deacon426
I found wayland to work really well on FreeBSD, as did X
-
jb1277976
Guys i'm back in
-
polyex
wb
-
jb1277976
this is probably bad but i put in my rc.con kldlist="drm i915kms" rebooted and it worked
-
jb1277976
rc.conf*
-
mns
I've never used wayland in my life.
-
rtprio
jb1277976: there you go. we don't all know what you did. so in a matter of speaking, only use can fix it
-
jb1277976
question i'm trying to get my microphone i gave up on the internal one a long time ago. me and koobs tried for like a day. i have a usb mic and in audactiy it records on /dev/dsp3 how can i play a sample file on /dev/dsp3 from the terminal to test ?
-
feurig
hey howdy
-
feurig
I have a stupid question. Trying to install node_exporter. I get
-
feurig
```
-
feurig
/usr/local/etc/rc.d/node_exporter start
-
feurig
Starting node_exporter.
-
feurig
nobody is not allowed to log in on /dev/pts/0
-
feurig
```
-
feurig
I think there is a login.conf setting somewhere for this but I dunno.
-
feurig
This works on most of our boxes.
-
polyex
anyone else got a regression in past few months or so on 13.2 amd nvme zfs? back to 12.x kinda behavior with random pauses in i/o
-
dch
jb1277976:
-
dch
jb1277976: use `mpg123 -d /dev/dsp1.0 some.mp3` from ports
-
jb1277976
Will do even I get home. I been doing research and should try a veggie boot then look at device.hints
-
nimaje
feurig: stuff in /etc isn't meant to run directly, to start services use the service command
-
Beladona
I did `webcamd -d ugen2.3` to make wacom tablet/pen working. it worked but now I see /usr/local/libexec/Xorg :0 -auth /home/user1/.serverauth.2199 taking 200% of cpu. What should I do?
-
parv
Beladona, Is there a correlation between Wacom hardware being usable & Xorg taking 200% CPU?
-
parv
.oO( Wonder if the difference is of polling being used instead of some interrupt-driven use )
-
babz
or some irq storm maybe ?
-
parv
The IRQ storm should be easy to confirm by looking in "dmesg(8)" and/or in /var/log somewhere
-
nimaje
hm,
wiki.freebsd.org/WacomTablet seems a bit outdated as it references HAL, but are you in the webcamd group? is libwacom installed?
-
VimDiesel
Title: WacomTablet - FreeBSD Wiki
-
last1
is there a way to associate MCA errors with physical dimms ? For example, I have this error in the logs: Oct 27 17:41:19 zfs2 kernel: MCA: Address 0x1dcaebb000 (Mode: Physical Address, LSB: 6)
-
last1
but in the dmidecode output I have no such address range, they are all like: Starting Address: 0x00000000000 Ending Address: 0x007FFFFFFFF
-
parv
last1, There is "mcelog-178" (never used it myself)
-
last1
yeah, I did run it but it provides little help unfortunately
-
LxGHTNxNG
people, amiite?
-
LxGHTNxNG
amirite*
-
meena
FreeBSD defbix 15.0-CURRENT FreeBSD 15.0-CURRENT main-n266290-500196c5c705 GENERIC-MMCCAM amd64
-
meena
wheehow. we're back in business with my favourite kernel.
-
meena
that reminds me, I need to polish a few patches…
-
meena
LxGHTNxNG: people. indeed,
-
Beladona
nimaje: libwacom is installed
-
Beladona
nimaje: not sure if I am in the webcamd group but I do that (webcamd command) via root. and use wacom tablet as another user.
-
yourfate
i'm installing openjdk 21 and it says I need to mount fdescfs and procfs. I already have mounted the linux compat layer fdecfs, and plan to also use the linux compat procfs, will that be a problem?
-
yourfate
ah I misread, figured it out
-
yourfate
(the linux compat stuff is mounted to `/compat/ubuntu/<whatever>`, so it won't collide with the procfs and fdescfs mounted at /)
-
deacon426
morning all
-
meena
heya folks! I just upgraded a machine from 13.2 to 14.0-RC4, and I'd like to move my home from zroot/usr/home to zroot/home; What's a safe and sensible way of doing that?
-
nimaje
Beladona: use groups as your user to figure out in which groups it is, for xorg you want to be in video and for webcamd in webcamd that command should just setup the hardware and I think it shouldn't matter which user runs it as long as that user has the permissions to run it
-
meena
send | receive?
-
nimaje
zfs rename?
-
meena
nimaje: I don't think that works across datasets
-
dtomato
Yeah zfs rename is probably what you want ... send | recv will be a lot of wasted IO
-
meena
meena: wrong
-
meena
dtomato: it's literally 22 megs lol
-
dtomato
haha... ok, well, wasted typing ... and only a little bit of IO :D
-
mns
-
VimDiesel
Title: zfs rename/move root filesystem into child - Server Fault
-
meena
now i just have to fix this mount point: zroot/home 17.3M 10.9G 17.3M /zroot/home
-
meena
well, that was easy. My poudriere build box is now on 14.0-RC4!
-
mns
how did you fix the zroot/home ?
-
nimaje
but why move it at all? /usr/home works perfectly fine; and did you change the home dir for the users?
-
meena
mns: zfs set mountpoint=/home zroot/home
-
meena
nimaje: my users are created with /home/$name, but /home was just a symlink, so when you login, it annoyingly showed the "wrong" directory in full path, instead of … nothing, as it does for users who are in the correct path. It's really just a tiny bit of annoyance, that's all
-
babz
also I think on some sells it can break your PS1
-
nimaje
I would probably have fixed the user record to have the correct path instead of changing the path itself
-
meena
nimaje: I'm just going with the times…
-
meena
FreeBSD beasdix 14.0-RC4 FreeBSD 14.0-RC4 releng/14.0-n265375-0d4c814512b GENERIC-MMCCAM amd64
-
hackerman
After a ZFS installation on the entire disk. Without any extra disks is there any way to install linux alongside it?
-
Beladona
nimaje: so what exactly do I need to do now?
-
nimaje
Beladona: so your user is part of these two groups? then sorry no idea
-
nimaje
hackerman: hm, so you would need a setup where freebsd and linux share the same zpool, as you can't shrink a zpool
-
hackerman
nimaje, yes that's what I figured
-
nimaje
if you are feeling adventurous you could try if you can get loader_lua to boot linux and create some dataset on the zpool for linux to use and then some loader and zfs juggling to only mount the linux datasets when booting linux and the freebsd dataset when booting freebsd, but no idea if it is possible to boot linux via loader
-
jimmiejaz
ghostscript9
-
jimmiejaz
eek, sorry y'all.
-
mns
meena: thanks.
-
kevans
worth noting that loader.efi at least can chainload other EFI applications
-
kevans
it would be incredibly easy to add your own option to the boot menu via local.lua that boots into another OS
-
kevans
(or rather, more likely, another OS' loader)
-
Beladona
nimaje: how can I check?
-
babz
Beladona: id(1)
-
Beladona
babz: nimaje: `id` says uid=1001(user1) gid=1001(user1) groups=1001(user1),0(wheel),5(operator),44(video),145(webcamd),920(vboxusers)
-
CrtxReavr
meena, yes. . FreeBSD defautls to /home being a symlink to /usr/home. . . but if you're actually building a multi-user system, then I very strongly recommend a dedicated /home volume.
-
meena
CrtxReavr: starting 14.0 we've migrated to /home
-
meena
CrtxReavr: now, in 15.0 we might see a merging of /usr/bin and /bin :D
-
CrtxReavr
That's prolly unwise.
-
CrtxReavr
One of things I've long considered a strong point of FreeBSD is that the project actually follows hier(7).
-
CrtxReavr
Almost every linux distro ignores, it, and if you point out the fact enough times, their solutin is just to delete hier(7).
-
meena
CrtxReavr: every Unix derivate follows their interpretation of hier
-
CrtxReavr
False.
-
meena
and what, exactly, hier is has changed over the past 40+ years.
-
meena
like, remember when we had binaries in /etc?
-
CrtxReavr
Binaries?
-
CrtxReavr
No.
-
CrtxReavr
Executable scripts, yes.
-
CrtxReavr
'Course, Solaris and HP-UX have been really good at ignoring their hier(7) page as well.
-
meena
I wasn't gonna get out the big guns myself. Glad you got there first.
-
kevans
I mean, yeah, we won't delete hier(7)... we'll just update it to match our new reality
-
babz
just symlink everything to /system32 frr
-
meena
we keep moving binaries between /usr/*bin and /*bin as we need them for some part of the boot process, but as the baseline for the machine required (available) to run FreeBSD grows, it's much easier to stop doing that, and just stuff everything into /bin
-
meena
we could then even go as far as deciding that everything the base system installs is in /*bin and /lib*, and ports are then free to use /usr/*bin and /usr/lib*
-
meena
heresy, i know, but at least it's shorter paths.
-
babz
reminds me of this great Suckless(TM) project
-
babz
-
VimDiesel
Title: Filesystem | static linux
-
unixman_home
Hey all, I have a work repo server running on FreeBSD that serves several mirrored repos for our internal network hosts that are blocked from the internet. Today I am tasked with adding a RHEL mirror to this. The "solutions" I am finding on The Internet all presume the host is a Hed Rat host and use tools that are only on Hed Rat. Is anyone here able to point me to a resource on how to mirror RHEL package repos on FreeBSD?
-
SimpleIRC_pG7xpd
Is there any way to turn a uefi ZFS install to also boot legacy after installation?
-
meena
-
babz
they would probably have told you that it's your browser that sucks, because it works perfectly with w3m in termux.
-
jb1277976
guys is device.hints complicated and is there a tut on it ?
-
jb1277976
im trying to get my microphone working. been all over the forums and google. lots of people have had luck with a verbose boot looking at device.hints changing it and it working. here is my sndstat
termbin.com/vx4c
-
jb1277976
al virtual_oss
-
jb1277976
s/al/also/
-
nimaje
unixman_home:
pagure.io/quick-fedora-mirror claims it can do it with zsh, rsync, awk and "the usual core utilities" (and we have dnf in ports, so maybe you could port this "createrepo_c" and do it like
trivialfis.github.io/linux/2017/02/…Create-a-local-mirror-with-dnf.html)
-
VimDiesel
Title: Overview - quick-fedora-mirror - Pagure.io
-
unixman_home
nimaje, thanks! I will look that over. Much appreciated.
-
jb1277976
im excited a friend we lent a laptop to about a year ago. left to los angelas and gave us the laptop back its a Notebook 7 spin 15.6 gonna put freebsd on it when i get the charger tomorrow from amazon. anyone know what specs are on this thing and if it will work with freebsd ?
samsung.com/us/computing/windows-la…6---12gb-ram--np740u5m-x01us/#specs
-
rtprio
unixman_home: you could try running the repo thing in a jail with linux emmulation. you could run bhyve and emmulate a linux machine.
-
rtprio
unixman_home: you could also set up a linux box and figure out the file structure and rsync them from ... somewhere
-
ghoti
jb1277976: looks like you already know the specs. I would be hugely surprised if you had problems running freebsd on this, though you might have trouble with less standard bits like sound, or lid-closure.
-
ghoti
"
-
ghoti
"360 degree rotating display" sounds intriguing, and non-standard. :) Is display position somehow reported to the OS through a Wndows driver? No idea.
-
jb1277976
ghoti: what do you mean by less standard bits like sound? will sound work ?
-
jb1277976
also im googleing the nvida driver to see if i can get it working
-
jb1277976
im going to
bsd-hardware.info and uploading my specs to see what works tomorrow
-
VimDiesel
Title: BSD Hardware Database
-
unixman_home
rtprio, thank you for the suggestions. Of those the jail idea is intriguing. The other two will not be feasible in this situation.
-
ghoti
jb1277976: I have not heard of SoundAlive, and the specs for that laptop don't seem to include chipset names for things like USB. After you do some testing, please do contribute your results so others may benefit from them.
-
jb1277976
Ok I just got a charger from the local store going into bios right now and turning off secure boot
-
ghoti
I don't imagine you'll have any trouble with an nvidia 940mx.
-
armin
friends don't let friends use nvidia.
-
jb1277976
I think there is Intel on here
-
armin
intel good. not fast, but good.
-
armin
Still, even with some NOvideo graphics card you should have no problems, yea, but AMD is the safe bet currently (I think!?).
-
ghoti
AMD has been much better since they bought ATI. Before then, I had trust issues with their hardware.
-
jb1277976
Booted to live cd and ran pciconf -lv looks like a Intel hd graphics 620 a Nvidia GeForce 940mx wireless 8260 a sunrise point-lp smbus
-
jb1277976
I'll do the bsd hardware stuff after the install
-
ghoti
All listed in the specs you posted the URL for earlier. Curious about sound though.
-
jb1277976
Me too
-
jb1277976
-
VimDiesel
Title: HW probe of Samsung 740U5M #1a996f2f48
-
jb1277976
sound worked just by loading the snd driver :P right out the box
-
jb1277976
using modsetting for the interl grpahics not using the nvidia
-
BillyJoeBob
Does anyone use RawTherapee on FreeBSD? I'm having an issue where it crashes when trying to edit NEF files. Crashes in GIMP too with the RawTherapee plugin.
-
polyex
why doesn't sudo echo $SUDO_USER return anything?
-
zwr
because you're trying to echo the $SUDO_USER variable in the shell that is invoking sudo, not the shell invoked by sudo
-
jb1277976
This microphone works right out of the box :P
-
polyex
zwr oh ya. how do i do that then?
-
zwr
sudo sh -c 'echo $SUDO_USER'
-
polyex
works!!
-
jb1277976
this laptop needs serious love. it went from 65 to 58 in like 10 mins
-
cedb
65 wot
-
jb1277976
that for me ?
-
jb1277976
oh yea crazy huh
-
jb1277976
-
VimDiesel
Title: TuningPowerConsumption - FreeBSD Wiki
-
jb1277976
im at 47
-
nimaje
units would be helpful
-
jb1277976
i will do research on that
-
nimaje
what research do you need to write the units your numbers have? I would assume % battery from the context, but that is just a guess