Re: filesystem full error

2005-11-07 Thread Micah

Michael C. Shultz wrote:

On Sunday 06 November 2005 23:27, Dave Webster wrote:


Tried the link  and commented out the line in /etc/fstab, rebooted but
still get the same problem.



You still get this? V

/var: write failed, filesystem is full


mkdir: /var/db/pkg/ORBit-0.5.17_2: No space left on device
pkg_add: can't record package infor '/var/db/pkg/ORBit-0.5.17_2',
you're on your own!




I'm not seeing the connection between the /tmp partition and a /var 
filesytem error.  On his system they're different partitions.


Micah
___
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

2005-11-07 Thread Michael C. Shultz
On Monday 07 November 2005 07:03, Micah wrote:
 Michael C. Shultz wrote:
  On Sunday 06 November 2005 23:27, Dave Webster wrote:
 Tried the link  and commented out the line in /etc/fstab, rebooted but
 still get the same problem.
 
  You still get this? V
 
  /var: write failed, filesystem is full
 
 mkdir: /var/db/pkg/ORBit-0.5.17_2: No space left on device
 pkg_add: can't record package infor '/var/db/pkg/ORBit-0.5.17_2',
 you're on your own!

 I'm not seeing the connection between the /tmp partition and a /var
 filesytem error.  On his system they're different partitions.

 Micah

your right, don't know what I was thinking. 
___
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

2005-11-07 Thread Bob Johnson
On 11/7/05, Michael C. Shultz [EMAIL PROTECTED] wrote:
 On Monday 07 November 2005 07:03, Micah wrote:
  Michael C. Shultz wrote:
   On Sunday 06 November 2005 23:27, Dave Webster wrote:
  Tried the link  and commented out the line in /etc/fstab, rebooted but
  still get the same problem.
  
   You still get this? V
  
   /var: write failed, filesystem is full
  
  mkdir: /var/db/pkg/ORBit-0.5.17_2: No space left on device
  pkg_add: can't record package infor '/var/db/pkg/ORBit-0.5.17_2',
  you're on your own!
 
  I'm not seeing the connection between the /tmp partition and a /var
  filesytem error.  On his system they're different partitions.
 
  Micah

 your right, don't know what I was thinking.

It is still entirely reasonable to assume that he is running out of
space on /var because of something using /var/tmp.

I'd like to see the output of ls -l /var and ls -l /.

The results of df and of du -d2 /var with the new configuration
(/var/tmp linked to /usr/tmp) taken while pkg_add is running _before_
the error message appears would be good, too.

- Bob
___
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

2005-11-07 Thread Michael C. Shultz
On Monday 07 November 2005 08:19, Bob Johnson wrote:
 On 11/7/05, Michael C. Shultz [EMAIL PROTECTED] wrote:
  On Monday 07 November 2005 07:03, Micah wrote:
   Michael C. Shultz wrote:
On Sunday 06 November 2005 23:27, Dave Webster wrote:
   Tried the link  and commented out the line in /etc/fstab, rebooted
but still get the same problem.
   
You still get this? V
   
/var: write failed, filesystem is full
   
   mkdir: /var/db/pkg/ORBit-0.5.17_2: No space left on device
   pkg_add: can't record package infor
'/var/db/pkg/ORBit-0.5.17_2', you're on your own!
  
   I'm not seeing the connection between the /tmp partition and a /var
   filesytem error.  On his system they're different partitions.
  
   Micah
 
  your right, don't know what I was thinking.

 It is still entirely reasonable to assume that he is running out of
 space on /var because of something using /var/tmp.

 I'd like to see the output of ls -l /var and ls -l /.

 The results of df and of du -d2 /var with the new configuration
 (/var/tmp linked to /usr/tmp) taken while pkg_add is running _before_
 the error message appears would be good, too.

 - Bob

I wonder, can he register another, smaller port now?  Just how broke is
/var/db/pkg ???


-Mike


___
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

2005-11-07 Thread Dinesh Nair



On 11/07/05 12:57 Dave Webster said the following:

Thanks for the response,
I edited the /etc/rc.conf with the clear_tmp_enable=YES
rebooted
reran pkg_add -r openoffice


