Re: create/symlink failed, no inodes free

2006-01-18 Thread progerstis (sent by Nabble.com)

The same error appeared frequently when I tried to install FreeBSD on an 8.5GB 
partition. Apparently it was because the root partition was running out of 
space. So instead of using the auto-option to divide up and create the 
different (logical?) partitions I created one root partition that is 8000MB and 
a swap partition that is ~500MB.
--
View this message in context: 
http://www.nabble.com/create-symlink-failed%2C-no-inodes-free-t598801.html#a2450263
Sent from the freebsd-questions forum at Nabble.com.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: create/symlink failed, no inodes free

2006-01-18 Thread [EMAIL PROTECTED]
On 1/18/06, progerstis (sent by Nabble.com) [EMAIL PROTECTED] wrote:


 The same error appeared frequently when I tried to install FreeBSD on an
 8.5GB partition. Apparently it was because the root partition was running
 out of space. So instead of using the auto-option to divide up and create
 the different (logical?) partitions I created one root partition that is
 8000MB and a swap partition that is ~500MB.


I've discovered that in having a small root partition (300M)
on can be well served by setting
newfs -i
to some uncommonly low value, such as 2048 or 1024.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


create/symlink failed, no inodes free

2005-11-22 Thread Martin Zibert
Greetings,

today i was installing freebsd 6.0 and got this error: /: create/symlink
failed, no inodes free
I used 2 disks (one 4GB and the other 8GB) but got the same error.
How can i fix this problem? The disks were formated through fbsd sysinstall
at install.

Thanks in advance,

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


/: create/symlink failed, no inodes free

2005-11-22 Thread Martin Zibert
Greetings,

today i was installing freebsd 6.0 and got this error: /: create/symlink
failed, no inodes free
I used 2 disks (one 4GB and the other 8GB) but got the same error.
How can i fix this problem? The disks were formated through fbsd sysinstall
at install.

Thanks in advance,

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


Re: create/symlink failed, no inodes free

2005-11-22 Thread Martin Zibert
this happens during install.. it keeps installing although i get this
errors.
first errors came when /base was installing.

suggestions?

On 11/22/05, Derrick MacPherson [EMAIL PROTECTED] wrote:

 is there many files on the system?

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


Re: /: create/symlink failed, no inodes free

2005-11-22 Thread Martin Zibert
yes, emergency holographic shell starts, but df is not installed.
alt+f2 shows:
pid 128 (cpio), uid 0 inumber 184 on /: out of inodes

also, there were some no left space errors.
i'm out of ideas..


On 11/22/05, Mark Tinguely [EMAIL PROTECTED] wrote:

  today i was installing freebsd 6.0 and got this error: /: create/symlink
  failed, no inodes free
  I used 2 disks (one 4GB and the other 8GB) but got the same error.
  How can i fix this problem? The disks were formated through fbsd
 sysinstall
  at install.

 You have run out of inodes. When you create the new / filesystem,
 you may need to add the option to increase the inodes generated.
 see newfs(8) option -i.

 Is the install process far enough along that it started the emergency
 holographic shell? If so, then you should be able to go to the shell
 (Alt-F4)
 and see if df has been installed:

 # df -i



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


Re: /: create/symlink failed, no inodes free

2005-11-22 Thread Giorgos Keramidas
On 2005-11-22 15:34, Martin Zibert [EMAIL PROTECTED] wrote:
 Greetings,

 today i was installing freebsd 6.0 and got this error: /: create/symlink
 failed, no inodes free
 I used 2 disks (one 4GB and the other 8GB) but got the same error.
 How can i fix this problem? The disks were formated through fbsd sysinstall
 at install.

Your root filesystem is full.  If this happened because you let
sysinstall pick the partition sizes, delete the partitions it has
created and start over with manually created partitions.

- Giorgos

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


Re: /: create/symlink failed, no inodes free

2005-11-22 Thread Martin Zibert
i've manually created partition and slices - the same thing happens. i've
formated the disk with dos startup disk.. happens the same. but the funny
thing is, that freebsd formats the disk itself, and then tries to install
base - it doesn't start with 0% but with 2% - and stays there.
could installer be broken? imho, someone else would have the same problem..

