Re: Where is 4.9-STABLE?

2004-03-07 Thread Matthew Seaman
On Sat, Mar 06, 2004 at 12:08:22PM +, Mark wrote:

> Yeah; but it's the upgrade I'm unclear about. You'd think there be some
> standard supfile template to upgrade your OS.

What, like /usr/share/examples/cvsup/standard-supfile?  Although
there's a bit of a twist to how it works: the standard-supfile
installed on your system will have the CVS tag inside it appropriate
to the branch you have installed.  So, on a 4.9-STABLE it contains:

*default release=cvs tag=RELENG_4

whilst on 4.9-RELEASE-pX it contains:

*default release=cvs tag=RELENG_4_9

and on 5.2.1-RELEASE-p1 it contains:

*default release=cvs tag=.

Oh well.  Can't win them all: I'd expect tag=. to be correct for
5-CURRENT, and for 5.2.1-RELEASE-p1 to have tag=RELENG_5_2

What ever, you can download the appropriate supfile from the CVS
repository, and it's fairly obvious how to modify the file for other
branches:


http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/src/share/examples/cvsup/standard-supfile?rev=1.17.2.6&content-type=text/plain&only_with_tag=RELENG_4


http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/src/share/examples/cvsup/standard-supfile?rev=1.17.2.6.6.1&content-type=text/plain&only_with_tag=RELENG_4_9

http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/src/share/examples/cvsup/standard-supfile?rev=1.22&content-type=text/plain&only_with_tag=RELENG_5_2

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


Re: Where is 4.9-STABLE?

2004-03-07 Thread James Long
On Sat, Mar 06, 2004 at 12:08:22PM +, Mark wrote:
> 
> Yeah; but it's the upgrade I'm unclear about. You'd think there be some
> standard supfile template to upgrade your OS.

www.mostgraveconcern.com/freebsd worked for me.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Where is 4.9-STABLE?

2004-03-06 Thread Kirk Strauser
At 2004-03-06T19:57:52Z, Mark <[EMAIL PROTECTED]> writes:

> Darn. Now that I did a buildworld as last, can I just do buildkernel
> again?  Or will I need to builworld also again?

You should be able to just buildkernel/installkernel (and mergemaster)
again.  The reason for building the kernel after the rest of the system is
so that it gets compiled with the latest version of GCC and the rest of the
tools.

> I appreciate the help. If anything, this experience got me over my fear for
> CVSup. :)

You bet, and glad to hear it!  :)
-- 
Kirk Strauser


pgp0.pgp
Description: PGP signature


Re: Where is 4.9-STABLE?

2004-03-06 Thread Chris
On Saturday 06 March 2004 01:43 pm, Kirk Strauser wrote:
> At 2004-03-06T17:29:13Z, Chris <[EMAIL PROTECTED]> writes:
> > Doing a make world is perfectly acceptable. It's considered the
> > "traditional" way of doing things, and accomplishes the same results.
>
> No, it doesn't.  Specifically, it skips the reboot and mergemaster between
> the installkernel and installworld steps, which means that you'll end up
> running a new userspace against an old kernel and /etc for a little while.
>
> > If your going to inform users NOT to do one way opposed to another, at
> > least give specifics as to why you feel that way.
>
> There you have it.  "make world" is *not* the recommended upgrade process
> anymore.  The new method is detailed in UPDATING.

It seems I needed to be very explicit in my meaning. While in 4.9-RELEASE to 
STABLE, mergmaster is needed as is a rebuild of the kernel.

Once those have been accomplished, a simple make world does the trick. As I 
stated, and does the handbook, make world IS the traditional way of compiling 
and installing your src tree. When done in the correct steps, works very 
well.

I for one refuse to adopt the new way untill I moved to 5.1 - then it was 
simply a matter if having too. 

I have always done make world up untill 4.9-STABLE without issues, as many 
other users. So perhaps I didn't clarify my points (as I'm doing now).

I believe in the users case of 4.9, make world (with the proper steps 
involved) is and will continue to be ba a viable way of compiling your src 
tre and upgrading your system. 

