nextcloud / nextcloudpi

📦 Build code for NextcloudPi: Raspberry Pi, Odroid, Rock64, curl installer...
https://nextcloudpi.com
2.44k stars 293 forks source link

Error while applying update 1.54.0. Exiting... #1938

Closed EnricoK18 closed 1 month ago

EnricoK18 commented 1 month ago

I am not able to update from 1.53.3 to 1.54.2.

When i perform sudo ncp-update the output is:

sudo ncp-update
Downloading updates
Performing updates
Update root login prevention method...
done.
Fixing trusted proxies list...
done.
Updating PHP package signing key...
Hit:1 http://deb.debian.org/debian bullseye InRelease
Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
Get:3 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
Ign:4 http://ppa.launchpad.net/ondrej/php/ubuntu bullseye InRelease
Get:5 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
Ign:6 http://ppa.launchpad.net/ondrej/php/ubuntu oracular InRelease
Hit:7 https://packages.sury.org/php bullseye InRelease
Err:8 http://ppa.launchpad.net/ondrej/php/ubuntu bullseye Release
  404  Not Found [IP: 2620:2d:4000:1::81 80]
Err:9 http://ppa.launchpad.net/ondrej/php/ubuntu oracular Release
  404  Not Found [IP: 2620:2d:4000:1::81 80]
Get:10 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [270 kB]
Get:11 http://deb.debian.org/debian-security bullseye-security/main armhf Packages [271 kB]
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/ondrej/php/ubuntu bullseye Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://ppa.launchpad.net/ondrej/php/ubuntu oracular Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Error while applying update 1.54.0. Exiting...

What can i do?

System information

