my /var is full when I pkg_add --r openoffice

2004-10-31 Thread Jian Guang Xu
Is there any way I could resize this partition? 
PEARLBSD# df
Filesystem  1K-blocksUsed   Avail Capacity  Mounted on
/dev/ad0s3a253678  139846   9353860%/
devfs   1   1   0   100%/dev
/dev/ad0s3e253678 108  233276 0%/tmp
/dev/ad0s3f  10275212 4797722 465547451%/usr
/dev/ad0s3d253678  195496   3788884%/var
linprocfs   4   4   0   100%/usr/compat/linux/proc


PEARLBSD# pkg_add -r openoffice
Fetching 
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.3-release/Latest/openoffice.tbz...
/var: write failed, filesystem is full
OpenOffice.org1.1.2/program/libicudata.so.22.0: (null)

/var: write failed, filesystem is full
OpenOffice.org1.1.2/program/libicui18n.so.22.0: (null)

/var: write failed, filesystem is full
OpenOffice.org1.1.2/program/libicule.so.22.0: (null)

/var: write failed, filesystem is full
OpenOffice.org1.1.2/program/libicuuc.so.22.0: (null)

/var: write failed, filesystem is full
OpenOffice.org1.1.2/program/libj645fi_g.so: (null)

/var: write failed, filesystem is full
OpenOffice.org1.1.2/program/libjava_uno.so: (null)

/var: write failed, filesystem is full
OpenOffice.org1.1.2/program/libjdbc2.so: (null)

/var: write failed, filesystem is full
OpenOffice.org1.1.2/program/libjuhx.so: (null)

/var: write failed, filesystem is full

/var: write failed, filesystem is full

/var: write failed, filesystem is full
OpenOffice.org1.1.2/program/libjvm645fi.so: Can't open
'OpenOffice.org1.1.2/program/libjvm645fi.so': No space left on device

/var: write failed, filesystem is full

/var: write failed, filesystem is full

/var: write failed, filesystem is full
OpenOffice.org1.1.2/program/libjvmaccessgcc3.so.3.1.0: Can't open
'OpenOffice.org1.1.2/program/libjvmaccessgcc3.so.3.1.0': No space left
on device

/var: write failed, filesystem is full

/var: write failed, filesystem is full

/var: write failed, filesystem is full
OpenOffice.org1.1.2/program/liblng645fi.so: Can't open
'OpenOffice.org1.1.2/program/liblng645fi.so': No space left on device

/var: write failed, filesystem is full

/var: write failed, filesystem is full

/var: write failed, filesystem is full
OpenOffice.org1.1.2/program/liblocaledata_en.so: Can't open
'OpenOffice.org1.1.2/program/liblocaledata_en.so': No space left on
device

/var: write failed, filesystem is full

/var: write failed, filesystem is full

/var: write failed, filesystem is full

I couldn't find a solution through the internet. Thank you in advance

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


Re: my /var is full when I pkg_add --r openoffice

2004-10-31 Thread Matt Navarre
On Sunday 31 October 2004 04:02, Jian Guang Xu wrote:
 Is there any way I could resize this partition?
 PEARLBSD# df
 Filesystem  1K-blocksUsed   Avail Capacity  Mounted on
 /dev/ad0s3a253678  139846   9353860%/
 devfs   1   1   0   100%/dev
 /dev/ad0s3e253678 108  233276 0%/tmp
 /dev/ad0s3f  10275212 4797722 465547451%/usr
 /dev/ad0s3d253678  195496   3788884%/var
 linprocfs   4   4   0   100%/usr/compat/linux/proc


 PEARLBSD# pkg_add -r openoffice
 Fetching
 ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.3-release/Latest/op
enoffice.tbz... /var: write failed, filesystem is full
 OpenOffice.org1.1.2/program/libicudata.so.22.0: (null)

You don't need to resize the partition. pkg_add uses /var/tmp by default, 
since your /var is nearly full pkg_add chokes while extracting the package. 
To solve this set PKG_TMPDIR to point to someplace with more space.

 I couldn't find a solution through the internet. Thank you in advance

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

-- 
We all enter this world in the same way: naked, screaming,
 and soaked in blood. But if you live your life right, that kind
 of thing doesn't have to stop there. -- Dana Gould
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]