Zenoss – Kein Speicherplatz mehr auf dem Gerät – Fehler

Zenoss – Kein Speicherplatz mehr auf dem Gerät – Fehler
Site Error

An error was encountered while publishing this resource.


Sorry, a site error occurred.
Traceback (innermost last):

Module ZPublisher.Publish, line 231, in publish_module_standard
Module ZPublisher.Publish, line 165, in publish
Module Zope2.App.startup, line 211, in __call__
Module Products.ZenUI3.browser, line 105, in __call__
Module Products.Five.browser.pagetemplatefile, line 60, in __call__
Module zope.pagetemplate.pagetemplate, line 115, in pt_render
Module zope.tal.talinterpreter, line 271, in __call__
Module zope.tal.talinterpreter, line 343, in interpret
Module zope.tal.talinterpreter, line 858, in do_defineMacro
Module zope.tal.talinterpreter, line 343, in interpret
Module zope.tal.talinterpreter, line 533, in do_optTag_tal
Module zope.tal.talinterpreter, line 518, in do_optTag
Module zope.tal.talinterpreter, line 513, in no_tag
Module zope.tal.talinterpreter, line 343, in interpret
Module zope.tal.talinterpreter, line 620, in do_insertText_tal
Module Products.PageTemplates.Expressions, line 203, in evaluateText
Module Products.PageTemplates.Expressions, line 222, in _handleText
Module zope.component._api, line 174, in queryUtility
Module zope.component.registry, line 165, in queryUtility
Module ZODB.Connection, line 834, in setstate
Module ZODB.Connection, line 884, in _setstate
Module ZEO.ClientStorage, line 815, in load
Module ZEO.cache, line 143, in call
Module ZEO.cache, line 607, in store
IOError: [Errno 28] No space left on device

Ich habe heute meinen Server über Zenoss überprüft und es sieht so aus, als wäre er irgendwie voll. Wenn ich mir meinen Server anschaue, ist er nur zu 85 % voll:

unclebob:~# df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/mapper/unclebob--vg0-unclebob--root
                      1.9G  1.5G  335M  82% /
tmpfs                 471M     0  471M   0% /lib/init/rw
udev                   10M  820K  9.2M   9% /dev
tmpfs                 471M     0  471M   0% /dev/shm
overflow              1.0M  1.0M     0 100% /tmp
/dev/hde1             942M   36M  859M   5% /boot

    unclebob:/tmp# df -i
Filesystem            Inodes   IUsed   IFree IUse% Mounted on
/dev/mapper/unclebob--vg0-unclebob--root
                      121920   54844   67076   45% /
tmpfs                 120489       3  120486    1% /lib/init/rw
udev                  120489    1520  118969    2% /dev
tmpfs                 120489       1  120488    1% /dev/shm
overflow              120489      14  120475    1% /tmp
/dev/hde1              61312      33   61279    1% /boot

Es sieht so aus, als ob es diese beiden Dateien gibt: .ICE-unix/ .X11-unix/

Sie waren versteckt. Ich werde sie entfernen. Irgendeine Idee, was sie sein könnten?

Irgendwelche Ideen für eine Lösung? Hat wahrscheinlich etwas mit Zenoss zu tun

Antwort1

Ihr /tmp-Laufwerk ist voll und Ihre Anwendung empfängt hochgeladene Dateien wahrscheinlich in /tmp, bevor sie sie dort ablegt, wo sie wirklich hingehören.

Die andere Möglichkeit ist, dass Sie Millionen winziger Dateien haben und Ihnen die Inodes ausgegangen sind. Sie können sehen, wie viele Inodes Ihnen noch bleiben df -i. Aber mit ziemlicher Sicherheit ist die Tatsache, dass /tmp voll ist, das Problem.

verwandte Informationen