Date: Thu, 8 Jun 2000 20:18:27 +0200 (CEST) From: Nils Holland <nils@nightcastleproductions.org> To: questions@freebsd.org Subject: INSTALLWORLD via nfs Message-ID: <Pine.BSF.4.21.0006082009240.4645-100000@ilka.ncptiddische.net>
next in thread | raw e-mail | index | archive | help
Well, today I build a updated version of the system on one of my machines. After having it installed there successfully, I wanted to start updating my other machines via nfs ... but that's where the trouble begins! So, according to the handbook, I wanted to mount / and /usr of the target machine on the source machine. I went to the target machine and edited the /etc/exports like this: / -maproot=0 ilka /usr -maproot=0 ilka The maproot=0 should allow me to write (as root) into the exported filesystems. I then went to the source-computer and did: mount tempest:/ /mnt mount tempest:/usr /mnt/usr Then it was time to do a cd /usr/src - make installworld DESTDIR=/mnt. Great. It seemed to work... BUT suddenly I got a line like install: /mnt/usr/lib/libscrypt.so.2: Permission denied. Until this point everything worked well. Now, as creative as I am, I walked back to the target machine and did chflags noschg /usr/lib/libscrypt.so.2 Another make installworld DESTDIR=/mnt on the source machine showed that this problem did not occur again - but the same "Permission Denied" message showed up again, this time refering to another file in /usr/lib on the target machine. Why does this happen? I think I did everything according to the handbook. A chflags -R noschg * in /usr/lib on the target machine should fix the problem, but I wonder if that's the right way... Any suggestions what I'm doing wrong and what I should do instead are welcome! Nils Holland, nils@nightcastleproductions.org ------------------------------------------------------------- NightCastle Productions Websites: www.nightcastleproductions.org - The Main Site www.runaway-horses.net - Articles and more www.comeinthenight.org - The Jim Steinman Adventure Game www.frozenfeelings.com - Frozen Feelings Music ------------------------------------------------------------- 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?Pine.BSF.4.21.0006082009240.4645-100000>