Anonymous
yo
トミ
Anonymous
here we are
Anonymous
if anyone has ports installed can you list them like pkg info output?
Anonymous
even better would be section pkg description
Momo
Ports as in self compiled pkgs? Yes, they show up the same way
Anonymous
you can list the ports the same way how?
Anonymous
like pkg info > ~/pkg-list
Anonymous
^^ that only list installed
Carl
pkg info | while read ITEM; do
pkg info $(echo ${ITEM} | awk '{print $1}') | grep binary >/dev/null || echo ${ITEM}
done
Carl
this wiould discard the binary ones
Carl
and show the no binary ones
Anonymous
nevermind
Anonymous
Hiii, I’m super new Freebsd, I was trying to install dwm but x11 headers are not present in /usr/include. I tried installing libX11 but still the x11 headers were not installed in /usr/include
Anonymous
Plz help!!
ɴꙩᴍᴀᴅ
Plz help!!
Also, from where are you trying to build dwm? From suckless repo or from the FreeBSD port?
Alexander
Alexander
Also, please read https://docs.freebsd.org/en/books/handbook/ports/
Chris
Plz help!!
https://horodistea.wordpress.com/2020/02/06/compiling-suckless-tools-on-freebsd/
Anonymous
Anonymous
ɴꙩᴍᴀᴅ
From suckless repo
Then take in consideration what Alexander said to you. FreeBSD has different path for libraries than Linux (:
Jackie
I am experiencing a lot of sudden reboot with my laptop running FreeBSD 13.0 RELEASE with Xfce4 DE. How do I track down this issue?
Jackie
It happened when I unplugged the HDMI cable for my second monitor, when I logged out of a Xfce4 session, or when I woke laptop up from suspend (S3)
Jackie
One time it even happened when I quit mpv player.
Anonymous
i'm having a race type condition with memory
Anonymous
Wintermute
is the freebsd forum down for you guys too?
K
Stéphane
Jackie
My touchpad vertical scroll works in Xfce4 but not in openbox session, what do I do?
ɴꙩᴍᴀᴅ
Jackie
I saw in /var/log/Xorg.0.log that libinput was used for touchpad, so I may have to tweak with libinput options I think.
ɴꙩᴍᴀᴅ
That log yeah, I was afk
ɴꙩᴍᴀᴅ
You may need to configure a 40-libinput.conf file with some tweaks for the touchpad
Jaco
I miss running this system😔Linux just ain't the same...
Anonymous
has freebsd lock out the ports ?
Anonymous
Jackie
ɴꙩᴍᴀᴅ
Regarding the forum, admins are on it (:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261248
Jackie
ɴꙩᴍᴀᴅ
Jackie
Adding it to my 40-libinput.conf to see if it'll work permanently.
Jackie
though I am still curious why it worked in Xfce4 without any manual config
Jackie
Jackie
Rebooted and seems `40-libinput.conf` is doing the trick for me. hooray
Jackie
Jackie
And it didn't seem to happen in the last several days in openbox, yet
ɴꙩᴍᴀᴅ
Interesting... I never used any of them over FreeBSD so I have no clue at all. Sudden reboots over Xfce4 is something I had eventually over a Debian installation, so might not be tied to FreeBSD
ɴꙩᴍᴀᴅ
But can also be a problem of something else and not Xfce4 itself
Jackie
really clueless. I've been using Debian sid plus Xfce4 on my work laptop for years and didn't recall this happened even once. but I may have see it on this FreeBSD system for over 10 time nows. And I've only used FreeBSD for less than 2 months now.
Jackie
it happened multiple times when I click "Logout" from Xfce4 menu. And also few times when I unplug a HDMI cable for a second monitor from the laptop. Also maybe 2 or 3 time when I am at lightDM login screen, didn't remember what I was doing though.
Jackie
It really annoys me and make me worry about data loss or hardware damage. drives me to abandon Xfce4 on this laptop, though I've been using it for year and it's my favorite.
Jackie
I hold my breath now every time I logout or use my second monitor. this REALLY sucks🤦🏻♂️
ɴꙩᴍᴀᴅ
ɴꙩᴍᴀᴅ
To install CURRENT versions you need to fresh install them from image files. Only Release versions have integrated system upgrading
Anonymous
You're just too fast.
Anonymous
looks good to me
[][I/0][]
maybe that volume has another partition
Anonymous
i think that's dolphin being weird.. the drive is already mounted.
Anonymous
just ignore it
Anonymous
did you install the ports collection ?
Anonymous
ok can you tell me from the ports what is gxmms2
Anonymous
humm /usr/ports/multimedia/gxmms2 in there should be a pkg description
Anonymous
ok thx
Anonymous
ya planing on installing kde5 ?
Anonymous
yeah saw that
[][I/0][]
u can access those unmountable volume using linux live environment
[][I/0][]
actually i had encountered this while ago,because partition was ext4 n bsd unable to mount that volume
Anonymous
mount linux ext4 drives on Freebsd You can mount linux ext4 drives on Freebsd using fusefs-ext2 package Install fusefs-ext2 # pkg install fusefs-ext2 Enable the fuse kernel module To enable loading FUSE kernel module at boot add fuse_load=YES line to the /boot/loader.conf file Edit /boot/loader.conf # vi /boot/loader.conf.
Anonymous
diferent animal
Anonymous
like ya need fuse for mounting exfat and/or ntfs volumes
Anonymous
it show up w/ kldstat ?
Anonymous
your good here tho.