hi, i have 3 xen machines one equal to each other cause their are copied with dd command. 2 of them are working cool, but one gives filesystem full error. If i reboot the "full" one, i can see 1GB free, then in some way it gets full, can''t understand why. it isn''t the /proc/kcore file this is df -h output Filesystem Dimens. Usati Disp. Uso% Montato su /dev/xvda1 2,7G 2,6G 0 100% / tmpfs 876M 0 876M 0% /dev/shm but du -ksh on / says 2,0G . end extended du -ksh * 6,7M bin 11M boot 76K command 56K dev 32M etc 35M home 102M lib 16K lost+found 12K media 0 misc 16K mnt 0 net 8,0K opt 3,9M package 0 proc 22M root 24M sbin 8,0K selinux 16K service 8,0K srv 0 sys 116K tmp 816M usr 999M var plus i don''t know why /proc and /sys directories are 0. hope someone can help me out! Thanx in advance -- giangiacomo This e-mail is confidential and is for the intended recipient only. Access, disclosure, copying, distribution or reliance on any of it by anyone else is prohibited and may be a criminal offence. Please delete if obtained in error and email confirmation to sender. (Italian Law 196/2003). _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
giangiacomo schrieb:> hi, > i have 3 xen machines one equal to each other cause their are copied with dd > command. > > 2 of them are working cool, but one gives filesystem full error. > > If i reboot the "full" one, i can see 1GB free, then in some way it gets full, > can''t understand why. > > it isn''t the /proc/kcore file > > this is df -h output > Filesystem Dimens. Usati Disp. Uso% Montato su > /dev/xvda1 2,7G 2,6G 0 100% / > tmpfs 876M 0 876M 0% /dev/shm > > but du -ksh on / says > 2,0G . > > end extended > du -ksh * > 6,7M bin > 11M boot > 76K command > 56K dev > 32M etc > 35M home > 102M lib > 16K lost+found > 12K media > 0 misc > 16K mnt > 0 net > 8,0K opt > 3,9M package > 0 proc > 22M root > 24M sbin > 8,0K selinux > 16K service > 8,0K srv > 0 sys > 116K tmp > 816M usr > 999M var > > > plus i don''t know why /proc and /sys directories are 0. > > hope someone can help me out!It''s not a Xen issue, you should ask at more Linux-newbie-specific group. /sys and /proc are "virtual" filesystems, they don''t take any disk space. -- Tomasz Chmielewski http://blog.wpkg.org _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
giangiacomo schrieb:>>> plus i don''t know why /proc and /sys directories are 0. >>> >>> hope someone can help me out! >> It''s not a Xen issue, you should ask at more Linux-newbie-specific group. >> >> /sys and /proc are "virtual" filesystems, they don''t take any disk space. > > ok you ara confirming my thougth, but that wasn''t the real > question............. > > the real question is...why my / filesystem gets full, while having at least > 800 MB free?Corrupted fs... Or you have a big file somewhere there that was deleted, but is still in use. This means it will still take space on your filesystem, although "du" will not count it. But it''s a non-Xen question, try to investigate somewhere else. -- Tomasz Chmielewski http://blog.wpkg.org _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Tuesday 09 October 2007 12:00:22 Tomasz Chmielewski wrote:> giangiacomo schrieb: > >>> plus i don''t know why /proc and /sys directories are 0. > >>> > >>> hope someone can help me out! > >> > >> It''s not a Xen issue, you should ask at more Linux-newbie-specific > >> group. > >> > >> /sys and /proc are "virtual" filesystems, they don''t take any disk > >> space. > > > > ok you ara confirming my thougth, but that wasn''t the real > > question............. > > > > the real question is...why my / filesystem gets full, while having at > > least 800 MB free? > > Corrupted fs... Or you have a big file somewhere there that was deleted, > but is still in use. This means it will still take space on your > filesystem, although "du" will not count it. > > But it''s a non-Xen question, try to investigate somewhere else.it can''t be! the three machine are the same, and new, they have nothing inside, the fs is perfect and reboot the system result in a correct df output. Are u sure i have to investigate somewhere else? -- Maurizio Rottin ----------------------- Amministratore di sistema DBA Lab S.p.A. T. 0422 318.811 F. 0422 318.919 maurizio.rottin@dbalab.it <http://www.dbalab.it> www.dbalab.it Questo messaggio è di carattere riservato ed è indirizzato esclusivamente al destinatario specificato. L''accesso, la divulgazione, la copia o la diffusione sono vietate a chiunque altro ai sensi delle normative vigenti, e possono costituire una violazione penale. Nel caso abbiate ricevuto questo messaggio per errore siete tenuti a cancellarlo immediatamente confermando al mittente, a mezzo e-mail, l''avvenuta cancellazione. (Legge Italiana 196/2003). This e-mail is confidential and is for the intended recipient only. Access, disclosure, copying, distribution or reliance on any of it by anyone else is prohibited and may be a criminal offence. Please delete if obtained in error and email confirmation to sender. (Italian Law 196/2003). _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Maurizio Rottin schrieb:> On Tuesday 09 October 2007 12:00:22 Tomasz Chmielewski wrote: >> giangiacomo schrieb: >>>>> plus i don''t know why /proc and /sys directories are 0. >>>>> >>>>> hope someone can help me out! >>>> It''s not a Xen issue, you should ask at more Linux-newbie-specific >>>> group. >>>> >>>> /sys and /proc are "virtual" filesystems, they don''t take any disk >>>> space. >>> ok you ara confirming my thougth, but that wasn''t the real >>> question............. >>> >>> the real question is...why my / filesystem gets full, while having at >>> least 800 MB free? >> Corrupted fs... Or you have a big file somewhere there that was deleted, >> but is still in use. This means it will still take space on your >> filesystem, although "du" will not count it. >> >> But it''s a non-Xen question, try to investigate somewhere else. > > it can''t be! the three machine are the same, and new, they have nothing > inside, the fs is perfect and reboot the system result in a correct df > output.You wanna bet $100 that it can be?> Are u sure i have to investigate somewhere else?Yes. -- Tomasz Chmielewski http://wpkg.org _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
hi, Am Dienstag, den 09.10.2007, 10:54 +0200 schrieb giangiacomo:> this is df -h output > Filesystem Dimens. Usati Disp. Uso% Montato su > /dev/xvda1 2,7G 2,6G 0 100% / > tmpfs 876M 0 876M 0% /dev/shmwhich filesystem did you use? Please post "mount" and post"df -i" I assume, that you have no free inodes ... cu denny _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 10/09/2007 12:00 PM, Tomasz Chmielewski wrote:> Corrupted fs... Or you have a big file somewhere there that was deleted, > but is still in use. This means it will still take space on your > filesystem, although "du" will not count it. > > But it''s a non-Xen question, try to investigate somewhere else.Hi Giangiacomo try: # lsof | grep deleted -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHDJKyEMN/lNE/wrwRAhdjAJ9tTzwa5ljwjGoAFv49as1z6I/c9QCfYp1h XDOcsFWelriOmNjGtVn0i1U=izKL -----END PGP SIGNATURE----- _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users