Re: Filesystem full......

2008-04-21 Thread Bill Moran
In response to Leslie Jensen [EMAIL PROTECTED]:

 
 During make installkernel KERNCONF=GENERIC I get
 
 /: write failed, filesystem is full
 install: /boot/kernel/wlan_tkip.ko.symbols: No space left on device
 *** Error code 71
 
 output of df -H gives
 
 Filesystem SizeUsed   Avail Capacity  Mounted on
 /dev/ad0s1a260M259M-20M   108%/
 devfs  1.0k1.0k  0B   100%/dev
 /dev/ad0s1g127G 30G 87G25%/home
 /dev/ad0s1e260M 26M213M11%/tmp
 /dev/ad0s1f 26G6.0G 18G25%/usr
 /dev/ad0s1d260M209M 30M87%/var
 /dev/ad4s1d387G119G237G33%/backup
 linprocfs  4.1k4.1k  0B   100%/usr/compat/linux/proc
 
 It's a system I've had for a few years, and it has been upgreded a few 
 times before.
 
 My question is can I get around this or have I made my / slice to small?

Your / is too small for modern version of FreeBSD.

However, you probably can get around this.  My / partition on a 7.X
system is only 160M, so there's probably some stuff you can clean out
to make room.  Do you have a /boot/kernel.old file that would free up
some space if removed?

-- 
Bill Moran
http://www.potentialtech.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......

2008-04-21 Thread Leslie Jensen



Bill Moran skrev:

In response to Leslie Jensen [EMAIL PROTECTED]:


During make installkernel KERNCONF=GENERIC I get

/: write failed, filesystem is full
install: /boot/kernel/wlan_tkip.ko.symbols: No space left on device
*** Error code 71

output of df -H gives

Filesystem SizeUsed   Avail Capacity  Mounted on
/dev/ad0s1a260M259M-20M   108%/
devfs  1.0k1.0k  0B   100%/dev
/dev/ad0s1g127G 30G 87G25%/home
/dev/ad0s1e260M 26M213M11%/tmp
/dev/ad0s1f 26G6.0G 18G25%/usr
/dev/ad0s1d260M209M 30M87%/var
/dev/ad4s1d387G119G237G33%/backup
linprocfs  4.1k4.1k  0B   100%/usr/compat/linux/proc

It's a system I've had for a few years, and it has been upgreded a few 
times before.


My question is can I get around this or have I made my / slice to small?


Your / is too small for modern version of FreeBSD.

However, you probably can get around this.  My / partition on a 7.X
system is only 160M, so there's probably some stuff you can clean out
to make room.  Do you have a /boot/kernel.old file that would free up
some space if removed?



Thank you :-) I removed kernel.old and it gave space to do what I wanted.

A follow up question: Is there a utility like gparted for Linux, that 
can resize bsd slices?


/Leslie
___
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......

2008-04-21 Thread Martin Tournoij
On Mon, Apr 21, 2008 at 05:44:43PM +0200, Leslie Jensen wrote:
 
 During make installkernel KERNCONF=GENERIC I get
 
 /: write failed, filesystem is full
 install: /boot/kernel/wlan_tkip.ko.symbols: No space left on device
 *** Error code 71
 
 output of df -H gives
 
 Filesystem SizeUsed   Avail Capacity  Mounted on
 /dev/ad0s1a260M259M-20M   108%/
 devfs  1.0k1.0k  0B   100%/dev
 /dev/ad0s1g127G 30G 87G25%/home
 /dev/ad0s1e260M 26M213M11%/tmp
 /dev/ad0s1f 26G6.0G 18G25%/usr
 /dev/ad0s1d260M209M 30M87%/var
 /dev/ad4s1d387G119G237G33%/backup
 linprocfs  4.1k4.1k  0B   100%/usr/compat/linux/proc
 
 It's a system I've had for a few years, and it has been upgreded a few 
 times before.
 
 My question is can I get around this or have I made my / slice to small?
 
 Thanks
 
 /Leslie

256M should be enough.