Otherwise, the handbook would have removed that all togather.
You must remember, there are many of us that sometime refuse to adopt new ways 
of doing things unless need requires it - now that I run 5.2.1, I use the new 
style and actually like it.

make world has worked for me since 2.2.6 and I hated to see it go. Oh well.
-- 
Best regards,
Chris
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Where is 4.9-STABLE?

2004-03-06 Thread Kent Stewart
On Saturday 06 March 2004 11:57 am, Mark wrote:
> - Original Message -
> From: "Kirk Strauser" <[EMAIL PROTECTED]>
> To: "Mark" <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Saturday, March 06, 2004 8:44 PM
> Subject: Re: Where is 4.9-STABLE?
>
> At 2004-03-06T17:25:37Z, Mark <[EMAIL PROTECTED]> writes:
> > cd /usr/src/
> >
> > > make buildkernel KERNCONF=ASARIAN-HOST
> > > make installkernel KERNCONF=ASARIAN-HOST
> > >
> > > And:
> > >
> > > cd /usr/src/
> > > make buildworld
> > > make installworld
> > >
> > > Took a wee while, but that did the trick. :)
> >
> > That did *a* trick, but not the one you wanted. You need to make
> > buildworld before make buildkernel.
>
> Darn. Now that I did a buildworld as last, can I just do buildkernel
> again? Or will I need to builworld also again?
>
> I appreciate the help. If anything, this experience got me over my
> fear for CVSup. :)
>

You need to rebuild your kernel and install it. As it sits, you have a 
kernel built with the old tools and old userland libraries. The old 
libraries don't exist any more. They need to be a matched set. So, you 
should rebuild your kernel, install it and reboot to use it.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Where is 4.9-STABLE?

2004-03-06 Thread Mark
- Original Message - 
From: "Kirk Strauser" <[EMAIL PROTECTED]>
To: "Mark" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Saturday, March 06, 2004 8:44 PM
Subject: Re: Where is 4.9-STABLE?

At 2004-03-06T17:25:37Z, Mark <[EMAIL PROTECTED]> writes:

> cd /usr/src/
> > make buildkernel KERNCONF=ASARIAN-HOST
> > make installkernel KERNCONF=ASARIAN-HOST
> >
> > And:
> >
> > cd /usr/src/
> > make buildworld
> > make installworld
> >
> > Took a wee while, but that did the trick. :)
>
> That did *a* trick, but not the one you wanted. You need to make
> buildworld before make buildkernel.

Darn. Now that I did a buildworld as last, can I just do buildkernel again?
Or will I need to builworld also again?

I appreciate the help. If anything, this experience got me over my fear for
CVSup. :)

- Mark

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Where is 4.9-STABLE?

2004-03-06 Thread Kent Stewart
On Saturday 06 March 2004 09:29 am, Chris wrote:
> On Saturday 06 March 2004 11:25 am, Mark wrote:
> > - Original Message -
> > From: "Kirk Strauser" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Saturday, March 06, 2004 5:08 PM
> > Subject: Re: Where is 4.9-STABLE?
> >
> > > At 2004-03-06T14:53:44Z, "Remko Lodder" <[EMAIL PROTECTED]> 
writes:
> > > > and do a make world
> > >
> > > Mark: don't literally do a "make world".  Follow the instructions
> > > in /usr/src/UPDATING instead.
>
> Doing a make world is perfectly acceptable. It's considered the
> "traditional" way of doing things, and accomplishes the same results.
>
> If your going to inform users NOT to do one way opposed to another,
> at least give specifics as to why you feel that way.

That is really true. If you had done a make world going from 5.1 to 5.2, 
you would have had to use the fixit disk to recover your system. If 
that didn't work, you would have had to do a reinstall. The only safe 
step is make kernel. The rest are separated for your benefit. 

There was an upgrade in the binutils by O'Brien around 4.0 or 4.1 and 
make world didn't work there either. There have also been a few 
occasions when a new kernel would immediately panic. If you found this 
out during your boot to single user mode, it wasn't a big deal because 
you could load the old kernel and continue as if nothing was wrong 
until it was fixed. If you had used make world and you had a completely 
updated system, recovery was much more involved.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Where is 4.9-STABLE?