you're running out of space on /var, and an openoffice package install 
takes up a lot in /var/tmp. what you can do, since you seem to have gigs 
available in /usr, is to mv /var/tmp to /usr and create a link from 
/var/tmp to /usr/tmp and try again. 256MB for a /var partition these days 
is small, and i normally use 1GB on it if disk space isnt a problem.


--
Regards,   /\_/\   All dogs go to heaven.
[EMAIL PROTECTED](0 0)http://www.alphaque.com/
+==oOO--(_)--OOo==+
| for a in past present future; do|
|   for b in clients employers associates relatives neighbours pets; do   |
|   echo The opinions here in no way reflect the opinions of my $a $b.  |
| done; done  |
+=+
___
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

2005-11-07 Thread Michael C. Shultz
On Monday 07 November 2005 08:23, Michael C. Shultz wrote:
 On Monday 07 November 2005 08:19, Bob Johnson wrote:
  On 11/7/05, Michael C. Shultz [EMAIL PROTECTED] wrote:
   On Monday 07 November 2005 07:03, Micah wrote:
Michael C. Shultz wrote:
 On Sunday 06 November 2005 23:27, Dave Webster wrote:
Tried the link  and commented out the line in /etc/fstab, rebooted
 but still get the same problem.

 You still get this? V

 /var: write failed, filesystem is full

mkdir: /var/db/pkg/ORBit-0.5.17_2: No space left on device
pkg_add: can't record package infor
 '/var/db/pkg/ORBit-0.5.17_2', you're on your own!
   
I'm not seeing the connection between the /tmp partition and a /var
filesytem error.  On his system they're different partitions.
   
Micah
  
   your right, don't know what I was thinking.
 
  It is still entirely reasonable to assume that he is running out of
  space on /var because of something using /var/tmp.
 
  I'd like to see the output of ls -l /var and ls -l /.
 
  The results of df and of du -d2 /var with the new configuration
  (/var/tmp linked to /usr/tmp) taken while pkg_add is running _before_
  the error message appears would be good, too.
 
  - Bob

 I wonder, can he register another, smaller port now?  Just how broke is
 /var/db/pkg ???


 -Mike

He should link /var/tmp to /usr/tmp also you think?

-Mike

___
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

2005-11-07 Thread Bob Johnson
On 11/7/05, Michael C. Shultz [EMAIL PROTECTED] wrote:

 He should link /var/tmp to /usr/tmp also you think?

 -Mike



Instead, not also.  I thought that's what you had told him to try,
but I misread it.

- Bob
___
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

2005-11-06 Thread Dave Webster
Hi,
I'm trying to: pkg_add -r openoffice and I get the following:

/var: write failed, filesystem is full
mkdir: /var/db/pkg/ORBit-0.5.17_2: No space left on device
pkg_add: can't record package infor '/var/db/pkg/ORBit-0.5.17_2', you're
on your own!

That last part is particularily chilling - if I'm on my own, I'm hooped!

Here's the result of df -h:
 
Filesystem SizeUsed   Avail Capacity  Mounted on
/dev/ad0s1a248M 93M135M41%/
devfs  1.0K1.0K  0B   100%/dev
/dev/ad0s1e248M294K228M 0%/tmp
/dev/ad0s1f 72G 25G 42G37%/usr
/dev/ad0s1d248M 62M166M27%/var
linprocfs  4.0K4.0K  0B   100%/usr/compat/linux/proc

Any suggestions on what I should do?
thanx in advance,
Dave


___
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

2005-11-06 Thread Michael C. Shultz
On Sunday 06 November 2005 16:59, Dave Webster wrote:
 Hi,
 I'm trying to: pkg_add -r openoffice and I get the following:

 /var: write failed, filesystem is full
 mkdir: /var/db/pkg/ORBit-0.5.17_2: No space left on device
 pkg_add: can't record package infor '/var/db/pkg/ORBit-0.5.17_2', you're
 on your own!

 That last part is particularily chilling - if I'm on my own, I'm hooped!

 Here's the result of df -h:

 Filesystem SizeUsed   Avail Capacity  Mounted on
 /dev/ad0s1a248M 93M135M41%/
 devfs  1.0K1.0K  0B   100%/dev
 /dev/ad0s1e248M294K228M 0%/tmp
 /dev/ad0s1f 72G 25G 42G37%/usr
 /dev/ad0s1d248M 62M166M27%/var
 linprocfs  4.0K4.0K  0B   100%/usr/compat/linux/proc

 Any suggestions on what I should do?
 thanx in advance,
 Dave

