seedboxes / pibox

docker container with rtorrent client, rutorrent ui, cakebox streaming, password protected, over ssl, with persistent data
https://hub.docker.com/r/seedboxes/pibox
57 stars 16 forks source link

[Docker] After stop container, can't start it again. #8

Open KiPiCoOl opened 8 years ago

KiPiCoOl commented 8 years ago

Hi,

Have you an idea ?

Test on ubuntu 15.04 et Debian 8.1 with docker 1.8.2

Nymerea commented 8 years ago

I have the same issue

dylan-clear commented 8 years ago

This seems to be a problem with the FTP server. With FTP enabled on the container:

root@dylan1:/etc# docker start -a d978e2c4f09a

                         __     __   __      
                        |__) | |__) /  \ \_/ 
                        |    | |__) \__/ / \ 

 ==> RUTORRENT setup

 ==> CREDENTIALS
   > A password file already exists... [SKIPPING]
   > Setting up username/password for FTP access... Error.
Check that [hadopi] doesn't already exist,
and that [/etc/pure-ftpd/pureftpd.passwd.tmp] can be written.
[FAILURE]

 ==> SSL
   > A certificate file already exists... [SKIPPING]

 ==> SERVICES
   > Starting php... [SUCCESS]
   > Starting http server... [SUCCESS]

 ==> PIBOX FAILED TO START :(
   > check above failure and ask for help if needed: https://github.com/seedboxes/pibox/issues

With FTP not enabled on the container:

root@dylan1:~/pibox# docker start -a piboxA

                         __     __   __      
                        |__) | |__) /  \ \_/ 
                        |    | |__) \__/ / \ 

 ==> RUTORRENT setup

 ==> CREDENTIALS
   > A password file already exists... [SKIPPING]
   > Desactivating FTP access... mv: cannot stat '/etc/supervisor/conf.d/ftp.conf': No such file or directory
[FAILURE]

 ==> SSL
   > A certificate file already exists... [SKIPPING]

 ==> SERVICES
   > Starting php... [SUCCESS]
   > Starting http server... [SUCCESS]

 ==> PIBOX FAILED TO START :(
   > check above failure and ask for help if needed: https://github.com/seedboxes/pibox/issues
Amar-Chaudhari commented 8 years ago

No update on this ?

dikkatdeli commented 5 years ago

same problem

JonathanNet commented 3 years ago

Same problem here