[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Staroffice installation problem



I would remove /tmp and mount it as a new filesystem with bunches of
space. For example, if / is too small and /tmp is no shown when doing

df -k

you could look at the output from that command and see where there is
enough space, then do

rm -r /tmp

mkdir /var/tmp
or
mkdir /usr/tmp

or wherever you have space, then do

ln -s /usr/tmp /tmp

That may work just fine. Then when you are done, you can remove the link
and recreate /tmp.

Karl L. Pearson
Senior Consulting Systems Analyst
Senior Consulting Database Analyst
karlp ourldsfamily com

On Mon, 26 Feb 2001, Burke, Thomas G. wrote:

Hey gang,

	I downloaded SO5.2 the other day.  When I try to install it on my
box, I get an error that basically says my tmp directory is full...  How
much tmp space do I need, & how do I fix this, if I don't have enough?



_______________________________________________
Redhat-install-list mailing list
Redhat-install-list redhat com
https://listman.redhat.com/mailman/listinfo/redhat-install-list





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]