Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Aug 2000 15:38:12 +0400
From:      "Artem Koutchine" <matrix@ipform.ru>
To:        <freebsd-stable@freebsd.org>
Subject:   Safe upgrading via cvsup
Message-ID:  <002801bfff9a$ce73b840$0c00a8c0@ipform.ru>

next in thread | raw e-mail | index | archive | help
Hi!

Here is what i run into when doing the last cvsup
for 4.1-stable.

I ususally do
cvsup upgrade-stable
make buildworld
make buildkernel KERNEL=THIS
make installkernel
reboot
make installworld
mergemaster

That works 100% of the time.

I have a lot of machines in the office and users upgrade them the same way
and one co-location mchines pretty far away, which is also upgraded this
way, but
remotely. This always worked.

But today i figureed that after reboot the firewall utility does not work
anymore and
to make it work i need to to installworld, but on remote machines i would
not be
able to to so, because firewall is closed already. Thanks God i always to
upgrade
localy and it if workd upgrade the remote one.

To avoid the problem i would need to recompile the remote kernel with option
where firewall is open by default or maybe change the order of updage (e.g.
installkernel, installworld,
reboot).

So, the issue is NOTIFICATION OF CHANGES. /usr/src/UPGRADE, if you look at
it, says nothing about
this very imprtant change. I think developers whoudl decument all changes
somewhere, so i could
look through them before upgrading.

The questions are:
1) Can i do installkernel, installworld, reboot exactly in this order? I
think it could failed because
the old kernel is still workding and some of the program will fail to work
with the old kernel. Is there
way out?

2) How safe is it to upgrade a remote machine via cvsup remotely?

Thanks,
Artem





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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?002801bfff9a$ce73b840$0c00a8c0>