Date: Wed, 24 Mar 1999 16:34:59 +0100 (MET) From: Roland Jesse <jesse@mail.CS.Uni-Magdeburg.De> To: freebsd-questions@freebsd.org Subject: moving /tmp to /var/tmp caused network trouble Message-ID: <14073.1571.913012.960496@cs.uni-magdeburg.de>
next in thread | raw e-mail | index | archive | help
Hi, As I got 'file system full' messages regarding my / partition, I decided to move /tmp to /var/tmp. So I did: # cd / # cp -R tmp var/ # rm -rf tmp # ln -s /var/tmp . # reboot That was probably not the smartest thing to do as my network connection doesn't really work any longer. I simply get timeouts and that's it. 'netstat -i' takes (almost) forever to report ... de0 1500 141.44.164/24 141.44.164.142 87 0 1 0 0 ... 141.44.164.142 is the machine in question. As this is kind of annoying (and makes the machine unusable) I would very much appreciate any hints on what I am missing. Roland To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14073.1571.913012.960496>