updating from 6.3 to 7, mirror problems

2008-10-30 Thread Alasdair Reed
I have been trying to update my system remotely using  freebsd-update.sh . I 
receive this error message;

Looking up update.FreeBSD.org mirrors... 1 mirrors found.
Fetching public key from update1.FreeBSD.org... failed.
No mirrors remaining, giving up.

I checked all the suggested solutions,  my resolv.conf is pointing to my ISP's 
nameservers, I even tried pointing to other public name servers, but the same 
result.Changing "Server Name" to "update1.FreeBSD.org" did nothing either.  
What causes the failure to retrieve the key?

Is there any other way of updating that does not involve downloading the iso 
files and burning to CD ?

Thanks in advance.

Regards,

Alasdair


pgpfDTuGVRBnc.pgp
Description: PGP signature


Re: updating from 6.3 to 7, mirror problems

2008-10-30 Thread andrew clarke
On Thu 2008-10-30 22:38:58 UTC+1100, Alasdair Reed ([EMAIL PROTECTED]) wrote:

> I have been trying to update my system remotely using  freebsd-update.sh .

On 6.3 you should be using /usr/sbin/freebsd-update.  Can you ping
update1.freebsd.org?

$ ping -c 5 update1.FreeBSD.org
PING update1.FreeBSD.org (72.21.59.252): 56 data bytes
64 bytes from 72.21.59.252: icmp_seq=0 ttl=48 time=233.185 ms
64 bytes from 72.21.59.252: icmp_seq=1 ttl=48 time=233.034 ms
64 bytes from 72.21.59.252: icmp_seq=2 ttl=48 time=233.655 ms
64 bytes from 72.21.59.252: icmp_seq=3 ttl=48 time=234.310 ms
64 bytes from 72.21.59.252: icmp_seq=4 ttl=48 time=233.445 ms

--- update1.FreeBSD.org ping statistics ---
5 packets transmitted, 5 packets received, 0% packet loss
round-trip min/avg/max/stddev = 233.034/233.526/234.310/0.446 ms

You might also like to try the --debug switch:

$ sudo /usr/sbin/freebsd-update --debug fetch
Looking up update.FreeBSD.org mirrors... 1 mirrors found.
Fetching metadata signature for 6.3-RELEASE from update1.FreeBSD.org...
latest.ssl100% of  512  B  582 kBps
done.
Fetching metadata index...
344cfb64472cacb781688b5de744795f140233e84105c4100% of  225  B  234 kBps
done.
Inspecting system... done.
Preparing to download files... done.

No updates needed to update system to 6.3-RELEASE-p5.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: updating from 6.3 to 7, mirror problems

2008-10-30 Thread alasdair

>-- Original Message --
>Date: Fri, 31 Oct 2008 01:33:27 +1100
>From: andrew clarke <[EMAIL PROTECTED]>
>To: Alasdair Reed <[EMAIL PROTECTED]>
>Cc: freebsd-questions@freebsd.org
>Subject: Re: updating from 6.3 to 7, mirror  problems
>
>


>On 6.3 you should be using /usr/sbin/freebsd-update.  Can you ping
>update1.freebsd.org?
>
>$ ping -c 5 update1.FreeBSD.org
>PING update1.FreeBSD.org (72.21.59.252): 56 data bytes
>64 bytes from 72.21.59.252: icmp_seq=0 ttl=48 time=233.185 ms
>64 bytes from 72.21.59.252: icmp_seq=1 ttl=48 time=233.034 ms
>64 bytes from 72.21.59.252: icmp_seq=2 ttl=48 time=233.655 ms
>64 bytes from 72.21.59.252: icmp_seq=3 ttl=48 time=234.310 ms
>64 bytes from 72.21.59.252: icmp_seq=4 ttl=48 time=233.445 ms
>
>--- update1.FreeBSD.org ping statistics ---
>5 packets transmitted, 5 packets received, 0% packet loss
>round-trip min/avg/max/stddev = 233.034/233.526/234.310/0.446 ms
>
>You might also like to try the --debug switch:
>
>$ sudo /usr/sbin/freebsd-update --debug fetch
>Looking up update.FreeBSD.org mirrors... 1 mirrors found.
>Fetching metadata signature for 6.3-RELEASE from update1.FreeBSD.org...
>latest.ssl100% of  512  B  582 kBps
>done.
>Fetching metadata index...
>344cfb64472cacb781688b5de744795f140233e84105c4100% of  225  B  234 kBps
>done.
>Inspecting system... done.
>Preparing to download files... done.
>
>No updates needed to update system to 6.3-RELEASE-p5.




