Re: CVSUP update from 4.6 - 4.7

2002-10-17 Thread Artem Okounev

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 c)  Can  somebody  point  me  or  give  me a sample CVSUP
 configuration for updating to the 4.7 release?

TC *default host=cvsup2.uk.FreeBSD.org
TC *default base=/usr/local
TC *default prefix=/usr
TC *default release=cvs tag=RELENG_4_7_0_RELEASE
TC *default delete use-rel-suffix
TC *default compress


*default  release=cvs tag=RELENG_4_7 would be more right
tag.  RELENG_4_7  is  the  same  4.7  release  with security
patches   included.   For   now   RELENG_4_7_0_RELEASE   and
RELENG_4_7 contain the same trees but who knows...

- - --
Best regards,
 Artemmailto:[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.0 (MingW32)

iD4DBQE9rl1ObOuJ0KL1C+MRAiCMAJ91pYoZ7Ogqj12cJkzjRhJWlKkbJwCYgxgW
8R/6h7Lz2X1gBShtLOQVEw==
=1N4s
-END PGP SIGNATURE-


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re[2]: CVSUP update from 4.6 - 4.7

2002-10-17 Thread Artem Okounev
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

JA The  comments in the cvsup file say to comment this line
JA out  if  you  have less than a T1, while cvsupit says to
JA not  use  compress  if your connection is greater than a
JA 56k   connection.   Which   is  right  for  a  fast  DSL
JA connection?

Use *default compress on slow lines. Comment out this
directive on the fast ones.


- --
Best regards,
 Artemmailto:aokounev;yahoo.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.0 (MingW32)

iD8DBQE9rpUPbOuJ0KL1C+MRAjZwAJ9P39vNGIWEz8+63qIctDYWzVWVswCgohkn
hLaU9LUtb9DF8scRl86Ne80=
=gcYw
-END PGP SIGNATURE-


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



CVSUP update from 4.6 - 4.7

2002-10-16 Thread BigBrother



I have freebsd 4.6 release and I am interesting to
update it to 4.7 via CVSUP

The box is located 3000 Kms away and I can only connect
via ssh.

a) How much space is required in order to make a buildworld
(downloading CVSUP, compiling, installing)

b) What is the best failsafe method, so in case I do this and
happen to have an error, my system will continue to operate
on the 4.6? As I said I am too far away to go to fix it there...

c) Can somebody point me or give me a sample CVSUP configuration
for updating to the 4.7 release?


d) Are there any tips for remote updates/buildworld? I know that is not
suggested but I find too difficult to live with all the critical bugs
that 4.6 has and I would like to get rid of them.

e) Do I have to compile only a kernel on 4.7 or to make a buildworld too
for the new binaries to be replaced? If I compile only a 4.7 kernel and
my binaries are 4.6 will this poses any trouble?


Thanks in advance guys!


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: CVSUP update from 4.6 - 4.7

2002-10-16 Thread Tom Carrick

On Wed, 2002-10-16 at 09:27, BigBrother wrote:
 
 
 I have freebsd 4.6 release and I am interesting to
 update it to 4.7 via CVSUP
 
 The box is located 3000 Kms away and I can only connect
 via ssh.
 
 a) How much space is required in order to make a buildworld
 (downloading CVSUP, compiling, installing)

A few hundred MB is a safe bet.

 
 b) What is the best failsafe method, so in case I do this and
 happen to have an error, my system will continue to operate
 on the 4.6? As I said I am too far away to go to fix it there...

From personal experience, update sources, rm -rf /usr/obj/*, compile
world, compile kernel, drop to single user, install world, install
kernel, reboot. If they both compile, it's a good bet they'll run.

You can happily compile the new world and kernel, that is 100% sure to
not screw anything up, as they both stay under /usr/obj/. You can do
what you want, it's still 4.6 until you install them.

 
 c) Can somebody point me or give me a sample CVSUP configuration
 for updating to the 4.7 release?

*default host=cvsup2.uk.FreeBSD.org
*default base=/usr/local
*default prefix=/usr
*default release=cvs tag=RELENG_4_7_0_RELEASE
*default delete use-rel-suffix
*default compress

That's mine. Change the host to a local one is all you should need to
do.

 
 
 d) Are there any tips for remote updates/buildworld? I know that is not
 suggested but I find too difficult to live with all the critical bugs
 that 4.6 has and I would like to get rid of them.

uh... be careful? Other than that, I wouldn't know.

 
 e) Do I have to compile only a kernel on 4.7 or to make a buildworld too
 for the new binaries to be replaced? If I compile only a 4.7 kernel and
 my binaries are 4.6 will this poses any trouble?

Very bad idea to only compile a new kernel. Compile the world and the
kernel if you want to be sure they won't screw up somehow.

 
 
 Thanks in advance guys!
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
 




signature.asc
Description: This is a digitally signed message part


Re: CVSUP update from 4.6 - 4.7

2002-10-16 Thread Paulius Bulotas

On 02 10 16, Tom Carrick wrote:
  The box is located 3000 Kms away and I can only connect
  via ssh.
 world, compile kernel, drop to single user, install world, install

;) don't drop to single user mode ;)

you can stop all unneeded services (even sshd, but don't kill your
active session) and then make installworld and so on. And make a backup
of /etc before running mergemaster ;) but not to /tmp if it's cleaned
after every reboot ;)

Paulius

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: CVSUP update from 4.6 - 4.7

2002-10-16 Thread Tom Carrick

Oops. Yes, you're right, I forgot.

On Wed, 2002-10-16 at 09:58, Paulius Bulotas wrote:
 On 02 10 16, Tom Carrick wrote:
   The box is located 3000 Kms away and I can only connect
   via ssh.
  world, compile kernel, drop to single user, install world, install
 
 ;) don't drop to single user mode ;)
 
 you can stop all unneeded services (even sshd, but don't kill your
 active session) and then make installworld and so on. And make a backup
 of /etc before running mergemaster ;) but not to /tmp if it's cleaned
 after every reboot ;)
 
 Paulius
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
 




signature.asc
Description: This is a digitally signed message part


Re: CVSUP update from 4.6 - 4.7

2002-10-16 Thread Matthew Seaman

On Wed, Oct 16, 2002 at 09:41:01AM +0100, Tom Carrick wrote:
 On Wed, 2002-10-16 at 09:27, BigBrother wrote:

  a) How much space is required in order to make a buildworld
  (downloading CVSUP, compiling, installing)
 
 A few hundred MB is a safe bet.

Actually, if you're going to do a complete buildworld, you'll need
more like 750Mb total, most of which is in /usr/src and /usr/obj:

happy-idiot-talk:~:% du -sh /usr/src /usr/obj
296M/usr/src
417M/usr/obj

plus a few more Mb for the cvsup stuff and so forth.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
  Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: CVSUP update from 4.6 - 4.7

2002-10-16 Thread Jonathan Arnold

*default compress

The comments in the cvsup file say to comment this line out if you have
less than a T1, while cvsupit says to not use compress if your connection
is greater than a 56k connection. Which is right for a fast DSL 
connection?

-- 
Jonathan Arnold (mailto:[EMAIL PROTECTED])
The Incredible Brightness of Seeing, a Home Theater weblog
 http://jdarnold.tzo.com/HomeTheater



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message