October 5, 201411 yr After a server restart my ownCloud wasn't starting anymore. Here is the syslog: root@localhost:# /usr/bin/docker logs --tail=350 ownCloud *** Running /etc/my_init.d/00_regen_ssh_host_keys.sh... No SSH host key available. Generating one... Creating SSH2 RSA key; this may take some time ... Creating SSH2 DSA key; this may take some time ... Creating SSH2 ECDSA key; this may take some time ... Creating SSH2 ED25519 key; this may take some time ... invoke-rc.d: policy-rc.d denied execution of restart. *** Running /etc/my_init.d/config.sh... Found pre-existing certificate, using it. Extracting templates from packages: 54%Extracting templates from packages: 100% invoke-rc.d: policy-rc.d denied execution of stop. invoke-rc.d: policy-rc.d denied execution of restart. *** An error occurred. Aborting. *** Shutting down /etc/my_init.d/config.sh (PID 92)... *** Init system aborted. *** Killing all processes... *** Running /etc/my_init.d/00_regen_ssh_host_keys.sh... *** Running /etc/my_init.d/config.sh... Found pre-existing certificate, using it. E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem. *** /etc/my_init.d/config.sh failed with status 100 *** Killing all processes... *** Running /etc/my_init.d/00_regen_ssh_host_keys.sh... *** Running /etc/my_init.d/config.sh... Found pre-existing certificate, using it. E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem. *** /etc/my_init.d/config.sh failed with status 100 *** Killing all processes... *** Running /etc/my_init.d/00_regen_ssh_host_keys.sh... *** Running /etc/my_init.d/config.sh... Found pre-existing certificate, using it. E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem. *** /etc/my_init.d/config.sh failed with status 100 *** Killing all processes... *** Running /etc/my_init.d/00_regen_ssh_host_keys.sh... *** Running /etc/my_init.d/config.sh... Found pre-existing certificate, using it. E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem. *** /etc/my_init.d/config.sh failed with status 100 *** Killing all processes... Any idea what caused the issue and how to resolve it?
October 5, 201411 yr Author I don't know what happened but the issue just disappeared - I was transferring data for RFS -->> XFS conversion and was doing basically nothing with ownCloud and/or Docker and when I cam back the container was active again. Here is the log, maybe of someone's interest: root@localhost:# /usr/bin/docker logs --tail=350 ownCloud *** Running /etc/my_init.d/00_regen_ssh_host_keys.sh... No SSH host key available. Generating one... Creating SSH2 RSA key; this may take some time ... Creating SSH2 DSA key; this may take some time ... Creating SSH2 ECDSA key; this may take some time ... Creating SSH2 ED25519 key; this may take some time ... invoke-rc.d: policy-rc.d denied execution of restart. *** Running /etc/my_init.d/config.sh... Found pre-existing certificate, using it. Extracting templates from packages: 54%Extracting templates from packages: 100% invoke-rc.d: policy-rc.d denied execution of stop. invoke-rc.d: policy-rc.d denied execution of restart. invoke-rc.d: policy-rc.d denied execution of start. php5_invoke pdo: already enabled for cli SAPI php5_invoke pdo: already enabled for fpm SAPI php5_invoke opcache: already enabled for cli SAPI php5_invoke opcache: already enabled for fpm SAPI php5_invoke intl: already enabled for cli SAPI php5_invoke intl: already enabled for fpm SAPI php5_invoke json: already enabled for cli SAPI php5_invoke opcache: already enabled for cli SAPI php5_invoke pdo: already enabled for cli SAPI php5_invoke readline: already enabled for cli SAPI php5_invoke sqlite3: already enabled for cli SAPI php5_invoke mysql: already enabled for cli SAPI php5_invoke mysqli: already enabled for cli SAPI php5_invoke mysqlnd: already enabled for cli SAPI php5_invoke pdo_mysql: already enabled for cli SAPI php5_invoke imagick: already enabled for cli SAPI php5_invoke intl: already enabled for cli SAPI php5_invoke curl: already enabled for cli SAPI php5_invoke pdo_sqlite: already enabled for cli SAPI php5_invoke pgsql: already enabled for cli SAPI php5_invoke gd: already enabled for cli SAPI php5_invoke pdo_pgsql: already enabled for cli SAPI php5_invoke readline: already enabled for cli SAPI php5_invoke readline: already enabled for fpm SAPI php5_invoke json: already enabled for fpm SAPI php5_invoke opcache: already enabled for fpm SAPI php5_invoke pdo: already enabled for fpm SAPI php5_invoke readline: already enabled for fpm SAPI php5_invoke sqlite3: already enabled for fpm SAPI php5_invoke mysql: already enabled for fpm SAPI php5_invoke mysqli: already enabled for fpm SAPI php5_invoke mysqlnd: already enabled for fpm SAPI php5_invoke pdo_mysql: already enabled for fpm SAPI php5_invoke imagick: already enabled for fpm SAPI php5_invoke intl: already enabled for fpm SAPI php5_invoke curl: already enabled for fpm SAPI php5_invoke pdo_sqlite: already enabled for fpm SAPI php5_invoke pgsql: already enabled for fpm SAPI php5_invoke gd: already enabled for fpm SAPI php5_invoke pdo_pgsql: already enabled for fpm SAPI invoke-rc.d: policy-rc.d denied execution of start. php5_invoke sqlite3: already enabled for cli SAPI php5_invoke sqlite3: already enabled for fpm SAPI php5_invoke pdo_sqlite: already enabled for cli SAPI php5_invoke pdo_sqlite: already enabled for fpm SAPI php5_invoke gd: already enabled for cli SAPI php5_invoke gd: already enabled for fpm SAPI php5_invoke mysqlnd: already enabled for cli SAPI php5_invoke mysqlnd: already enabled for fpm SAPI php5_invoke mysql: already enabled for cli SAPI php5_invoke mysql: already enabled for fpm SAPI php5_invoke mysqli: already enabled for cli SAPI php5_invoke mysqli: already enabled for fpm SAPI php5_invoke pdo_mysql: already enabled for cli SAPI php5_invoke pdo_mysql: already enabled for fpm SAPI php5_invoke pgsql: already enabled for cli SAPI php5_invoke pgsql: already enabled for fpm SAPI php5_invoke pdo_pgsql: already enabled for cli SAPI php5_invoke pdo_pgsql: already enabled for fpm SAPI php5_invoke curl: already enabled for cli SAPI php5_invoke curl: already enabled for fpm SAPI invoke-rc.d: policy-rc.d denied execution of start. invoke-rc.d: policy-rc.d denied execution of restart. invoke-rc.d: policy-rc.d denied execution of start. *** Running /etc/rc.local... *** Booting runit daemon... *** Runit started as PID 5669 The command finished successfully!
October 5, 201411 yr This is an error while updating the container; something must have stalled, and dpkg package list become corrupted. Normally, recreating or updating the container fix this.
November 12, 201411 yr Author gfjardim, I have again the error: root@localhost:# /usr/bin/docker logs --tail=350 ownCloud *** Running /etc/my_init.d/00_regen_ssh_host_keys.sh... No SSH host key available. Generating one... Creating SSH2 RSA key; this may take some time ... Creating SSH2 DSA key; this may take some time ... Creating SSH2 ECDSA key; this may take some time ... Creating SSH2 ED25519 key; this may take some time ... invoke-rc.d: policy-rc.d denied execution of restart. *** Running /etc/my_init.d/config.sh... Found pre-existing certificate, using it. Extracting templates from packages: 43%Extracting templates from packages: 86%Extracting templates from packages: 100% Current default time zone: 'Etc/UTC' Local time is now: Wed Nov 12 11:50:12 UTC 2014. Universal Time is now: Wed Nov 12 11:50:12 UTC 2014. Run 'dpkg-reconfigure tzdata' if you wish to change it. invoke-rc.d: policy-rc.d denied execution of stop. dpkg: error processing archive /var/cache/apt/archives/owncloud_7.0.3-1_all.deb (--unpack): unable to make backup link of `./var/www/owncloud/config/config.sample.php' before installing new version: Function not implemented dpkg-deb: error: subprocess paste was killed by signal (Broken pipe) Errors were encountered while processing: /var/cache/apt/archives/owncloud_7.0.3-1_all.deb E: Sub-process /usr/bin/dpkg returned an error code (1) *** /etc/my_init.d/config.sh failed with status 100 *** Killing all processes... *** Running /etc/my_init.d/00_regen_ssh_host_keys.sh... *** Running /etc/my_init.d/config.sh... Found pre-existing certificate, using it. The command finished successfully! Has again something to do with the latest update but this time neither removing "Just the Container" nor removing "Container and Image" is helping. What is jour advise? Am I the only one with these kind of issues? Thank you very much.
November 12, 201411 yr I've just initiated a new docker build on Registry. Soon you will be able to update the container itself from the webui. Sorry for the inconvenience.
November 12, 201411 yr Author Oh, that is good to hear I thought that I was making anything wrong. Should I wait until tomorrow doing the update? .... oh and should I remove the EDGE 1 entry? The automatic upgrade was causing issues in the past.
November 15, 201411 yr Author gfjardim, sorry for being a pain but I encountered issues again....ownCloud docker isn't starting since yesterday: root@localhost:# /usr/bin/docker logs --tail=350 ownCloud *** Running /etc/my_init.d/00_regen_ssh_host_keys.sh... No SSH host key available. Generating one... Creating SSH2 RSA key; this may take some time ... Creating SSH2 DSA key; this may take some time ... Creating SSH2 ECDSA key; this may take some time ... Creating SSH2 ED25519 key; this may take some time ... invoke-rc.d: policy-rc.d denied execution of restart. *** Running /etc/my_init.d/config.sh... Found pre-existing certificate, using it. Extracting templates from packages: 61%Extracting templates from packages: 100% Current default time zone: 'Etc/UTC' Local time is now: Sat Nov 15 18:56:47 UTC 2014. Universal Time is now: Sat Nov 15 18:56:47 UTC 2014. Run 'dpkg-reconfigure tzdata' if you wish to change it. dpkg: error processing archive /var/cache/apt/archives/owncloud_7.0.3-1_all.deb (--unpack): unable to make backup link of `./var/www/owncloud/config/config.sample.php' before installing new version: Function not implemented dpkg-deb: error: subprocess paste was killed by signal (Broken pipe) Errors were encountered while processing: /var/cache/apt/archives/owncloud_7.0.3-1_all.deb E: Sub-process /usr/bin/dpkg returned an error code (1) *** /etc/my_init.d/config.sh failed with status 100 *** Killing all processes... *** Running /etc/my_init.d/00_regen_ssh_host_keys.sh... *** Running /etc/my_init.d/config.sh... Found pre-existing certificate, using it. dpkg: error processing archive /var/cache/apt/archives/owncloud_7.0.3-1_all.deb (--unpack): unable to make backup link of `./var/www/owncloud/config/config.sample.php' before installing new version: Function not implemented dpkg-deb: error: subprocess paste was killed by signal (Broken pipe) Errors were encountered while processing: /var/cache/apt/archives/owncloud_7.0.3-1_all.deb E: Sub-process /usr/bin/dpkg returned an error code (1) *** /etc/my_init.d/config.sh failed with status 100 *** Killing all processes... The command finished successfully! This is from the log after having removed the container as well as the image. I re-installed via my template....but no luck. Your docker is missing critical at home .... so thanks a lot for providing that excellent piece of work !!!
November 17, 201411 yr Author [EDIT] I deleted container and image again, rebooted and installed ownCloud Docker once again (this time without EDGE = 1). It is running now but I have no clue why. Maybe gfjardim can chime.
December 11, 201411 yr [EDIT] I deleted container and image again, rebooted and installed ownCloud Docker once again (this time without EDGE = 1). It is running now but I have no clue why. Maybe gfjardim can chime. I'll remove the EDGE feature from ownCloud. The approach used by the container appear to have major downsides.
December 11, 201411 yr Author I have removed the EDGE feature and ownCloud is running without any hassle since then.
December 11, 201411 yr I have removed the EDGE feature and ownCloud is running without any hassle since then. Marked this solved since the solution seems to be removing the use of the EDGE variable. Something we will need to work on is better structuring the forums to support needs for containers / VMs separately from the core OS.
Archived
This topic is now archived and is closed to further replies.