You probably have some junk on the root filesystem, you may want to
check /boot/kernel.old and /root

You can use du -hxd1 to check the sizes of directories, and see which
are taking up so much space.

Regards,
Martin Tournoij
___
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......

2008-04-21 Thread darren kirby
quoth the Martin Tournoij:
 On Mon, Apr 21, 2008 at 05:44:43PM +0200, Leslie Jensen wrote:
  During make installkernel KERNCONF=GENERIC I get
 
  /: write failed, filesystem is full
  install: /boot/kernel/wlan_tkip.ko.symbols: No space left on device
  *** Error code 71
 
  output of df -H gives
 
  Filesystem SizeUsed   Avail Capacity  Mounted on
  /dev/ad0s1a260M259M-20M   108%/
  devfs  1.0k1.0k  0B   100%/dev
  /dev/ad0s1g127G 30G 87G25%/home
  /dev/ad0s1e260M 26M213M11%/tmp
  /dev/ad0s1f 26G6.0G 18G25%/usr
  /dev/ad0s1d260M209M 30M87%/var
  /dev/ad4s1d387G119G237G33%/backup
  linprocfs  4.1k4.1k  0B   100%/usr/compat/linux/proc
 
  It's a system I've had for a few years, and it has been upgreded a few
  times before.
 
  My question is can I get around this or have I made my / slice to small?
 
  Thanks
 
  /Leslie

 256M should be enough.

Might not be. I have a brand new install here of 7.0 Release (I did build a 
second kernel), and df is reporting my '/' is 267M. I have /usr and /var 
(not /tmp) mounted elsewhere. My /tmp is only using 10K right now, and /home 
has nothing but .cshrc et al so if you want a backup kernel you may need more 
than 256M.  

Did the install yesterday so there is no cruft yet...

 You probably have some junk on the root filesystem, you may want to
 check /boot/kernel.old and /root

 You can use du -hxd1 to check the sizes of directories, and see which
 are taking up so much space.

 Regards,
 Martin Tournoij

-d
-- 
darren kirby :: Part of the problem since 1976 :: http://badcomputer.org
...the number of UNIX installations has grown to 10, with more expected...
- Dennis Ritchie and Ken Thompson, June 1972
___
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......

2008-04-21 Thread darren kirby
quoth the darren kirby:
 quoth the Martin Tournoij:
  On Mon, Apr 21, 2008 at 05:44:43PM +0200, Leslie Jensen wrote:
   During make installkernel KERNCONF=GENERIC I get
  
   /: write failed, filesystem is full
   install: /boot/kernel/wlan_tkip.ko.symbols: No space left on device
   *** Error code 71
  
   output of df -H gives
  
   Filesystem SizeUsed   Avail Capacity  Mounted on
   /dev/ad0s1a260M259M-20M   108%/
   devfs  1.0k1.0k  0B   100%/dev
   /dev/ad0s1g127G 30G 87G25%/home
   /dev/ad0s1e260M 26M213M11%/tmp
   /dev/ad0s1f 26G6.0G 18G25%/usr
   /dev/ad0s1d260M209M 30M87%/var
   /dev/ad4s1d387G119G237G33%/backup
   linprocfs  4.1k4.1k  0B   100%/usr/compat/linux/proc
  
   It's a system I've had for a few years, and it has been upgreded a few
   times before.
  
   My question is can I get around this or have I made my / slice to
   small?
  
   Thanks
  
   /Leslie
 
  256M should be enough.

 Might not be. I have a brand new install here of 7.0 Release (I did build a
 second kernel), and df is reporting my '/' is 267M. I have /usr and /var
 (not /tmp) mounted elsewhere. My /tmp is only using 10K right now, and
 /home has nothing but .cshrc et al so if you want a backup kernel you may
 need more than 256M.

 Did the install yesterday so there is no cruft yet...

Ahhh

Disregard this. I copied GENERIC kernel to kernel.good, plus the kernel 
install made kernel.old for total of three kernels. After removing one my '/' 
is  155M

