The last few days I see a dozens of Checksum mismatches when csup-ing
src-all from cvsup.freebsd.org.
No errors appear on ports-all.
Is there a problem with the cvs repository ?
The fact that all errors are on src-all and none on ports-all make me
suspect it is not a local problem on
my system as both end up on the same filesystem here.
Paul
PS I am not on this list so please reply directly as well
Re: Checksum mismatches when csup-ing. by Frank Shute on
2009-06-23T03:57:03+00:00
On Mon, Jun 22, 2009 at 07:17:40PM +0200, Paul van der Zwan wrote:
>
> The last few days I see a dozens of Checksum mismatches when csup-ing
> src-all from cvsup.freebsd.org.
> No errors appear on ports-all.
> Is there a problem with the cvs repository ?
Most people will use a local mirror as listed in the handbook:
http://www.freebsd.org/doc/en-US.ISO8859-1/books/handbook/cvsup.html
Check and see if you have the same problem with one of the mirror
sites.
If you've got the same problem, then your cvsup config file for src
could be up the creek.
If the problem disappears, then the server is up the creek.
>
> The fact that all errors are on src-all and none on ports-all make me
> suspect it is not a local problem on
> my system as both end up on the same filesystem here.
>
> Paul
>
> PS I am not on this list so please reply directly as well
>
Regards,
Contact info: http://www.shute.org.uk/misc/contact.html
Re: Checksum mismatches when csup-ing. by Paul van der Zwan on
2009-06-23T12:43:55+00:00
On 23 jun 2009, at 05:55, Frank Shute wrote:
> On Mon, Jun 22, 2009 at 07:17:40PM +0200, Paul van der Zwan wrote:
>>
>> The last few days I see a dozens of Checksum mismatches when csup-ing
>> src-all from cvsup.freebsd.org.
>> No errors appear on ports-all.
>> Is there a problem with the cvs repository ?
>
> Most people will use a local mirror as listed in the handbook:
>
> http://www.freebsd.org/doc/en-US.ISO8859-1/books/handbook/cvsup.html
>
> Check and see if you have the same problem with one of the mirror
> sites.
>
I have tried both cvsup.freebsd.org and cvsup.nl.freebsd.org with both
csup and cvsup and I get checksum mismatches on all attempts.
> If you've got the same problem, then your cvsup config file for src
> could be up the creek.
>
I have deleted /usr/sup/src-all/* bun that did not fix the checksum
errors,
just gave me a lot of SetAttr messages the first run.
If you mean my c{v}sup config file, that hasn't been changed in years
and
how would an error in that file cause errors on src-all but none on
ports-all ?
> If the problem disappears, then the server is up the creek.
>
I am stumped, as far as I can tell it's no local config problem, but
what's causing it?
I have no idea..
Am I the only one seeing these errors ?
Paul
>>
>> The fact that all errors are on src-all and none on ports-all make me
>> suspect it is not a local problem on
>> my system as both end up on the same filesystem here.
>>
>> Paul
>>
>> PS I am not on this list so please reply directly as well
>>
>
> Regards,
>
>
Re: Checksum mismatches when csup-ing. by Frank Shute on
2009-06-23T13:32:14+00:00
On Tue, Jun 23, 2009 at 02:43:36PM +0200, Paul van der Zwan wrote:
>
>
> On 23 jun 2009, at 05:55, Frank Shute wrote:
>
>> On Mon, Jun 22, 2009 at 07:17:40PM +0200, Paul van der Zwan wrote:
>>>
>>> The last few days I see a dozens of Checksum mismatches when csup-ing
>>> src-all from cvsup.freebsd.org.
>>> No errors appear on ports-all.
>>> Is there a problem with the cvs repository ?
>>
>> Most people will use a local mirror as listed in the handbook:
>>
>> http://www.freebsd.org/doc/en-US.ISO8859-1/books/handbook/cvsup.html
>>
>> Check and see if you have the same problem with one of the mirror
>> sites.
>>
>
> I have tried both cvsup.freebsd.org and cvsup.nl.freebsd.org with both
> csup and cvsup and I get checksum mismatches on all attempts.
Haven't tried those 2 but I'm OK on cvsup3.uk.freebsd.org so I suspect
the problem is with your end.
>
>> If you've got the same problem, then your cvsup config file for src
>> could be up the creek.
>>
> I have deleted /usr/sup/src-all/* bun that did not fix the checksum
> errors,
> just gave me a lot of SetAttr messages the first run.
I wonder if it is some sort of permission problem. Runlevel OK? You
might want to check if somebody has done something funny with
extended attributes (setextattr(8) etc.).
> If you mean my c{v}sup config file, that hasn't been changed in years
> and
> how would an error in that file cause errors on src-all but none on
> ports-all ?
I didn't know you had ports and src in the same config. I keep mine
separately.
Where do you put your ports btw? Under /usr/sup/ or /usr/ports/ ?
>
>
>> If the problem disappears, then the server is up the creek.
>>
> I am stumped, as far as I can tell it's no local config problem, but
> what's causing it?
> I have no idea..
> Am I the only one seeing these errors ?
Maybe you could cut & paste the output from a run & post it. (Or the
bits that look relevant). Use script(1) to capture the output.
>
> Paul
>
>>>
>>> The fact that all errors are on src-all and none on ports-all make me
>>> suspect it is not a local problem on
>>> my system as both end up on the same filesystem here.
>>>
>>> Paul
>>>
>>> PS I am not on this list so please reply directly as well
>>>
>>
>> Regards,
>>
>>Regards,
Contact info: http://www.shute.org.uk/misc/contact.html
Re: Checksum mismatches when csup-ing. by Erik Trulsson on
2009-06-23T13:54:43+00:00
On Tue, Jun 23, 2009 at 02:43:36PM +0200, Paul van der Zwan wrote:
>
> On 23 jun 2009, at 05:55, Frank Shute wrote:
>
> > On Mon, Jun 22, 2009 at 07:17:40PM +0200, Paul van der Zwan wrote:
> >>
> >> The last few days I see a dozens of Checksum mismatches when csup-ing
> >> src-all from cvsup.freebsd.org.
> >> No errors appear on ports-all.
> >> Is there a problem with the cvs repository ?
> >
> > Most people will use a local mirror as listed in the handbook:
> >
> > http://www.freebsd.org/doc/en-US.ISO8859-1/books/handbook/cvsup.html
> >
> > Check and see if you have the same problem with one of the mirror
> > sites.
> >
>
> I have tried both cvsup.freebsd.org and cvsup.nl.freebsd.org with both
> csup and cvsup and I get checksum mismatches on all attempts.
>
> > If you've got the same problem, then your cvsup config file for src
> > could be up the creek.
> >
> I have deleted /usr/sup/src-all/* bun that did not fix the checksum
> errors,
> just gave me a lot of SetAttr messages the first run.
> If you mean my c{v}sup config file, that hasn't been changed in years
> and
> how would an error in that file cause errors on src-all but none on
> ports-all ?
>
>
> > If the problem disappears, then the server is up the creek.
> >
> I am stumped, as far as I can tell it's no local config problem, but
> what's causing it?
> I have no idea..
> Am I the only one seeing these errors ?
Nope, I am seeing exactly the same thing. (And I am using different mirrors
than you are.)
Since I too am only seeing this for src-all and not ports-all I
suspect it may be a problem with the svn->cvs export. (src-all is nowadays
maintained in a subversion repository and the changes automatically exported
to the cvs repository, while ports-all is still maintained directly in the
cvs repository.)
Note: I use cvsup to maintain a local copy of the cvs repository.
It is not clear if you too is doing that, or if you use cvsup to check out
just the latest version.
>
> Paul
>
> >>
> >> The fact that all errors are on src-all and none on ports-all make me
> >> suspect it is not a local problem on
> >> my system as both end up on the same filesystem here.
> >>
> >> Paul
> >>
> >> PS I am not on this list so please reply directly as well
> >>
Re: Checksum mismatches when csup-ing. by Michael Powell on
2009-06-23T14:23:48+00:00
Paul van der Zwan wrote:
>
> On 23 jun 2009, at 05:55, Frank Shute wrote:
>
>> On Mon, Jun 22, 2009 at 07:17:40PM +0200, Paul van der Zwan wrote:
>>>
>>> The last few days I see a dozens of Checksum mismatches when csup-ing
>>> src-all from cvsup.freebsd.org.
>>> No errors appear on ports-all.
>>> Is there a problem with the cvs repository ?
>>
>> Most people will use a local mirror as listed in the handbook:
>>
>> http://www.freebsd.org/doc/en-US.ISO8859-1/books/handbook/cvsup.html
>>
>> Check and see if you have the same problem with one of the mirror
>> sites.
>>
>
> I have tried both cvsup.freebsd.org and cvsup.nl.freebsd.org with both
> csup and cvsup and I get checksum mismatches on all attempts.
[snip]
About a week ago I csup'ed src-all from cvsup.nl.freebsd.org and rebuilt my
systems. I just did it again to test, although since it was up to date
nothing new was changed/downloaded. No checksum errors at all with either
event.
-Mike
Re: Checksum mismatches when csup-ing. by Paul van der Zwan on
2009-06-23T14:48:56+00:00
On 23 jun 2009, at 15:53, Erik Trulsson wrote:
> On Tue, Jun 23, 2009 at 02:43:36PM +0200, Paul van der Zwan wrote:
>>
>> On 23 jun 2009, at 05:55, Frank Shute wrote:
>>
>>> On Mon, Jun 22, 2009 at 07:17:40PM +0200, Paul van der Zwan wrote:
>>>>
>>>> The last few days I see a dozens of Checksum mismatches when csup-
>>>> ing
>>>> src-all from cvsup.freebsd.org.
>>>> No errors appear on ports-all.
>>>> Is there a problem with the cvs repository ?
>>>
>>> Most people will use a local mirror as listed in the handbook:
>>>
>>> http://www.freebsd.org/doc/en-US.ISO8859-1/books/handbook/cvsup.html
>>>
>>> Check and see if you have the same problem with one of the mirror
>>> sites.
>>>
>>
>> I have tried both cvsup.freebsd.org and cvsup.nl.freebsd.org with
>> both
>> csup and cvsup and I get checksum mismatches on all attempts.
>>
>>> If you've got the same problem, then your cvsup config file for src
>>> could be up the creek.
>>>
>> I have deleted /usr/sup/src-all/* bun that did not fix the checksum
>> errors,
>> just gave me a lot of SetAttr messages the first run.
>> If you mean my c{v}sup config file, that hasn't been changed in years
>> and
>> how would an error in that file cause errors on src-all but none on
>> ports-all ?
>>
>>
>>> If the problem disappears, then the server is up the creek.
>>>
>> I am stumped, as far as I can tell it's no local config problem, but
>> what's causing it?
>> I have no idea..
>> Am I the only one seeing these errors ?
>
>
> Nope, I am seeing exactly the same thing. (And I am using different
> mirrors
> than you are.)
> Since I too am only seeing this for src-all and not ports-all I
> suspect it may be a problem with the svn->cvs export. (src-all is
> nowadays
> maintained in a subversion repository and the changes automatically
> exported
> to the cvs repository, while ports-all is still maintained directly
> in the
> cvs repository.)
>
Well at least I am not the only one seeing these errors. I think we can
rule out a local problem and will have to wait for someone to fix this.
> Note: I use cvsup to maintain a local copy of the cvs repository.
> It is not clear if you too is doing that, or if you use cvsup to
> check out
> just the latest version.
>
>
I use cvsup/csup to mirror the cvs repo and I do a local cvs checkout.
But until these errors are fixed I will not be doing any checkouts and
build
for src. I don't think I can trust the repository...
Paul
>>
>> Paul
>>
>>>>
>>>> The fact that all errors are on src-all and none on ports-all
>>>> make me
>>>> suspect it is not a local problem on
>>>> my system as both end up on the same filesystem here.
>>>>
>>>> Paul
>>>>
>>>> PS I am not on this list so please reply directly as well
>>>>
>
>
>
>
Re: Checksum mismatches when csup-ing. by Michael Powell on
2009-06-23T15:10:36+00:00
Paul van der Zwan wrote:
[snip]
>>
> Well at least I am not the only one seeing these errors. I think we can
> rule out a local problem and will have to wait for someone to fix this.
>
>> Note: I use cvsup to maintain a local copy of the cvs repository.
>> It is not clear if you too is doing that, or if you use cvsup to
>> check out
>> just the latest version.
>>
>>
>
> I use cvsup/csup to mirror the cvs repo and I do a local cvs checkout.
> But until these errors are fixed I will not be doing any checkouts and
> build
> for src. I don't think I can trust the repository...
>
>
[snip]
Ah - OK. Got it now. Maintaining you own local repository, e.g. not just a
simple src upgrade/download such as I do here for basic updating.
I recently saw something about this, IIRC on the -Current, or possible -
Stable list explaining this. It had something to do with the export from SVN
back to CVS. I believe the developers are aware of this. Search the archive
for their comments.
-Mike