Re: FileSystem Full error in FreeBSD 5.4-Release even if the partition is not full

2005-10-25 Thread Martin Hepworth
Hi Deepak

check the inodes as others have suggested.

the /var/spool/MailScanner/incoming is should be empty (or nearly). This is
just the work area for MS and should have much in there at all apart from
the batches it's working right now..

MIght be worth check with me a JPK etc on the MS list 

--
Martin (at yet another email address)


On 10/25/05, Deepak Naidu <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I dont know ? all the errors are bouncing on my
> FreeBSD mail server. A month ago I have ported my
> mail server from Linux to FreeBSD 5.4-Release.
>
> I get the below error in my /var/log/messages
> regarding the filesystem being full, whereas it is not
> full.
>
> Filesystem is not full at all, then why I am getting
> this error message, did any one faced this issue.
>
>
> Oct 25 14:58:30 kernel: pid 60077 (perl5.8.6), uid 125
> inumber 50855 on /var/spool/MailScanner/incoming:
> filesystem full
>
> Oct 25 14:58:30 kernel: pid 60198 (perl5.8.6), uid 125
> inumber 1051 on /var/spool/MailScanner/incoming:
> filesystem full
>
> Oct 25 14:58:30 kernel: pid 60151 (perl5.8.6), uid 125
> inumber 50857 on /var/spool/MailScanner/incoming:
> filesystem full
>
> and also /var/spool filesystem ful error.
>
> #df -h
> Filesystem Size Used Avail Capacity Mounted on
> /dev/da0s1a 9.7G 576M 8.3G 6% /
> devfs 1.0K 1.0K 0B 100% /dev
> /dev/da0s1g 13G 4.2G 7.7G 35% /usr
> /dev/da0s1d 9.7G 232M 8.7G 3% /var
> /dev/da0s1e 19G 1.5G 16G 9% /var/log
> /dev/da0s1f 9.7G 968M 8.0G 11% /var/spool
> /dev/md1 1.4G 175M 1.1G 13%
> /var/spool/MailScanner/incoming
> devfs 1.0K 1.0K 0B 100% /var/named/dev
>
>
> #mount
> /dev/da0s1a on / (ufs, local)
> devfs on /dev (devfs, local)
> /dev/da0s1g on /usr (ufs, local, soft-updates)
> /dev/da0s1d on /var (ufs, local, soft-updates)
> /dev/da0s1e on /var/log (ufs, local, noatime,
> soft-updates)
> /dev/da0s1f on /var/spool (ufs, local, noatime,
> soft-updates)
> /dev/md1 on /var/spool/MailScanner/incoming (ufs,
> local, noatime, soft-updates)
> devfs on /var/named/dev (devfs, local)
>
> Is this a bug or anything falat.
>
>
> Cheers,
> Deepak Naidu.
>
>
>
>
>
> ___
> Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with
> voicemail http://uk.messenger.yahoo.com
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "
> [EMAIL PROTECTED]"
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FileSystem Full error in FreeBSD 5.4-Release even if the partition is not full

2005-10-25 Thread Alex Zbyslaw

Deepak Naidu wrote:


I am not sure whether I am running out of inodes or
not... 


If i run out of inodes, what would be the
resolution...

#df -i
Filesystem  1K-blocksUsedAvail Capacity iused  ifree %iused  Mounted on
/dev/da0s1f  10154158 1152026  818980012%  -15710  1334620   -1%   
/var/spool
 

If you run out of inodes you can't create new files - that might be 
interpreted by something as running out of disk space.  Resolution is 
tricky as you need to rebuild the filesystem (dump, newfs with more 
inodes, restore).


That doesn't seem to be the case here (1334620) remaining, though why 
you have the -ve %iused I do not know.  Something not right there.


Dunno, sorry,

--Alex

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FileSystem Full error in FreeBSD 5.4-Release even if the partition is not full

2005-10-25 Thread Eric Anderson

Deepak Naidu wrote:

Hi,

 I dont know ? all the errors are bouncing on my
FreeBSD mail server.  A month ago I have ported my
mail server from Linux to FreeBSD 5.4-Release.

I get the below error in my /var/log/messages
regarding the filesystem being full, whereas it is not
full.

Filesystem is not full at all, then why I am getting
this error message, did any one faced this issue.


Can you send the output of df -i?  I bet you ran out of inodes.

Eric



--

Eric AndersonSr. Systems AdministratorCentaur Technology
Anything that works is better than anything that doesn't.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FileSystem Full error in FreeBSD 5.4-Release even if the partition is not full

2005-10-25 Thread Alex Zbyslaw

Deepak Naidu wrote:


I get the below error in my /var/log/messages
regarding the filesystem being full, whereas it is not
full.


#df -h
Filesystem  SizeUsed   Avail Capacity  Mounted on
/dev/da0s1a 9.7G576M   8.3G  6% /
devfs   1.0K1.0K   0B100%   /dev
/dev/da0s1g 13G 4.2G   7.7G  35%/usr
/dev/da0s1d 9.7G232M   8.7G  3% /var
/dev/da0s1e 19G 1.5G   16G   9% /var/log
/dev/da0s1f 9.7G968M   8.0G  11%/var/spool
/dev/md11.4G175M   1.1G 13%
/var/spool/MailScanner/incoming
devfs   1.0K1.0K   0B   100%/var/named/dev


 



