Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Oct 1998 11:07:34 -0300 (ADT)
From:      Marc Fournier <marc.fournier@acadiau.ca>
To:        Edwin Culp <eculp@webwizard.org.mx>
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: paranoid question: aout vs ELF...
Message-ID:  <Pine.GSO.3.96.981019110513.23887L-100000@iceberg>
In-Reply-To: <362B467E.B5D9F088@webwizard.org.mx>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 19 Oct 1998, Edwin Culp wrote:

> Marc Fournier wrote:
> 
> > On Fri, 16 Oct 1998, Edwin Culp wrote:
> >
> > > "Marc G. Fournier" wrote:
> > >
> > > > I'm going to ask this, which has most likely been asked before,but...
> > > >
> > > > I'm about to take a chance and do a remote upgrade of my system from
> > > > 3.0-AOUT to 3.0-CURRENT..
> > > >
> > > > My plan (once I can get the cvs problem rectified) is to do a 'make
> > > > buildworld' on the source tree, then build a new kernel, then reboot, and,
> > > > if I make it that far, 'make installworld'...
> > >
> > > IMO
> > >
> > > I would change that to
> > >    # make aout-to-elf
> > > shouldn't be a problem
> >
> >         Does this build&install, or just build?
> 
> Both

Okay, then that makes me *really* nervous...does the following sound safe?

cd /usr/src
make aout-to-elf-build
cd /usr/src/usr.sbin/config && make install
cd /usr/src/sys/i386/conf
config -r MyKernel
cd ../../compile/MyKernel
make depend && make
<install new kernel>
reboot
cd /usr/src
make aout-to-elf-install

I'm still running a 3.0-CURRENT machine as of July 24th or so...its a
production machine, and its half a country away, so I'm very nervous...

> 
> >
> >
> > >     # cd /sys/boot
> > >     # make depend && make all && make install
> > > Should't be a problem
> > >     # cd /usr/src/sys/i386/conf
> > > Compare your config file with the changes to GENERIC and/or LINT
> > >     # KERNFORMAT=elf;export KERNFORMAT
> > >     # config -r YourKernel
> > >     # cd ../../compile/YourKernel
> > >     # make depend && make && make install
> > > Now I would reboot with a big smile and update all my rc's and /etc en
> > > general.
> > >
> > > provecho y saludos
> > >
> > > ed
> > >
> > > >
> > > >
> > > > My paranoia...all my aout stuff in /usr/local/bin won't all of a sudden
> > > > break...will it?
> > > >
> > > > Marc G. Fournier                               scrappy@hub.org
> > > > Systems Administrator @ hub.org
> > > > scrappy@{postgresql|isc}.org                       ICQ#7615664
> > > >
> > > > To Unsubscribe: send mail to majordomo@FreeBSD.org
> > > > with "unsubscribe freebsd-current" in the body of the message
> > >
> > >
> >
> > Marc G. Fournier                                 marc.fournier@acadiau.ca
> > Systems Administrator, Acadia University
> >
> >   "These are my opinions, which are not necessarily shared by my employer"
> 
> 

Marc G. Fournier                                 marc.fournier@acadiau.ca
Systems Administrator, Acadia University

  "These are my opinions, which are not necessarily shared by my employer"


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.3.96.981019110513.23887L-100000>