00:56:56 dvl: you could 'service bhyve restart' which should cycle all of them and bring back the ones in the list 00:57:57 rtprio: thanks, I needed to fill in vm_list 01:01:56 dvl: Mine (I believe, I'm not rebooting it again) was a fight between rc.conf and iocage, combined with two jails that had igb0 and ix1 confused as to which was the main internal network. 01:02:38 spork_css: FWIW, I moved from iocage to jail.conf instead. 01:03:58 I see your fix, but I'm still not clear on why the "ipv6_network_interfaces" parameter breaks it in a way that you get the main v6 IP plus one (and only one!) alias. Feels like a bug. 01:04:48 I also noticed that even if I had the combo of a static v6 IP and SLAAC, both worked, which is kind of neat. 02:18:18 spork_css: I'm also experiencing bugs with ipv6 static assignments. I'm not sure, exactly, what yet. But I'm going to submit quite a few bug reports soon. 02:49:32 It looks like /etc/jail.conf.d ignores anything in /etc/jail.conf I have some global values in http://bin.morante.net/?9582aff94c2dabe3#6QvJxWA3DtEN2uFmRBWu6UNeAUiXdLDHDWDsFBtwc3W2, and then a single jail defined in https://bin.morante.net/?64ead0cd612d76c9#BX1J1UR3uqXPQmSb5TzKnaVKxBkUzvCbXDaqibqMRdcD. 02:50:05 Trying to start the jail doesn't pass the exec.start command 03:12:51 Don't make me click so many things to view your paste! ;) 03:14:10 tuaris: what file are the global vars in? What happens if you copy them into fusionpbx ? 03:16:01 tuaris: I have never used jail.d but I am very interested in the possibilities. 03:16:10 good night. 03:16:55 cheers 03:21:50 Just messing around/experimenting with jails, vnet and epair. Trying to see if I can get DHCP to work from inside the jail, but no luck so far. I have some global values defined in /etc/jail.conf that get ignored. Seems to work if I move them to /etc/jail.conf.d. Looks like you can't split them up when using it this way 03:22:15 Documentation on the subject is pretty much non-existent. 03:23:02 I thought could just try to figure it with trial end erro and then write a simple guide for it 03:24:35 trying to run dhclient from within the jail complains about it not having bpf, but I do have devfs mounted. 03:50:15 oh neat... it worked after mashing all sorts of buttons 09:16:48 💩totp-cli : Nothing for -h|--help, nor a manual page 11:04:13 Hi. RPI with USB WIFI Network adaptor, ifconfig shows wlan1 "associated" but I can't ping my default gateway. "No route to host". Default gateway set in /etc/rc.conf defaultrouter="192.168.8.1". Please help. 11:09:10 Here are some outputs: https://termbin.com/j1knz 11:12:02 default 192.168.8.1 UGS ue0 11:12:24 same interface for 192.168.8.0/24 11:15:13 kodcode: if you want them both to be enabled for a kind-of failover mode, try https://docs.freebsd.org/en/books/handbook/advanced-networking/#networking-lagg-wired-and-wireless 11:15:14 Title: Chapter 33. Advanced Networking | FreeBSD Documentation Portal 11:20:42 (or simply don't assign address to ue0 for a quick fix) 13:50:46 Is there a way to tell if my geli devices were encrypted with a Null key as per the recent cve? 13:51:02 It's been too long and the command I used is no longer in my shell history 13:51:59 sorry, had their master key encrypted with a Null key 14:26:56 I never used geli, but I believe (per geli(8)) that to change the user key, you need both components (passphrase and keyfile) of both the new userkey and the old. This might give you a way to find out, but I haven't tried. 14:33:41 yuripv: thanks. I erased ue0 from /etc/rc.conf - now I face a different issue, I don't have a default router showing in netstat -rn even though I have this in my /etc/rc.conf and I rebooted to make sure: https://termbin.com/vbm1l - after adding it manually with `route add default 192.168.8.1` I have internet access. But why and how to fix this? 14:36:35 thanks for the idea V_PauAmma_V 14:50:06 I have this errors at boot https://termbin.com/xnxs ( yuripv ) 15:13:59 add net default: gateway 192.168.8.1 fib 0: Network is unreachable 15:14:12 kodcode, I think you're seeing a race condition. 15:14:28 Probably not all that un-common. . . 15:14:49 Though I would wonder why yout not use DHCP to configure Wifi devices? 15:15:22 Alternatively, you could try adding your "manual" route add to /etc/rc.local 15:15:42 CrtxReavr: I am experimenting. I would like to have a small server on the RaspberryPI. 15:18:24 I have a very similar configuration on my laptop connected to the same network https://termbin.com/kq2j8 (from /etc/rc.conf). Works great. 15:19:02 I use only re0, and it works. 15:19:49 I would probably work if you were only on wifi too. . . since your default route is global to your system, not an interface. 15:19:53 Also. . . 15:20:20 YOu type too much: ifconfig_re0="192.168.8.100/24" 15:21:19 Hi. What you use to manage snapshots for home directories? Something like "a snapshot every 5 minutes, hourly, daily, weekly, monthly" with retention rules like "keep only last 24 5-minutes snapshots, 48 hourly snapshots, etc." 15:22:03 5 minutes sounds a little insane. 15:22:32 It's for a dev workspace, not for backup purposes. 15:22:43 git is a thing. 15:22:58 But I'd probably script something with rsync. 15:23:14 I was writing "for the rareful occasion when cp badfile target ; git add target" 15:23:48 but yes I admit it's probably "once every two to five years that will be useful" 15:24:15 oh euh I meant zfs snapshots actually 15:24:31 (that's why I was ok with the 5 minutes idea, they're lightweight enough) 15:51:12 https://www.ccammack.com/posts/schedule-zfs-snapshots-using-zfs-auto-snapshot/ will give a try to that solution 15:51:13 Title: Schedule ZFS Snapshots Using zfs-auto-snapshot • Chris Cammack's Mostly FreeBSD Notes 17:43:20 * debdrup mutters something about periodic(8) 19:47:37 I'm trying to get hardware transcode working for plex in a jail. 13.1 host. followed the steps in the plex package and as soon as I start transcoding the machine panics. One thing I have noticed so far (no idea if this is relevant or not) but drm_info doesn't return anything in the jail. 19:48:43 One thing that I came across in my search is this may just be broken until drm-513-kmod is released, but I'm not 100% cerain on that. 19:48:53 hi, how can I fix this error: libGL error: failed to load driver: i915 19:49:18 as I see there is i915 driver installed 19:55:28 bhechinger: if you get this working, can you msg me? Been meaning to try it and recently moved plex into a jail... my GPU probably sucks, but I do want to see if it works 20:41:19 spork_css: i will certainly let you know if I get this working 20:56:12 hum, PR 268709 (update of mediainfo) is closed (patch is committed etc) but it broke a downstream port (sonarr) 20:56:14 268709 – multimedia/mediainfo: Update to 22.12 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268709 20:56:25 I left a comment 20:56:51 sorry, will take it to -ports 22:14:48 hrm, my idrac lets me get IPMI serial over lan, but i can only see the boot loader, once booted i get no console login 22:38:50 PCIe slots with hot swap SSDs which require no internal cables. It works entirely off the PCIe bus. https://bsd.network/web/@dvl/109859821700420526 22:38:55 Title: Dan Langille: "Those PCIe adaptors, without cables, for SSDs, wo…" - BSD Network