2004-03-06 Thread Kirk Strauser
At 2004-03-06T17:25:37Z, Mark <[EMAIL PROTECTED]> writes:

> cd /usr/src/
> make buildkernel KERNCONF=ASARIAN-HOST
> make installkernel KERNCONF=ASARIAN-HOST
>
> And:
>
> cd /usr/src/
> make buildworld
> make installworld
>
> Took a wee while, but that did the trick. :)

That did *a* trick, but not the one you wanted.  You need to make buildworld
before make buildkernel.
-- 
Kirk Strauser


pgp0.pgp
Description: PGP signature


Re: Where is 4.9-STABLE?

2004-03-06 Thread Kirk Strauser
At 2004-03-06T17:29:13Z, Chris <[EMAIL PROTECTED]> writes:

> Doing a make world is perfectly acceptable. It's considered the
> "traditional" way of doing things, and accomplishes the same results.

No, it doesn't.  Specifically, it skips the reboot and mergemaster between
the installkernel and installworld steps, which means that you'll end up
running a new userspace against an old kernel and /etc for a little while.

> If your going to inform users NOT to do one way opposed to another, at
> least give specifics as to why you feel that way.

There you have it.  "make world" is *not* the recommended upgrade process
anymore.  The new method is detailed in UPDATING.
-- 
Kirk Strauser

"94 outdated ports on the box,
 94 outdated ports.
 Portupgrade one, an hour 'til done,
 82 outdated ports on the box."


pgp0.pgp
Description: PGP signature


RE: Where is 4.9-STABLE?

2004-03-06 Thread Edmund Craske
What happened here is that the ports tree only has a HEAD
or . tag, and it was trying to get the RELENG_4 tagged
ports collection, which doesn't exist. Best if you use a
separate ports supfile.

Ed

> -Original Message-
> From: Mark [mailto:[EMAIL PROTECTED] 
> Sent: 06 March 2004 17:35
> To: Edmund Craske
> Cc: [EMAIL PROTECTED]
> Subject: Re: Where is 4.9-STABLE?
> 
> 
> - Original Message - 
> From: "Edmund Craske" <[EMAIL PROTECTED]>
> To: "'Remko Lodder'" <[EMAIL PROTECTED]>; "'Mark'" 
> <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Saturday, March 06, 2004 5:10 PM
> Subject: RE: Where is 4.9-STABLE?
> 
> 
> > This isn't 4.9-STABLE, of course, but the security patch branch of 
> > 4.9-RELEASE. Hope this does the job for you all the same. If you 
> > actually want STABLE, the cvs tag needs to be RELENG_4 rather than 
> > RELENG_4_9.
> 
> Thanks. Yes, I already figured this out, and compiled with 
> the RELENG_4 tag.
> :)
> 
> Yes, I wanted STABLE, because, allegedly, it has support for 
> the Promise 8237 SATA controller I plan to use:
> 
http://www.freebsd.org/relnotes/4-STABLE/hardware/i386/x27.html#AEN33

P.S. I added "ports-all" to my supfile; the entire ports tree got deleted; but I did 
not get anything back! That was not cool. But I
grabbed the entire tar.gz from the FreeBSD website, and installed it manually again.

Everything seems fine again. Thanks again.

- Mark


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Where is 4.9-STABLE?

