sslug-teknik team mailing list archive
-
sslug-teknik team
-
Mailing list archive
-
Message #50775
Mysterious error message
Hi,
I get these messages while building the full OpenOffice (see below). I
am using RH7.2 Linux, gcc 2.95.3, OpenOffice-641d. I included the
command "df-k" in the "makefile.mk" of "instsetoo/util".
How can it report "No space left on device" when there seems to be 8GB
free in /user/oo-641d and 4GB free in root ?
There seems to be lots of i-nodes free.
Is this a problem with the "Local Script Particel Zip (c) 2000 Sun
Microsystems" or "Script Particel Zip (c) 2000 Sun Microsystems" ?
df -i
Filesystem Inodes IUsed IFree IUse% Mounted on
/dev/hdb5 4866048 321760 4544288 7% /
/dev/hdb1 26104 74 26030 1% /boot
none 64038 1 64037 1% /dev/shm
/dev/hdb6 10344448 690728 9653720 7% /user
/dev/hda1 0 0 0 - /mnt/win450_c1
/dev/hda2 0 0 0 - /mnt/win450_c2
/dev/hda3 0 0 0 - /mnt/win450_c3
/dev/hdb3 0 0 0 - /mnt/win450_d1
/dev/hda5 0 0 0 - /mnt/win450_e1
/tmp is on the root file-system.
My /etc/fstab looks like this
----------------------------------------------------------------------------------------
LABEL=/ / ext2 defaults 1 1
LABEL=/boot /boot ext2 defaults 1 2
/dev/fd0 /mnt/floppy auto noauto,owner 0 0
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
none /dev/pts devpts gid=5,mode=620 0 0
/dev/hdb7 swap swap defaults 0 0
/dev/hdb6 /user ext2
/dev/hda1 /mnt/win450_c1 vfat
/dev/hda2 /mnt/win450_c2 vfat
/dev/hda3 /mnt/win450_c3 vfat
/dev/hdb3 /mnt/win450_d1 vfat
/dev/hda5 /mnt/win450_e1 vfat
/dev/cdrom /mnt/cdrom iso9660
noauto,owner,kudzu,ro 0 0
/dev/cdrom1 /mnt/cdrom1 iso9660
noauto,owner,kudzu,ro 0 0
--------------------------------------------------------------------------------------------
I am not sure what the "tmpfs" stands for.
--------------------------------- Output from Build
-------------------------------------
....lot of output.......
=============
Building project instsetoo
=============
/user/oo-641d/oo_641d_src/instsetoo/util
-------------
echo "# pack_"
# pack_
rm -f ../unxlngi3.pro/49/*
rm: `../unxlngi3.pro/49/normal' is a directory
df -k
Filesystem 1k-blocks Used Available Use% Mounted on
/dev/hdb5 18669131 13351327 4344669 76% /
/dev/hdb1 101089 18359 77511 20% /boot
none 256152 0 256152 0% /dev/shm
/dev/hdb6 39269108 29115519 8498574 78% /user
/dev/hda1 4080586 2472480 1608106 61% /mnt/win450_c1
/dev/hda2 4080618 2 4080616 1% /mnt/win450_c2
/dev/hda3 4080618 2 4080616 1% /mnt/win450_c3
/dev/hdb3 59056544 48037792 11018752 82% /mnt/win450_d1
/dev/hda5 47444352 39295776 8148576 83% /mnt/win450_e1
lzip -l 49 -f openoffice.lst -d ../unxlngi3.pro/49 -n OfficeOSL
Local Script Particel Zip (c) 2000 Sun Microsystems
Script Particel Zip (c) 2000 Sun Microsystems
updating: setup_services.rdbzip I/O error: No space left on device
zip error: Output file write failure (write error on zip file)
adding: libctl641li.so (deflated 75%)
updating: libimpreg.sozip I/O error: No space left on device
zip error: Output file write failure (write error on zip file)
adding: libicg641li.so (deflated 68%)
adding: libjava_uno.so (deflated 66%)
adding: Manifest.dtd (deflated 60%)
adding: libdbi641li.so (deflated 69%)
adding: libdbp641li.so (deflated 73%)
adding: libdbtools2.so (deflated 75%)
adding: libdbu641li.so (deflated 73%)
adding: sandbox.jar (deflated 12%)
adding: libproxyset.so (deflated 71%)
updating: libsmgr.sozip I/O error: No space left on device
zip error: Output file write failure (write error on zip file)
adding: fonts.dir (deflated 8%)
adding: libmozab2.so (deflated 71%)
adding: SFX.xml (deflated 95%)
adding: common.pl (deflated 50%)
.......more output.........
-------------------------------- End Of Output
-------------------------------------
Regards
Hans Christian Studt
Follow ups