In /etc/rc.conf set:

clear_tmp_enable=NO

to

clear_tmp_enable=YES

then reboot.

-Mike
___
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

2005-11-06 Thread Eric F Crist

On Nov 6, 2005, at 6:59 PM, Dave Webster wrote:


Hi,
I'm trying to: pkg_add -r openoffice and I get the following:

/var: write failed, filesystem is full
mkdir: /var/db/pkg/ORBit-0.5.17_2: No space left on device
pkg_add: can't record package infor '/var/db/pkg/ORBit-0.5.17_2',  
you're

on your own!

That last part is particularily chilling - if I'm on my own, I'm  
hooped!


Here's the result of df -h:

Filesystem SizeUsed   Avail Capacity  Mounted on
/dev/ad0s1a248M 93M135M41%/
devfs  1.0K1.0K  0B   100%/dev
/dev/ad0s1e248M294K228M 0%/tmp
/dev/ad0s1f 72G 25G 42G37%/usr
/dev/ad0s1d248M 62M166M27%/var
linprocfs  4.0K4.0K  0B   100%/usr/compat/linux/proc

Any suggestions on what I should do?
thanx in advance,
Dave



Try this:

# du -hd2 /var

Post that here, or reply directly to me.

-
Eric F Crist
Secure Computing Networks
http://www.secure-computing.net



___
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

2005-11-06 Thread Glenn Dawson

At 04:59 PM 11/6/2005, Dave Webster wrote:

Hi,
I'm trying to: pkg_add -r openoffice and I get the following:

/var: write failed, filesystem is full
mkdir: /var/db/pkg/ORBit-0.5.17_2: No space left on device
pkg_add: can't record package infor '/var/db/pkg/ORBit-0.5.17_2', you're
on your own!

That last part is particularily chilling - if I'm on my own, I'm hooped!

Here's the result of df -h:

Filesystem SizeUsed   Avail Capacity  Mounted on
/dev/ad0s1a248M 93M135M41%/
devfs  1.0K1.0K  0B   100%/dev
/dev/ad0s1e248M294K228M 0%/tmp
/dev/ad0s1f 72G 25G 42G37%/usr
/dev/ad0s1d248M 62M166M27%/var
linprocfs  4.0K4.0K  0B   100%/usr/compat/linux/proc


You probably ran out of inodes.  What does df -i show?

-Glenn



Any suggestions on what I should do?
thanx in advance,
Dave


___
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

2005-11-06 Thread Dave Webster
Thanks for your reply:
df -i shows:

Filesystem  1K-blocks UsedAvail Capacity iused   ifree %iused
Mounted o n
/dev/ad0s1a25367895568   13781641%2400   306227%   /
devfs   110   100%   0   0
100%   /dev
/dev/ad0s1e253678  294   233090 0%  28   32994
0%   /tmp
/dev/ad0s1f  75780150 25875488 4384225037%  674565 9123065
7%   /usr
/dev/ad0s1d25367863504   16988027%2827   30195
9%   /var
linprocfs   440   100%   1   0
100%   /usr/comp at/linux/proc


On Sun, 2005-11-06 at 17:06 -0800, Glenn Dawson wrote:
 At 04:59 PM 11/6/2005, Dave Webster wrote:
 Hi,
 I'm trying to: pkg_add -r openoffice and I get the following:
 
 /var: write failed, filesystem is full
 mkdir: /var/db/pkg/ORBit-0.5.17_2: No space left on device
 pkg_add: can't record package infor '/var/db/pkg/ORBit-0.5.17_2', you're
 on your own!
 
 That last part is particularily chilling - if I'm on my own, I'm hooped!
 
 Here's the result of df -h:
 
 Filesystem SizeUsed   Avail Capacity  Mounted on
 /dev/ad0s1a248M 93M135M41%/
 devfs  1.0K1.0K  0B   100%/dev
 /dev/ad0s1e248M294K228M 0%/tmp
 /dev/ad0s1f 72G 25G 42G37%/usr
 /dev/ad0s1d248M 62M166M27%/var
 linprocfs  4.0K4.0K  0B   100%/usr/compat/linux/proc
 
 You probably ran out of inodes.  What does df -i show?
 
 -Glenn
 
 
 Any suggestions on what I should do?
 thanx in advance,
 Dave
 
 
 ___
 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

