dharmil7
Members
-
Joined
-
Last visited
Solutions
-
dharmil7's post in [7.2.x] WebUI and SSH not accessible. But apps work. was marked as the answerHi @trurl - Thanks for your help.
But i was able to figure out a solution without need to restart the server.
For some reason, the ssh and nginx service had stopped when there was a networking reset (The router had to be rebooted)
## SSH: /etc/rc.d/rc.sshd restart #did not work, as there as nothing to start/restart /etc/rc.d/rc.sshd start #This worked ## WebGui (nginx) /etc/rc.d/rc.nginx restart #Did not work, as there was nothing to start. /etc/rc.d/rc.nginx start #This workedI used the above commands to start the sshd and nginx service which for some reason had stopped. After the services were started, everything was working.
But what i fail to understand is, why did this happen? Just because of a router reboot, these services shoudn't stop, Right?
Am i missing something here?
-
dharmil7's post in Postgres Docker container error: "No Space Left" was marked as the answerFound a solution.
Add a flag to the postgres docker configuration, would solve the Issue. I added it to be a 4G, you can change it to whatever you like.
--shm-size=4g