rfwadmin icon indicating copy to clipboard operation
rfwadmin copied to clipboard

Docker - Build Issue

Open gpmidi opened this issue 11 years ago • 0 comments

The error below is occurring during the automatic build since Thue's changes were merged with mine in 55e8f2bfc8be036e19c7e2c7545d38392d3fbcb1.

Note: For the moment my Docker indexer/build account uses my git repo, not Thue's.

Marking Minecraft EULA as accepted in /var/lib/minecraft/servers/default/server/eula.txt (otherwise the server won't start) 
mkdir: created directory `/var/www/html/rfwadmin' 
`fsroot/var/www/index.php.customized' -> `/var/www/html/rfwadmin/index.php' 
su: incorrect password

The command [/bin/sh -c service httpd start   && sleep 5   && bash --login -c "cd /root/rfwadmin/ && /bin/bash /root/rfwadmin/install.sh && /etc/init.d/minecraft_default.sh stop"   && service httpd stop] returned a non-zero code: 125

gpmidi avatar Aug 04 '14 22:08 gpmidi