00:18:38 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 ? 00:22:19 trouble updating it in what sense? 00:46:38 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 ? 06:11:35 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. 06:12:42 i have a fanless gt730 06:13:40 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. 06:13:49 UEFI, sorry 06:14:19 it seems to work with UEFI boot, yes, guess that depends on the make? 06:16:18 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. 06:16:37 But I need a few of these for some machines used mainly as servers. 06:16:43 Really irksome 06:18:45 https://cdn7.bigcommerce.com/s-6bkt1ygjlf/images/stencil/608x608/products/236544/262304/yhst-172536426-9_2517_1519266485__42269.1527582477.jpg?c=2 have this one from MSI, has HDMI for sure 06:19:35 Thx 06:20:04 The problems is I need like 5 or 6. So I want them as cheap as possible. 16:08:47 Is it save to call getsocketname() on an unconnected socket to discover the protocol family? 16:09:01 Sorry, on an unbound socket 16:09:18 The connection state shouldn't factor into it. 16:11:52 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 16:12:05 I tried mounting witu uid=1001 my user g no good 16:12:13 What could be wrong? 16:12:18 I use ufs 16:13:03 touch /b/345 works 16:25:41 any suggestions for why firefox won't play sound but chromium does fine?] 16:29:07 sysctl hw.snd.default_unit=0 16:29:24 mixer vol 100 17:34:34 Hi everyone. Got XFCE running on FreeBSD/VirtualBox 17:38:29 It's a bit laggy. I'm sure its either a video driver or VB setting 17:52:32 which driver is it using? 18:03:28 concrete_houses, switching default units does not work for me. everything else works as expected, system sound wise 18:08:04 Are there any virtualbox guest video accelleration addons? 18:08:16 @yuripv, the VMWARE driver 18:09:22 vendor = 'VMware' 18:09:22 device = 'SVGA II Adapter' 18:10:26 Im running it via VirtualBox, not baremetal 18:13:03 I installed the xf86-video-vmware package as well 18:35:42 rebooting. brb 18:39:59 another linux user using freebsd for the first time? 19:01:51 hmmm 19:02:05 srating fox as uer not root? 19:02:08 starting 19:12:22 yeah as user. i'm still tinkering i know im missing something 19:17:29 RoyalYork: i don't think there would be any acceleration without the support in drm-kmod (and it's not there yet/still) 19:18:31 I iwll say this 19:18:48 you have to close both browser then change setting if any 19:18:52 then open new xterm 19:18:56 and open 1 browser 19:19:00 go youtube n test 19:19:11 and sometimes I have to hit the setting twice before opening the xterm 19:19:17 and then the browser 19:19:27 I mess with it mainly to use earphones 19:19:30 and switch back 19:28:06 i really thought that would work, i've not had them both closed when changing settings. still no luck 19:52:39 Whats the BSD equivalent to procfs 19:53:05 ElectricJozin: what's procfs? 19:53:06 I found it usefull to for example check the open fd of a process, how could I do that easily 19:53:16 meena, linux /proc directory 19:53:53 I thought it was a UNIX thing 19:55:13 FreeBSD is not UNIX™ though 19:57:32 not UNIX™, just real UNIX 20:00:35 Nope, would be "Unix" 20:04:26 ElectricJozin: anyway, it's not on my default, https://man.freebsd.org/procfs(4) and it doesn't expose half as much data as Linux does 20:04:28 Title: procfs(4) 20:05:39 according to Wikipedia, OpenBSD got rid of it completely https://en.m.wikipedia.org/wiki/Procfs 20:05:40 Title: procfs - Wikipedia 20:18:42 @yuripv, thanks for letting me know. I can do without it for now 20:22:51 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) 20:24:42 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 20:27:03 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 21:06:43 test 21:06:46 hello 21:08:18 ping-pong detected 21:08:27 thanks 21:29:43 It seems my userland and kernel are on two different versions 21:29:52 $ freebsd-version -ku 21:29:52 13.1-RELEASE-p6 21:29:52 13.1-RELEASE-p7 21:29:59 I rebooted and it still persists 21:30:06 Also updated and upgraded my packages 21:31:31 freebsd-update fetch shows: No updates needed to update system to 13.1-RELEASE-p7. 21:31:33 * parv sighs heavily 21:31:42 @parv, i know i messed up :( 21:31:53 RoyalYork: read IMPLEMENTATION NOTES in freebsd-version man page 21:32:03 yuripv, thanks. I'll have a look 21:32:11 (it's normal for those to be different) 21:33:15 I see now. "which does not update the kernel version unless the 21:33:16 kernel itself was affected by the latest patch" 21:39:06 exactly. 21:52:34 Thanks for pointing me in the right direction. Need to make more use of the man pages