Hi
I have a problem with uploading any file to nextcloud - Not enough free space
But I have 130 Gb free on my drive.
I use nginx, mariadb, php7.4, redis, and modsecurity
Here are my nextcloud server config
Server configuration detail
Operating system: Linux 4.19.0-16-cloud-amd64 #1 SMP Debian 4.19.181-1 (2021-03-19) x86_64
Webserver: nginx/1.20.1 (fpm-fcgi)
Database: mysql 10.3.27
PHP version: 7.4.18
Modules loaded: Core, date, libxml, openssl, pcre, zlib, filter, hash, Reflection, SPL, session, standard, sodium, cgi-fcgi, mysqlnd, PDO, xml, bcmath, bz2, calendar, ctype, curl, dom, mbstring, FFI, fileinfo, ftp, gd, gettext, gmp, iconv, igbinary, imagick, intl, json, exif, memcache, msgpack, mysqli, pdo_mysql, Phar, posix, readline, redis, shmop, SimpleXML, sockets, sysvmsg, sysvsem, sysvshm, tokenizer, xmlreader, xmlwriter, xsl, zip, memcached, Zend OPcache
Nextcloud version: 21.0.2 - 21.0.2.1
Updated from an older Nextcloud/ownCloud or fresh install:
Where did you install Nextcloud from: unknown
Signing status
Array ( )
List of activated apps
Enabled:
- accessibility: 1.7.0
- activity: 2.14.3
- breezedark: 21.0.7
- bruteforcesettings: 2.1.0
- checksum: 1.1.2
- cloud_federation_api: 1.4.0
- comments: 1.11.0
- contactsinteraction: 1.2.0
- dashboard: 7.1.0
- dav: 1.17.1
- drawio: 1.0.0
- encryption: 2.9.0
- end_to_end_encryption: 1.7.1
- epubreader: 1.4.6
- external: 3.8.1
- federatedfilesharing: 1.11.0
- federation: 1.11.0
- files: 1.16.0
- files_downloadactivity: 1.10.0
- files_pdfviewer: 2.1.0
- files_rightclick: 1.0.0
- files_sharing: 1.13.1
- files_trackdownloads: 1.10.0
- files_trashbin: 1.11.0
- files_versions: 1.14.0
- files_videoplayer: 1.10.0
- firstrunwizard: 2.10.0
- integration_github: 1.0.0
- integration_google: 1.0.2
- integration_onedrive: 1.0.1
- logreader: 2.6.0
- lookup_server_connector: 1.9.0
- nextcloud_announcements: 1.10.0
- notifications: 2.9.0
- oauth2: 1.9.0
- onlyoffice: 7.0.2
- password_policy: 1.11.0
- photos: 1.3.0
- privacy: 1.5.0
- provisioning_api: 1.11.0
- ransomware_protection: 1.10.1
- recommendations: 1.0.0
- serverinfo: 1.11.0
- settings: 1.3.0
- sharebymail: 1.11.0
- spreed: 11.2.1
- support: 1.4.0
- survey_client: 1.9.0
- systemtags: 1.11.0
- terms_of_service: 1.7.0
- text: 3.2.0
- theming: 1.12.0
- twofactor_backupcodes: 1.10.0
- twofactor_nextcloud_notification: 3.1.2
- twofactor_totp: 6.0.0
- twofactor_u2f: 6.1.0
- twofactor_webauthn: 0.2.9
- updatenotification: 1.11.0
- user_external: 2.0.0
- user_saml: 4.1.1
- user_status: 1.1.1
- viewer: 1.5.0
- weather_status: 1.1.0
- welcome: 0.0.5
- workflow_ocr: 1.21.0
- workflowengine: 2.3.0
Disabled:
- admin_audit
- files_external
- gpgmailer
- maps
- richdocumentscode
- user_ldap
Configuration (config/config.php)
{
"instanceid": "***REMOVED SENSITIVE VALUE***",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"nextcloud.wojtekszyjka.me"
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "mysql",
"version": "21.0.2.1",
"overwrite.cli.url": "https:\/\/nextcloud.wojtekszyjka.me",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"memcache.distributed": "\\OC\\Memcache\\Redis",
"memcache.local": "\\OC\\Memcache\\Redis",
"memcache.locking": "\\OC\\Memcache\\Redis",
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"port": 6379
},
"twofactor_enforced": "false",
"twofactor_enforced_groups": [
"admin"
],
"twofactor_enforced_excluded_groups": [],
"mail_smtpmode": "smtp",
"mail_smtpsecure": "tls",
"mail_sendmailmode": "smtp",
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_smtpauth": 1,
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_smtpport": "587",
"mail_smtpname": "***REMOVED SENSITIVE VALUE***",
"mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
"updater.release.channel": "stable"
}
External storages: files_external is disabled
Encryption: yes
User-backends:
- OC\User\Database
- OCA\User_SAML\UserBackend
Browser: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 Edg/90.0.818.66