Hola a todos
Manejo un smtp gateway antispam en sarge con postfix, amavis, clamav, djbdns (dns cache), spamassasing. Y ha ocurrido un problema raro, aparentemente me he quedado sin espacio en disco, no puedo crear, ni modificar files en / pero el postfix sigue trabajando OK x que /var esta en otra particion. Si abro un archivo del /etc con pico o vi, lo modifico e intento grabar la modificacion me sale "No space left on the device" y el archivo se pierde cambiando a O bytes.
Al hacer un df obtengo lo siguiente
outface:/# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/hda1 255912 73031 169228 31% /
tmpfs 225764 0 225764 0% /dev/shm
/dev/hda9 69465016 32872 65903472 1% /home
/dev/hda8 369000 8239 341101 3% /tmp
/dev/hda5 4807056 351572 4211300 8% /usr
/dev/hda6 2885780 157588 2581604 6% /var
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/hda1 255912 73031 169228 31% /
tmpfs 225764 0 225764 0% /dev/shm
/dev/hda9 69465016 32872 65903472 1% /home
/dev/hda8 369000 8239 341101 3% /tmp
/dev/hda5 4807056 351572 4211300 8% /usr
/dev/hda6 2885780 157588 2581604 6% /var
Asi que si tengo espacio.
Al hacer un tune2fs en hda1 obtengo lo siguiente (el problema esta en hda1)
outface:/# tune2fs -l /dev/hda1
tune2fs 1.37 (21-Mar-2005)
Filesystem volume name: /
Last mounted on: <not available>
Filesystem UUID: fcc230c3-13a8-4a9f-a499-e9ee14c4501d
Filesystem magic number: 0xEF53
Filesystem revision #: 1 (dynamic)
Filesystem features: has_journal filetype needs_recovery sparse_super
Default mount options: (none)
Filesystem state: clean
Errors behavior: Continue
Filesystem OS type: Linux
Inode count: 136544
Block count: 273073
Reserved block count: 13653
Free blocks: 182881
Free inodes: 127307
First block: 1
Block size: 1024
Fragment size: 1024
Blocks per group: 8192
Fragments per group: 8192
Inodes per group: 4016
Inode blocks per group: 502
Last mount time: Wed Oct 26 05:52:55 2005
Last write time: Wed Oct 26 05:52:55 2005
Mount count: 11
Maximum mount count: 30
Last checked: Mon Aug 8 08:44:00 2005
Check interval: 0 (<none>)
Reserved blocks uid: 0 (user root)
Reserved blocks gid: 0 (group root)
First inode: 11
Inode size: 128
Journal inode: 8
Journal backup: inode blocks
tune2fs 1.37 (21-Mar-2005)
Filesystem volume name: /
Last mounted on: <not available>
Filesystem UUID: fcc230c3-13a8-4a9f-a499-e9ee14c4501d
Filesystem magic number: 0xEF53
Filesystem revision #: 1 (dynamic)
Filesystem features: has_journal filetype needs_recovery sparse_super
Default mount options: (none)
Filesystem state: clean
Errors behavior: Continue
Filesystem OS type: Linux
Inode count: 136544
Block count: 273073
Reserved block count: 13653
Free blocks: 182881
Free inodes: 127307
First block: 1
Block size: 1024
Fragment size: 1024
Blocks per group: 8192
Fragments per group: 8192
Inodes per group: 4016
Inode blocks per group: 502
Last mount time: Wed Oct 26 05:52:55 2005
Last write time: Wed Oct 26 05:52:55 2005
Mount count: 11
Maximum mount count: 30
Last checked: Mon Aug 8 08:44:00 2005
Check interval: 0 (<none>)
Reserved blocks uid: 0 (user root)
Reserved blocks gid: 0 (group root)
First inode: 11
Inode size: 128
Journal inode: 8
Journal backup: inode blocks
A alguien se le ocurre algo???
Saludos y gracias
Victor
