00:20:34 hi guys, the omnios-bloody-20250124.iso link on https://omnios.org/download.html is 404, looks like it needs to be update to 20250411 version found on "other blood downloads" page 05:31:20 Congrats on the new release 06:47:20 Hi. A short question: I have created manually a last BE for 101052 and then went and upgraded to 101054. Everything went fine. Now I am wondering If i may destroy earlier BEs predating my manually created one. Can destroying seemingly unnecessary BEs cause issues? 07:59:38 szilard: destroying old BEs is fine. I, personally, like to keep one around, just in case. 09:49:55 cyric - than you. That should be fixed shortly 11:40:31 I see the following in the "zfs list" output: https://imgur.com/a/rFZPCum I use zadm for zone management. I assume, all those numbered zfs copies are made as I updated something. Can I delete the old ones? 15:22:36 I have a dbeian 12 running in a bhyve zone beside many other native zones. I usually get into the zones using zlogin, which automatically teleports me into the zone and gets me the root rights. This is comfortable. However this debian bhyve zone is different, I need to explicitly add the -C switch to get a console, but nowadays serial console is not enabled on debian, so I had to enable it, now I can 15:22:43 access the serial console, but I need to log in using my root password. It would be so much easier if I could set-up-autologin on the console, but the tutorials I have followed so far did not achaived this. Have somebody a working guide for this? 15:53:44 szilard, see if this helps? https://unix.stackexchange.com/questions/401759/automatically-login-on-debian-9-2-1-command-line 15:55:17 the example there is for the "normal" tty you get if you were sitting in front of keyboard and screen. For the console port, you probably have to enable it as kernel parameter, and adjust the example there to work on the console. 15:56:01 or maybe just set up public key ssh login from the host to the zone? 15:59:08 szilard: the fundamental difference is that native zones share the same kernel with the host so it's trivial for zlogin to insert a new process into a running zone. I second the advice to set up public key ssh login. 16:02:41 I already did that ;) 16:03:42 szilard: best way to clean up the extra numbered zone filesystems is with beadm. I recommend cleaning up the global zone first, then the other zones. Because certain libraries have to match the kernel, pkg & beadm may conspire to maintain a boot environment in each zone to match the global zone]. 16:04:05 use beadm list to see what you have, then beadm delete -s to get rid of the ones you don't need. 16:04:19 then repeat in each zone.