What does "df -i" show?  Maybe you ran out of inodes.

--Alex

PS

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FileSystem Full error in FreeBSD 5.4-Release even if the partition is not full

2005-10-25 Thread Deepak Naidu
I am not sure whether I am running out of inodes or
not... 

If i run out of inodes, what would be the
resolution...

#df -i
Filesystem  1K-blocksUsedAvail Capacity iused 
 ifree %iused  Mounted on
/dev/da0s1a  10154158  591772  8750054 6%9976
13089341%   /
devfs   1   10   100%   0 
 0  100%   /dev
/dev/da0s1g  13565262 4415504  806453835%  174990
1591408   10%   /usr
/dev/da0s1d  10154158  262848  9078978 3%3061
13158490%   /var
/dev/da0s1e  20308398 1615522 17068206 9% 137
26376850%   /var/log
/dev/da0s1f  10154158 1152026  818980012%  -15710
1334620   -1%   /var/spool
/dev/md1  1482638  205238  115879015% 426 
2115400%   /var/spool/MailScanner/incoming
devfs   1   10   100%   0 
 0  100%   /var/named/dev



Cheers,
Deepak Naidu.

--- Alex Zbyslaw <[EMAIL PROTECTED]> wrote:

> Deepak Naidu wrote:
> 
> >I get the below error in my /var/log/messages
> >regarding the filesystem being full, whereas it is
> not
> >full.
> >
> >
> >#df -h
> >Filesystem  SizeUsed   Avail Capacity  Mounted
> on
> >/dev/da0s1a 9.7G576M   8.3G  6% /
> >devfs   1.0K1.0K   0B100%   /dev
> >/dev/da0s1g 13G 4.2G   7.7G  35%/usr
> >/dev/da0s1d 9.7G232M   8.7G  3% /var
> >/dev/da0s1e 19G 1.5G   16G   9% /var/log
> >/dev/da0s1f 9.7G968M   8.0G  11%/var/spool
> >/dev/md11.4G175M   1.1G 13%
> >/var/spool/MailScanner/incoming
> >devfs   1.0K1.0K   0B   100%   
> /var/named/dev
> >
> >
> >  
> >
> 
> What does "df -i" show?  Maybe you ran out of
> inodes.
> 
> --Alex
> 
> PS
> 
> 




___ 
How much free photo storage do you get? Store your holiday 
snaps for FREE with Yahoo! Photos http://uk.photos.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


FileSystem Full error in FreeBSD 5.4-Release even if the partition is not full

2005-10-25 Thread Deepak Naidu
Hi,

 I dont know ? all the errors are bouncing on my
FreeBSD mail server.  A month ago I have ported my
mail server from Linux to FreeBSD 5.4-Release.

I get the below error in my /var/log/messages
regarding the filesystem being full, whereas it is not
full.

Filesystem is not full at all, then why I am getting
this error message, did any one faced this issue.


Oct 25 14:58:30 kernel: pid 60077 (perl5.8.6), uid 125
inumber 50855 on /var/spool/MailScanner/incoming:
filesystem full

Oct 25 14:58:30 kernel: pid 60198 (perl5.8.6), uid 125
inumber 1051 on /var/spool/MailScanner/incoming:
filesystem full

Oct 25 14:58:30 kernel: pid 60151 (perl5.8.6), uid 125
inumber 50857 on /var/spool/MailScanner/incoming:
filesystem full

and also /var/spool filesystem ful error.

#df -h
Filesystem  SizeUsed   Avail Capacity  Mounted on
/dev/da0s1a 9.7G576M   8.3G  6% /
devfs   1.0K1.0K   0B100%   /dev
/dev/da0s1g 13G 4.2G   7.7G  35%/usr
/dev/da0s1d 9.7G232M   8.7G  3% /var
/dev/da0s1e 19G 1.5G   16G   9% /var/log
/dev/da0s1f 9.7G968M   8.0G  11%/var/spool
/dev/md11.4G175M   1.1G 13%
/var/spool/MailScanner/incoming
devfs   1.0K1.0K   0B   100%/var/named/dev


#mount
/dev/da0s1a on / (ufs, local)
devfs on /dev (devfs, local)
/dev/da0s1g on /usr (ufs, local, soft-updates)
/dev/da0s1d on /var (ufs, local, soft-updates)
/dev/da0s1e on /var/log (ufs, local, noatime,
soft-updates)
/dev/da0s1f on /var/spool (ufs, local, noatime,
soft-updates)
/dev/md1 on /var/spool/MailScanner/incoming (ufs,
local, noatime, soft-updates)
devfs on /var/named/dev (devfs, local)

Is this a bug or anything falat.


Cheers,
Deepak Naidu.





___ 
Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with voicemail 
http://uk.messenger.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"