On 11/22/05, Giorgos Keramidas [EMAIL PROTECTED] wrote:

 On 2005-11-22 15:34, Martin Zibert [EMAIL PROTECTED] wrote:
  Greetings,
 
  today i was installing freebsd 6.0 and got this error: /: create/symlink
  failed, no inodes free
  I used 2 disks (one 4GB and the other 8GB) but got the same error.
  How can i fix this problem? The disks were formated through fbsd
 sysinstall
  at install.

 Your root filesystem is full. If this happened because you let
 sysinstall pick the partition sizes, delete the partitions it has
 created and start over with manually created partitions.

 - Giorgos

 ___
 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: /: create/symlink failed, no inodes free

2005-11-22 Thread Martin Zibert
On 11/22/05, Mark Tinguely [EMAIL PROTECTED] wrote:

 Here is what I do:

 Choose the Custom option (top menu)
 Choose Partition
 A Use Entire Disk
 (if the Disk Geometry does not look correct, then you may have
 BIOS geometry issues). Assuming the FreeBSD partition is 4/8 G, exit
 Q
 I like the standard MBR boot manager
 Choose Label
 D (delete any unix partitions that are there)
 C (create partitions for / (256 M) /usr (2 GB) /home (rest))
 make sure the newfs is going to be run
 Q (quit)
 Choose the Distributions (as a test, just choose the binaries and docs
 only)
 Choose commit


when i do this everything looks ok.. press commit - i choose ftp server and
then it hangs up resolving the ip.. if i press ctrl+c it prompts for
restart/abort/continue install. choose restart and then i do everything from
the beginning like you told me - AND IT WORKS OK- it even resolvs ip!
both configurations are the same - no changes made! but for the first time
it doesn't work, for the second it does.
very very wierd thing ;) as i said, i have used 2 diferent disks, 2 diferent
cdroms - all the same!
any ideas?
i'll try to install from cd tomorrow.. i hope it goes ok.

thanks guys for the help.. but you should really see this, because in all 5
years that i've used freebsd i never saw such thing.
if anyone comes to any ideas, please post it here.

thanks again, martin

The only place that I can think the install program should fail is if
 the Disk Geometry is not being read correctly.

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


No inodes free ?

2005-05-19 Thread FreeBsdBeni
Hello list,

System : 5.4-REL-p1

I've just cvsup'ed and began to make installworld. This is the error I get 
now : No inodes free. There is, I think, still enough room free on / 
and /usr (see the output of df -h below).

What causes this error and how do I avoid it ?

snip
--
 Installing everything
--
cd /usr/src; /usr/obj/usr/src/make.i386/make -f Makefile.inc1 install
=== share/info
=== include

snip

=== lib/libcom_err
install -C -o root -g wheel -m 444   libcom_err.a /usr/lib
install -C -o root -g wheel -m 444   libcom_err_p.a /usr/lib
install -s -o root -g wheel -m 444 libcom_err.so.2 /usr/lib
ln -fs libcom_err.so.2 /usr/lib/libcom_err.so
install -C -o root -g wheel -m 
444  /usr/src/lib/libcom_err/../../contrib/com_err/com_err.h 
/usr/src/lib/libcom_err/../../contrib/com_err/com_right.h /usr/include
install -o root -g wheel -m 444 com_err.3.gz  /usr/share/man/man3
=== lib/libcom_err/doc
install-info --quiet  --defsection=Programming  development tools.  
--defentry=* libcom_err: (com_err).A Common Error Description 
Library for UNIX.  com_err.info /usr/share/info/dir
install -o root -g wheel -m 444  com_err.info.gz /usr/share/info
=== lib/libcrypt
install -C -o root -g wheel -m 444   libcrypt.a /usr/lib
install -C -o root -g wheel -m 444   libcrypt_p.a /usr/lib
install -s -o root -g wheel -m 444   -fschg -S  libcrypt.so.2 /lib

/: create/symlink failed, no inodes free
install: /lib/[EMAIL PROTECTED]: No space left on device
*** Error code 71

Stop in /usr/src/lib/libcrypt.
*** Error code 1

Stop in /usr/src/lib.
*** Error code 1

Stop in /usr/src.
*** Error code 1