2004-03-06 Thread Chris
On Saturday 06 March 2004 11:34 am, Mark wrote:
> - Original Message -
> From: "Edmund Craske" <[EMAIL PROTECTED]>
> To: "'Remko Lodder'" <[EMAIL PROTECTED]>; "'Mark'"
> <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>
> Sent: Saturday, March 06, 2004 5:10 PM
> Subject: RE: Where is 4.9-STABLE?
>
> > This isn't 4.9-STABLE, of course, but the security patch branch
> > of 4.9-RELEASE. Hope this does the job for you all the same.
> > If you actually want STABLE, the cvs tag needs to be RELENG_4
> > rather than RELENG_4_9.
>
> Thanks. Yes, I already figured this out, and compiled with the RELENG_4
> tag.
>
> :)
>
> Yes, I wanted STABLE, because, allegedly, it has support for the Promise
> 8237 SATA controller I plan to use:
>
> http://www.freebsd.org/relnotes/4-STABLE/hardware/i386/x27.html#AEN33
>
> P.S. I added "ports-all" to my supfile; the entire ports tree got deleted;
> but I did not get anything back! That was not cool. But I grabbed the
> entire tar.gz from the FreeBSD website, and installed it manually again.
>
> Everything seems fine again. Thanks again.
>
> - Mark

CVSup of the src and the ports generally are 2 files. Look for a ports-supfile
in src/share/examples/cvsup/
-- 
Best regards,
Chris
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Where is 4.9-STABLE?

2004-03-06 Thread Chris
On Saturday 06 March 2004 11:29 am, Chris wrote:
> On Saturday 06 March 2004 11:25 am, Mark wrote:
> > - Original Message -
> > From: "Kirk Strauser" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Saturday, March 06, 2004 5:08 PM
> > Subject: Re: Where is 4.9-STABLE?
> >
> > > At 2004-03-06T14:53:44Z, "Remko Lodder" <[EMAIL PROTECTED]> writes:
> > > > and do a make world
> > >
> > > Mark: don't literally do a "make world".  Follow the instructions
> > > in /usr/src/UPDATING instead.
>
> Doing a make world is perfectly acceptable. It's considered the
> "traditional" way of doing things, and accomplishes the same results.
>
> If your going to inform users NOT to do one way opposed to another, at
> least give specifics as to why you feel that way.

To follow up - the reason for the UPDATING file and the layout of rebuilding 
your system is to guide users that are upgrading from 4.x to 5.x

You will see vast changes in the way the kernel is handled in 5.x along 
with /dev

However, reading that file explains this in detail. Simply moving from 
4.9-RELEASE to 4.9-STABLE and the patches isn't considered a major upgrade.

A simple rebuild of the kernel and a simple make world does work well in this 
instance.

-- 
Best regards,
Chris
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Where is 4.9-STABLE?

2004-03-06 Thread Mark
- Original Message - 
From: "Edmund Craske" <[EMAIL PROTECTED]>
To: "'Remko Lodder'" <[EMAIL PROTECTED]>; "'Mark'" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Saturday, March 06, 2004 5:10 PM
Subject: RE: Where is 4.9-STABLE?


> This isn't 4.9-STABLE, of course, but the security patch branch
> of 4.9-RELEASE. Hope this does the job for you all the same.
> If you actually want STABLE, the cvs tag needs to be RELENG_4
> rather than RELENG_4_9.

Thanks. Yes, I already figured this out, and compiled with the RELENG_4 tag.
:)

Yes, I wanted STABLE, because, allegedly, it has support for the Promise
8237 SATA controller I plan to use:

http://www.freebsd.org/relnotes/4-STABLE/hardware/i386/x27.html#AEN33

P.S. I added "ports-all" to my supfile; the entire ports tree got deleted;
but I did not get anything back! That was not cool. But I grabbed the entire
tar.gz from the FreeBSD website, and installed it manually again.

Everything seems fine again. Thanks again.

- Mark

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Where is 4.9-STABLE?

2004-03-06 Thread Chris
On Saturday 06 March 2004 11:25 am, Mark wrote:
> - Original Message -
> From: "Kirk Strauser" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Saturday, March 06, 2004 5:08 PM
> Subject: Re: Where is 4.9-STABLE?
>
> > At 2004-03-06T14:53:44Z, "Remko Lodder" <[EMAIL PROTECTED]> writes:
> > > and do a make world
> >
> > Mark: don't literally do a "make world".  Follow the instructions
> > in /usr/src/UPDATING instead.

Doing a make world is perfectly acceptable. It's considered the "traditional" 
way of doing things, and accomplishes the same results.

