Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [root@root2:/home/rhcp/smokeping_docker]# docker run \
- > --name=smokeping \
- > -e PUID=0 \
- > -e PGID=0 \
- > -e TZ=america/new_york \
- > -p 8100:80 \
- > -v /home/rhcp/smokeping_docker/config:/config \
- > -v /home/rhcp/smokeping_docker/data:/data \
- > --restart unless-stopped \
- > linuxserver/smokeping
- [s6-init] making user provided files available at /var/run/s6/etc...exited 0.
- [s6-init] ensuring user provided files have correct perms...exited 0.
- [fix-attrs.d] applying ownership & permissions fixes...
- [fix-attrs.d] done.
- [cont-init.d] executing container initialization scripts...
- [cont-init.d] 01-envfile: executing...
- [cont-init.d] 01-envfile: exited 0.
- [cont-init.d] 10-adduser: executing...
- usermod: Failed to change ownership of the home directory
- -------------------------------------
- _ ()
- | | ___ _ __
- | | / __| | | / \
- | | \__ \ | | | () |
- |_| |___/ |_| \__/
- Brought to you by linuxserver.io
- -------------------------------------
- To support LSIO projects visit:
- https://www.linuxserver.io/donate/
- -------------------------------------
- GID/UID
- -------------------------------------
- User uid: 0
- User gid: 0
- -------------------------------------
- chown: changing ownership of '/config': Permission denied
- [cont-init.d] 10-adduser: exited 0.
- [cont-init.d] 30-config: executing...
- mkdir: cannot create directory ‘/config/site-confs’: Permission denied
- cp: cannot create regular file '/config/Alerts': Permission denied
- 'Alerts' -> '/config/Alerts'
- 'Database' -> '/config/Database'
- cp: cannot create regular file '/config/Database': Permission denied
- 'General' -> '/config/General'
- cp: cannot create regular file '/config/General': Permission denied
- 'Presentation' -> '/config/Presentation'
- cp: cannot create regular file '/config/Presentation': Permission denied
- 'Probes' -> '/config/Probes'
- cp: cannot create regular file '/config/Probes': Permission denied
- 'Slaves' -> '/config/Slaves'
- cp: cannot create regular file '/config/Slaves': Permission denied
- 'Targets' -> '/config/Targets'
- cp: cannot create regular file '/config/Targets': Permission denied
- 'pathnames' -> '/config/pathnames'
- cp: cannot create regular file '/config/pathnames': Permission denied
- 'ssmtp.conf' -> '/config/ssmtp.conf'
- cp: cannot create regular file '/config/ssmtp.conf': Permission denied
- cp: cannot create regular file '/config/site-confs/smokeping.conf': No such file or directory
- cp: cannot create regular file '/config/httpd.conf': Permission denied
- chown: cannot read directory '/config': Permission denied
- chown: cannot read directory '/data': Permission denied
- [cont-init.d] 30-config: exited 1.
- [cont-init.d] 99-custom-files: executing...
- [custom-init] no custom files found exiting...
- [cont-init.d] 99-custom-files: exited 0.
- [cont-init.d] done.
- [services.d] starting services
- [services.d] done.
- httpd: Could not open configuration file /etc/apache2/httpd.conf: No such file or directory
- ERROR: can't open /config/General: No such file or directory
- httpd: Could not open configuration file /etc/apache2/httpd.conf: No such file or directory
- ERROR: can't open /config/General: No such file or directory
- httpd: Could not open configuration file /etc/apache2/httpd.conf: No such file or directory
- ERROR: can't open /config/General: No such file or directory
- httpd: Could not open configuration file /etc/apache2/httpd.conf: No such file or directory
- ERROR: can't open /config/General: No such file or directory
- httpd: Could not open configuration file /etc/apache2/httpd.conf: No such file or directory
- ERROR: can't open /config/General: No such file or directory
- httpd: Could not open configuration file /etc/apache2/httpd.conf: No such file or directory
- ERROR: can't open /config/General: No such file or directory
- httpd: Could not open configuration file /etc/apache2/httpd.conf: No such file or directory
- ERROR: can't open /config/General: No such file or directory
- httpd: Could not open configuration file /etc/apache2/httpd.conf: No such file or directory
- ERROR: can't open /config/General: No such file or directory
- httpd: Could not open configuration file /etc/apache2/httpd.conf: No such file or directory
- ERROR: can't open /config/General: No such file or directory
- httpd: Could not open configuration file /etc/apache2/httpd.conf: No such file or directory
- ERROR: can't open /config/General: No such file or directory
- httpd: Could not open configuration file /etc/apache2/httpd.conf: No such file or directory
- ERROR: can't open /config/General: No such file or directory
- httpd: Could not open configuration file /etc/apache2/httpd.conf: No such file or directory
- ^C[cont-finish.d] executing container finish scripts...
- [cont-finish.d] done.
- [s6-finish] waiting for services.
- [s6-finish] sending all processes the TERM signal.
- [s6-finish] sending all processes the KILL signal and exiting.
Add Comment
Please, Sign In to add comment