intern:taiga
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| intern:taiga [2024/11/19 16:33] – created Felix Hardmood Beck | intern:taiga [2025/06/22 12:25] (current) – 217.249.113.7 | ||
|---|---|---|---|
| Line 27: | Line 27: | ||
| Start Taiga manually by entering the following in the SSH terminal: | Start Taiga manually by entering the following in the SSH terminal: | ||
| < | < | ||
| - | cd /var/ | + | cd ~/docker/taiga-docker/ |
| // taiga only | // taiga only | ||
| ./ | ./ | ||
| Line 39: | Line 39: | ||
| To fix this, enter the following in the SSH terminal: | To fix this, enter the following in the SSH terminal: | ||
| < | < | ||
| + | cd ~/ | ||
| + | docker compose stop | ||
| sudo systemctl stop docker | sudo systemctl stop docker | ||
| // you will probably get the warning: Warning: Stopping docker.service, | // you will probably get the warning: Warning: Stopping docker.service, | ||
| Line 44: | Line 46: | ||
| sudo systemctl start docker | sudo systemctl start docker | ||
| </ | </ | ||
| + | If you get the following error: | ||
| + | {{: | ||
| + | < | ||
| + | cd ~/ | ||
| + | docker compose stop | ||
| + | sudo systemctl stop docker | ||
| + | // you will probably get the warning: Warning: Stopping docker.service, | ||
| + | sudo systemctl stop docker.socket | ||
| + | sudo lsof -i:9000 | ||
| + | // example output: | ||
| + | // COMMAND | ||
| + | // docker-pr 2030447 root 4u IPv4 9450363 | ||
| + | // docker-pr 2030464 root 4u IPv6 9450370 | ||
| + | kill {pid} | ||
| + | // in this case: kill 2030447 | ||
| + | // in this case: kill 2030464 | ||
| + | sudo systemctl start docker | ||
| + | </ | ||
| + | |||
/var/www/vhosts/ct-lab.info/wiki.ct-lab.info/data/attic/intern/taiga.1732034012.txt.gz · Last modified: by Felix Hardmood Beck