The output of df -h :
freebsdbeni# df -h
Filesystem SizeUsed   Avail Capacity  Mounted on
/dev/ad0s2a248M182M 46M80%/
devfs  1.0K1.0K  0B   100%/dev
/dev/ad0s2e248M4.3M224M 2%/tmp
/dev/ad0s2f 46G 15G 27G36%/usr
/dev/ad0s2d248M162M 66M71%/var
/dev/ad0s1  49G 18G 31G38%/mnt/winxp
/dev/ad0s5  25G1.3G 24G 5%/mnt/data
linprocfs  4.0K4.0K  0B   100%/usr/compat/linux/proc
freebsdbeni# 


-- 
FreeBsdBeni.


pgpIGyruc1GHh.pgp
Description: PGP signature


Re: No inodes free ?

2005-05-19 Thread Julien Gabel
 I've just cvsup'ed and began to make installworld. This is the error I
 get now : No inodes free. There is, I think, still enough room free on /
 and /usr (see the output of df -h below).

 What causes this error and how do I avoid it ?

The 'i' opion of the df(1) command may help here.

-- 
-jpeg.

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


Re: No inodes free ?

2005-05-19 Thread FreeBsdBeni
On Thursday 19 May 2005 20:22, Julien Gabel wrote:
  I've just cvsup'ed and began to make installworld. This is the error I
  get now : No inodes free. There is, I think, still enough room free on
  / and /usr (see the output of df -h below).
 
  What causes this error and how do I avoid it ?

 The 'i' opion of the df(1) command may help here.

[EMAIL PROTECTED]:~] $ df -i
Filesystem  1K-blocks UsedAvail Capacity iusedifree %iused  
Mounted on
/dev/ad0s2a253678   1864684691680%   330220  100%   /
devfs   110   100%   00  100%   /dev
/dev/ad0s2e253678 5610   227774 2% 227327951%   /tmp
/dev/ad0s2f  47840948 15600176 2841349835%  376134  58180406%   /usr
/dev/ad0s2d253678   1660346735071%723625786   22%   /var
/dev/ad0s1   51195804 19202756 3199304838%   57660 31993048   
0%   /mnt/winxp
/dev/ad0s5   26036656  1322816 24713840 5%   00  
100%   /mnt/data
linprocfs   440   100%   10  
100%   /usr/compat/linux/proc
[EMAIL PROTECTED]:~] $


-- 
FreeBsdBeni.


pgpJewWHnwRuy.pgp
Description: PGP signature


Re: No inodes free ? [SOLVED]

2005-05-19 Thread FreeBsdBeni
Ok, solved my own problem...

I had installed also /devel/ccache to speed up de making/compiling part, but 
should have changed the directory location of .ccache it seems... I've just 
removed /root/.ccache and now I have again :

[EMAIL PROTECTED]:~] $ df -i
Filesystem  1K-blocks UsedAvail Capacity iusedifree %iused  
Mounted on
/dev/ad0s2a25367871716   16166831%2002310206%   /

So I'm back in business :-)


On Thursday 19 May 2005 20:17, FreeBsdBeni wrote:
 Hello list,

 System : 5.4-REL-p1

 I've just cvsup'ed and began to make installworld. This is the error I
 get now : No inodes free. There is, I think, still enough room free on /
 and /usr (see the output of df -h below).

 What causes this error and how do I avoid it ?

 snip
 --

  Installing everything

 --
 cd /usr/src; /usr/obj/usr/src/make.i386/make -f Makefile.inc1 install
 === share/info
 === include

 snip

 === lib/libcom_err
 install -C -o root -g wheel -m 444   libcom_err.a /usr/lib
 install -C -o root -g wheel -m 444   libcom_err_p.a /usr/lib
 install -s -o root -g wheel -m 444 libcom_err.so.2 /usr/lib
 ln -fs libcom_err.so.2 /usr/lib/libcom_err.so
 install -C -o root -g wheel -m
 444  /usr/src/lib/libcom_err/../../contrib/com_err/com_err.h
 /usr/src/lib/libcom_err/../../contrib/com_err/com_right.h /usr/include
 install -o root -g wheel -m 444 com_err.3.gz  /usr/share/man/man3
 === lib/libcom_err/doc
 install-info --quiet  --defsection=Programming  development tools.
 --defentry=* libcom_err: (com_err).A Common Error Description
 Library for UNIX.  com_err.info /usr/share/info/dir
 install -o root -g wheel -m 444  com_err.info.gz /usr/share/info
 === lib/libcrypt
 install -C -o root -g wheel -m 444   libcrypt.a /usr/lib
 install -C -o root -g wheel -m 444   libcrypt_p.a /usr/lib
 install -s -o root -g wheel -m 444   -fschg -S  libcrypt.so.2 /lib

 /: create/symlink failed, no inodes free
 install: /lib/[EMAIL PROTECTED]: No space left on device
 *** Error code 71

 Stop in /usr/src/lib/libcrypt.
 *** Error code 1

 Stop in /usr/src/lib.
 *** Error code 1

 Stop in /usr/src.
 *** Error code 1


 The output of df -h :
 freebsdbeni# df -h
 Filesystem SizeUsed   Avail Capacity  Mounted on
 /dev/ad0s2a248M182M 46M80%/
 devfs  1.0K1.0K  0B   100%/dev
 /dev/ad0s2e248M4.3M224M 2%/tmp
 /dev/ad0s2f 46G 15G 27G36%/usr
 /dev/ad0s2d248M162M 66M71%/var
 /dev/ad0s1  49G 18G 31G38%/mnt/winxp
 /dev/ad0s5  25G1.3G 24G 5%/mnt/data
 linprocfs  4.0K4.0K  0B   100%/usr/compat/linux/proc
 freebsdbeni#