2005-11-06 Thread Dave Webster
Thanks for the response,
I edited the /etc/rc.conf with the clear_tmp_enable=YES
rebooted
reran pkg_add -r openoffice
same error.

On Sun, 2005-11-06 at 16:58 -0800, Michael C. Shultz wrote:
 On Sunday 06 November 2005 16:59, Dave Webster wrote:
  Hi,
  I'm trying to: pkg_add -r openoffice and I get the following:
 
  /var: write failed, filesystem is full
  mkdir: /var/db/pkg/ORBit-0.5.17_2: No space left on device
  pkg_add: can't record package infor '/var/db/pkg/ORBit-0.5.17_2', you're
  on your own!
 
  That last part is particularily chilling - if I'm on my own, I'm hooped!
 
  Here's the result of df -h:
 
  Filesystem SizeUsed   Avail Capacity  Mounted on
  /dev/ad0s1a248M 93M135M41%/
  devfs  1.0K1.0K  0B   100%/dev
  /dev/ad0s1e248M294K228M 0%/tmp
  /dev/ad0s1f 72G 25G 42G37%/usr
  /dev/ad0s1d248M 62M166M27%/var
  linprocfs  4.0K4.0K  0B   100%/usr/compat/linux/proc
 
  Any suggestions on what I should do?
  thanx in advance,
  Dave
 
 In /etc/rc.conf set:
 
 clear_tmp_enable=NO
 
 to
 
 clear_tmp_enable=YES
 
 then reboot.
 
 -Mike

___
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

2005-11-06 Thread Michael C. Shultz
On Sunday 06 November 2005 20:57, Dave Webster wrote:
 Thanks for the response,
 I edited the /etc/rc.conf with the clear_tmp_enable=YES
 rebooted
 reran pkg_add -r openoffice
 same error.

248M 62M166M27%/var

probably you don't have enough drive space on tmp, try linking
/tmp to /usr/tmp, you have 42 gigs free there. On your machine
try this

mkdir /usr/tmp
umount -f /tmp
rm -r /tmp
ln -sv /usr/tmp /tmp

then reboot

-Mike


 On Sun, 2005-11-06 at 16:58 -0800, Michael C. Shultz wrote:
  On Sunday 06 November 2005 16:59, Dave Webster wrote:
   Hi,
   I'm trying to: pkg_add -r openoffice and I get the following:
  
   /var: write failed, filesystem is full
   mkdir: /var/db/pkg/ORBit-0.5.17_2: No space left on device
   pkg_add: can't record package infor '/var/db/pkg/ORBit-0.5.17_2',
   you're on your own!
  
   That last part is particularily chilling - if I'm on my own, I'm
   hooped!
  
   Here's the result of df -h:
  
   Filesystem SizeUsed   Avail Capacity  Mounted on
   /dev/ad0s1a248M 93M135M41%/
   devfs  1.0K1.0K  0B   100%/dev
   /dev/ad0s1e248M294K228M 0%/tmp
   /dev/ad0s1f 72G 25G 42G37%/usr
   /dev/ad0s1d248M 62M166M27%/var
   linprocfs  4.0K4.0K  0B   100%/usr/compat/linux/proc
  
   Any suggestions on what I should do?
   thanx in advance,
   Dave
 
  In /etc/rc.conf set:
 
  clear_tmp_enable=NO
 
  to
 
  clear_tmp_enable=YES
 
  then reboot.
 
  -Mike
___
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

2005-11-06 Thread Michael C. Shultz
On Sunday 06 November 2005 21:07, Michael C. Shultz wrote:
 On Sunday 06 November 2005 20:57, Dave Webster wrote:
  Thanks for the response,
  I edited the /etc/rc.conf with the clear_tmp_enable=YES
  rebooted
  reran pkg_add -r openoffice
  same error.

 248M 62M166M27%/var

 probably you don't have enough drive space on tmp, try linking
 /tmp to /usr/tmp, you have 42 gigs free there. On your machine
 try this

 mkdir /usr/tmp
 umount -f /tmp
 rm -r /tmp
 ln -sv /usr/tmp /tmp

 then reboot

 -Mike

