From owner-freebsd-questions Mon Jan 18 12:10:07 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA02354 for freebsd-questions-outgoing; Mon, 18 Jan 1999 12:10:07 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from send102.yahoomail.com (send102.yahoomail.com [205.180.60.90]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id MAA02301 for ; Mon, 18 Jan 1999 12:10:02 -0800 (PST) (envelope-from robalama@yahoo.com) Message-ID: <19990118195742.22691.rocketmail@send102.yahoomail.com> Received: from [38.30.41.45] by send102.yahoomail.com; Mon, 18 Jan 1999 11:57:42 PST Date: Mon, 18 Jan 1999 11:57:42 -0800 (PST) From: "N. R.R." Subject: symbolic link trouble To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I was trying to create a symbolic link to /var by following this technique: #mkdir /usr/var #cd /var #tar cf - . | (cd /usr/var; tar xf - ) #rm -rf /var However, this is where it gets weird. It says: rm: /var: Device Busy #ln -s /usr/var /var even after I rebooted I still couldnt remove the /var directory. And, of course, many things wouldnt start at bootup (cron stuff, sendmail stuff, etc., due to not finding files in the /var directory) It would give me some errors along the lines of: Cannot find shared library: libXman.o.6.lib (or something like that) It worked fine when I did the same thing for the /tmp directory. Can anyone shed any light on this situation? Thanks. Neill _________________________________________________________ DO YOU YAHOO!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message