Closed
Description
- Gitea version (or commit ref): 1.7
- Git version: 2.18.1
- Operating system:
host: Linux u-svr 4.4.0-31-generic Disable HTTP cloning #50-Ubuntu SMP Wed Jul 13 00:07:12 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
docker: Linux 9766fbc2b907 4.4.0-31-generic Disable HTTP cloning #50-Ubuntu SMP Wed Jul 13 00:07:12 UTC 2016 x86_64 Linux - Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Not relevant
- Log gist:
docker logs gitea:
s6-supervise openssh: warning: unable to spawn ./run - waiting 10 seconds
s6-supervise (child): fatal: unable to exec run: No such file or directory
s6-supervise syslogd: warning: unable to spawn ./run - waiting 10 seconds
s6-supervise (child): fatal: unable to exec run: No such file or directory
s6-supervise gitea: warning: unable to spawn ./run - waiting 10 seconds
s6-supervise (child): fatal: unable to exec run: No such file or directory
s6-supervise (child): fatal: unable to exec run: No such file or directory
s6-supervise openssh: warning: unable to spawn ./run - waiting 10 seconds
s6-supervise syslogd: warning: unable to spawn ./run - waiting 10 seconds
s6-supervise (child): fatal: unable to exec run: No such file or directory
s6-supervise (child): fatal: unable to exec run: No such file or directory
s6-supervise gitea: warning: unable to spawn ./run - waiting 10 seconds
s6-supervise (child): fatal: unable to exec run: No such file or directory
s6-supervise syslogd: warning: unable to spawn ./run - waiting 10 seconds
s6-supervise openssh: warning: unable to spawn ./run - waiting 10 seconds
s6-supervise (child): fatal: unable to exec run: No such file or directory
s6-supervise (child): fatal: unable to exec run: No such file or directory
s6-supervise gitea: warning: unable to spawn ./run - waiting 10 seconds
s6-supervise (child): fatal: unable to exec run: No such file or directory
s6-supervise syslogd: warning: unable to spawn ./run - waiting 10 seconds
s6-supervise openssh: warning: unable to spawn ./run - waiting 10 seconds
s6-supervise (child): fatal: unable to exec run: No such file or directory
Description
Everytime after my computer reboot, the docker can restart, but the website is not visitable. I try to input docker top gitea
, the output is this:
UID PID PPID C STIME TTY TIME CMD
root 3607 3589 0 09:36 ? 00:00:00 /bin/s6-svscan /etc/s6
root 3646 3607 0 09:36 ? 00:00:00 s6-supervise openssh
root 3647 3607 0 09:36 ? 00:00:00 s6-supervise syslogd
root 3648 3607 0 09:36 ? 00:00:00 s6-supervise gitea
So the Gitea process is not running.
The container was created by this comman:
docker run -d --name=gitea -p 10022:22 -p 10080:3000 -v /var/lib/gitea:/data gitea/gitea:1.7
docker update --restart=alwary gitea
I don't know what caused this problem, any help is appreciated.