-
polyexi want to chmod all files in a dir in a jail, is it not right syntax? jexec -l jailname chmod 755 /home/foo/bar/*
-
polyexi get error dir not found but just before that line i run jexec -l jailname ls -la /home/foo/bar/ and see files in it
-
polyexnvm
-
SNAX_74polyex, I think they are all sleep in here sorry
-
yuripvpolyex: escape asterisk, otherwise it is expanded by your shell *before* running that command
-
adonisI'm trying to install cups in a jail following: docs.freebsd.org/en/articles/cups. Do I need to setup the devfs part if I am not using any usb printers?
-
remiliascarletLooks like Fireship made a FreeBSD in 145 Seconds (including the sponsorship segment) video: invidious.adminforge.de/watch?v=NKHzcXwTdB4
-
Macera while back i heard that there was talk of a 'proxmox killer' based on freebsd.
-
Macerhas that become a thing?
-
vkarlsenMacer: Based on bhyve?
-
jaredjmacer: maybe CBSD? oo here's a nice diagram of lots of tools bsdstore.ru/img/freebsd-jail-chart-2022.png
-
jaredji don't see jailer on there - github.com/illuria/jailer
-
jaredj(i have heard of jailer but not used it)
-
shbrngdotime to take this box down and ugrade everything. building stuff in a VM for a couple o' weeks at least, 1180+ packages and still have a few left.
-
shbrngdofound out mate-panel problem was that in the ports I grabbed mate-desktop was missing dbus as a dependency - that was fixed in HEAD a week or 2 ago though., one line in its Makefile. that was the only thing I ran into that was a major problem, hopefullly the only one.
-
trnHi.. the FreeBSD docs for MAP_NOSYNC mentions write()ing zero's - is there any reason why you couldn't use posix_fallocate for the task?