serverinfo icon indicating copy to clipboard operation
serverinfo copied to clipboard

Missing disk data

Open ringe opened this issue 4 years ago • 1 comments

Steps to reproduce

  1. Open /settings/admin/serverinfo
  2. Not all disks are shown

Expected behaviour

Expect to see all disks on the server, especially the one Nextcloud uses

Actual behaviour

The disk where the Nextcloud files are located is not show.

Server configuration

Operating system: Ubuntu 20.04

Web server: nginx

Database: MySQL

PHP version: 7.4.3

Nextcloud version: 20.0.6

Where did you install Nextcloud from: Web installer

List of activated apps: Enabled:

  • accessibility: 1.6.0
  • activity: 2.13.4
  • admin_audit: 1.10.0
  • bruteforcesettings: 2.0.1
  • calendar: 2.1.3
  • cloud_federation_api: 1.3.0
  • comments: 1.10.0
  • contactsinteraction: 1.1.0
  • dav: 1.16.2
  • federatedfilesharing: 1.10.2
  • federation: 1.10.1
  • files: 1.15.0
  • files_pdfviewer: 2.0.1
  • files_rightclick: 0.17.0
  • files_sharing: 1.12.2
  • files_trashbin: 1.10.1
  • files_versions: 1.13.0
  • files_videoplayer: 1.9.0
  • firstrunwizard: 2.9.0
  • groupfolders: 8.2.0
  • logreader: 2.5.0
  • lookup_server_connector: 1.8.0
  • nextcloud_announcements: 1.9.0
  • notifications: 2.8.0
  • oauth2: 1.8.0
  • password_policy: 1.10.1
  • photos: 1.2.3
  • piwik: 0.7.0
  • privacy: 1.4.0
  • provisioning_api: 1.10.0
  • recommendations: 0.8.0
  • serverinfo: 1.10.0
  • settings: 1.2.0
  • sharebymail: 1.10.0
  • spreed: 10.0.5
  • support: 1.3.0
  • survey_client: 1.8.0
  • systemtags: 1.10.0
  • tasks: 0.13.6
  • text: 3.1.0
  • theming: 1.11.0
  • twofactor_backupcodes: 1.9.0
  • updatenotification: 1.10.0
  • user_status: 1.0.1
  • viewer: 1.4.0
  • workflowengine: 2.2.0

Nextcloud configuration:

{ "system": { "instanceid": "REMOVED SENSITIVE VALUE", "passwordsalt": "REMOVED SENSITIVE VALUE", "secret": "REMOVED SENSITIVE VALUE", "trusted_domains": [ "cloud.narvikbygg.no" ], "datadirectory": "REMOVED SENSITIVE VALUE", "dbtype": "mysql", "version": "20.0.6.1", "overwrite.cli.url": "https://cloud.narvikbygg.no", "dbname": "REMOVED SENSITIVE VALUE", "dbhost": "REMOVED SENSITIVE VALUE", "dbport": "", "dbtableprefix": "oc_", "mysql.utf8mb4": true, "dbuser": "REMOVED SENSITIVE VALUE", "dbpassword": "REMOVED SENSITIVE VALUE", "installed": true, "mail_from_address": "REMOVED SENSITIVE VALUE", "mail_smtpmode": "smtp", "mail_sendmailmode": "smtp", "mail_domain": "REMOVED SENSITIVE VALUE", "mail_smtpsecure": "tls", "mail_smtpport": "587", "mail_smtpauth": 1, "mail_smtpauthtype": "LOGIN", "mail_smtphost": "REMOVED SENSITIVE VALUE", "mail_smtpname": "REMOVED SENSITIVE VALUE", "mail_smtppassword": "REMOVED SENSITIVE VALUE", "default_language": "nb", "default_locale": "nb_NO", "ldapIgnoreNamingRules": false, "ldapProviderFactory": "OCA\User_LDAP\LDAPProviderFactory", "filelocking.enabled": true, "memcache.local": "\OC\Memcache\APCu", "memcache.locking": "\OC\Memcache\Redis", "redis": { "host": "REMOVED SENSITIVE VALUE", "port": 6379, "timeout": 0, "password": "REMOVED SENSITIVE VALUE" }, "maintenance": false, "updater.secret": "REMOVED SENSITIVE VALUE", "theme": "", "loglevel": 2 } }

Client configuration

Browser: Firefox

Operating system: Ubuntu

Logs

Nextcloud log (data/owncloud.log)

N/A

Browser log

N/A

ringe avatar Mar 03 '21 14:03 ringe

This might be fixed in https://github.com/nextcloud/serverinfo/pull/281

J0WI avatar Mar 13 '21 20:03 J0WI

@ringe I suspect this is stale. This fixed for you now or still ongoing?

joshtrichards avatar May 05 '23 21:05 joshtrichards

Please open a new issue if you still see this error.

kesselb avatar May 15 '23 14:05 kesselb