NextcloudPi diagnostics ``` NextcloudPi version v1.53.3 NextcloudPi image NextCloudPi_11-27-20 OS Debian GNU/Linux 11. 6.1.21-v8+ (aarch64) automount no USB devices none datadir /var/www/nextcloud/data data in SD yes data filesystem ext2/ext3 data disk usage 28G/29G rootfs usage 28G/29G swapfile /var/swap dbdir /var/lib/mysql Nextcloud check ok Nextcloud version 28.0.5.1 HTTPD service up PHP service up MariaDB service up Redis service up HPB service up Postfix service up Internet check ok Public IPv4 ***REMOVED SENSITIVE VALUE*** Public IPv6 ***REMOVED SENSITIVE VALUE*** Port 80 open Port 443 open IP ***REMOVED SENSITIVE VALUE*** Gateway ***REMOVED SENSITIVE VALUE*** Interface eth0 Certificates ***REMOVED SENSITIVE VALUE*** NAT loopback no Uptime 22days ```
Nextcloud configuration ``` { "system": { "passwordsalt": "***REMOVED SENSITIVE VALUE***", "secret": "***REMOVED SENSITIVE VALUE***", "trusted_domains": { "0": "localhost", "5": "nextcloudpi.local", "7": "nextcloudpi", "8": "nextcloudpi.lan", "11": "2a02:8071:6400:d5e0:a807:27a2:bc95:ba96", "1": "192.168.178.23", "20": "raspberrypi", "12": "raspberrypi.ahcji14xhadd5fne.myfritz.net", "23": "nextcloud.enricokliesch.de", "14": "raspberrypi", "3": "raspberrypi.ahcji14xhadd5fne.myfritz.net" }, "datadirectory": "***REMOVED SENSITIVE VALUE***", "dbtype": "mysql", "version": "28.0.5.1", "overwrite.cli.url": "https:\/\/raspberrypi.ahcji14xhadd5fne.myfritz.net\/", "dbname": "***REMOVED SENSITIVE VALUE***", "dbhost": "***REMOVED SENSITIVE VALUE***", "dbport": "", "dbtableprefix": "oc_", "mysql.utf8mb4": true, "dbuser": "***REMOVED SENSITIVE VALUE***", "dbpassword": "***REMOVED SENSITIVE VALUE***", "installed": true, "instanceid": "***REMOVED SENSITIVE VALUE***", "memcache.local": "\\OC\\Memcache\\Redis", "memcache.locking": "\\OC\\Memcache\\Redis", "redis": { "host": "***REMOVED SENSITIVE VALUE***", "port": 0, "timeout": 0, "password": "***REMOVED SENSITIVE VALUE***" }, "tempdirectory": "\/var\/www\/nextcloud\/data\/tmp", "mail_smtpmode": "smtp", "mail_smtpauthtype": "LOGIN", "mail_from_address": "***REMOVED SENSITIVE VALUE***", "mail_domain": "***REMOVED SENSITIVE VALUE***", "preview_max_x": 512, "preview_max_y": 512, "jpeg_quality": 60, "overwriteprotocol": "https", "loglevel": 2, "log_type": "file", "maintenance": false, "htaccess.RewriteBase": "\/", "app_install_overwrite": [ "occweb", "previewgenerator" ], "theme": "", "mail_sendmailmode": "smtp", "mail_smtpauth": 1, "mail_smtphost": "***REMOVED SENSITIVE VALUE***", "mail_smtpport": "465", "mail_smtpname": "***REMOVED SENSITIVE VALUE***", "mail_smtppassword": "***REMOVED SENSITIVE VALUE***", "mail_smtpsecure": "ssl", "updater.release.channel": "stable", "default_phone_region": "DE", "updater.secret": "***REMOVED SENSITIVE VALUE***", "enable_previews": true, "enabledPreviewProviders": [ "OC\\Preview\\TXT", "OC\\Preview\\MarkDown", "OC\\Preview\\OpenDocument", "OC\\Preview\\PDF", "OC\\Preview\\MSOffice2003", "OC\\Preview\\MSOfficeDoc", "OC\\Preview\\Image", "OC\\Preview\\Photoshop", "OC\\Preview\\TIFF", "OC\\Preview\\SVG", "OC\\Preview\\Font", "OC\\Preview\\MP3", "OC\\Preview\\Movie", "OC\\Preview\\MKV", "OC\\Preview\\MP4", "OC\\Preview\\AVI" ], "memories.exiftool": "\/var\/www\/nextcloud\/apps\/memories\/bin-ext\/exiftool-aarch64-glibc", "memories.vod.ffmpeg": "\/usr\/bin\/ffmpeg", "memories.vod.ffprobe": "\/usr\/bin\/ffprobe", "memories.vod.path": "\/var\/www\/nextcloud\/apps\/memories\/bin-ext\/go-vod-aarch64", "memories.vod.disable": false, "trusted_proxies": "***REMOVED SENSITIVE VALUE***", "maintenance_window_start": 1, "memories.db.triggers.fcu": true } } ```
HTTPd logs ``` [Wed Jun 05 08:28:40.197512 2024] [ssl:warn] [pid 728] AH01909: localhost:4443:0 server certificate does NOT include an ID which matches the server name [Wed Jun 05 08:28:40.197930 2024] [ssl:error] [pid 728] AH02217: ssl_stapling_init_cert: can't retrieve issuer certificate! [subject: CN=archlinux / issuer: CN=archlinux / serial: 0112307086B5A933D74576F54C8FD74C8207A8AF / notbefore: Nov 27 22:55:31 2020 GMT / notafter: Nov 25 22:55:31 2030 GMT] [Wed Jun 05 08:28:40.197997 2024] [ssl:error] [pid 728] AH02604: Unable to configure certificate localhost:4443:0 for stapling [Wed Jun 05 08:28:40.201166 2024] [http2:warn] [pid 728] AH10034: The mpm module (prefork.c) is not supported by mod_http2. The mpm determines how things are processed in your server. HTTP/2 has more demands in this regard and the currently selected mpm will just not do. This is an advisory warning. Your server will continue to work, but the HTTP/2 protocol will be inactive. [Wed Jun 05 08:28:40.410107 2024] [mpm_prefork:notice] [pid 728] AH00163: Apache/2.4.59 (Debian) OpenSSL/1.1.1w configured -- resuming normal operations [Wed Jun 05 08:28:40.410175 2024] [core:notice] [pid 728] AH00094: Command line: '/usr/sbin/apache2' [Wed Jun 05 15:09:38.626657 2024] [mpm_prefork:notice] [pid 728] AH00171: Graceful restart requested, doing restart [Wed Jun 05 15:09:38.709777 2024] [ssl:warn] [pid 728] AH01909: localhost:4443:0 server certificate does NOT include an ID which matches the server name [Wed Jun 05 15:09:38.710316 2024] [ssl:error] [pid 728] AH02217: ssl_stapling_init_cert: can't retrieve issuer certificate! [subject: CN=archlinux / issuer: CN=archlinux / serial: 0112307086B5A933D74576F54C8FD74C8207A8AF / notbefore: Nov 27 22:55:31 2020 GMT / notafter: Nov 25 22:55:31 2030 GMT] [Wed Jun 05 15:09:38.710421 2024] [ssl:error] [pid 728] AH02604: Unable to configure certificate localhost:4443:0 for stapling [Wed Jun 05 15:09:38.713603 2024] [http2:warn] [pid 728] AH10034: The mpm module (prefork.c) is not supported by mod_http2. The mpm determines how things are processed in your server. HTTP/2 has more demands in this regard and the currently selected mpm will just not do. This is an advisory warning. Your server will continue to work, but the HTTP/2 protocol will be inactive. [Wed Jun 05 15:09:38.949334 2024] [mpm_prefork:notice] [pid 728] AH00163: Apache/2.4.59 (Debian) OpenSSL/1.1.1w configured -- resuming normal operations [Wed Jun 05 15:09:38.949392 2024] [core:notice] [pid 728] AH00094: Command line: '/usr/sbin/apache2' [Wed Jun 05 15:09:43.392089 2024] [mpm_prefork:notice] [pid 728] AH00171: Graceful restart requested, doing restart [Wed Jun 05 15:09:43.493852 2024] [ssl:warn] [pid 728] AH01909: localhost:4443:0 server certificate does NOT include an ID which matches the server name [Wed Jun 05 15:09:43.494575 2024] [ssl:error] [pid 728] AH02217: ssl_stapling_init_cert: can't retrieve issuer certificate! [subject: CN=archlinux / issuer: CN=archlinux / serial: 0112307086B5A933D74576F54C8FD74C8207A8AF / notbefore: Nov 27 22:55:31 2020 GMT / notafter: Nov 25 22:55:31 2030 GMT] [Wed Jun 05 15:09:43.494735 2024] [ssl:error] [pid 728] AH02604: Unable to configure certificate localhost:4443:0 for stapling [Wed Jun 05 15:09:43.498426 2024] [http2:warn] [pid 728] AH10034: The mpm module (prefork.c) is not supported by mod_http2. The mpm determines how things are processed in your server. HTTP/2 has more demands in this regard and the currently selected mpm will just not do. This is an advisory warning. Your server will continue to work, but the HTTP/2 protocol will be inactive. [Wed Jun 05 15:09:43.692495 2024] [mpm_prefork:notice] [pid 728] AH00163: Apache/2.4.59 (Debian) OpenSSL/1.1.1w configured -- resuming normal operations [Wed Jun 05 15:09:43.692553 2024] [core:notice] [pid 728] AH00094: Command line: '/usr/sbin/apache2' ```
Database logs ``` 2023-04-30 11:50:22 0 [Note] /usr/sbin/mysqld (initiated by: unknown): Normal shutdown 2023-04-30 11:50:22 0 [Note] Event Scheduler: Purging the queue. 0 events 2023-04-30 11:50:22 0 [Note] InnoDB: FTS optimize thread exiting. 2023-04-30 11:50:22 0 [Note] InnoDB: Starting shutdown... 2023-04-30 11:50:22 0 [Note] InnoDB: Dumping buffer pool(s) to /var/lib/mysql/ib_buffer_pool 2023-04-30 11:50:22 0 [Note] InnoDB: Buffer pool(s) dump completed at 230430 11:50:22 2023-04-30 11:50:24 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1" 2023-04-30 11:50:24 0 [Note] InnoDB: Shutdown completed; log sequence number 85217316738; transaction id 64511737 2023-04-30 11:50:24 0 [Note] /usr/sbin/mysqld: Shutdown complete ```
Nextcloud logs ``` {"reqId":"AT2mscOafOJ8vYkAm3Pd","level":3,"time":"2024-05-31T10:20:34+00:00","remoteAddr":"","user":"--","app":"memories","method":"","url":"--","message":"Failed to index folder /kathrin/files/qnap_daten: Invalid request for /daten/.nomedia (InvalidArgumentException)","userAgent":"--","version":"28.0.5.1","data":{"app":"memories"}} {"reqId":"AT2mscOafOJ8vYkAm3Pd","level":3,"time":"2024-05-31T10:20:40+00:00","remoteAddr":"","user":"--","app":"memories","method":"","url":"--","message":"Failed to index folder /ncp/files/qnap_bilder: Invalid request for /bilder%20und%20filme/.nomedia (InvalidArgumentException)","userAgent":"--","version":"28.0.5.1","data":{"app":"memories"}} {"reqId":"AT2mscOafOJ8vYkAm3Pd","level":3,"time":"2024-05-31T10:20:47+00:00","remoteAddr":"","user":"--","app":"memories","method":"","url":"--","message":"Failed to index folder /ncp/files/qnap_daten: Invalid request for /daten/.nomedia (InvalidArgumentException)","userAgent":"--","version":"28.0.5.1","data":{"app":"memories"}} {"reqId":"j9DOvHtSonhBmb2NGOfC","level":3,"time":"2024-05-31T10:40:09+00:00","remoteAddr":"","user":"--","app":"memories","method":"","url":"--","message":"Failed to index folder /enrico/files/qnap_bilder: Invalid request for /bilder%20und%20filme/.nomedia (InvalidArgumentException)","userAgent":"--","version":"28.0.5.1","data":{"app":"memories"}} {"reqId":"j9DOvHtSonhBmb2NGOfC","level":3,"time":"2024-05-31T10:40:15+00:00","remoteAddr":"","user":"--","app":"memories","method":"","url":"--","message":"Failed to index folder /enrico/files/qnap_daten: Invalid request for /daten/.nomedia (InvalidArgumentException)","userAgent":"--","version":"28.0.5.1","data":{"app":"memories"}} {"reqId":"j9DOvHtSonhBmb2NGOfC","level":3,"time":"2024-05-31T10:40:22+00:00","remoteAddr":"","user":"--","app":"memories","method":"","url":"--","message":"Failed to index folder /kathrin/files/qnap_bilder: Invalid request for /bilder%20und%20filme/.nomedia (InvalidArgumentException)","userAgent":"--","version":"28.0.5.1","data":{"app":"memories"}} {"reqId":"j9DOvHtSonhBmb2NGOfC","level":3,"time":"2024-05-31T10:40:29+00:00","remoteAddr":"","user":"--","app":"memories","method":"","url":"--","message":"Failed to index folder /kathrin/files/qnap_daten: Invalid request for /daten/.nomedia (InvalidArgumentException)","userAgent":"--","version":"28.0.5.1","data":{"app":"memories"}} {"reqId":"j9DOvHtSonhBmb2NGOfC","level":3,"time":"2024-05-31T10:40:35+00:00","remoteAddr":"","user":"--","app":"memories","method":"","url":"--","message":"Failed to index folder /ncp/files/qnap_bilder: Invalid request for /bilder%20und%20filme/.nomedia (InvalidArgumentException)","userAgent":"--","version":"28.0.5.1","data":{"app":"memories"}} {"reqId":"j9DOvHtSonhBmb2NGOfC","level":3,"time":"2024-05-31T10:40:42+00:00","remoteAddr":"","user":"--","app":"memories","method":"","url":"--","message":"Failed to index folder /ncp/files/qnap_daten: Invalid request for /daten/.nomedia (InvalidArgumentException)","userAgent":"--","version":"28.0.5.1","data":{"app":"memories"}} {"reqId":"33sV3cIbtnbT6JdP42i8","level":3,"time":"2024-05-31T11:00:14+00:00","remoteAddr":"","user":"--","app":"memories","method":"","url":"--","message":"Failed to index folder /enrico/files/qnap_bilder: Invalid request for /bilder%20und%20filme/.nomedia (InvalidArgumentException)","userAgent":"--","version":"28.0.5.1","data":{"app":"memories"}} {"reqId":"33sV3cIbtnbT6JdP42i8","level":3,"time":"2024-05-31T11:00:20+00:00","remoteAddr":"","user":"--","app":"memories","method":"","url":"--","message":"Failed to index folder /enrico/files/qnap_daten: Invalid request for /daten/.nomedia (InvalidArgumentException)","userAgent":"--","version":"28.0.5.1","data":{"app":"memories"}} {"reqId":"33sV3cIbtnbT6JdP42i8","level":3,"time":"2024-05-31T11:00:27+00:00","remoteAddr":"","user":"--","app":"memories","method":"","url":"--","message":"Failed to index folder /kathrin/files/qnap_bilder: Invalid request for /bilder%20und%20filme/.nomedia (InvalidArgumentException)","userAgent":"--","version":"28.0.5.1","data":{"app":"memories"}} {"reqId":"33sV3cIbtnbT6JdP42i8","level":3,"time":"2024-05-31T11:00:33+00:00","remoteAddr":"","user":"--","app":"memories","method":"","url":"--","message":"Failed to index folder /kathrin/files/qnap_daten: Invalid request for /daten/.nomedia (InvalidArgumentException)","userAgent":"--","version":"28.0.5.1","data":{"app":"memories"}} {"reqId":"33sV3cIbtnbT6JdP42i8","level":3,"time":"2024-05-31T11:00:40+00:00","remoteAddr":"","user":"--","app":"memories","method":"","url":"--","message":"Failed to index folder /ncp/files/qnap_bilder: Invalid request for /bilder%20und%20filme/.nomedia (InvalidArgumentException)","userAgent":"--","version":"28.0.5.1","data":{"app":"memories"}} {"reqId":"33sV3cIbtnbT6JdP42i8","level":3,"time":"2024-05-31T11:00:46+00:00","remoteAddr":"","user":"--","app":"memories","method":"","url":"--","message":"Failed to index folder /ncp/files/qnap_daten: Invalid request for /daten/.nomedia (InvalidArgumentException)","userAgent":"--","version":"28.0.5.1","data":{"app":"memories"}} {"reqId":"ZlwWAiqRQ8X1q0zmJMoKcAAAAAU","level":3,"time":"2024-06-02T06:49:39+00:00","remoteAddr":"2a02:8071:6400:d5e0:baa3:4de3:ed1a:740b","user":"enrico","app":"webdav","method":"PUT","url":"/remote.php/dav/files/enrico/qnap_bilder/_unsortiert/Handy%20Enrico/2024/06/.pending-1717915773-_PXL_2092169964941368_1717310973140_2092169965109076.jpg","message":"X-OC-MTime header must be a valid positive integer","userAgent":"Mozilla/5.0 (Android) Nextcloud-android/3.29.0","version":"28.0.5.1","exception":{"Exception":"InvalidArgumentException","Message":"X-OC-MTime header must be a valid positive integer","Code":0,"Trace":[{"file":"/var/www/nextcloud/apps/dav/lib/Connector/Sabre/Node.php","line":425,"function":"sanitizeMtime","class":"OCA\\DAV\\Connector\\Sabre\\MtimeSanitizer","type":"::"},{"file":"/var/www/nextcloud/apps/dav/lib/Connector/Sabre/File.php","line":383,"function":"sanitizeMtime","class":"OCA\\DAV\\Connector\\Sabre\\Node","type":"->"},{"file":"/var/www/nextcloud/apps/dav/lib/Connector/Sabre/Directory.php","line":148,"function":"put","class":"OCA\\DAV\\Connector\\Sabre\\File","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":1098,"function":"createFile","class":"OCA\\DAV\\Connector\\Sabre\\Directory","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/CorePlugin.php","line":504,"function":"createFile","class":"Sabre\\DAV\\Server","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"httpPut","class":"Sabre\\DAV\\CorePlugin","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":472,"function":"emit","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":253,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":321,"function":"start","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/apps/dav/lib/Server.php","line":373,"function":"exec","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/remote.php","line":172,"args":["/var/www/nextcloud/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/var/www/nextcloud/apps/dav/lib/Connector/Sabre/MtimeSanitizer.php","Line":37,"message":"X-OC-MTime header must be a valid positive integer","exception":{},"CustomMessage":"X-OC-MTime header must be a valid positive integer"}} {"reqId":"ZlwWpFksqICLGpGmd8_C2QAAAAc","level":3,"time":"2024-06-02T06:52:21+00:00","remoteAddr":"2a02:8071:6400:d5e0:3a19:3c75:9ac7:c47e","user":"enrico","app":"no app in context","method":"PUT","url":"/remote.php/dav/files/enrico/qnap_bilder/_unsortiert/Handy%20Enrico/2024/06/.pending-1717915773-_PXL_2092169964941368_1717310973140_2092169965109076.jpg","message":"Exception thrown: OCP\\AppFramework\\Db\\DoesNotExistException","userAgent":"Mozilla/5.0 (Android) Nextcloud-android/3.29.0","version":"28.0.5.1","exception":{"Exception":"OCP\\AppFramework\\Db\\DoesNotExistException","Message":"Did expect one result but found none when executing: query \"SELECT * FROM `*PREFIX*files_versions` WHERE (`file_id` = :dcValue1) AND (`timestamp` = :dcValue2)\"; ","Code":0,"Trace":[{"file":"/var/www/nextcloud/lib/public/AppFramework/Db/QBMapper.php","line":361,"function":"findOneQuery","class":"OCP\\AppFramework\\Db\\QBMapper","type":"->"},{"file":"/var/www/nextcloud/apps/files_versions/lib/Db/VersionsMapper.php","line":77,"function":"findEntity","class":"OCP\\AppFramework\\Db\\QBMapper","type":"->"},{"file":"/var/www/nextcloud/apps/files_versions/lib/Versions/LegacyVersionsBackend.php","line":277,"function":"findVersionForFileId","class":"OCA\\Files_Versions\\Db\\VersionsMapper","type":"->"},{"file":"/var/www/nextcloud/apps/files_versions/lib/Versions/VersionManager.php","line":152,"function":"updateVersionEntity","class":"OCA\\Files_Versions\\Versions\\LegacyVersionsBackend","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/apps/files_versions/lib/Listener/FileEventsListener.php","line":239,"function":"updateVersionEntity","class":"OCA\\Files_Versions\\Versions\\VersionManager","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/apps/files_versions/lib/Listener/FileEventsListener.php","line":106,"function":"post_write_hook","class":"OCA\\Files_Versions\\Listener\\FileEventsListener","type":"->"},{"file":"/var/www/nextcloud/lib/private/EventDispatcher/ServiceEventListener.php","line":86,"function":"handle","class":"OCA\\Files_Versions\\Listener\\FileEventsListener","type":"->"},{"file":"/var/www/nextcloud/3rdparty/symfony/event-dispatcher/EventDispatcher.php","line":230,"function":"__invoke","class":"OC\\EventDispatcher\\ServiceEventListener","type":"->"},{"file":"/var/www/nextcloud/3rdparty/symfony/event-dispatcher/EventDispatcher.php","line":59,"function":"callListeners","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/var/www/nextcloud/lib/private/EventDispatcher/EventDispatcher.php","line":94,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/var/www/nextcloud/lib/private/EventDispatcher/EventDispatcher.php","line":106,"function":"dispatch","class":"OC\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/var/www/nextcloud/lib/private/Files/Node/HookConnector.php","line":109,"function":"dispatchTyped","class":"OC\\EventDispatcher\\EventDispatcher","type":"->"},{"file":"/var/www/nextcloud/lib/private/legacy/OC_Hook.php","line":105,"function":"postWrite","class":"OC\\Files\\Node\\HookConnector","type":"->"},{"file":"/var/www/nextcloud/apps/dav/lib/Connector/Sabre/File.php","line":480,"function":"emit","class":"OC_Hook","type":"::"},{"file":"/var/www/nextcloud/apps/dav/lib/Connector/Sabre/File.php","line":404,"function":"emitPostHooks","class":"OCA\\DAV\\Connector\\Sabre\\File","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":1137,"function":"put","class":"OCA\\DAV\\Connector\\Sabre\\File","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/CorePlugin.php","line":492,"function":"updateFile","class":"Sabre\\DAV\\Server","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"httpPut","class":"Sabre\\DAV\\CorePlugin","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":472,"function":"emit","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":253,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":321,"function":"start","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/apps/dav/lib/Server.php","line":373,"function":"exec","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/remote.php","line":172,"args":["/var/www/nextcloud/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/var/www/nextcloud/lib/public/AppFramework/Db/QBMapper.php","Line":283,"CustomMessage":"Exception thrown: OCP\\AppFramework\\Db\\DoesNotExistException"}} {"reqId":"ZlwWBVwoVTmAgHbdjQ7MUAAAAAE","level":3,"time":"2024-06-02T06:55:14+00:00","remoteAddr":"2a02:8071:6400:d5e0:baa3:4de3:ed1a:740b","user":"enrico","app":"no app in context","method":"PUT","url":"/remote.php/dav/files/enrico/qnap_bilder/_unsortiert/Handy%20Enrico/2024/06/PXL_20240602_064922151.MP.jpg","message":"Erwartete Dateigr\u00f6\u00dfe von 3778200 bytes, aber 770048 bytes gelesen (vom Nextcloud-Client) und geschrieben (in den Nextcloud-Speicher). Dies kann entweder ein Netzwerkproblem auf der sendenden Seite oder ein Problem beim Schreiben in den Speicher auf der Serverseite sein.","userAgent":"Mozilla/5.0 (Android) Nextcloud-android/3.29.0","version":"28.0.5.1","exception":{"Exception":"Sabre\\DAV\\Exception\\BadRequest","Message":"Erwartete Dateigr\u00f6\u00dfe von 3778200 bytes, aber 770048 bytes gelesen (vom Nextcloud-Client) und geschrieben (in den Nextcloud-Speicher). Dies kann entweder ein Netzwerkproblem auf der sendenden Seite oder ein Problem beim Schreiben in den Speicher auf der Serverseite sein.","Code":0,"Trace":[{"file":"/var/www/nextcloud/apps/dav/lib/Connector/Sabre/Directory.php","line":148,"function":"put","class":"OCA\\DAV\\Connector\\Sabre\\File","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":1098,"function":"createFile","class":"OCA\\DAV\\Connector\\Sabre\\Directory","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/CorePlugin.php","line":504,"function":"createFile","class":"Sabre\\DAV\\Server","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"httpPut","class":"Sabre\\DAV\\CorePlugin","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":472,"function":"emit","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":253,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":321,"function":"start","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/apps/dav/lib/Server.php","line":373,"function":"exec","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/remote.php","line":172,"args":["/var/www/nextcloud/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/var/www/nextcloud/apps/dav/lib/Connector/Sabre/File.php","Line":301,"message":"Erwartete Dateigr\u00f6\u00dfe von 3778200 bytes, aber 770048 bytes gelesen (vom Nextcloud-Client) und geschrieben (in den Nextcloud-Speicher). Dies kann entweder ein Netzwerkproblem auf der sendenden Seite oder ein Problem beim Schreiben in den Speicher auf der Serverseite sein.","exception":{},"CustomMessage":"Erwartete Dateigr\u00f6\u00dfe von 3778200 bytes, aber 770048 bytes gelesen (vom Nextcloud-Client) und geschrieben (in den Nextcloud-Speicher). Dies kann entweder ein Netzwerkproblem auf der sendenden Seite oder ein Problem beim Schreiben in den Speicher auf der Serverseite sein."}} {"reqId":"Zl2dt1MybfZPTODigIAXogAAAAE","level":3,"time":"2024-06-03T10:40:55+00:00","remoteAddr":"2a01:599:b05:4745:9ca0:f741:a054:46f6","user":"--","app":"no app in context","method":"PROPFIND","url":"/remote.php/dav/files/kathrin","message":"Could not decrypt or decode encrypted session data","userAgent":"Mozilla/5.0 (iOS) Nextcloud-iOS/5.3.1","version":"28.0.5.1","exception":{"Exception":"Exception","Message":"HMAC does not match.","Code":0,"Trace":[{"file":"/var/www/nextcloud/lib/private/Security/Crypto.php","line":119,"function":"decryptWithoutSecret","class":"OC\\Security\\Crypto","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/Session/CryptoSessionData.php","line":90,"function":"decrypt","class":"OC\\Security\\Crypto","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/Session/CryptoSessionData.php","line":67,"function":"initializeSession","class":"OC\\Session\\CryptoSessionData","type":"->"},{"file":"/var/www/nextcloud/lib/private/Session/CryptoWrapper.php","line":112,"function":"__construct","class":"OC\\Session\\CryptoSessionData","type":"->"},{"file":"/var/www/nextcloud/lib/base.php","line":449,"function":"wrapSession","class":"OC\\Session\\CryptoWrapper","type":"->"},{"file":"/var/www/nextcloud/lib/base.php","line":705,"function":"initSession","class":"OC","type":"::"},{"file":"/var/www/nextcloud/lib/base.php","line":1200,"function":"init","class":"OC","type":"::"},{"file":"/var/www/nextcloud/remote.php","line":119,"args":["/var/www/nextcloud/lib/base.php"],"function":"require_once"}],"File":"/var/www/nextcloud/lib/private/Security/Crypto.php","Line":158,"message":"Could not decrypt or decode encrypted session data","exception":{},"CustomMessage":"Could not decrypt or decode encrypted session data"}} {"reqId":"Zl2duN98Ya5P-YsEukbdeAAAAAI","level":3,"time":"2024-06-03T10:40:56+00:00","remoteAddr":"2a01:599:b05:4745:9ca0:f741:a054:46f6","user":"--","app":"no app in context","method":"GET","url":"/index.php/avatar/kathrin/256","message":"Could not decrypt or decode encrypted session data","userAgent":"Mozilla/5.0 (iOS) Nextcloud-iOS/5.3.1","version":"28.0.5.1","exception":{"Exception":"Exception","Message":"HMAC does not match.","Code":0,"Trace":[{"file":"/var/www/nextcloud/lib/private/Security/Crypto.php","line":119,"function":"decryptWithoutSecret","class":"OC\\Security\\Crypto","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/Session/CryptoSessionData.php","line":90,"function":"decrypt","class":"OC\\Security\\Crypto","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/Session/CryptoSessionData.php","line":67,"function":"initializeSession","class":"OC\\Session\\CryptoSessionData","type":"->"},{"file":"/var/www/nextcloud/lib/private/Session/CryptoWrapper.php","line":112,"function":"__construct","class":"OC\\Session\\CryptoSessionData","type":"->"},{"file":"/var/www/nextcloud/lib/base.php","line":449,"function":"wrapSession","class":"OC\\Session\\CryptoWrapper","type":"->"},{"file":"/var/www/nextcloud/lib/base.php","line":705,"function":"initSession","class":"OC","type":"::"},{"file":"/var/www/nextcloud/lib/base.php","line":1200,"function":"init","class":"OC","type":"::"},{"file":"/var/www/nextcloud/index.php","line":37,"args":["/var/www/nextcloud/lib/base.php"],"function":"require_once"}],"File":"/var/www/nextcloud/lib/private/Security/Crypto.php","Line":158,"message":"Could not decrypt or decode encrypted session data","exception":{},"CustomMessage":"Could not decrypt or decode encrypted session data"}} ```
christoph-bittmann commented 1 month ago

Hi @EnricoK18,

where comes the http://ppa.launchpad.net/ondrej dependency from? I would suggest to disable these repos and retry the update. In a second step it could be an idea to uninstall all related packaged and/or replace them which versions from official debian repo.

EnricoK18 commented 1 month ago

Hi @christoph-bittmann,

I think this dependancy cam from previous test with different PHP version.

I was able to delete them. And now the update finished successfully.

Thanks