-
rtprio
wireguard works well enough, without a google account component
-
tehpeh
not if your home network has a dynamic IP or CG-NAT
-
thorongil
if i'm using a jail based on a zfs snapshot and an update to freebsd is released, i can either run freebsd-update from within the jail or make a new snapshot based on the newly-released version and then re-create the jail. are there any other methods i'm missing?
-
mason
thorongil: Shutting it down and doing it from within a chroot can be more successful sometimes.
-
thorongil
mason: thank you
-
rtprio
tehpeh: i never said you need to wireguard directly home
-
tehpeh
good for you
-
kevans
i mean, wg does work well, there
-
kevans
it's cheap and easy to put up a small machine to coordinate
-
kevans
vpns are cheap, and if you're paranoid enough you could probably layer wireguard over wireguard to add a layer of encryption through the coordinator
-
kevans
(insert "yo dawg, I heard you like wireguard [...]")
-
ivy
kevans: your MTU: <crying face emoji>
-
angry_vincent
how do i get pkg contents but remote? i need to find out which pkg provides certain header
-
babz_
angry_vincent: pkg-rquery(8) can query metadata
-
babz_
You can find who probides a shared library, but not a specific file
-
BraveheartBSD
G'day all. FreeBSD router/firewall running isc-dhcp server is not sending the dhcp server address to clients. Or it does and gets no response.
-
nimaje
tehpeh: use ipv6, so that you don't have a cg-nat problem and dns with proper automation because of the dynamic ip, so you don't use ip addresses directly
-
angry_vincent
babz_: that's the question. i know about shlibs but not individual file.
-
nimaje
well, you can grep the pkg-plist files in the ports tree, then if a port only has a few files they are somethimes defined in the Makefile, but there are also some ports that generate the plist fully dynamic while building
-
ghoti
There's less discussion here than I'm used to. Have people found a new placce to hang out? Slack, Discord, Mattermost? Or is it just that we all agree on everything and theere's nothing left to fix?
-
kevans
ivy: yeah, but the MTU drop seems like a reasonable trade-off if you really feel like you need protection from the VPN host itself
-
jbo
kevans!
-
» kevans runs
-
jbo
I saw your ECC stuff landed some time ago - nice
-
kevans
yep
-
jbo
how's life?
-
drobban
does someone have the answer to if it is possible to run nvidia-drivers on a arm-system?
-
babz_
angry_vincent: that information is not indexed on the pkg repository
-
Demosthenex
ok, so is there a tunable to cleanup the laundry before there is memory pressure?
-
morpho
how do i load graphics cards drivers?
-
morpho
the installer downloaded them but i cant figure out how to load them?
-
|cos|
morpho: have you found the freebsd handbook?
-
|cos|
-
morpho
yes! it says to install krm-kmod which is what i have done before
-
morpho
oh, i downloaded drm-61-kmod, kldload i915kms, and now its hanging on that :I
-
|cos|
morpho: you're saying `kldload i915kms` does not return?
-
morpho
yes, it just hangs on boot now
-
|cos|
morpho: oh. you added it to kld_list? :/
-
morpho
yeah
-
morpho
im in single user mode
-
morpho
thanks for helping
-
morpho
well the installer driver detection did work with my wifi
-
|cos|
morpho: the expected behaviour of loading the module would be no hang, and i think my console font gets changed. dunno what do to in your case. am out of my depth there.
-
morpho
yeah, can i change /etc/rc.conf from single user mode
-
morpho
fixing it...
-
morpho
why would it just hang though
-
morpho
i tried installing drm-kmod but it does not work either
-
|cos|
it really shouldn't just hang. that's most likely a bug.
-
morpho
yeah kind of annoying because it worked last time
-
|cos|
oh. how complete is the new installation? would it be worth installing an older release to see whether it works again then, then upgrading and see where it breaks?
-
morpho
pretty new
-
morpho
i usually use openbsd on my laptops
-
» |cos| would probably attempt to install 13.4 then, but dunno if its sound advice
-
|cos|
drm-kmod comes from ports, so it might be unlikely to be affected by the version of base, right?
-
morpho
i might have done something wrong
-
morpho
its a pretty standard install though
-
|cos|
when it worked last time, was that on the same hardware?
-
morpho
yes
-
morpho
do you think i can get a log of before it hangs?
-
morpho
and i will upload
-
» |cos| has no idea :/ seems like a good thing to try though.
-
morpho
:I sorry i cant help out
-
|cos|
morpho: by the way. you're definitely sure the kernel hangs? it's not still possible to access the machine using the network or a serial console?
-
morpho
i did not try
-
|cos|
morpho: give it a try. i'll need to go afk, i'm afraid.
-
CrtxReavr
Is there a way to print the color settings for 'ls -G'?
-
polarian
hmm not sure if this is better for #bhyve or not, but if you jail bhyve I am trying to figure out the networking setup. So the simple one is a bridge and tap interface, but this isn't the most secure or extensible way. So epair would be useful, so epair the jail networking, assign it a RFC 1918 block and NAT it within pf.conf perfect, but what then for the bhyve VM? jails share the network stack
-
polarian
iirc, ideally you want an epair within the jail with its own block, which then passes through pf there, and then after leaving the jail it passes through host pf giving nested networking, at each level the packets are filtered
-
polarian
suggestions!?!?
-
polarian
:D
-
rtprio
uh
-
rtprio
polarian: that sounds complicated
-
rtprio
but i did run all my VMs on their own vlan for time, that worked well
-
rtprio
and should work if you route at the host or the firewall,
-
ivy
polarian: you can create a bridge in the jail, put the tap interface and a dedicated epair interface in it, then the host end of the epair will be directly connected to the vm (via the bridge) but as rtprio says, this sounds somewhat overcomplicated to me
-
polarian
ivy: hmm true
-
ivy
bhyve is already capsicumised so i'm not convinced putting it in a jail offers a significant security benefit (although i haven't looked at this in detail so i may be wrong there)
-
polarian
unless you are running multiple vm's in the same jail, then bridging is not a problem
-
polarian
so I guess its a valid point
-
rtprio
wait, what
-
polarian
wait hold up laptop on 2%
-
polarian
lol
-
rtprio
jailing bhyve? what is the point of that, hermanoher?
-
ivy
ime jailing bhyve is more common than you might expected but for most people i'm not convinced it's worth the hassle
-
ivy
there was one capsicum bypass vulnerability in bhyve a few months back but that kind of thing is pretty uncommon
-
ivy
unrelatedly, it looks like multimedia/jellyfin is maintained again (by bapt@), maybe i should have another go at moving that off linux
-
polarian
ivy: extra layers don't hurt
-
polarian
jails are not that resource intensive
-
polarian
in order to break into the host you would need a bhyve bypass and a jail bypass
-
ivy
but increased complexity and management overhead is an inherent negative by itself. not to say you shouldn't do it (it's up to you) but...
-
polarian
and some vuln within the software in the jail as well
-
polarian
well originally I was running bhyve on the host, but then I thought "if I am going through all this hassle, why not use all the security features on the table"
-
polarian
if you are going to virtualise, why not throw in the extra security from the jail?
-
polarian
but yeah back to the original point if the jail is being filtered on the epair interface by the host, then having a bridge with a single vm inside is not an issue as there cant be talk between vms unless you run two inside the same jail (which you wouldn't do anyways)
-
rtprio
so is all the traffic from all bhyve hosts going through that epair?
-
rtprio
that sounds... not as fast as it could be
-
rtprio
CrtxReavr: The default is "exfxcxdxbxegedabagacad"
-
CrtxReavr
rtprio, Yeah - I found that a little further down in ls(1). Thanks though.
-
CrtxReavr
It was easier to start with that, then change the one thing I wanted to change.
-
CrtxReavr
(Blue dir names on a black background can often be problematic.)
-
CrtxReavr
I went with export LSCOLORS=gxfxcxdxbxegedabagacad