Re: Upgrade from FreeBsd 6.3 to 6.4 freebsd-update

2008-12-17 Thread Ricardo Jesus

Renat wrote:

Yes. I try . But not worked!!

-
webarchive# freebsd-update -r 6.4-RELEASE upgrade
Looking up update1.FreeBSD.org mirrors... none found.
Fetching metadata signature for 6.3-RELEASE from update1.FreeBSD.org... done.
Fetching metadata index... done.
Fetching 1 metadata files... failed.


I probe you solution change change server from
update.freebsd.org to update1.freebsd.org

Not worked(((

What's is is the Bug on the FreeBSD servers?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org



Try this:

# env UNAME_r=6.3-RELEASE-p6 freebsd-update upgrade -r 6.4-RELEASE install


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Upgrade from FreeBsd 6.3 to 6.4 freebsd-update

2008-12-13 Thread Renat
Hello! Can't upgrade from 6.3 to 6.4 with freebsd-update.



webarchive# sh freebsd-update.sh -f freebsd-update.conf -r 6.4-RELEASE install
No updates are available to install.
Run 'freebsd-update.sh fetch' first.
webarchive# sh freebsd-update.sh -f freebsd-update.conf -r 6.4-RELEASE fetch
Looking up update.FreeBSD.org mirrors... none found.
Fetching metadata signature for 6.3-RELEASE from update.FreeBSD.org... done.
Fetching metadata index... done.
Inspecting system... done.
Preparing to download files... done.

No updates needed to update system to 6.3-RELEASE-p6.
webarchive# sh freebsd-update.sh -f freebsd-update.conf -r 6.4-RELEASE upgrade
Looking up update.FreeBSD.org mirrors... none found.
Fetching metadata signature for 6.3-RELEASE from update.FreeBSD.org... done.
Fetching metadata index... done.
Fetching 1 metadata files... failed.

   ---
I probe with manual:
Upraded stoped with error. If I download manually 1 have a No updates needed to 
update system to 6.3-RELEASE-p6.


Thanks Renat.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Upgrade from FreeBsd 6.3 to 6.4 freebsd-update

2008-12-13 Thread Manolis Kiagias
Renat wrote:
 Hello! Can't upgrade from 6.3 to 6.4 with freebsd-update.



 webarchive# sh freebsd-update.sh -f freebsd-update.conf -r 6.4-RELEASE install
 No updates are available to install.
 Run 'freebsd-update.sh fetch' first.
 webarchive# sh freebsd-update.sh -f freebsd-update.conf -r 6.4-RELEASE fetch
 Looking up update.FreeBSD.org mirrors... none found.
 Fetching metadata signature for 6.3-RELEASE from update.FreeBSD.org... done.
 Fetching metadata index... done.
 Inspecting system... done.
 Preparing to download files... done.

 No updates needed to update system to 6.3-RELEASE-p6.
 webarchive# sh freebsd-update.sh -f freebsd-update.conf -r 6.4-RELEASE upgrade
 Looking up update.FreeBSD.org mirrors... none found.
 Fetching metadata signature for 6.3-RELEASE from update.FreeBSD.org... done.
 Fetching metadata index... done.
 Fetching 1 metadata files... failed.

---
 I probe with manual:
 Upraded stoped with error. If I download manually 1 have a No updates needed 
 to update system to 6.3-RELEASE-p6.


 Thanks Renat.

   

If you are starting from FreeBSD 6.3, why are you using  the add-on
freebsd-update.sh ? The base system freebsd-update in 6.3 can handle
upgrades to newer releases.

Please follow the instructions here, using the freebsd-update utility
that comes with the system (section 26.2.3):

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/updating-freebsdupdate.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re[2]: Upgrade from FreeBsd 6.3 to 6.4 freebsd-update

2008-12-13 Thread Renat
Again not worked:

webarchive# mv freebsd-update.sh /usr/sbin/freebsd-update
webarchive# mv freebsd-update.conf /etc
webarchive# mceidt /etc/freebsd-update.conf
mceidt: Command not found.
webarchive# mcedit /etc/freebsd-update.conf







webarchive# freebsd-update fetch
Looking up update.FreeBSD.org mirrors...
none found.
Fetching metadata signature for 6.3-RELEASE from update.FreeBSD.org... failed.
No mirrors remaining, giving up.
webarchive#
webarchive# setenv HTTP_PROXY http://192.100.100.1:3128
webarchive# setenv FTP_PROXY http://192.100.100.1:3128
webarchive# freebsd-update fetch
Looking up update.FreeBSD.org mirrors... none found.
Fetching metadata signature for 6.3-RELEASE from update.FreeBSD.org... done.
Fetching metadata index... done.
Inspecting system... done.
Preparing to download files... done.

No updates needed to update system to 6.3-RELEASE-p6.
webarchive# freebsd-update -r 6.3-RELEASE upgrade
freebsd-update: Cannot upgrade from 6.3-RELEASE to itself
webarchive# freebsd-update -r 6.4-RELEASE upgrade
Looking up update.FreeBSD.org mirrors... none found.
Fetching metadata signature for 6.3-RELEASE from update.FreeBSD.org... done.
Fetching metadata index... done.
Fetching 1 metadata files... failed.
webarchive#




MK If you are starting from FreeBSD 6.3, why are you using  the add-on
MK freebsd-update.sh ? The base system freebsd-update in 6.3 can handle
MK upgrades to newer releases.

MK Please follow the instructions here, using the freebsd-update utility
MK that comes with the system (section 26.2.3):

MK 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/updating-freebsdupdate.html



-- 
Ñ óâàæåíèåì,
 Renat  mailto:re...@maps.mi.ru

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re[2]: Upgrade from FreeBsd 6.3 to 6.4 freebsd-update

2008-12-13 Thread Renat
Yes. I try . But not worked!!

-
webarchive# freebsd-update -r 6.4-RELEASE upgrade
Looking up update1.FreeBSD.org mirrors... none found.
Fetching metadata signature for 6.3-RELEASE from update1.FreeBSD.org... done.
Fetching metadata index... done.
Fetching 1 metadata files... failed.


I probe you solution change change server from
update.freebsd.org to update1.freebsd.org

Not worked(((

What's is is the Bug on the FreeBSD servers?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Upgrade from FreeBsd 6.3 to 6.4 freebsd-update

2008-12-13 Thread Manolis Kiagias
Renat wrote:
 Yes. I try . But not worked!!

 -
 webarchive# freebsd-update -r 6.4-RELEASE upgrade
 Looking up update1.FreeBSD.org mirrors... none found.
 Fetching metadata signature for 6.3-RELEASE from update1.FreeBSD.org... done.
 Fetching metadata index... done.
 Fetching 1 metadata files... failed.


 I probe you solution change change server from
 update.freebsd.org to update1.freebsd.org

 Not worked(((

 What's is is the Bug on the FreeBSD servers?


   

Nothing wrong on the FreeBSD servers, AFAIK.
I remotely upgraded two 6.3 servers to 6.4 just yesterday
There must be something on your end or your ISP that causes this.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Upgrade from FreeBsd 6.3 to 6.4 freebsd-update

2008-12-13 Thread Steven Susbauer
Manolis Kiagias wrote:
 Renat wrote:
 Yes. I try . But not worked!!

 -
 webarchive# freebsd-update -r 6.4-RELEASE upgrade
 Looking up update1.FreeBSD.org mirrors... none found.
 Fetching metadata signature for 6.3-RELEASE from update1.FreeBSD.org... done.
 Fetching metadata index... done.
 Fetching 1 metadata files... failed.


 I probe you solution change change server from
 update.freebsd.org to update1.freebsd.org

 Not worked(((

 What's is is the Bug on the FreeBSD servers?


   
 
 Nothing wrong on the FreeBSD servers, AFAIK.
 I remotely upgraded two 6.3 servers to 6.4 just yesterday
 There must be something on your end or your ISP that causes this.

Most likely something is blocking dns SRV requests (which is what
FreeBSD-update uses to find the mirrors). I used to have this problem
due to a misconfigured dnsmasq install. I fixed it but my problem is the
reason that update.freebsd.org has an A record of its own now. Because
of this it should not cause an impact on the update process, and you
shouldn't need to change update to update1 anymore.

It would not surprise me if your problems are related to using the addon
freebsd-update rather than the built-in, which you apparently overwrote
with the addon one (the original is in the sources, or on the CVS). It
could be unrelated, but it is an easily identifiable misstep.

If you cannot get freebsd-update working, you could update using a 6.4 cd.

Also, there is nothing wrong with the FreeBSD servers, as I just updated
a few seconds ago:

athlon# freebsd-update -r 6.4-RELEASE upgrade
Looking up update.FreeBSD.org mirrors... 1 mirrors found.
Fetching metadata signature for 6.3-RELEASE from update1.FreeBSD.org...
done.
Fetching metadata index... done.
Inspecting system... done.

The following components of FreeBSD seem to be installed:
kernel/smp world/base

The following components of FreeBSD do not seem to be installed:
kernel/generic src/base src/bin src/contrib src/crypto src/etc src/games
src/gnu src/include src/krb5 src/lib src/libexec src/release src/rescue
src/sbin src/secure src/share src/sys src/tools src/ubin src/usbin
world/catpages world/dict world/doc world/games world/info
world/manpages world/proflibs

Does this look reasonable (y/n)?



signature.asc
Description: OpenPGP digital signature


Re: Upgrade from FreeBsd 6.3 to 6.4 freebsd-update

2008-12-13 Thread Chad Perrin
On Sat, Dec 13, 2008 at 03:47:15PM +0300, Renat wrote:
 Yes. I try . But not worked!!
 
 -
 webarchive# freebsd-update -r 6.4-RELEASE upgrade
 Looking up update1.FreeBSD.org mirrors... none found.
 Fetching metadata signature for 6.3-RELEASE from update1.FreeBSD.org... done.
 Fetching metadata index... done.
 Fetching 1 metadata files... failed.
 
 
 I probe you solution change change server from
 update.freebsd.org to update1.freebsd.org
 
 Not worked(((
 
 What's is is the Bug on the FreeBSD servers?

Did you try that before or after you overwrote the built-in
freebsd-update with the add-on freebsd-update.sh?  If you tried it only
*after* you clobbered freebsd-update, your problem is that you're still
trying to use the freebsd-update.sh.  That being the case, you should
restore the original freebsd-update before trying again.

If you tried it *before* you moved freebsd-update.sh, I hope someone else
can help you, because I don't know.

-- 
Chad Perrin [ content licensed OWL: http://owl.apotheon.org ]
Quoth Alan Perlis: LISP programmers know the value of everything and
the cost of nothing.


pgpRkIss18XTN.pgp
Description: PGP signature