If your going to inform users NOT to do one way opposed to another, at least 
give specifics as to why you feel that way.

-- 
Best regards,
Chris
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Where is 4.9-STABLE?

2004-03-06 Thread Mark
- Original Message - 
From: "Kirk Strauser" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, March 06, 2004 5:08 PM
Subject: Re: Where is 4.9-STABLE?

> At 2004-03-06T14:53:44Z, "Remko Lodder" <[EMAIL PROTECTED]> writes:

> > and do a make world

> Mark: don't literally do a "make world".  Follow the instructions
> in /usr/src/UPDATING instead.

Thanks. I did the usual:

cd /usr/src/
make buildkernel KERNCONF=ASARIAN-HOST
make installkernel KERNCONF=ASARIAN-HOST

And:

cd /usr/src/
make buildworld
make installworld

Took a wee while, but that did the trick. :)

- Mark

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Where is 4.9-STABLE?

2004-03-06 Thread Edmund Craske
This isn't 4.9-STABLE, of course, but the security patch branch
of 4.9-RELEASE. Hope this does the job for you all the same.
If you actually want STABLE, the cvs tag needs to be RELENG_4
rather than RELENG_4_9.

Ed

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Remko Lodder
> Sent: 06 March 2004 14:54
> To: Mark; Edmund Craske
> Cc: [EMAIL PROTECTED]
> Subject: RE: Where is 4.9-STABLE?
> 
> 
> go to /usr/src
> and do a make world
> 
> then it recompiles everything,
> 
> note your uname -a now, and after it, if it worked out, there 
> should be FreeBSD-4.9-p$something
> 
> :) Cheers
> 
> --
> 
> Kind regards,
> 
> Remko Lodder
> Elvandar.org/DSINet.org
> www.mostly-harmless.nl Dutch community for helping newcomers 
> on the hackerscene
> 
> -Oorspronkelijk bericht-
> Van: Mark [mailto:[EMAIL PROTECTED]
> Verzonden: zaterdag 6 maart 2004 15:47
> Aan: Remko Lodder; Edmund Craske
> CC: [EMAIL PROTECTED]
> Onderwerp: Re: Where is 4.9-STABLE?
> 
> 
> - Original Message -
> From: "Remko Lodder" <[EMAIL PROTECTED]>
> To: "Mark" <[EMAIL PROTECTED]>; "Edmund Craske" 
> <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Saturday, March 06, 2004 1:11 PM
> Subject: RE: Where is 4.9-STABLE?
> 
> 
> > install cvsup from the ports,
> >
> > then change the file in /usr/share/examples/cvsup/
> 
> Ok, I did it. ;) However, almost nothing seems updated (see 
> attachment; p.s. only way I could grab output from Vmware test box).
> 
> I put this in my supfile:
> 
> --
> *default host=cvsup.uk.freebsd.org
> *default base=/usr
> *default prefix=/usr
> *default release=cvs tag=RELENG_4_9
> *default delete use-rel-suffix
> *default compress
> src-all
> --
> 
> Will this upgrade me to 4.9 STABLE? I have not recompiled the 
> kernel yet.
> 
> Thanks,
> 
> - Mark
> 
> ___
> [EMAIL PROTECTED] mailing list 
> http://lists.freebsd.org/mailman/listinfo/free> bsd-questions
> 
> To unsubscribe, send any mail to 
> "[EMAIL PROTECTED]"
> 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Where is 4.9-STABLE?

2004-03-06 Thread Kirk Strauser
At 2004-03-06T14:53:44Z, "Remko Lodder" <[EMAIL PROTECTED]> writes:

> and do a make world

Mark: don't literally do a "make world".  Follow the instructions in
/usr/src/UPDATING instead.
-- 
Kirk Strauser

"94 outdated ports on the box,
 94 outdated ports.
 Portupgrade one, an hour 'til done,
 82 outdated ports on the box."


pgp0.pgp
Description: PGP signature


RE: Where is 4.9-STABLE?

2004-03-06 Thread Remko Lodder
go to /usr/src
and do a make world

