benkamen
(Ben Kamen)
22. Januar 2021 um 23:28
1
I just attempted to update my discourse version using
cd /var/discourse
git pull
./launcher rebuild app
First it was giving me disk space issues, which I resolved using ./launcher cleanup.
However, now I get this error when trying to start the app.
Any guidance would be greatly appreciated. I am NOT a web developer so I know very little about what I’m doing here.
Benjamin_D
(Benjamin Decotte)
23. Januar 2021 um 00:19
2
I don’t think I ever manually started the app
did ./launcher rebuild app
give any error after the cleanup ?
1 „Gefällt mir“
benkamen
(Ben Kamen)
23. Januar 2021 um 00:36
3
Yes, it was giving an error when rebuilding. I just tried rebuilding again and get the same error:
Benjamin_D
(Benjamin Decotte)
23. Januar 2021 um 06:45
4
Something seems to be using the 80 port:
netstat -plnt | grep 80
?
Benjamin_D
(Benjamin Decotte)
23. Januar 2021 um 17:21
6
well, nginx is running, if you have no use for it, you can stop it
systemctl stop nginx
or even disable it
systemctl disable nginx
so it won’t start next reboot
and then rebuild.
1 „Gefällt mir“