Opened 10 years ago
Last modified 7 years ago
#23523 closed Uncategorized
pyinotify yelling no space available — at Version 6
Reported by: | Mattia Procopio | Owned by: | nobody |
---|---|---|---|
Component: | Uncategorized | Version: | 1.8 |
Severity: | Normal | Keywords: | |
Cc: | alexandervlpl | Triage Stage: | Unreviewed |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description (last modified by )
don't know why, but in the last days whenever I try to run manage.py runserver I got a pyinotify error, while I'm still able to surf to my pages and work with them I see a nice traceback on console, what's going on?
Traceback:
September 19, 2014 - 10:04:00 Django version 1.7, using settings 'uwn.settings.local' Starting development server at http://127.0.0.1:8000/ Quit the server with CONTROL-C. [2014-09-19 10:04:00,066 pyinotify ERROR] add_watch: cannot watch /usr/lib64/python2.7/site-packages/numpy/core/_methods.py WD=-1, Errno=No space left on device (ENOSPC) [2014-09-19 10:04:00,067 pyinotify ERROR] add_watch: cannot watch /usr/lib/python2.7/site-packages/rest_framework/permissions.py WD=-1, Errno=No space left on device (ENOSPC) [2014-09-19 10:04:00,067 pyinotify ERROR] add_watch: cannot watch /usr/lib64/python2.7/site-packages/django/utils/termcolors.py WD=-1, Errno=No space left on device (ENOSPC) [2014-09-19 10:04:00,067 pyinotify ERROR] add_watch: cannot watch /usr/lib64/python2.7/site-packages/django/shortcuts.py WD=-1, Errno=No space left on device (ENOSPC) [2014-09-19 10:04:00,067 pyinotify ERROR] add_watch: cannot watch /usr/lib64/python2.7/shutil.py WD=-1, Errno=No space left on device (ENOSPC) [2014-09-19 10:04:00,067 pyinotify ERROR] add_watch: cannot watch /usr/lib64/python2.7/lib-dynload/_heapq.so WD=-1, Errno=No space left on device (ENOSPC) [2014-09-19 10:04:00,067 pyinotify ERROR] add_watch: cannot watch /usr/lib64/python2.7/lib-dynload/_randommodule.so WD=-1, Errno=No space left on device (ENOSPC) [2014-09-19 10:04:00,067 pyinotify ERROR] add_watch: cannot watch /usr/lib64/python2.7/site-packages/numpy/fft/fftpack.py WD=-1, Errno=No space left on device (ENOSPC) [remaining messages cut]
Change History (6)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
yep, I have just 23% used
➜ django git:(django-support-testing) df /usr/lib64 Filesystem 1K-blocks Used Available Use% Mounted on /dev/mapper/fedora-root 51475068 10943904 37893340 23% /
comment:3 by , 10 years ago
And what does df -i
report (http://serverfault.com/questions/427091/no-space-left-on-device-but-there-is-space#427092)?
comment:4 by , 10 years ago
➜ patients_database git:(big_field) df -i Filesystem Inodes IUsed IFree IUse% Mounted on /dev/mapper/fedora-root 3276800 354869 2921931 11% / devtmpfs 2039988 511 2039477 1% /dev tmpfs 2042567 11 2042556 1% /dev/shm tmpfs 2042567 694 2041873 1% /run tmpfs 2042567 15 2042552 1% /sys/fs/cgroup tmpfs 2042567 30 2042537 1% /tmp /dev/mapper/fedora-home 11395072 238864 11156208 3% /home /dev/sda5 128016 83 127933 1% /boot /dev/sda4 4294967295 2886 4294964409 1% /boot/efi
comment:5 by , 10 years ago
What about sysctl -n fs.inotify.max_user_watches
? (https://github.com/seb-m/pyinotify/wiki/Frequently-Asked-Questions)
comment:6 by , 10 years ago
Description: | modified (diff) |
---|
Shortened the description, we don't need all messages...
Sorry if that's obvious, but have you checked that you still have space left on your root partition (or wherever
/usr/lib64
is mounted)?