then it recompiles everything,

note your uname -a now, and after it, if it worked out, there should be
FreeBSD-4.9-p$something

:) Cheers

--

Kind regards,

Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl Dutch community for helping newcomers on the
hackerscene

-Oorspronkelijk bericht-
Van: Mark [mailto:[EMAIL PROTECTED]
Verzonden: zaterdag 6 maart 2004 15:47
Aan: Remko Lodder; Edmund Craske
CC: [EMAIL PROTECTED]
Onderwerp: Re: Where is 4.9-STABLE?


- Original Message -
From: "Remko Lodder" <[EMAIL PROTECTED]>
To: "Mark" <[EMAIL PROTECTED]>; "Edmund Craske" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Saturday, March 06, 2004 1:11 PM
Subject: RE: Where is 4.9-STABLE?


> install cvsup from the ports,
>
> then change the file in /usr/share/examples/cvsup/

Ok, I did it. ;) However, almost nothing seems updated (see attachment; p.s.
only way I could grab output from Vmware test box).

I put this in my supfile:

--
*default host=cvsup.uk.freebsd.org
*default base=/usr
*default prefix=/usr
*default release=cvs tag=RELENG_4_9
*default delete use-rel-suffix
*default compress
src-all
--

Will this upgrade me to 4.9 STABLE? I have not recompiled the kernel yet.

Thanks,

- Mark

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Where is 4.9-STABLE?

2004-03-06 Thread Mike Maltese
> Where can I download ISO images for the latest 4.9-STABLE? All I found was
a
> weird japanese site, that is either not responsive, or lets you download
> 15k/s.
>
> I do not want to CVSup; I just want a clean, full install of 4.9-STABLE.

Normally the procedure would be to get the kern.flp and mfsroot.flp floppy
images from the releng4.freebsd.org FTP server. Then you would put the
images on floppy, boot from them, then install the latest snapshot over the
Internet. These are usually pretty current. As a matter of fact, there is
already a snap for 3/06. The problem is that releng4 appears to be down and
the only mirrors I can find are heinously slow.

Anyone know what happened to releng4?

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Where is 4.9-STABLE?

2004-03-06 Thread Mark
- Original Message - 
From: "Remko Lodder" <[EMAIL PROTECTED]>
To: "Mark" <[EMAIL PROTECTED]>; "Edmund Craske" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Saturday, March 06, 2004 1:11 PM
Subject: RE: Where is 4.9-STABLE?


> install cvsup from the ports,
> 
> then change the file in /usr/share/examples/cvsup/
> 
> ie..
> 
> 

Thanks!! I really appreciate it. :)

- Mark

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Where is 4.9-STABLE?

2004-03-06 Thread zam4ever
- Original Message 
From: Mark <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Subject: Where is 4.9-STABLE?
Date: 06/03/04 19:52

> Where can I download ISO images for the latest 4.9-STABLE? All I found was
a
> weird japanese site, that is either not responsive, or lets you download
> 15k/s.
> 
> I do not want to CVSup; I just want a clean, full install of 4.9-STABLE.
> 
> Thanks,
> 
> - Mark

This documentation will show you how to make your OS-stable:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cutting-edge.html

Regards,
zam4ever
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Where is 4.9-STABLE?

2004-03-06 Thread Remko Lodder
install cvsup from the ports,

then change the file in /usr/share/examples/cvsup/

ie..



# IMPORTANT: Change the next line to use one of the CVSup mirror sites
# listed at http://www.freebsd.org/doc/handbook/mirrors.html.
*default host=cvsup..FreeBSD.org
*default base=/usr
*default prefix=/usr
# The following line is for 4-stable.  If you want 3-stable or 2.2-stable,
# change "RELENG_4" to "RELENG_3" or "RELENG_2_2" respectively.
*default release=cvs tag=RELENG_4
#*default delete use-rel-suffix
*default compress



With this the /usr/src files should be upgraded,

personally i use the standard files

*default host=cvsup..FreeBSD.org
*default base=/usr
*default prefix=/usr
*default release=cvs tag=RELENG_4_9
*default delete use-rel-suffix
*default compress


