02:06:32 hello, I use Debian-11 LX image / da83d6bb-4f7e-486c-a3ed-03284ae092f9 , after created the LX zone, and install postgresql, it can not be accessed, can’t ssh to the LX brand, the port is LISTEN for ssh and postgres, what’s the issue? had firewall on it by default? 02:14:18 noting for myself and anyone who combs IRC logs that when I moved a zones pool from a machine with 64G of RAM to one with 128G of RAM, I did indeed need to resize the dump zvol up. I also resized the swap zvol, but that should only affect HVM capacity. 12:19:25 tozhu: you can login into lx zone with "zlogin uuid" as you can with a regular smartos zone. The problem with postgresql might be 12:19:50 … the PID entry in the systemd-file for postgres 12:22:11 tozhu: something like: sed -i -e "s|PIDFile=|#PIDFile=|" /lib/systemd/system/postgresql@.service; systemctl daemon-reload 14:39:30 jfqd_: Thank you very much, let me take a look 16:37:43 jfqd_: Thank you very much, it works 16:39:58 tozhu: Good to know :-)