Skip Menu |

This queue is for tickets about the Filter CPAN distribution.

Report information
The Basics
Id: 100803
Status: resolved
Priority: 0/
Queue: Filter

People
Owner: Nobody in particular
Requestors: RURBAN [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: lost PAUSE permissions
Looks like I cannot fix and maintain Filter anymore, even if the uploaded number 1.51 made it to RT, and RT tells me I got the perms. The following report has been written by the PAUSE namespace indexer. Please contact modules@perl.org if there are any open questions. User: RURBAN () Distribution file: Filter-1.51.tar.gz Number of files: 57 *.pm files: 20 README: Filter-1.51/README META-File: Filter-1.51/META.json META-Parser: Parse::CPAN::Meta 1.4404 META-driven index: no Timestamp of file: Tue Dec 9 09:25:42 2014 UTC Time of this run: Tue Dec 9 09:27:20 2014 UTC This distribution name can only be used by users with permission for the package Filter, which you do not have. -- Reini Urban
On Tue Dec 09 09:25:17 2014, RURBAN wrote: Show quoted text
> Looks like I cannot fix and maintain Filter anymore, even if the > uploaded number 1.51 made it to RT, and RT tells me I got the perms. > > > The following report has been written by the PAUSE namespace indexer. > Please contact modules@perl.org if there are any open questions. > > User: RURBAN () > Distribution file: Filter-1.51.tar.gz > Number of files: 57 > *.pm files: 20 > README: Filter-1.51/README > META-File: Filter-1.51/META.json > META-Parser: Parse::CPAN::Meta 1.4404 > META-driven index: no > Timestamp of file: Tue Dec 9 09:25:42 2014 UTC > Time of this run: Tue Dec 9 09:27:20 2014 UTC > > This distribution name can only be used by users with permission for > the > package Filter, which you do not have.
Apparently this guy took it over: Filter MUENALAN Murat Ünalan first-come MUENALAN -- Reini Urban
RT-Send-CC: modules [...] perl.org
This is a PAUSE permissions problem - cc'ing to the modules list for resolution. On 2014-12-09 06:28:17, RURBAN wrote: Show quoted text
> On Tue Dec 09 09:25:17 2014, RURBAN wrote:
> > Looks like I cannot fix and maintain Filter anymore, even if the > > uploaded number 1.51 made it to RT, and RT tells me I got the perms. > > > > > > The following report has been written by the PAUSE namespace indexer. > > Please contact modules@perl.org if there are any open questions. > > > > User: RURBAN () > > Distribution file: Filter-1.51.tar.gz > > Number of files: 57 > > *.pm files: 20 > > README: Filter-1.51/README > > META-File: Filter-1.51/META.json > > META-Parser: Parse::CPAN::Meta 1.4404 > > META-driven index: no > > Timestamp of file: Tue Dec 9 09:25:42 2014 UTC > > Time of this run: Tue Dec 9 09:27:20 2014 UTC > > > > This distribution name can only be used by users with permission for > > the > > package Filter, which you do not have.
> > Apparently this guy took it over: > > Filter MUENALAN Murat Ünalan first-come MUENALAN >
RT-Send-CC: dagolden [...] cpan.org, rjbs [...] cpan.org, muenalan [...] cpan.org
I think this could be just a glitch on PAUSE. Not a data change but a code change. I do not see that your package contains the package Filter.pm and still pause refuses you to index Filter::*, that must be a bug in the code. MUENALAN is not actively using the namespace Filter as far as I can see, so I take the freedom to revoke the permissions so that RURBAN can proceed with indexing. With apologies to all involved people for my pragmatic approach. This is all reversible, just let me know your preferences. Show quoted text
mysql> delete from primeur where package='Filter';
Query OK, 1 row affected (0.33 sec) Show quoted text
mysql> delete from perms where package='Filter' and userid='MUENALAN';
Query OK, 1 row affected (0.11 sec) I would have expected this would resolve the issue but no, Another tweak was needed: Show quoted text
mysql> insert into perms (package,userid) values ('Filter','RURBAN');
Query OK, 1 row affected (0.19 sec) After that the indexer worked. Sorry for the inconvenience, Reini.
Subject: Re: [rt.cpan.org #100803] lost PAUSE permissions
Date: Mon, 15 Dec 2014 16:35:11 -0600
To: bug-Filter [...] rt.cpan.org
From: Reini Urban <rurban [...] x-ray.at>
Thanks! Am 15.12.2014 23:31 schrieb "Andreas Koenig via RT" <bug-Filter@rt.cpan.org Show quoted text
>:
Show quoted text
> Queue: Filter > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=100803 > > > I think this could be just a glitch on PAUSE. Not a data change but a code > change. I do not see that your package contains the package Filter.pm and > still pause refuses you to index Filter::*, that must be a bug in the code. > > MUENALAN is not actively using the namespace Filter as far as I can see, > so I take the freedom to revoke the permissions so that RURBAN can proceed > with indexing. With apologies to all involved people for my pragmatic > approach. This is all reversible, just let me know your preferences. >
> mysql> delete from primeur where package='Filter';
> Query OK, 1 row affected (0.33 sec) >
> mysql> delete from perms where package='Filter' and userid='MUENALAN';
> Query OK, 1 row affected (0.11 sec) > > I would have expected this would resolve the issue but no, Another tweak > was needed: >
> mysql> insert into perms (package,userid) values ('Filter','RURBAN');
> Query OK, 1 row affected (0.19 sec) > > After that the indexer worked. > > Sorry for the inconvenience, Reini. > > >
CC: dagolden [...] cpan.org, muenalan [...] cpan.org
Subject: Re: [rt.cpan.org #100803] lost PAUSE permissions
Date: Mon, 29 Dec 2014 21:54:17 -0500
To: Andreas Koenig via RT <bug-Filter [...] rt.cpan.org>
From: Ricardo Signes <rjbs [...] cpan.org>
* Andreas Koenig via RT <bug-Filter@rt.cpan.org> [2014-12-15T17:31:19] Show quoted text
> I think this could be just a glitch on PAUSE. Not a data change but a code > change. I do not see that your package contains the package Filter.pm and > still pause refuses you to index Filter::*, that must be a bug in the code.
I have given this a look, although it was quite a cursory one. I believe that everything is operating as expected, and that your corrective action was a reasonable one. RURBAN was trying to upload a dist called Filter, which means that he needed permission on the package Filter. He didn't have it. You removed it from someone else, and indexing still failed. This is quite correct: although his dist is called Filter, it does not contain a Filter package, so a permission for RURBAN,Filter was not created. Either he could have added a Filter package, or you could have added the permission by hand. I think all is right with the world! -- rjbs
Download signature.asc
application/pgp-signature 473b

Message body not shown because it is not plain text.