-- 
FreeBsdBeni.


pgpnNGWUfn5qk.pgp
Description: PGP signature


Re: No inodes free ?

2005-05-19 Thread Julien Gabel
 I've just cvsup'ed and began to make installworld. This is the error
 I get now : No inodes free. There is, I think, still enough room free
 on / and /usr (see the output of df -h below).
 What causes this error and how do I avoid it ?

 The 'i' opion of the df(1) command may help here.

 [EMAIL PROTECTED]:~] $ df -i
 Filesystem 1K-blocks   Used  Avail Capacity iused ifree %iused Mounted on
 /dev/ad0s2a   253678 186468  4691680%   33022 0  100%  /
^
So it seems there is no free inode on the root fs, as said in the error
message (/: create/symlink failed, no inodes free).

Here is a root fs on one of the machines:
# df -ki /
Filesystem  1K-blocks  Used  Avail Capacity iused ifree %iused  Mounted on
/dev/ad0s1a253678 61988 17139627%1421 316014%   /

It seems that you install something in / that may be put elsewhere.

-- 
-jpeg.

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


no inodes free error, yet there ARE inodes free!

2005-04-22 Thread Dan Fraser

Something weird is afoot... I can't create files on my / anymore, I'm
getting out of inodes errors, but everything I know to check seems to be
fine.

What's going on?

osn-db# touch /cow

/: create/symlink failed, no inodes free
touch: /cow: No space left on device

osn-db# df -i
Filesystem1K-blocksUsedAvail Capacity iused   ifree %iused 
Mounted on
/dev/amrd0s1a253678   35440   19794415% 985   320373%   /
devfs 1   10   100%   0   0  100%   /dev
/dev/amrd0s1e253678   6   233378 0%  22   330000%   /tmp
/dev/amrd0s1f  66529256 1572500 59634416 3%  168332 84516982%   /usr
/dev/amrd0s1d253678   38520   19486417% 313   327091%   /var

osn-db# sysctl -a
kern.maxfiles: 12328
kern.maxfilesperproc: 11095
kern.openfiles: 107


-- 
Dan J. Fraser [EMAIL PROTECTED]
PGP: 0xF3972A01 (17 B7 24 90 27 05 B8 92  4F 7F 61 18 B9 D1 17 CE)
Verbing weirds language. -- Calvin


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


Re: no inodes free error, yet there ARE inodes free!

2005-04-22 Thread Lis
u got much small files on your computer. the problem is (i think) that you 
dont have another inode free to create the next file that uses the blocks 
beside the used inode with his blocks... but i also dont know if the os is 
left space on the device. and simple uses the next free inode to create the 
small file... and the free block is used next time u write a big file whitch 
is filling your left blocks... (that makes no sense for me)

- Original Message - 
From: Dan Fraser [EMAIL PROTECTED]
To: Lis [EMAIL PROTECTED]
Sent: Friday, April 22, 2005 5:39 PM
Subject: Re: no inodes free error, yet there ARE inodes free!


My problem isn't the inode density of the filesystem, as far as I can
tell.  Since I'm only at 3% inode usage, I don't see how increasing the
number of inodes will help.

