Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing disk data #285

Closed
ringe opened this issue Mar 3, 2021 · 3 comments
Closed

Missing disk data #285

ringe opened this issue Mar 3, 2021 · 3 comments

Comments

@ringe
Copy link

ringe commented Mar 3, 2021

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

@J0WI
Copy link
Contributor

J0WI commented Mar 13, 2021

This might be fixed in #281

@joshtrichards
Copy link
Member

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

@kesselb kesselb closed this as not planned Won't fix, can't repro, duplicate, stale May 15, 2023
@kesselb
Copy link
Collaborator

kesselb commented May 15, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants