-
tozhuhello, 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?
-
nahamunoting 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.
-
jfqd_tozhu: you can login into lx zone with "zlogin uuid" as you can with a regular smartos zone. The problem with postgresql might be
-
jfqd_… the PID entry in the systemd-file for postgres
-
jfqd_tozhu: something like: sed -i -e "s|PIDFile=|#PIDFile=|" /lib/systemd/system/postgresql@.service; systemctl daemon-reload
-
tozhujfqd_: Thank you very much, let me take a look
-
tozhujfqd_: Thank you very much, it works
-
jfqd_tozhu: Good to know :-)