-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[Bug]: enabling external storage on 28.0.2 generates error during occ files:scan #43408
Description
⚠️ This issue respects the following points: ⚠️
- This is a bug, not a question or a configuration/webserver/proxy issue.
- This issue is not already reported on Github OR Nextcloud Community Forum (I've searched it).
- Nextcloud Server is up to date. See Maintenance and Release Schedule for supported versions.
- I agree to follow Nextcloud's Code of Conduct.
Bug description
New / fresh installation of Nextcloud 28.0.2
Steps to reproduce
- Fresh install of 28.0.2
- Enable external storage
- Configure S3 object storage
- Add user with access to S3 storage
- Run nocc-cldtst01 files:scan timv (alias to below)
alias nocc-cldtst01="sudo -u www-data php /var/www/cldtst01.site1.com/html/occ"
Expected behavior
Output
root@X.X.X.X:(削除) $ nocc-cldtst01-site1 files:scan --all$
Starting scan for user 1 out of 1 (admin)
Error during scan: Array to string conversion
Error during scan: Array to string conversion
....................
Error during scan: Array to string conversion
Error during scan: Array to string conversion
+---------+-------+-----+---------+---------+--------+--------------+
| Folders | Files | New | Updated | Removed | Errors | Elapsed time |
+---------+-------+-----+---------+---------+--------+--------------+
| 49 | 218 | 0 | 1 | 0 | 84 | 00:00:01 |
+---------+-------+-----+---------+---------+--------+--------------+
root@X.X.X.X: (削除ここまで)
Installation method
Community Manual installation with Archive
Nextcloud Server version
28
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.2
Web server
Nginx
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
Fresh Nextcloud Server install
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
- Default user-backend (database)
- LDAP/ Active Directory
- SSO - SAML
- Other
Configuration report
root@X.X.X.X:~$ nocc-cldtst01-site1 config:list system { "system": { "passwordsalt": "***REMOVED SENSITIVE VALUE***", "secret": "***REMOVED SENSITIVE VALUE***", "trusted_domains": [ "vmi1517.site1.com", "cldtst01.site1.com", "X.X.X.X" ], "datadirectory": "***REMOVED SENSITIVE VALUE***", "dbtype": "mysql", "version": "28.0.2.5", "overwrite.cli.url": "https:\/\/cldtst01.site1.com", "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***", "overwritehost": "cldtst01.site1.com", "activity_expire_days": 14, "allow_local_remote_servers": true, "auth.bruteforce.protection.enabled": true, "blacklisted_files": [ ".htaccess", "Thumbs.db", "thumbs.db" ], "cron_log": true, "default_phone_region": "US", "enable_previews": true, "enabledPreviewProviders": [ "OC\\Preview\\PNG", "OC\\Preview\\JPEG", "OC\\Preview\\GIF", "OC\\Preview\\BMP", "OC\\Preview\\XBitmap", "OC\\Preview\\Movie", "OC\\Preview\\PDF", "OC\\Preview\\MP3", "OC\\Preview\\TXT", "OC\\Preview\\MarkDown" ], "filesystem_check_changes": 0, "filelocking.enabled": "true", "htaccess.RewriteBase": "\/", "integrity.check.disabled": false, "knowledgebaseenabled": false, "log_rotate_size": "104857600", "logfile": "\/var\/log\/nextcloud\/cldtst01-site1.log", "loglevel": 2, "logtimezone": "America\/Los_Angeles", "memcache.local": "\\OC\\Memcache\\APCu", "memcache.locking": "\\OC\\Memcache\\Redis", "overwriteprotocol": "https", "preview_max_x": 1024, "preview_max_y": 768, "preview_max_scale_factor": 1, "profile.enabled": false, "redis": { "host": "***REMOVED SENSITIVE VALUE***", "port": 0, "password": "***REMOVED SENSITIVE VALUE***", "timeout": 0.5, "dbindex": 1 }, "quota_include_external_storage": false, "share_folder": "\/StorageShare", "skeletondirectory": "", "trashbin_retention_obligation": "auto, 7" } } root@X.X.X.X:~$
List of activated Apps
root@X.X.X.X:~$ nocc-cldtst01-site1 app:list Enabled: - activity: 2.20.0 - admin_audit: 1.18.0 - cloud_federation_api: 1.11.0 - dav: 1.29.1 - federatedfilesharing: 1.18.0 - files: 2.0.0 - files_external: 1.20.0 - files_pdfviewer: 2.9.0 - files_sharing: 1.20.0 - files_trashbin: 1.18.0 - files_versions: 1.21.0 - logreader: 2.13.0 - lookup_server_connector: 1.16.0 - oauth2: 1.16.3 - password_policy: 1.18.0 - photos: 2.4.0 - privacy: 1.12.0 - provisioning_api: 1.18.0 - serverinfo: 1.18.0 - settings: 1.10.1 - sharebymail: 1.18.0 - text: 3.9.1 - theming: 2.3.0 - twofactor_backupcodes: 1.17.0 - updatenotification: 1.18.0 - viewer: 2.2.0 - workflowengine: 2.10.0 Disabled: - bruteforcesettings: 2.8.0 - circles: 28.0.0-dev (installed 28.0.0-dev) - comments: 1.18.0 (installed 1.18.0) - contactsinteraction: 1.9.0 (installed 1.9.0) - dashboard: 7.8.0 (installed 7.8.0) - encryption: 2.16.0 - federation: 1.18.0 (installed 1.18.0) - files_reminders: 1.1.0 (installed 1.1.0) - firstrunwizard: 2.17.0 (installed 2.17.0) - nextcloud_announcements: 1.17.0 (installed 1.17.0) - notifications: 2.16.0 (installed 2.16.0) - recommendations: 2.0.0 (installed 2.0.0) - related_resources: 1.3.0 (installed 1.3.0) - support: 1.11.0 (installed 1.11.0) - survey_client: 1.16.0 (installed 1.16.0) - suspicious_login: 6.0.0 - systemtags: 1.18.0 (installed 1.18.0) - twofactor_totp: 10.0.0-beta.2 - user_ldap: 1.19.0 - user_status: 1.8.1 (installed 1.8.1) - weather_status: 1.8.0 (installed 1.8.0) root@X.X.X.X:~$
Nextcloud Signing status
No errors have been found.
Nextcloud Logs
root@X.X.X.X:/var/log/nextcloud$ tail -f cldtst01-site1.log
{"reqId":"BsKXnLgxxgk9OrTCg4dN","level":2,"time":"2024年02月06日T13:25:37-08:00","remoteAddr":"Z.Z.Z.Z","user":"--","app":"no app in context","method":"POST","url":"/login","message":"Login failed: timv (Remote IP: Z.Z.Z.Z3)","userAgent":"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36","version":"28.0.2.5","data":[]}Additional info
No response