Sorry,
-d
-- 
darren kirby :: Part of the problem since 1976 :: http://badcomputer.org
...the number of UNIX installations has grown to 10, with more expected...
- Dennis Ritchie and Ken Thompson, June 1972
___
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......

2008-04-21 Thread Jerry McAllister
On Mon, Apr 21, 2008 at 06:08:39PM +0200, Leslie Jensen wrote:

 
 
 Bill Moran skrev:
 In response to Leslie Jensen [EMAIL PROTECTED]:
 
 During make installkernel KERNCONF=GENERIC I get
 
 /: write failed, filesystem is full
 install: /boot/kernel/wlan_tkip.ko.symbols: No space left on device
 *** Error code 71
 
 output of df -H gives
 
 Filesystem SizeUsed   Avail Capacity  Mounted on
 /dev/ad0s1a260M259M-20M   108%/
 devfs  1.0k1.0k  0B   100%/dev
 /dev/ad0s1g127G 30G 87G25%/home
 /dev/ad0s1e260M 26M213M11%/tmp
 /dev/ad0s1f 26G6.0G 18G25%/usr
 /dev/ad0s1d260M209M 30M87%/var
 /dev/ad4s1d387G119G237G33%/backup
 linprocfs  4.1k4.1k  0B   100%/usr/compat/linux/proc
 
 It's a system I've had for a few years, and it has been upgreded a few 
 times before.
 
 My question is can I get around this or have I made my / slice to small?
 
 Your / is too small for modern version of FreeBSD.
 
 However, you probably can get around this.  My / partition on a 7.X
 system is only 160M, so there's probably some stuff you can clean out
 to make room.  Do you have a /boot/kernel.old file that would free up
 some space if removed?
 
 
 Thank you :-) I removed kernel.old and it gave space to do what I wanted.
 
 A follow up question: Is there a utility like gparted for Linux, that 
 can resize bsd slices?

Well, gparted will work with FreeBSD slices.   They just call them
primary partitions instead of slices because that is what Microsloth
calls them.  

But, fdisk is what manupulated slices in FreeBSD.  It does it by
brute force - rewriting the slice table and not preserving what
was there before.   So, you would need to use dump/restore to 
carry your stuff over.But they you would have a clean slice or
set of slices with the latest filesystem type.

Just to make sure we are talking about the same thing:
In FreeBSD the slice is the primary division of the disk labeled 1..4.
and a partiton is a subdivision of a slice labeled a..h.

Microsloth and some others use the word partition to mean other things.

jerry

 
 /Leslie
 ___
 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......

2008-04-21 Thread Jerry McAllister
On Mon, Apr 21, 2008 at 12:10:03PM -0400, Robert Huff wrote:

 
 Leslie Jensen writes:
 
   /: write failed, filesystem is full
   install: /boot/kernel/wlan_tkip.ko.symbols: No space left on device
   *** Error code 71
 
   My question is can I get around this or have I made my / slice to
   small?

Just to keep this clear.
Your root file system is on a FreeBSD partition  - partition 'a'

Robert Huff uses the term correctly below, but you do not above.

jerry   

 
   Yes.  :-)
   Start by cleaning up /; usually that starts with /tmp ... but
 you've already got that on a separate partition,
   As for the size - the machine I'm currently on shows:
 
 huff@ du  /boot | sort -nr | head
 210558  /boot
 93642   /boot/kernel
 93002   /boot/kernel.old
 22978   /boot/GENERIC
 22  /boot/defaults
 2   /boot/zfs
 2   /boot/modules
 2   /boot/firmware
 
   That's 220mb just for kernels.  There's no reason I can't
 delete kernel.old or GENERIC ... but having fall-backs lets me sleep
 better.
   Add 13m for /sbin, 20m for /lib, and you're pretty much done.
   (That machine has a 500mb /.)
 
 
   Robert Huff
 
 
 
   
 ___
 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 after many mmap/munmap cycles

2008-04-06 Thread Wojciech Puchar