Cheers
--

Kind regards,

Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl Dutch community for helping newcomers on the
hackerscene

-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Mark
Verzonden: zaterdag 6 maart 2004 13:05
Aan: Edmund Craske
CC: [EMAIL PROTECTED]
Onderwerp: Re: Where is 4.9-STABLE?


- Original Message -
From: "Edmund Craske" <[EMAIL PROTECTED]>
To: "'Mark'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Saturday, March 06, 2004 12:48 PM
Subject: RE: Where is 4.9-STABLE?


> ISO images are not made of a constantly changing source,
> you will need to install 4.9-RELEASE and then update with
> cvsup to 4.9-STABLE source, and make world.

Sigh. I was afraid of that. What exactly should I put in the supfile? Is
there a standard template for upgrading to STABLE? The only time I ever
cvsup-ed, things went really wrong.

- Mark

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Where is 4.9-STABLE?

2004-03-06 Thread Mark
- Original Message - 
From: "Remko Lodder" <[EMAIL PROTECTED]>
To: "Mark" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Saturday, March 06, 2004 12:55 PM
Subject: RE: Where is 4.9-STABLE?


> then were did you look ?

At:

http://snapshots.jp.freebsd.org:8021/pub/FreeBSD/snapshots/i386/

> it's all on the website, note that you need to upgrade after
> installing the stuff, since iso's are always outdated.

Yeah; but it's the upgrade I'm unclear about. You'd think there be some
standard supfile template to upgrade your OS.

- Mark

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Where is 4.9-STABLE?

2004-03-06 Thread Mark
- Original Message - 
From: "Edmund Craske" <[EMAIL PROTECTED]>
To: "'Mark'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Saturday, March 06, 2004 12:48 PM
Subject: RE: Where is 4.9-STABLE?


> ISO images are not made of a constantly changing source,
> you will need to install 4.9-RELEASE and then update with
> cvsup to 4.9-STABLE source, and make world.

Sigh. I was afraid of that. What exactly should I put in the supfile? Is
there a standard template for upgrading to STABLE? The only time I ever
cvsup-ed, things went really wrong.

- Mark

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Where is 4.9-STABLE?

2004-03-06 Thread Remko Lodder
then were did you look ?

www.freebsd.org -> getting freebsd -> ftp sites
ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/ISO-IMAGES/4.9/

for example, but you are suggested to take a closer mirror than
this server.

it's all on the website, note that you need to upgrade after
installing the stuff, since iso's are always outdated.

cheers

--

Kind regards,

Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl Dutch community for helping newcomers on the
hackerscene

mrtg.grunn.org Dutch mirror of MRTG

-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Mark
Verzonden: zaterdag 6 maart 2004 12:47
Aan: [EMAIL PROTECTED]
Onderwerp: Where is 4.9-STABLE?


Where can I download ISO images for the latest 4.9-STABLE? All I found was a
weird japanese site, that is either not responsive, or lets you download
15k/s.

I do not want to CVSup; I just want a clean, full install of 4.9-STABLE.

Thanks,

- Mark

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Where is 4.9-STABLE?

2004-03-06 Thread Edmund Craske
ISO images are not made of a constantly changing source, you
will need to install 4.9-RELEASE and then update with cvsup
to 4.9-STABLE source, and make world.

Ed

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Mark
> Sent: 06 March 2004 11:47
> To: [EMAIL PROTECTED]
> Subject: Where is 4.9-STABLE?
> 
> 
> Where can I download ISO images for the latest 4.9-STABLE? 
> All I found was a weird japanese site, that is either not 
> responsive, or lets you download 15k/s.
> 
> I do not want to CVSup; I just want a clean, full install of 
> 4.9-STABLE.
> 
> Thanks,
> 
> - Mark
> 
> ___
> [EMAIL PROTECTED] mailing list 
> http://lists.freebsd.org/mailman/listinfo/free> bsd-questions
> 
> To unsubscribe, send any mail to 
> "[EMAIL PROTECTED]"
> 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"