On Sunday 31 October 2004 04:02, Jian Guang Xu wrote: > Is there any way I could resize this partition? > PEARLBSD# df > Filesystem 1K-blocks Used Avail Capacity Mounted on > /dev/ad0s3a 253678 139846 93538 60% / > devfs 1 1 0 100% /dev > /dev/ad0s3e 253678 108 233276 0% /tmp > /dev/ad0s3f 10275212 4797722 4655474 51% /usr > /dev/ad0s3d 253678 195496 37888 84% /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]"