I have an app server that uses mmap a lot.  After running a long batch
(four hours, 5,100+ transactions), I got the message filesystem full
(/usr--ufs, local, soft-updates).  df -i says plenty of space.

I restarted the batch process, and watched app server process
carefully with fstat -p, and it looks to be behaving responsibly.  The
open file list is short, and when I looked up the file names by inum,
they were correct.

Each transaction does a mmap/munap cycle with a (big ?) file (79M),
then copies another smaller file, using mmap to do the copy.  fwrite
failed on the copy operation; FreeBSD said no space.  (When fwrite
failed, I called abort, so I have a core and can see where it
happened.)


probably the program doesn't unmap/close files that it deletes.
___
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

2007-06-13 Thread Brian A. Seklecki
Check out df -i

Also check out man tunefs tunefs(8) -m flag.

~BAS

On Tue, 2007-06-12 at 16:03 -0700, Dixit, Viraj wrote:
 Folks,
 
 My FreeBSD 5.3 system message logs are showing me this info,
 
 Jun 12 14:53:48 gatekeeper kernel: pid 58059 (ftpd), uid 1049 inumber
 141313 on /u
 sr: filesystem full
 Jun 12 15:34:17 gatekeeper kernel: pid 60158 (ftpd), uid 1049 inumber
 141313 on /u
 sr: filesystem full
 
  I am not finding any data files being uploaded in that volume. This is
 what the df commands shows. After going through the /usr volume, there
 is no indication that anything has changed.
 
 /dev/da0s1a537936   36250  458652 7%/
 devfs   1   1   0   100%/dev
 /dev/da0s1e  10755828  844602 9050760 9%/local
 /dev/da0s1f   7529054 7381944 -455214   107%/usr
 /dev/da0s1d  14526318 9898206 346600874%/var
 
 Any ideas! Thanks,
 VJ
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
-- 
Brian A. Seklecki [EMAIL PROTECTED]
Collaborative Fusion, Inc.




IMPORTANT: This message contains confidential information and is intended only 
for the individual named. If the reader of this message is not an intended 
recipient (or the individual responsible for the delivery of this message to an 
intended recipient), please be advised that any re-use, dissemination, 
distribution or copying of this message is prohibited.  Please notify the 
sender immediately by e-mail if you have received this e-mail by mistake and 
delete this e-mail from your system.


___
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

2007-06-12 Thread Kris Kennaway
On Tue, Jun 12, 2007 at 04:03:38PM -0700, Dixit, Viraj wrote:
 Folks,
 
 My FreeBSD 5.3 system message logs are showing me this info,
 
 Jun 12 14:53:48 gatekeeper kernel: pid 58059 (ftpd), uid 1049 inumber
 141313 on /u
 sr: filesystem full
 Jun 12 15:34:17 gatekeeper kernel: pid 60158 (ftpd), uid 1049 inumber
 141313 on /u
 sr: filesystem full
 
  I am not finding any data files being uploaded in that volume. This is
 what the df commands shows. After going through the /usr volume, there
 is no indication that anything has changed.
 
 /dev/da0s1a537936   36250  458652 7%/
 devfs   1   1   0   100%/dev
 /dev/da0s1e  10755828  844602 9050760 9%/local
 /dev/da0s1f   7529054 7381944 -455214   107%/usr
 /dev/da0s1d  14526318 9898206 346600874%/var
 
 Any ideas! Thanks,
 VJ

See the FAQ.

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

2007-06-12 Thread Daniel Marsh

On 6/13/07, Dixit, Viraj [EMAIL PROTECTED] wrote:


Folks,

My FreeBSD 5.3 system message logs are showing me this info,

Jun 12 14:53:48 gatekeeper kernel: pid 58059 (ftpd), uid 1049 inumber
141313 on /u
sr: filesystem full
Jun 12 15:34:17 gatekeeper kernel: pid 60158 (ftpd), uid 1049 inumber
141313 on /u
sr: filesystem full

I am not finding any data files being uploaded in that volume. This is
what the df commands shows. After going through the /usr volume, there
is no indication that anything has changed.