If its not too late, go into
/etc/fstab and comment out the line that
mounts /dev/ad0s1e to /tmp
before you reboot

sorry I forgot to mention that...





  On Sun, 2005-11-06 at 16:58 -0800, Michael C. Shultz wrote:
   On Sunday 06 November 2005 16:59, Dave Webster wrote:
Hi,
I'm trying to: pkg_add -r openoffice and I get the following:
   
/var: write failed, filesystem is full
mkdir: /var/db/pkg/ORBit-0.5.17_2: No space left on device
pkg_add: can't record package infor '/var/db/pkg/ORBit-0.5.17_2',
you're on your own!
   
That last part is particularily chilling - if I'm on my own, I'm
hooped!
   
Here's the result of df -h:
   
Filesystem SizeUsed   Avail Capacity  Mounted on
/dev/ad0s1a248M 93M135M41%/
devfs  1.0K1.0K  0B   100%/dev
/dev/ad0s1e248M294K228M 0%/tmp
/dev/ad0s1f 72G 25G 42G37%/usr
/dev/ad0s1d248M 62M166M27%/var
linprocfs  4.0K4.0K  0B   100%/usr/compat/linux/proc
   
Any suggestions on what I should do?
thanx in advance,
Dave
  
   In /etc/rc.conf set:
  
   clear_tmp_enable=NO
  
   to
  
   clear_tmp_enable=YES
  
   then reboot.
  
   -Mike
___
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

2005-11-06 Thread Dave Webster
Tried the link  and commented out the line in /etc/fstab, rebooted but
still get the same problem.
On Sun, 2005-11-06 at 21:13 -0800, Michael C. Shultz wrote:
 On Sunday 06 November 2005 21:07, Michael C. Shultz wrote:
  On Sunday 06 November 2005 20:57, Dave Webster wrote:
   Thanks for the response,
   I edited the /etc/rc.conf with the clear_tmp_enable=YES
   rebooted
   reran pkg_add -r openoffice
   same error.
 
  248M 62M166M27%/var
 
  probably you don't have enough drive space on tmp, try linking
  /tmp to /usr/tmp, you have 42 gigs free there. On your machine
  try this
 
  mkdir /usr/tmp
  umount -f /tmp
  rm -r /tmp
  ln -sv /usr/tmp /tmp
 
  then reboot
 
  -Mike
 
 If its not too late, go into
 /etc/fstab and comment out the line that
 mounts /dev/ad0s1e to /tmp
 before you reboot
 
 sorry I forgot to mention that...
 
 
 
 
 
   On Sun, 2005-11-06 at 16:58 -0800, Michael C. Shultz wrote:
On Sunday 06 November 2005 16:59, Dave Webster wrote:
 Hi,
 I'm trying to: pkg_add -r openoffice and I get the following:

 /var: write failed, filesystem is full
 mkdir: /var/db/pkg/ORBit-0.5.17_2: No space left on device
 pkg_add: can't record package infor '/var/db/pkg/ORBit-0.5.17_2',
 you're on your own!

 That last part is particularily chilling - if I'm on my own, I'm
 hooped!

 Here's the result of df -h:

 Filesystem SizeUsed   Avail Capacity  Mounted on
 /dev/ad0s1a248M 93M135M41%/
 devfs  1.0K1.0K  0B   100%/dev
 /dev/ad0s1e248M294K228M 0%/tmp
 /dev/ad0s1f 72G 25G 42G37%/usr
 /dev/ad0s1d248M 62M166M27%/var
 linprocfs  4.0K4.0K  0B   100%/usr/compat/linux/proc

 Any suggestions on what I should do?
 thanx in advance,
 Dave
   
In /etc/rc.conf set:
   
clear_tmp_enable=NO
   
to
   
clear_tmp_enable=YES
   
then reboot.
   
-Mike

___
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

2005-11-06 Thread Michael C. Shultz
On Sunday 06 November 2005 23:27, Dave Webster wrote:
 Tried the link  and commented out the line in /etc/fstab, rebooted but
 still get the same problem.

You still get this? V

/var: write failed, filesystem is full
  mkdir: /var/db/pkg/ORBit-0.5.17_2: No space left on device
  pkg_add: can't record package infor '/var/db/pkg/ORBit-0.5.17_2',
  you're on your own!




___
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-26 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]


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]


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]


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 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 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]