-
snekis there documentation somewhere for the process of building lx branded zone images? i've done this before for containers and minimal vms on linux, but i'm new to illumos and i can't find anything specifying what's expected to exist in this image. is it just a normal rootfs? it seems like some of the joyent built ones have systemd inside them, which was unexpected to me.
-
szilardSo I have set up a zrepl to a dedicated backup server this way: extrowerk.com/2026-03-03/ZFS-replacation-with-zrepl.html However after rebooting the backup server I had to see zrepl doesn1t works. It seems the folder where the sockets should be created is missing. I see in the logs: stat /var/run/zrepl/stdinserver: no such file or directory"
-
szilardand the /var/run/zrepl/stdinserver is missing, while the /var/run/zrepl is there. Creating the fodler manually, and setting it to 400 and restarting the svc makes it work.
-
szilardI am not sure what should create this folder?
-
sommerfeldThe /var/run filesystem is a tmpfs; the contents are lost when the machine reboots
-
sommerfeldany service that uses subdirectories of /var/run needs to arrange to create them when the service is started at boot time.
-
sommerfeld(and set permissions as needed)
-
sommerfeldzrepl.github.io/configuration/trans…orts.html#transport-ssh-stdinserver suggests that /var/run/zrepl/stdinserver should be a directory. Something needs to recreate it after reboot.
-
toastersonsnek: it's a rootfs. just sometimes injecting configs to make systemd not use cgroups and namespaces. As those do not exist on illumos
-
sneknice, ok
-
andyfszilard - The zrepl package should be creating that directory before starting the service
-
andyf
-
andyfSo it sounds like it should also be creating the stdinserver directory if that's a standard thing.
-
szilardMaybe this file should be extended with the stdinserver folder.
-
tux0ris there a reason why pkgsrc hasn't seen an update since december?