/dev/da0s1a537936   36250  458652 7%/
devfs   1   1   0   100%/dev
/dev/da0s1e  10755828  844602 9050760 9%/local
/dev/da0s1f   7529054 7381944 -455214   107%/usr
/dev/da0s1d  14526318 9898206 346600874%/var

Any ideas! Thanks,
VJ

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



Did you actually read the output of df ?
___
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

2007-06-12 Thread r17fbsd

At 07:03 PM 6/12/2007, Dixit, Viraj wrote:

My FreeBSD 5.3 system message logs are showing me this info,
Jun 12 14:53:48 gatekeeper kernel: pid 58059 (ftpd), uid 1049 inumber
141313 on /usr: filesystem full
/dev/da0s1f   7529054 7381944 -455214   107%/usr


Well, df shows /usr at 107% of capacity, so that explains filesystem 
full.  It's possible to have it over 100% because there is some 
reserve space set aside when you format, but you've used that up as 
well.  Try du -ks /usr* to see where it's being used, and delete 
something.  Maybe logs in /usr/local/var,  mail in home dirs, or do 
you have Samba file shares under /usr ?


  -RW

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

2007-02-07 Thread Matthew Seaman
Robert Huff wrote:
 Paul Khavkine writes:
 
  We have a server that keeps reporting /usr filesystem full:
  
  Feb  7 11:20:41 srv15 kernel: pid 47903 (popper), uid 32999 inumber 1011621
  on /usr: filesystem full
  
  But it /usr is not full at all:
  
  df -h
  /dev/da0s1g 23G8.7G 13G41%/usr
 
  Is there anything that can be taking disk space that df or du
  would not be able to report ?
  How can i find out this is hapenning ?
 
   Try something like:
 
 /usr/local/sbin/lsof | grep VREG | awk '{print $1, $3, $7, $9}' | sort -nr -k 
 3
 
   (this assumes you have sysutils/lsof installed) and see if
 anything is bigger than it ought to be.


Also: what's the result of:

df -i /usr

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
  Kent, CT11 9PW



signature.asc
Description: OpenPGP digital signature


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]


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]


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]


Re: filesystem full on install

2004-08-17 Thread stheg olloydson
it was written:


However, when it starts to install, it fails saying the filesystem is
full. This can't be.  It's a 40Gb drive.  I started by overwriting my
hd using a utility called boot and nuke.  Then I allocated the whole
thing to freebsd and made that partition bootable.  Then in disklabel,
I hit a to do a default setup.  I've tried several different things
in disklabel and I wipe my disk clean between each try and nothing
seems to work.  Any help would be appreciated.  Thanks.

Hello,

This seems to be the nub of your problem. The message saying the
filesystem is full means the partition is full, not the harddrive.
Make sure the drive's geometry and that reported in disklabel agree. I
think you should start over and use the instructions at
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-steps.html
as a guide, particularly section 2.5.5.
As to the problem with the router and intermittent failures to connect,
that sounds like TCP/IP problem. The fact it seemingly goes away is
very odd. Make sure you're not using an IP address already assigned to
some other interface (and may as well that your subnet mask, hostname,
and DNS address are correct, too). Double check that you're using a
supported NIC.

HTH,

Stheg





__
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: filesystem full on install

2004-08-16 Thread Steven Friedrich
Your router light turning yellow could be an indication that it has been reset 
and has entered an auto-negotiation mode where it determines what speed to 
configure itself as, i.e., either 10 or 100.

Try waiting until it turns green to proceed with the install, rather than 
aborting and restarting.  I think it should take no more than 30 seconds, but 
time it with a stopwatch. Anything over 2 minutes is WAY too long.

What kind of router are you talking about?



