Re: Upgrade to 6.3R failed (with freebsd-update.sh)

2008-02-28 Thread Edwin Groothuis
On Thu, Feb 28, 2008 at 01:19:43AM -0800, Jeremy Chadwick wrote:
> On Thu, Feb 28, 2008 at 09:24:43AM +0100, Thomas Krause wrote:
> > Dear list,
> >
> > as described in http://www.freebsd.org/releases/6.3R/announce.html
> > I tried a binary upgrade to 6.3R. But the command
> >
> > #  sh freebsd-update.sh -f freebsd-update.conf -r 6.3-RELEASE upgrade
> >
> > failed with
> >
> > 102520253025402550256025702580259026002610262026302640...
> >  
> > done.
> > Applying patches... done.
> > Fetching 1587 files... failed.
> >
> > Any ideas how to perform the upgrade?
> 
> Does freebsd-update use ftp://ftp.freebsd.org at all?  If so, I'm
> willing to bet the failure is caused by the FTP server being overloaded.
> With the announcement of 7.0-RELEASE, people are hammering the server;
> the few times I've tried to FTP to it, it's been returning "maximum
> number of connections exceeded" or something along those lines.

It is not using ftp.freebsd.org, but a quick chat to cperciva@
showed that his servers were upgrading about one machine per minute,
so that is quite an amount of HTTP requests he is getting.

I would either keep trying (use a caching proxy to keep your results)
or try again later.

Edwin
-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Upgrade to 6.3R failed (with freebsd-update.sh)

2008-02-28 Thread Thomas Krause
>>
>> failed with
>>
>> 102520253025402550256025702580259026002610262026302640...
>> done.
>> Applying patches... done.
>> Fetching 1587 files... failed.
>
> Is this reproducable or is this fetch problem an one time issue?

Yes, it is. I put a "set -x" in the freebsd-update.sh and it
seems, that the script cannot fetch a file:

+ [ ! -f
files/ffa603731bc5c7b80b37c580bb9aa11b0d12cfcabe5fccee7b7e8ded607be19a.gz
]
+ echo ffa603731bc5c7b80b37c580bb9aa11b0d12cfcabe5fccee7b7e8ded607be19a
+ read Y
+ [ -s filelist ]
+ wc -l
+ tr -d
+ echo -n Fetching 1587
Fetching 1587 + echo -n files...
files... + lam -s 6.3-RELEASE/amd64/f/ - -s .gz
+ xargs /usr/libexec/phttpget update1.FreeBSD.org
+ read Y
+ [ -f 00021c52a9c8de69e0dd8a3cf7a9c9315518093293707420ccbc3ccc83e636cc.gz ]
+ echo failed.
failed.
+ return 1
+ return 1
+ exit 1

Thomas.

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


Re: Upgrade to 6.3R failed (with freebsd-update.sh)

2008-02-28 Thread Jeremy Chadwick
On Thu, Feb 28, 2008 at 09:24:43AM +0100, Thomas Krause wrote:
> Dear list,
>
> as described in http://www.freebsd.org/releases/6.3R/announce.html
> I tried a binary upgrade to 6.3R. But the command
>
> #  sh freebsd-update.sh -f freebsd-update.conf -r 6.3-RELEASE upgrade
>
> failed with
>
> 102520253025402550256025702580259026002610262026302640...
>  
> done.
> Applying patches... done.
> Fetching 1587 files... failed.
>
> Any ideas how to perform the upgrade?

Does freebsd-update use ftp://ftp.freebsd.org at all?  If so, I'm
willing to bet the failure is caused by the FTP server being overloaded.
With the announcement of 7.0-RELEASE, people are hammering the server;
the few times I've tried to FTP to it, it's been returning "maximum
number of connections exceeded" or something along those lines.

-- 
| Jeremy Chadwickjdc at parodius.com |
| Parodius Networking   http://www.parodius.com/ |
| UNIX Systems Administrator  Mountain View, CA, USA |
| Making life hard for others since 1977.  PGP: 4BD6C0CB |

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


Re: Upgrade to 6.3R failed (with freebsd-update.sh)

2008-02-28 Thread Edwin Groothuis
On Thu, Feb 28, 2008 at 09:24:43AM +0100, Thomas Krause wrote:
> Dear list,
> 
> as described in http://www.freebsd.org/releases/6.3R/announce.html
> I tried a binary upgrade to 6.3R. But the command
> 
> #  sh freebsd-update.sh -f freebsd-update.conf -r 6.3-RELEASE upgrade
> 
> failed with
> 
> 102520253025402550256025702580259026002610262026302640...
>  
> done.
> Applying patches... done.
> Fetching 1587 files... failed.

Is this reproducable or is this fetch problem an one time issue?

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Upgrade to 6.3R failed (with freebsd-update.sh)

2008-02-28 Thread Thomas Krause

Dear list,

as described in http://www.freebsd.org/releases/6.3R/announce.html
I tried a binary upgrade to 6.3R. But the command

#  sh freebsd-update.sh -f freebsd-update.conf -r 6.3-RELEASE upgrade

failed with

102520253025402550256025702580259026002610262026302640... 
done.

Applying patches... done.
Fetching 1587 files... failed.

Any ideas how to perform the upgrade?

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