Hi Andrew,

Tried the above, results as follows:
Ping ok
%ping -c 5 update1.FreeBSD.org
PING update1.FreeBSD.org (72.21.59.252): 56 data bytes
64 bytes from 72.21.59.252: icmp_seq=0 ttl=48 time=240.401 ms
64 bytes from 72.21.59.252: icmp_seq=1 ttl=48 time=240.708 ms
64 bytes from 72.21.59.252: icmp_seq=2 ttl=48 time=240.799 ms
64 bytes from 72.21.59.252: icmp_seq=3 ttl=48 time=240.364 ms
64 bytes from 72.21.59.252: icmp_seq=4 ttl=48 time=240.946 ms

No luck with using freebsd-update 

localhost# /usr/sbin/freebsd-update --debug fetch
Looking up update1.FreeBSD.org mirrors... none found.
Fetching public key from update1.FreeBSD.org... fetch: 
http://update1.FreeBSD.org/6.3-STABLE/i386/pub.ssl:
Not Found
failed.
No mirrors remaining, giving up.

Any work arounds or other possibilities? Is there any diagnostics to run
that might clarify things?

Regards,

Alasdair



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


Re: updating from 6.3 to 7, mirror problems

2008-10-30 Thread matt donovan
does your DNS support SV lookups they are actually putting in some A records
for a work around for people with "broken" DNS.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: updating from 6.3 to 7, mirror problems

2008-11-02 Thread alasdair

>-- Original Message --
>Date: Thu, 30 Oct 2008 18:39:23 -0400
>From: "matt donovan" <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Cc: andrew clarke <[EMAIL PROTECTED]>, freebsd-questions@freebsd.org
>Subject: Re: updating from 6.3 to 7, mirror problems
>
>
>does your DNS support SV lookups they are actually putting in some A records
>for a work around for people with "broken" DNS.
>___
>freebsd-questions@freebsd.org mailing list
>http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>To unsubscribe, send any mail to "[EMAIL PROTECTED]"

What is SV lookup and how do I check this, any particular man page or resource?

Where (or how) is my DNS likely to be "broken"?

Thanks,

Alasdair

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


Re: updating from 6.3 to 7, mirror problems

2008-11-02 Thread andrew clarke
On Fri 2008-10-31 08:11:49 UTC+1100, [EMAIL PROTECTED] ([EMAIL PROTECTED]) 
wrote:

> localhost# /usr/sbin/freebsd-update --debug fetch
> Looking up update1.FreeBSD.org mirrors... none found.
> Fetching public key from update1.FreeBSD.org...
> fetch: http://update1.FreeBSD.org/6.3-STABLE/i386/pub.ssl: Not Found

Ah, this is not a DNS problem.

You are trying to run freebsd-update from 6.3-STABLE.  This isn't
supported.  From the freebsd-update(8) manpage:

"The FreeBSD Security Team only builds updates for releases shipped in
binary form by the FreeBSD Release Engineering Team, e.g., FreeBSD
6.1-RELEASE and FreeBSD 6.2-RC1, but not FreeBSD 6.2-STABLE or FreeBSD
7.0-CURRENT."
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: updating from 6.3 to 7, mirror problems

2008-11-02 Thread matt donovan
On Sun, Nov 2, 2008 at 11:37 AM, andrew clarke <[EMAIL PROTECTED]> wrote:

> On Fri 2008-10-31 08:11:49 UTC+1100, [EMAIL PROTECTED] (
> [EMAIL PROTECTED]) wrote:
>
> > localhost# /usr/sbin/freebsd-update --debug fetch
> > Looking up update1.FreeBSD.org mirrors... none found.
> > Fetching public key from update1.FreeBSD.org...
> > fetch: http://update1.FreeBSD.org/6.3-STABLE/i386/pub.ssl: Not Found
>
> Ah, this is not a DNS problem.
>
> You are trying to run freebsd-update from 6.3-STABLE.  This isn't
> supported.  From the freebsd-update(8) manpage:
>
> "The FreeBSD Security Team only builds updates for releases shipped in
> binary form by the FreeBSD Release Engineering Team, e.g., FreeBSD
> 6.1-RELEASE and FreeBSD 6.2-RC1, but not FreeBSD 6.2-STABLE or FreeBSD
> 7.0-CURRENT."
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "
> [EMAIL PROTECTED]"
>

yeah I should have noticed the 6.3-STABLE but I did not
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: updating from 6.3 to 7, mirror problems

2008-11-03 Thread alasdair

>-- Original Message --
>Date: Sun, 2 Nov 2008 19:37:29 -0500
>From: "matt donovan" <[EMAIL PROTECTED]>
>To: "andrew clarke" <[EMAIL PROTECTED]>
>Subject: Re: updating from 6.3 to 7, mirror problems
>Cc: [EMAIL PROTECTED], freebsd-questions@freebsd.org
>
>
>On Sun, Nov 2, 2008 at 11:37 AM, andrew clarke <[EMAIL PROTECTED]> wrote:
>
>> On Fri 2008-10-31 08:11:49 UTC+1100, [EMAIL PROTECTED] (
>> [EMAIL PROTECTED]) wrote:
>>
>> > localhost# /usr/sbin/freebsd-update --debug fetch
>> > Looking up update1.FreeBSD.org mirrors... none found.
>> > Fetching public key from update1.FreeBSD.org...
>> > fetch: http://update1.FreeBSD.org/6.3-STABLE/i386/pub.ssl: Not Found
>>
>> Ah, this is not a DNS problem.
>>
>> You are trying to run freebsd-update from 6.3-STABLE.  This isn't
>> supported.  From the freebsd-update(8) manpage:
>>
>> "The FreeBSD Security Team only builds updates for releases shipped in
>> binary form by the FreeBSD Release Engineering Team, e.g., FreeBSD
>> 6.1-RELEASE and FreeBSD 6.2-RC1, but not FreeBSD 6.2-STABLE or FreeBSD
>> 7.0-CURRENT."
>> ___
>> freebsd-questions@freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>> To unsubscribe, send any mail to "
>> [EMAIL PROTECTED]"
>>
>
>yeah I should have noticed the 6.3-STABLE but I did not

Ok I see. How do I update from 6.3 STABLE to 7.0 STABLE ? I imagine there
is a tool for that? Short of down loading the iso files and doing it from
discs.

Thanks for your patience!!

Regards,

Alasdair

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


Re: updating from 6.3 to 7, mirror problems

2008-11-03 Thread (-K JohnNy
> Ok I see. How do I update from 6.3 STABLE to 7.0 STABLE ? I imagine there
> is a tool for that? Short of down loading the iso files and doing it from
> discs.

Don't know if there is a tool for this, but the usual way is to make a
RELENG-7 supfile, csup the 7-STABLE sources  and build them. More on
this subject in the handbook.
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cutting-edge.html

> Thanks for your patience!!
> 
> Regards,
> 
> Alasdair

-- 
(-K JohnNy alias Partial Derivative ∂
[home] http://johnny64.fixinko.sk/
[icq] 338328204 [abandoned]
[jabber] [EMAIL PROTECTED]
[skype] JohnNy64-konik [abandoned]


pgpoBoltbRRLO.pgp
Description: PGP signature


Re: updating from 6.3 to 7, mirror problems

2008-11-03 Thread Steven Susbauer

(-K JohnNy wrote:

Ok I see. How do I update from 6.3 STABLE to 7.0 STABLE ? I imagine there
is a tool for that? Short of down loading the iso files and doing it from
discs.


Don't know if there is a tool for this, but the usual way is to make a
RELENG-7 supfile, csup the 7-STABLE sources  and build them. More on
this subject in the handbook.
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cutting-edge.html


Thanks for your patience!!

Regards,

Alasdair

This is correct. The tool freebsd-update may be used to update between
releases (and release candidates) with binaries, but not between the
development trees.

  -Steve


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