On Monday 16 August 2004 08:37 pm, Ryan Lamb wrote:
 I'm trying to install FreeBSD for the first time but I am having an error
 that I can't figure out.  I have googled for an answer and read mailing
 list posts but still can't find what I'm looking for.  First, when the disk
 boots and checks the hardware, it does something strange to my network card
 that makes my router light turn yellow instead of green indicating 10 Mbps
 mode instead of 100.  Anyway, once I get ready to do the install, it can't
 contact the ftp site, it just stays forever at connecting but it does
 change my network card back so the router light is green.  If I do a
 control c to cancel it and restart installation, I can contact the site. 
 However, when it starts to install, it fails saying the filesystem is full.
  This can't be.  It's a 40Gb drive.  I started by overwriting my hd using a
 utility called boot and nuke.  Then I allocated the whole thing to freebsd
 and made that partition bootable.  Then in disklabel, I hit a to do a
 default setup.  I've tried several different things in disklabel and I wipe
 my disk clean between each try and nothing seems to work.  Any help would
 be appreciated.  Thanks.

 _
 Check out Election 2004 for up-to-date election news, plus voter tools and
 more! http://special.msn.com/msn/election2004.armx

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


Re: filesystem full on install

2004-08-16 Thread Steven Friedrich
So is your netgear router attached to a cable or dsl modem?  Could you connect 
your box directly to the modem, at least until you get installed?

I don't understand why you used boot and nuke.  When you get to
the partition editor, do you delete all the partitions, then make
one and mark it bootable and then in the slice editor use a for
automatically use entire disk, and it lays out / (root), /usr, var, etc.?

You must be filling in the page for a network adapter.  What IP adx are
you using for your box and what IP adx do you tell it is the gateway?

I don't know you, so don't be offended by any questions. I'm trying to help
without knowing you're level of expertise.

Does your router also have a build-in firewall?  Are you trying passive ftp?

When you restart your install, can you get back into fdisk and delete the 
partition and remake it again?

What network card is in the box?  I guess you're booting off floppies?
When FreeBSD boots, does it correctly probe and identify your
network adapter?



On Tuesday 17 August 2004 01:17 am, Ryan Lamb wrote:
 It's a netgear router.  The thing is, it does go way over 2 min.  Here's
 what it does.  When I am initially booting off the disk and it checks the
 hardware for the first time it turns it yellow.  Then, when I first try to
 connect to an ftp it turns it green but it never connects.  When I hit ctrl
 c and then choose restart installation, it takes me back for a new
 installation and the light remains green.
 When I set everything up again, it says my filesystem was written
 correctly, it connects to the ftp, it starts a download, then it tells me
 the filesystem is full.

 Your router light turning yellow could be an indication that it has been
 reset and has entered an auto-negotiation mode where it determines what
 speed to configure itself as, i.e., either 10 or 100.
 
 Try waiting until it turns green to proceed with the install, rather than
 aborting and restarting.  I think it should take no more than 30 seconds,
 but time it with a stopwatch. Anything over 2 minutes is WAY too long.
 
 What kind of router are you talking about?

 On Monday 16 August 2004 08:37 pm, Ryan Lamb wrote:
 I'm trying to install FreeBSD for the first time but I am having an error
 that I can't figure out.  I have googled for an answer and read mailing
 list posts but still can't find what I'm looking for.  First, when the
  disk boots and checks the hardware, it does something strange to my
  network card that makes my router light turn yellow instead of green
  indicating 10 Mbps mode instead of 100.  Anyway, once I get ready to do
  the install, it can't .contact the ftp site, it just stays forever at
  connecting but it does change my network card back so the router light is
  green.  If I do a control c to cancel it and restart installation, I can
  contact the site. However, when it starts to install, it fails saying the
  filesystem is full. This can't be.  It's a 40Gb drive.  I started by
  overwriting my hd using a
 utility called boot and nuke.  Then I allocated the whole thing to freebsd
 and made that partition bootable.  Then in disklabel, I hit a to do a
 default setup.  I've tried several different things in disklabel and I
  wipe my disk clean between each try and nothing seems to work.  Any help
  would be appreciated.  Thanks.

 _
 Don’t just search. Find. Check out the new MSN Search!
 http://search.msn.click-url.com/go/onm00200636ave/direct/01/

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