On Tue, Dec 25, 2001 at 05:22:28PM -0600, Ted Spradley wrote:
> Michael Fothergill wrote:
> >
> > Dear X86ers,
> >
> > I have a problem firing up X as a user....
> >
> [...]
> > /tmp/.sawfish-mikef: No space left on device
>
> Yow! Did you see this? I think you have more than one problem here,
> and I suggest you work through them methodically, one by one, starting
> with this one.
>
> Are you trying to use /tmp in your root filesystem? Bad idea. Filling
> your root filesystem can be quite inconvenient. Most modern Unices will
> let you use a virtual memory filesystem for /tmp. I urge you to use
> that. It's traditional to clear out /tmp at reboot anyway.
>
> --
> Remember, more computing power was thrown away last week than existed in
> the world in 1982. -- http://www.tom.womack.net/computing/prices.html
> _______________________________________________
> Newbie mailing list
> [EMAIL PROTECTED]
> *** To unsubscribe , or change message options, see:
> http://XFree86.Org/mailman/listinfo/newbie
Or, alternatively, you could symlink /tmp to another partition. I
usually hook mine to /usr.
mkdir /usr/tmp
rm -rf /tmp
ln -s /usr/tmp /
Make sure after this new tmp is created you change its permissions
to
chmod 1777 /usr/tmp
Ian
--
Of Course It Runs NetBSD
www.netbsd.org
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
_______________________________________________
Newbie mailing list
[EMAIL PROTECTED]
*** To unsubscribe , or change message options, see:
http://XFree86.Org/mailman/listinfo/newbie