You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "Fabio A. Miranda" <fa...@gmail.com> on 2011/11/17 23:03:17 UTC

Subversion bug: "/build/buildd/subversion-1.6.6dfsg/subversion/

Good day,

where can I report this:

Ubuntu 10.10.3 amd64:

fabio@nietzsche:~$ uname -a; svnserve --version
Linux nietzsche 2.6.32-35-generic #78-Ubuntu SMP Tue Oct 11 16:11:24 UTC 
2011 x86_64 GNU/Linux
svnserve, version 1.6.6 (r40053)
    compiled Jun  5 2011, 14:51:47

Copyright (C) 2000-2009 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet 
(http://www.Collab.Net/).

The following repository back-end (FS) modules are available:

* fs_base : Module for working with a Berkeley DB repository.
* fs_fs : Module for working with a plain file (FSFS) repository.

Cyrus SASL authentication is available.

fabio@nietzsche:~$ ps -ef | egrep svnserve
root      1317     1  0 15:47 ?        00:00:00 svnserve -d --log-file 
/work0/SVN-Repository/svnserve.log -r /work0/SVN-Repository
fabio     2438  2198  0 16:00 pts/0    00:00:00 egrep --color=auto svnserve
fabio@nietzsche:~$ tail -3 /work0/SVN-Repository/svnserve.log
2746 2011-11-17T21:08:37.436951Z 192.168.1.108 - - ERR 
/build/buildd/subversion-1.6.6dfsg/subversion/libsvn_ra_svn/marshal.c 
650 210004 Malformed network data
1937 2011-11-17T21:47:53.343509Z 127.0.0.1 fabio SVN-Repository open 2 
cap=(edit-pipeline svndiff1 absent-entries depth mergeinfo log-revprops) 
/ SVN/1.6.6%20(r40053) -
1937 2011-11-17T21:47:53.561148Z 127.0.0.1 fabio SVN-Repository update / 
r327 send-copyfrom-args


Remote svn users can not commit/checkout, this was working perfectly but 
suddenly is showing this "malformed network data" error

where can I submit a bug for this?

thanks,

-- 
Fabio A. Miranda
skype: fabio.a.miranda
+506 8354-0324
+506 2280-0990


Re: Subversion bug: "/build/buildd/subversion-1.6.6dfsg/subversion/

Posted by Daniel Shahaf <d....@daniel.shahaf.name>.
Feel free to follow up on users@s.a.o or with ubuntu's packagers.  The
first thing you'd be asked is what the versions are and whether the
issue is reproducible.  Thanks.

On Friday, November 18, 2011 12:22 AM, "Fabio A. Miranda" <fa...@gmail.com> wrote:
> Hi,
> 
> I reinstalled svn and apache and it is working fine. I would say it was 
> related to a ubuntu minor update.
> 
> thanks,
> 
> fabio.
> 
> 
> On 11/18/2011 12:21 AM, Daniel Shahaf wrote:
> > To report a bug, you were expected to go to
> > http://subversion.apache.org/ and click the relevant sidebar link.  It
> > will guide you through the bug report process (which will likely
> > end up with you realizing that you haven't actually run into a bug).
> >
> > For starters, there is no such thing as "suddenly".  Something changed.
> > Find out what.
> >
> > On Thursday, November 17, 2011 4:03 PM, "Fabio A. Miranda"<fa...@gmail.com>  wrote:
> >> Good day,
> >>
> >> where can I report this:
> >>
> >> Ubuntu 10.10.3 amd64:
> >>
> >> fabio@nietzsche:~$ uname -a; svnserve --version
> >> Linux nietzsche 2.6.32-35-generic #78-Ubuntu SMP Tue Oct 11 16:11:24 UTC
> >> 2011 x86_64 GNU/Linux
> >> svnserve, version 1.6.6 (r40053)
> >>      compiled Jun  5 2011, 14:51:47
> >>
> >> Copyright (C) 2000-2009 CollabNet.
> >> Subversion is open source software, see http://subversion.tigris.org/
> >> This product includes software developed by CollabNet
> >> (http://www.Collab.Net/).
> >>
> >> The following repository back-end (FS) modules are available:
> >>
> >> * fs_base : Module for working with a Berkeley DB repository.
> >> * fs_fs : Module for working with a plain file (FSFS) repository.
> >>
> >> Cyrus SASL authentication is available.
> >>
> >> fabio@nietzsche:~$ ps -ef | egrep svnserve
> >> root      1317     1  0 15:47 ?        00:00:00 svnserve -d --log-file
> >> /work0/SVN-Repository/svnserve.log -r /work0/SVN-Repository
> >> fabio     2438  2198  0 16:00 pts/0    00:00:00 egrep --color=auto svnserve
> >> fabio@nietzsche:~$ tail -3 /work0/SVN-Repository/svnserve.log
> >> 2746 2011-11-17T21:08:37.436951Z 192.168.1.108 - - ERR
> >> /build/buildd/subversion-1.6.6dfsg/subversion/libsvn_ra_svn/marshal.c
> >> 650 210004 Malformed network data
> >> 1937 2011-11-17T21:47:53.343509Z 127.0.0.1 fabio SVN-Repository open 2
> >> cap=(edit-pipeline svndiff1 absent-entries depth mergeinfo log-revprops)
> >> / SVN/1.6.6%20(r40053) -
> >> 1937 2011-11-17T21:47:53.561148Z 127.0.0.1 fabio SVN-Repository update /
> >> r327 send-copyfrom-args
> >>
> >>
> >> Remote svn users can not commit/checkout, this was working perfectly but
> >> suddenly is showing this "malformed network data" error
> >>
> >> where can I submit a bug for this?
> >>
> >> thanks,
> >>
> >> -- 
> >> Fabio A. Miranda
> >> skype: fabio.a.miranda
> >> +506 8354-0324
> >> +506 2280-0990
> >>
> >>
> 
> 
> -- 
> Fabio A. Miranda
> skype: fabio.a.miranda
> +506 8354-0324
> +506 2280-0990
> 
> 

Re: Subversion bug: "/build/buildd/subversion-1.6.6dfsg/subversion/

Posted by "Fabio A. Miranda" <fa...@gmail.com>.
Hi,

I reinstalled svn and apache and it is working fine. I would say it was 
related to a ubuntu minor update.

thanks,

fabio.


On 11/18/2011 12:21 AM, Daniel Shahaf wrote:
> To report a bug, you were expected to go to
> http://subversion.apache.org/ and click the relevant sidebar link.  It
> will guide you through the bug report process (which will likely
> end up with you realizing that you haven't actually run into a bug).
>
> For starters, there is no such thing as "suddenly".  Something changed.
> Find out what.
>
> On Thursday, November 17, 2011 4:03 PM, "Fabio A. Miranda"<fa...@gmail.com>  wrote:
>> Good day,
>>
>> where can I report this:
>>
>> Ubuntu 10.10.3 amd64:
>>
>> fabio@nietzsche:~$ uname -a; svnserve --version
>> Linux nietzsche 2.6.32-35-generic #78-Ubuntu SMP Tue Oct 11 16:11:24 UTC
>> 2011 x86_64 GNU/Linux
>> svnserve, version 1.6.6 (r40053)
>>      compiled Jun  5 2011, 14:51:47
>>
>> Copyright (C) 2000-2009 CollabNet.
>> Subversion is open source software, see http://subversion.tigris.org/
>> This product includes software developed by CollabNet
>> (http://www.Collab.Net/).
>>
>> The following repository back-end (FS) modules are available:
>>
>> * fs_base : Module for working with a Berkeley DB repository.
>> * fs_fs : Module for working with a plain file (FSFS) repository.
>>
>> Cyrus SASL authentication is available.
>>
>> fabio@nietzsche:~$ ps -ef | egrep svnserve
>> root      1317     1  0 15:47 ?        00:00:00 svnserve -d --log-file
>> /work0/SVN-Repository/svnserve.log -r /work0/SVN-Repository
>> fabio     2438  2198  0 16:00 pts/0    00:00:00 egrep --color=auto svnserve
>> fabio@nietzsche:~$ tail -3 /work0/SVN-Repository/svnserve.log
>> 2746 2011-11-17T21:08:37.436951Z 192.168.1.108 - - ERR
>> /build/buildd/subversion-1.6.6dfsg/subversion/libsvn_ra_svn/marshal.c
>> 650 210004 Malformed network data
>> 1937 2011-11-17T21:47:53.343509Z 127.0.0.1 fabio SVN-Repository open 2
>> cap=(edit-pipeline svndiff1 absent-entries depth mergeinfo log-revprops)
>> / SVN/1.6.6%20(r40053) -
>> 1937 2011-11-17T21:47:53.561148Z 127.0.0.1 fabio SVN-Repository update /
>> r327 send-copyfrom-args
>>
>>
>> Remote svn users can not commit/checkout, this was working perfectly but
>> suddenly is showing this "malformed network data" error
>>
>> where can I submit a bug for this?
>>
>> thanks,
>>
>> -- 
>> Fabio A. Miranda
>> skype: fabio.a.miranda
>> +506 8354-0324
>> +506 2280-0990
>>
>>


-- 
Fabio A. Miranda
skype: fabio.a.miranda
+506 8354-0324
+506 2280-0990


Re: Subversion bug: "/build/buildd/subversion-1.6.6dfsg/subversion/

Posted by Daniel Shahaf <d....@daniel.shahaf.name>.
To report a bug, you were expected to go to
http://subversion.apache.org/ and click the relevant sidebar link.  It
will guide you through the bug report process (which will likely
end up with you realizing that you haven't actually run into a bug).

For starters, there is no such thing as "suddenly".  Something changed.
Find out what.

On Thursday, November 17, 2011 4:03 PM, "Fabio A. Miranda" <fa...@gmail.com> wrote:
> Good day,
> 
> where can I report this:
> 
> Ubuntu 10.10.3 amd64:
> 
> fabio@nietzsche:~$ uname -a; svnserve --version
> Linux nietzsche 2.6.32-35-generic #78-Ubuntu SMP Tue Oct 11 16:11:24 UTC 
> 2011 x86_64 GNU/Linux
> svnserve, version 1.6.6 (r40053)
>     compiled Jun  5 2011, 14:51:47
> 
> Copyright (C) 2000-2009 CollabNet.
> Subversion is open source software, see http://subversion.tigris.org/
> This product includes software developed by CollabNet 
> (http://www.Collab.Net/).
> 
> The following repository back-end (FS) modules are available:
> 
> * fs_base : Module for working with a Berkeley DB repository.
> * fs_fs : Module for working with a plain file (FSFS) repository.
> 
> Cyrus SASL authentication is available.
> 
> fabio@nietzsche:~$ ps -ef | egrep svnserve
> root      1317     1  0 15:47 ?        00:00:00 svnserve -d --log-file 
> /work0/SVN-Repository/svnserve.log -r /work0/SVN-Repository
> fabio     2438  2198  0 16:00 pts/0    00:00:00 egrep --color=auto svnserve
> fabio@nietzsche:~$ tail -3 /work0/SVN-Repository/svnserve.log
> 2746 2011-11-17T21:08:37.436951Z 192.168.1.108 - - ERR 
> /build/buildd/subversion-1.6.6dfsg/subversion/libsvn_ra_svn/marshal.c 
> 650 210004 Malformed network data
> 1937 2011-11-17T21:47:53.343509Z 127.0.0.1 fabio SVN-Repository open 2 
> cap=(edit-pipeline svndiff1 absent-entries depth mergeinfo log-revprops) 
> / SVN/1.6.6%20(r40053) -
> 1937 2011-11-17T21:47:53.561148Z 127.0.0.1 fabio SVN-Repository update / 
> r327 send-copyfrom-args
> 
> 
> Remote svn users can not commit/checkout, this was working perfectly but 
> suddenly is showing this "malformed network data" error
> 
> where can I submit a bug for this?
> 
> thanks,
> 
> -- 
> Fabio A. Miranda
> skype: fabio.a.miranda
> +506 8354-0324
> +506 2280-0990
> 
>