- Original Message -
From: Dan Fraser [EMAIL PROTECTED]
To: freebsd-questions@freebsd.org
Sent: Friday, April 22, 2005 5:04 PM
Subject: no inodes free error, yet there ARE inodes free!

Something weird is afoot... I can't create files on my / anymore, I'm
getting out of inodes errors, but everything I know to check seems to
be
fine.
What's going on?
osn-db# touch /cow
/: create/symlink failed, no inodes free
touch: /cow: No space left on device
osn-db# df -i
Filesystem1K-blocksUsedAvail Capacity iused   ifree %iused
Mounted on
/dev/amrd0s1a253678   35440   19794415% 985   320373%
/
devfs 1   10   100%   0   0  100%
/dev
/dev/amrd0s1e253678   6   233378 0%  22   330000%
/tmp
/dev/amrd0s1f  66529256 1572500 59634416 3%  168332 84516982%
/usr
/dev/amrd0s1d253678   38520   19486417% 313   327091%
/var
osn-db# sysctl -a
kern.maxfiles: 12328
kern.maxfilesperproc: 11095
kern.openfiles: 107
--
Dan J. Fraser [EMAIL PROTECTED]
PGP: 0xF3972A01 (17 B7 24 90 27 05 B8 92  4F 7F 61 18 B9 D1 17 CE)
Verbing weirds language. -- Calvin
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]
hi. you need to recreate your partition. make a backup. use dump and
restore. make a newfs with the option -i xxx (smaller number create more
inodes) use man :)


--
Dan J. Fraser [EMAIL PROTECTED]
PGP: 0xF3972A01 (17 B7 24 90 27 05 B8 92  4F 7F 61 18 B9 D1 17 CE)
Verbing weirds language. -- Calvin

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


Help: /var: create/symlink failed, no inodes free

2004-05-03 Thread Oxid
HI!



- /var: create/symlink failed, no inodes free

Could anyone tell me what this means and how to fix it? :)

Thanks.

--
 Oxid  mailto:[EMAIL PROTECTED]

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


Re: Help: /var: create/symlink failed, no inodes free

2004-05-03 Thread Bill Moran
Oxid wrote:
HI!

- /var: create/symlink failed, no inodes free

Could anyone tell me what this means and how to fix it? :)
inodes are needed for directory entries.  Running out of inodes means
you've run out of space for directory entries, and thus can't create
any new files.
df -hi will tell you how many inodes are available on your
filesystems.
Short-term, the solution is to delete some files off your /var
partition.  Long term, you may need to reformat /var with more inodes
than the default, if this is a chronic problem.
--
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Make buildworld failure...no inodes free! Do I have to pay?

2003-07-15 Thread keith
Hi all,
Damn mbworld failed.
I did note that after dropping to su mode fsck -p did not much more than
reports
/dev/ad0s1a :NO WRITE ACCESS
/dev/ad0s1A :UNEXPECTED INCONSISTENCY ;RUN FSCK MANUALLY

Then the script from makebuild showed up
usr : create/symlink failed, no inodes free
Then the wheels fell of the wagon!

I tried fsck / but NO WRITE still
I tried mount -a /
then fsck /
But no dice...
If only I knew what the... I was doing.
Help required and gratefully acknowledged

Keith


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


Re: Make buildworld failure...no inodes free! Do I have to pay?

2003-07-15 Thread Supote Leelasupphakorn
 --- [EMAIL PROTECTED] wrote:  Hi all,
 Damn mbworld failed.
 I did note that after dropping to su mode fsck -p
 did not much more than
 reports
 /dev/ad0s1a :NO WRITE ACCESS
 /dev/ad0s1A :UNEXPECTED INCONSISTENCY ;RUN FSCK
 MANUALLY
 
 Then the script from makebuild showed up
 usr : create/symlink failed, no inodes free
 Then the wheels fell of the wagon!
 
 I tried fsck / but NO WRITE still
 I tried mount -a /
 then fsck /
 But no dice...
 If only I knew what the... I was doing.
 Help required and gratefully acknowledged
 
 Keith
 


   This is not much useful but perhaps give you the
direction.

   It seems size of / (root partition) is too small.
Try to delete the unused files there. You can see your
number of free inode(in %) from the output of 
command df -i. 

Cheers,

 



Want to chat instantly with your online friends?  Get the FREE Yahoo!
Messenger http://uk.messenger.yahoo.com/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]