-
rtprio
dvl: you could 'service bhyve restart' which should cycle all of them and bring back the ones in the list
-
dvl
rtprio: thanks, I needed to fill in vm_list
-
spork_css
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.
-
dvl
spork_css: FWIW, I moved from iocage to jail.conf instead.
-
spork_css
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.
-
spork_css
I also noticed that even if I had the combo of a static v6 IP and SLAAC, both worked, which is kind of neat.
-
ek
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.
-
tuaris
-
tuaris
Trying to start the jail doesn't pass the exec.start command
-
dvl
Don't make me click so many things to view your paste! ;)
-
dvl
tuaris: what file are the global vars in? What happens if you copy them into fusionpbx ?
-
dvl
tuaris: I have never used jail.d but I am very interested in the possibilities.
-
dvl
good night.
-
rtprio
cheers
-
tuaris
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
-
tuaris
Documentation on the subject is pretty much non-existent.
-
tuaris
I thought could just try to figure it with trial end erro and then write a simple guide for it
-
tuaris
trying to run dhclient from within the jail complains about it not having bpf, but I do have devfs mounted.
-
tuaris
oh neat... it worked after mashing all sorts of buttons
-
parv
💩totp-cli : Nothing for -h|--help, nor a manual page
-
kodcode
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.
-
kodcode
Here are some outputs:
termbin.com/j1knz
-
yuripv
default 192.168.8.1 UGS ue0
-
yuripv
same interface for 192.168.8.0/24
-
yuripv
kodcode: if you want them both to be enabled for a kind-of failover mode, try
docs.freebsd.org/en/books/handbook/…#networking-lagg-wired-and-wireless
-
VimDiesel
Title: Chapter 33. Advanced Networking | FreeBSD Documentation Portal
-
yuripv
(or simply don't assign address to ue0 for a quick fix)
-
futunebot
Is there a way to tell if my geli devices were encrypted with a Null key as per the recent cve?
-
futunebot
It's been too long and the command I used is no longer in my shell history
-
futunebot
sorry, had their master key encrypted with a Null key
-
V_PauAmma_V
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.
-
kodcode
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:
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?
-
futunebot
thanks for the idea V_PauAmma_V
-
kodcode
I have this errors at boot
termbin.com/xnxs ( yuripv )
-
CrtxReavr
add net default: gateway 192.168.8.1 fib 0: Network is unreachable
-
CrtxReavr
kodcode, I think you're seeing a race condition.
-
CrtxReavr
Probably not all that un-common. . .
-
CrtxReavr
Though I would wonder why yout not use DHCP to configure Wifi devices?
-
CrtxReavr
Alternatively, you could try adding your "manual" route add to /etc/rc.local
-
kodcode
CrtxReavr: I am experimenting. I would like to have a small server on the RaspberryPI.
-
kodcode
I have a very similar configuration on my laptop connected to the same network
termbin.com/kq2j8 (from /etc/rc.conf). Works great.
-
kodcode
I use only re0, and it works.
-
CrtxReavr
I would probably work if you were only on wifi too. . . since your default route is global to your system, not an interface.
-
CrtxReavr
Also. . .
-
CrtxReavr
YOu type too much: ifconfig_re0="192.168.8.100/24"
-
Dereckson
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."
-
CrtxReavr
5 minutes sounds a little insane.
-
Dereckson
It's for a dev workspace, not for backup purposes.
-
CrtxReavr
git is a thing.
-
CrtxReavr
But I'd probably script something with rsync.
-
Dereckson
I was writing "for the rareful occasion when cp badfile target ; git add target"
-
Dereckson
but yes I admit it's probably "once every two to five years that will be useful"
-
Dereckson
oh euh I meant zfs snapshots actually
-
Dereckson
(that's why I was ok with the 5 minutes idea, they're lightweight enough)
-
Dereckson
-
VimDiesel
Title: Schedule ZFS Snapshots Using zfs-auto-snapshot • Chris Cammack's Mostly FreeBSD Notes
-
» debdrup mutters something about periodic(8)
-
bhechinger
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.
-
bhechinger
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.
-
wikan
hi, how can I fix this error: libGL error: failed to load driver: i915
-
wikan
as I see there is i915 driver installed
-
spork_css
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
-
bhechinger
spork_css: i will certainly let you know if I get this working
-
mvanbaak
hum, PR 268709 (update of mediainfo) is closed (patch is committed etc) but it broke a downstream port (sonarr)
-
VimDiesel
268709 – multimedia/mediainfo: Update to 22.12
bugs.freebsd.org/bugzilla/show_bug.cgi?id=268709
-
mvanbaak
I left a comment
-
mvanbaak
sorry, will take it to -ports
-
Demosthenex
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
-
dvl
PCIe slots with hot swap SSDs which require no internal cables. It works entirely off the PCIe bus.
bsd.network/web/@dvl/109859821700420526
-
VimDiesel
Title: Dan Langille: "Those PCIe adaptors, without cables, for SSDs, wo…" - BSD Network