Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Sep 1999 18:39:43 -0700
From:      "Dr. Dave" <dave@sneakerz.org>
To:        "f.johan.beisser" <jan@nttmcl.com>
Cc:        freebsd-isp@freebsd.org
Subject:   Re: mass upgrades..
Message-ID:  <19990929183943.A2881@sneakerz.org>
In-Reply-To: <Pine.BSF.4.10.9909291430550.6924-100000@jaeger.nttmcl.com>; from f.johan.beisser on Wed, Sep 29, 1999 at 02:39:02PM -0700
References:  <Pine.BSF.4.10.9909291430550.6924-100000@jaeger.nttmcl.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Sep 29, 1999 at 02:39:02PM -0700, f.johan.beisser wrote:
> 
> here's a small problem i've encountered, and i'm wondering at any possible
> solutions to this:
> 
> i'm able to successfully upgrade the /usr/obj directory, accross quite a
> few systems, there are no problems in getting the binaries/upgrades from
> there out to the appropriate machine..
> 
> the problem comes in when i actually try to install them, while the
> machine is live (it's in a remote location, and very hard to access from a
> console), the install fails on a few binaries and libraries that don't
> fail on my build machines installworld at all.
> 
> basically:
> 
> machine# cd /usr/src
> machine# make installworld
> 
> [lots and lots of scroll involving the various binaries]
> 
> ===> lib/../secure/lib/libcrypt
> install -c -o root -g wheel -m 444   libdescrypt.a /usr/lib
> install -c -o root -g wheel -m 444   libdescrypt_p.a /usr/lib
> install -c -o root -g wheel -m 444   -fschg  libdescrypt.so.2 /usr/lib
> install: /usr/lib/libdescrypt.so.2: Operation not permitted
> *** Error code 71

Is the library currently in use?  Have you checked to make sure the immutable flag has not been set on that lib?  
I see install -c -o root -g wheel -m 444   -fschg  libdescrypt.so.2 /usr/lib.
Does the cvsup noschg the file first?

-Dave



> 
> [snippage of subprocesses stopping]
> Stop.
> machine#
> 
> 
> i know this is because of the library being in use.. but, why does it work
> on the build box, but not this one?
> 
> any ideas?
> 
> -- jan
> 
>  +---
>  Jan Beisser        mailto: jan@nttmcl.com  phoneto: 650 833 3653
>  UNIX Systems Administrator     NTT MultiMedia Communications Lab
>     "Knowledge is power, power corrupts. Study hard, be evil."
>                                                              ---+
> 
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-isp" in the body of the message


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990929183943.A2881>