[Eisfair_dev] owncloud v1.6.2 stable

Stefan Welte post at stefan-welte.de
Mi Jan 3 00:12:04 CET 2018


Hallo Jürgen,

Am 18.12.2017 um 20:41 schrieb Juergen Edner:
> ich habe gerade eine neue Version des owncloud-Paketes auf
> Pack-Eis abgelegt. Das Paket sollte spätestens in einer Stunde
> zur Installation bereit stehen.
habe installiert, aber oc verharrt im Wartungsmodus:
> Downloading required packages ...
> => [####################] owncloud (1.6.2)...                                                                                                        [  OK  ]
> Done!
> Installation of: owncloud (1.6.2) ...
> running preinstall.sh ...
> saving previous configuration file to /var/run/owncloud.install ...
> activating maintenance mode ...
> owncloud maintenance mode: disabled -> enabled
> deinstalling previously installed software ...
> owncloud maintenance mode: enabled
> deleting cron job ...
> removing program files ...
> directory structure /var/owncloud will be preserved!
> done.
> running install.sh ...
> creating symbolic links ...
> creating owncloud configuration ...
> loading previous configuration file ...
> previous configuration found ...
> pre-adding new parameter(s) ...
> renaming parameter(s) ...
> modifying parameter(s) ...
> adding new parameter(s) ...
> deleting old parameters ...
> updating/creating configuration ...
> finished.
> owncloud version: v1.6.2
> Database type  : mysql (mariadb55)
> Database server: localhost:3306
> Trusted domain(s): www.abc.goip.de
> Apache2 SSL support: enabled
> MySQL PHP support: enabled
> MySQL support: enabled
> MySQL binary logging: disabled
> PHP5 memory limit: >= 32M
> PHP5_CCPP memory limit: >= 32M
> PHP5-CLI configuration access: possible
> Redis PHP cache: enabled
> Redis support: enabled
> Mail support: enabled
> activating PHP5 OPcache module (/etc/php5/conf.d/opcache.ini) ...
> activating PHP5 PCNTL module (/etc/php5/conf.d/pcntl.ini) ...
> copying program files (/var/www/htdocs/owncloud) ...
> creating logrotate configuration ...
> creating cron script ...
> checking owncloud install/upgrade requirements ...
> - running upgrade routine ...
> PHP Fatal error:  Class 'OC\CodeChecker' not found in /var/www/htdocs/owncloud/lib/private/Installer.php on line 587
> You may use your browser or the occ upgrade command to do the upgrade
> 2018-01-02 17:06:54+01:00 Set log level to debug
> 2018-01-02 17:06:54+01:00 Repair step: Repair MySQL database engine
> 2018-01-02 17:06:55+01:00 Repair step: Repair MySQL collation
> 2018-01-02 17:06:55+01:00 Repair info: All tables already have the correct collation -> nothing to do
> 2018-01-02 17:06:55+01:00 Repair step: Repair SQLite autoincrement
> 2018-01-02 17:06:55+01:00 Repair step: Repair duplicate entries in oc_lucene_status
> 2018-01-02 17:06:55+01:00 Repair info: removing duplicate entries from lucene_status
> 2018-01-02 17:06:55+01:00 Repair step: Upgrade app code from the marketplace
> 2018-01-02 17:06:55+01:00 Repair info: Using market to update existing apps
> 2018-01-02 17:06:55+01:00 Repair info: Attempting to update the following existing compatible apps from market: 
> 2018-01-02 17:06:55+01:00 Repair info: Fetching app from market: activity
> 2018-01-02 17:06:56+01:00 Repair info: 
> 2018-01-02 17:06:56+01:00 Repair info: Fetching app from market: audioplayer
> checking 4-byte database settings ...
> - default character set : utf8 (-> utf8mb4)
> - default collation name: utf8_general_ci (-> utf8mb4_general_ci)
> - InnoDB large prefix  : off (-> on)
> - InnoDB file format   : antelope (-> barracuda)
> - InnoDB file per table: off (-> on)
> creating owncloud configuration ...
> creating cron job ...
> owncloud maintenance mode: disabled
> checking owncloud install/upgrade requirements ...
> - running upgrade routine ...
> PHP Fatal error:  Class 'OC\CodeChecker' not found in /var/www/htdocs/owncloud/lib/private/Installer.php on line 587
> You may use your browser or the occ upgrade command to do the upgrade
> 2018-01-02 17:07:23+01:00 Set log level to debug
> 2018-01-02 17:07:23+01:00 Turned on maintenance mode
> 2018-01-02 17:07:23+01:00 Repair step: Repair MySQL database engine
> 2018-01-02 17:07:23+01:00 Repair step: Repair MySQL collation
> 2018-01-02 17:07:23+01:00 Repair info: All tables already have the correct collation -> nothing to do
> 2018-01-02 17:07:23+01:00 Repair step: Repair SQLite autoincrement
> 2018-01-02 17:07:23+01:00 Repair step: Repair duplicate entries in oc_lucene_status
> 2018-01-02 17:07:23+01:00 Repair info: removing duplicate entries from lucene_status
> 2018-01-02 17:07:23+01:00 Repair step: Upgrade app code from the marketplace
> 2018-01-02 17:07:23+01:00 Repair info: Using market to update existing apps
> 2018-01-02 17:07:23+01:00 Repair info: Attempting to update the following existing compatible apps from market: 
> 2018-01-02 17:07:23+01:00 Repair info: Fetching app from market: activity
> 2018-01-02 17:07:23+01:00 Repair info: 
> 2018-01-02 17:07:23+01:00 Repair info: Fetching app from market: audioplayer
> owncloud maintenance mode: enabled
> ----------------------------------------------------------------
> The maintenance mode is still active at this stage!
> You should follow these instructions to solve the problem:
> 
> 1. switch to the webserver user: # su - wwwrun
> 2. change directory            : > cd /var/www/htdocs/owncloud
> 3. check the current directory : > pwd
>                                : /var/www/htdocs/owncloud
> 4. fix the previously described:
>    problems by using occ, e.g. : > ./occ app:disable gallery
>                                : gallery disabled
> 5. run update check            : > ./occ upgrade
>                                : Update successful
> 6. disable the maintenance mode: > ./occ  maintenance:mode --off
>                                : Maintenance mode disabled
> ----------------------------------------------------------------
> finished.
> Do you want to restart the webserver now (recommended) (y/n) [yes]?

Welche App disabled werden soll ist mir unklar, ein occ upgrade bringt mich auch nicht weiter:
> wwwrun at eis2:~/owncloud$ occ upgrade
> ownCloud or one of the apps require upgrade - only a limited number of commands are available
> You may use your browser or the occ upgrade command to do the upgrade
> 2018-01-03 00:01:52+01:00 Set log level to debug
> 2018-01-03 00:01:52+01:00 Repair step: Repair MySQL database engine
> 2018-01-03 00:01:52+01:00 Repair step: Repair MySQL collation
> 2018-01-03 00:01:52+01:00 Repair info: All tables already have the correct collation -> nothing to do
> 2018-01-03 00:01:52+01:00 Repair step: Repair SQLite autoincrement
> 2018-01-03 00:01:52+01:00 Repair step: Repair duplicate entries in oc_lucene_status
> 2018-01-03 00:01:52+01:00 Repair info: removing duplicate entries from lucene_status
> 2018-01-03 00:01:52+01:00 Repair step: Upgrade app code from the marketplace
> 2018-01-03 00:01:52+01:00 Repair info: Using market to update existing apps
> 2018-01-03 00:01:52+01:00 Repair info: Attempting to update the following existing compatible apps from market: 
> 2018-01-03 00:01:52+01:00 Repair info: Fetching app from market: activity
> 2018-01-03 00:01:52+01:00 Repair info: 
> 2018-01-03 00:01:52+01:00 Repair info: Fetching app from market: audioplayer
> PHP Fatal error:  Class 'OC\CodeChecker' not found in /var/www/htdocs/owncloud/lib/private/Installer.php on line 587
> wwwrun at eis2:~/owncloud$

Wo krieg ich den fatalen php error weg? Oder wo eckt es?

Danke,
Stefan


Mehr Informationen über die Mailingliste Eisfair_dev