rhcp011235

Untitled

May 3rd, 2020
349
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.86 KB | None | 0 0
  1. [root@root2:/home/rhcp/smokeping_docker]# docker run \
  2. > --name=smokeping \
  3. > -e PUID=0 \
  4. > -e PGID=0 \
  5. > -e TZ=america/new_york \
  6. > -p 8100:80 \
  7. > -v /home/rhcp/smokeping_docker/config:/config \
  8. > -v /home/rhcp/smokeping_docker/data:/data \
  9. > --restart unless-stopped \
  10. > linuxserver/smokeping
  11. [s6-init] making user provided files available at /var/run/s6/etc...exited 0.
  12. [s6-init] ensuring user provided files have correct perms...exited 0.
  13. [fix-attrs.d] applying ownership & permissions fixes...
  14. [fix-attrs.d] done.
  15. [cont-init.d] executing container initialization scripts...
  16. [cont-init.d] 01-envfile: executing...
  17. [cont-init.d] 01-envfile: exited 0.
  18. [cont-init.d] 10-adduser: executing...
  19. usermod: Failed to change ownership of the home directory
  20. -------------------------------------
  21. _ ()
  22. | | ___ _ __
  23. | | / __| | | / \
  24. | | \__ \ | | | () |
  25. |_| |___/ |_| \__/
  26.  
  27.  
  28. Brought to you by linuxserver.io
  29. -------------------------------------
  30.  
  31. To support LSIO projects visit:
  32. https://www.linuxserver.io/donate/
  33. -------------------------------------
  34. GID/UID
  35. -------------------------------------
  36.  
  37. User uid: 0
  38. User gid: 0
  39. -------------------------------------
  40.  
  41. chown: changing ownership of '/config': Permission denied
  42. [cont-init.d] 10-adduser: exited 0.
  43. [cont-init.d] 30-config: executing...
  44. mkdir: cannot create directory ‘/config/site-confs’: Permission denied
  45. cp: cannot create regular file '/config/Alerts': Permission denied
  46. 'Alerts' -> '/config/Alerts'
  47. 'Database' -> '/config/Database'
  48. cp: cannot create regular file '/config/Database': Permission denied
  49. 'General' -> '/config/General'
  50. cp: cannot create regular file '/config/General': Permission denied
  51. 'Presentation' -> '/config/Presentation'
  52. cp: cannot create regular file '/config/Presentation': Permission denied
  53. 'Probes' -> '/config/Probes'
  54. cp: cannot create regular file '/config/Probes': Permission denied
  55. 'Slaves' -> '/config/Slaves'
  56. cp: cannot create regular file '/config/Slaves': Permission denied
  57. 'Targets' -> '/config/Targets'
  58. cp: cannot create regular file '/config/Targets': Permission denied
  59. 'pathnames' -> '/config/pathnames'
  60. cp: cannot create regular file '/config/pathnames': Permission denied
  61. 'ssmtp.conf' -> '/config/ssmtp.conf'
  62. cp: cannot create regular file '/config/ssmtp.conf': Permission denied
  63. cp: cannot create regular file '/config/site-confs/smokeping.conf': No such file or directory
  64. cp: cannot create regular file '/config/httpd.conf': Permission denied
  65. chown: cannot read directory '/config': Permission denied
  66. chown: cannot read directory '/data': Permission denied
  67. [cont-init.d] 30-config: exited 1.
  68. [cont-init.d] 99-custom-files: executing...
  69. [custom-init] no custom files found exiting...
  70. [cont-init.d] 99-custom-files: exited 0.
  71. [cont-init.d] done.
  72. [services.d] starting services
  73. [services.d] done.
  74. httpd: Could not open configuration file /etc/apache2/httpd.conf: No such file or directory
  75. ERROR: can't open /config/General: No such file or directory
  76. httpd: Could not open configuration file /etc/apache2/httpd.conf: No such file or directory
  77. ERROR: can't open /config/General: No such file or directory
  78. httpd: Could not open configuration file /etc/apache2/httpd.conf: No such file or directory
  79. ERROR: can't open /config/General: No such file or directory
  80. httpd: Could not open configuration file /etc/apache2/httpd.conf: No such file or directory
  81. ERROR: can't open /config/General: No such file or directory
  82. httpd: Could not open configuration file /etc/apache2/httpd.conf: No such file or directory
  83. ERROR: can't open /config/General: No such file or directory
  84. httpd: Could not open configuration file /etc/apache2/httpd.conf: No such file or directory
  85. ERROR: can't open /config/General: No such file or directory
  86. httpd: Could not open configuration file /etc/apache2/httpd.conf: No such file or directory
  87. ERROR: can't open /config/General: No such file or directory
  88. httpd: Could not open configuration file /etc/apache2/httpd.conf: No such file or directory
  89. ERROR: can't open /config/General: No such file or directory
  90. httpd: Could not open configuration file /etc/apache2/httpd.conf: No such file or directory
  91. ERROR: can't open /config/General: No such file or directory
  92. httpd: Could not open configuration file /etc/apache2/httpd.conf: No such file or directory
  93. ERROR: can't open /config/General: No such file or directory
  94. httpd: Could not open configuration file /etc/apache2/httpd.conf: No such file or directory
  95. ERROR: can't open /config/General: No such file or directory
  96. httpd: Could not open configuration file /etc/apache2/httpd.conf: No such file or directory
  97. ^C[cont-finish.d] executing container finish scripts...
  98. [cont-finish.d] done.
  99. [s6-finish] waiting for services.
  100. [s6-finish] sending all processes the TERM signal.
  101. [s6-finish] sending all processes the KILL signal and exiting.
Add Comment
Please, Sign In to add comment