Subject: Re: upgrading to 1.6.1 - and can you upgrade remotely?
To: Andre Schulze as8-at-rcs.urz.tu-dresden.de |netbsd| <hxbbhj3bub0t@sneakemail.com>
From: Chas Posinoff <wkm00jtd02@sneakemail.com>
List: port-cobalt
Date: 08/05/2003 12:20:04
Ah very good... I just wanted to be sure, since I have never upgraded a
system like that.
I am much too used to always doing fresh re-installs when a new rev of
an OS comes out.. but this machine will be in the co-lo and hence only
manageable remotely.
Is there a method of managing kernel and system upgrades via ssh -- I am
pretty sure I need to keep multi-user in order to maintain anything
other than a serial console connection... (which I don't have..)
Thanks --
Chas
Andre Schulze as8-at-rcs.urz.tu-dresden.de |netbsd| wrote:
>Am Mon den 04 Aug 2003 um 09:50:54PM -0700 schrieb wkm00jtd02@sneakemail.com:
>
>
>>I'm a little confused.
>>What I think you are describing is:
>>
>>a) Take a pre-existing 1.6.0 system
>>
>>
>
>Or some other version, yes.
>
>
>
>>b) download all the archives from
>>"ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-1.6.1/cobalt/binary/sets"
>>
>>
>
>Right, except the config files, of course.
>
>
>
>>c) extract all archives on top of the 1.6.0 system, overwriting older
>>versions of files
>>
>>Is this what you mean?
>>
>>
>>
>Exactly, what is so unusual about this ;-)
>
><next posting>
>
>Am Mon den 04 Aug 2003 um 03:39:26PM +0100 schrieb Frank Mattes:
>
>
>>just for my own education, and because I need to re-install netbsd
>>after sorting out my harddisk problem (eg getting a new drive). How
>>do you stop all services ?
>>
>>
>
>I did this manually by saying /etc/rc.d/${foo} stop
>After a quick look at the init manpage, it seems this can be done
>better by sending a SIGTERM to init:
>
>init will terminate multi-user operations and resume single-user mode if
>sent a terminate (TERM) signal, for example, ``kill -s TERM 1''.
>
>HTH,
>
> andre
>
>