01:38:13 i want to chmod all files in a dir in a jail, is it not right syntax? jexec -l jailname chmod 755 /home/foo/bar/* 01:38:36 i 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 01:46:40 nvm 01:47:11 polyex, I think they are all sleep in here sorry 02:18:19 polyex: escape asterisk, otherwise it is expanded by your shell *before* running that command 03:23:23 I'm trying to install cups in a jail following: https://docs.freebsd.org/en/articles/cups/. Do I need to setup the devfs part if I am not using any usb printers? 06:22:13 Looks like Fireship made a FreeBSD in 145 Seconds (including the sponsorship segment) video: https://invidious.adminforge.de/watch?v=NKHzcXwTdB4 06:59:31 a while back i heard that there was talk of a 'proxmox killer' based on freebsd. 06:59:40 has that become a thing? 08:10:50 Macer: Based on bhyve? 15:08:20 macer: maybe CBSD? oo here's a nice diagram of lots of tools https://www.bsdstore.ru/img/freebsd-jail-chart-2022.png 15:09:21 i don't see jailer on there - https://github.com/illuria/jailer 15:09:31 (i have heard of jailer but not used it) 17:42:29 time 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. 17:44:51 found 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. 21:51:10 Hi.. 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?