-
tpbsd
Hi All, I'm having trouble updating /boot/zfs/zpool.cache on a 13.1-RELEASE-p6 GENERIC amd64 machine, any words of wisdom please ?
-
TommyC
trouble updating it in what sense?
-
tpbsd
the bottomline is I have to do 'zpool export zstore' then 'zpool import zstore' after every reboot to get my pool back, which doesnt seem sensible ?
-
Erhard
Anyone know a cheap basic video card that will work in modern EUFI machines? I don't need it for games or anything. Just a basic desktop.
-
yuripv
i have a fanless gt730
-
Erhard
Will that work in a EUFI machine? SOme of these new x670 boards disable the internal graphics if you want to use legacy ROMs on cards.
-
Erhard
UEFI, sorry
-
yuripv
it seems to work with UEFI boot, yes, guess that depends on the make?
-
Erhard
I see there is one for like $35. That's not to obad. I wish it did HDMI directly because that's what my remote KVM wants.
-
Erhard
But I need a few of these for some machines used mainly as servers.
-
Erhard
Really irksome
-
yuripv
-
Erhard
Thx
-
Erhard
The problems is I need like 5 or 6. So I want them as cheap as possible.
-
Philonous
Is it save to call getsocketname() on an unconnected socket to discover the protocol family?
-
Philonous
Sorry, on an unbound socket
-
Philonous
The connection state shouldn't factor into it.
-
concrete_houses
I mounted a drive with htfs-3g and I copied 40 g files over, this morning I get i/o error.... I notice that chown -R g: /b does not work everything is still owned by root
-
concrete_houses
I tried mounting witu uid=1001 my user g no good
-
concrete_houses
What could be wrong?
-
concrete_houses
I use ufs
-
concrete_houses
touch /b/345 works
-
jarebear6expepjo
any suggestions for why firefox won't play sound but chromium does fine?]
-
concrete_houses
sysctl hw.snd.default_unit=0
-
concrete_houses
mixer vol 100
-
RoyalYork
Hi everyone. Got XFCE running on FreeBSD/VirtualBox
-
RoyalYork
It's a bit laggy. I'm sure its either a video driver or VB setting
-
yuripv
which driver is it using?
-
jarebear6expepjo
concrete_houses, switching default units does not work for me. everything else works as expected, system sound wise
-
RoyalYork
Are there any virtualbox guest video accelleration addons?
-
RoyalYork
@yuripv, the VMWARE driver
-
RoyalYork
vendor = 'VMware'
-
RoyalYork
device = 'SVGA II Adapter'
-
RoyalYork
Im running it via VirtualBox, not baremetal
-
RoyalYork
I installed the xf86-video-vmware package as well
-
RoyalYork
rebooting. brb
-
CCFL_Man
another linux user using freebsd for the first time?
-
concrete_houses
hmmm
-
concrete_houses
srating fox as uer not root?
-
concrete_houses
starting
-
jarebear6expepjo
yeah as user. i'm still tinkering i know im missing something
-
yuripv
RoyalYork: i don't think there would be any acceleration without the support in drm-kmod (and it's not there yet/still)
-
concrete_houses
I iwll say this
-
concrete_houses
you have to close both browser then change setting if any
-
concrete_houses
then open new xterm
-
concrete_houses
and open 1 browser
-
concrete_houses
go youtube n test
-
concrete_houses
and sometimes I have to hit the setting twice before opening the xterm
-
concrete_houses
and then the browser
-
concrete_houses
I mess with it mainly to use earphones
-
concrete_houses
and switch back
-
jarebear6expepjo
i really thought that would work, i've not had them both closed when changing settings. still no luck
-
ElectricJozin
Whats the BSD equivalent to procfs
-
meena
ElectricJozin: what's procfs?
-
ElectricJozin
I found it usefull to for example check the open fd of a process, how could I do that easily
-
ElectricJozin
meena, linux /proc directory
-
ElectricJozin
I thought it was a UNIX thing
-
parv
FreeBSD is not UNIX™ though
-
la_mettrie
not UNIX™, just real UNIX
-
parv
Nope, would be "Unix"
-
meena
ElectricJozin: anyway, it's not on my default,
man.freebsd.org/procfs(4) and it doesn't expose half as much data as Linux does
-
VimDiesel
Title: procfs(4)
-
meena
according to Wikipedia, OpenBSD got rid of it completely
en.m.wikipedia.org/wiki/Procfs
-
VimDiesel
Title: procfs - Wikipedia
-
RoyalYork
@yuripv, thanks for letting me know. I can do without it for now
-
yuripv
there is a WIP PR for vmwgfx, but it seems to be outdated (and I'm not sure if it will work with what's in vbox)
-
yuripv
i'd love to see the support for vmwgfx as well, hyperv looks to be much easier to implement, but sadly hyperv vm lack any sound devices
-
RoyalYork
I would presume everyone using FreeBSD in a virtual environment is facing the same issue. This won't be a long term problem for me as Im testing FreeBSD as virtulized daily driver before I commit to going bare metal and using proper/supported hardware
-
RoyalYork
test
-
RoyalYork
hello
-
R2AMO
ping-pong detected
-
RoyalYork
thanks
-
RoyalYork
It seems my userland and kernel are on two different versions
-
RoyalYork
$ freebsd-version -ku
-
RoyalYork
13.1-RELEASE-p6
-
RoyalYork
13.1-RELEASE-p7
-
RoyalYork
I rebooted and it still persists
-
RoyalYork
Also updated and upgraded my packages
-
RoyalYork
freebsd-update fetch shows: No updates needed to update system to 13.1-RELEASE-p7.
-
» parv sighs heavily
-
RoyalYork
@parv, i know i messed up :(
-
yuripv
RoyalYork: read IMPLEMENTATION NOTES in freebsd-version man page
-
RoyalYork
yuripv, thanks. I'll have a look
-
yuripv
(it's normal for those to be different)
-
RoyalYork
I see now. "which does not update the kernel version unless the
-
RoyalYork
kernel itself was affected by the latest patch"
-
yuripv
exactly.
-
RoyalYork
Thanks for pointing me in the right direction. Need to make more use of the man pages