|
To all OFBiz committers,
today I got the following error when I was trying to update the OFBiz website ("svn up" in the folder /www/ofbiz.apache.org/): svn: In directory '.' svn: Can't open 'tempfile.tmp': Permission denied Am I the only one that is experiencing this? Thanks Jacopo |
|
Administrator
|
I tried and got this
[jleroux@minotaur:~]$ cd /www/ofbiz.apache.org/ [jleroux@minotaur:/www/ofbiz.apache.org]$ svn up svn: Working copy '.' locked svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details) [jleroux@minotaur:/www/ofbiz.apache.org]$ [jleroux@minotaur:/www/ofbiz.apache.org]$ svn cleanup svn: Can't open file 'bookimages/.svn/lock': Permission denied [jleroux@minotaur:/www/ofbiz.apache.org]$ I vaguely remember a "such" issue and Adam asked Ruppert to do some thing, it was some weeks ago. Not sure it's related though (as it's really vague in my mind) Jacques From: "Jacopo Cappellato" <[hidden email]> > To all OFBiz committers, > > today I got the following error when I was trying to update the OFBiz website ("svn up" in the folder /www/ofbiz.apache.org/): > > svn: In directory '.' > svn: Can't open 'tempfile.tmp': Permission denied > > Am I the only one that is experiencing this? > > Thanks > > Jacopo > > |
|
In reply to this post by Jacopo Cappellato-4
Jacopo Cappellato schrieb:
> To all OFBiz committers, > > today I got the following error when I was trying to update the OFBiz website ("svn up" in the folder /www/ofbiz.apache.org/): > > svn: In directory '.' > svn: Can't open 'tempfile.tmp': Permission denied > > Am I the only one that is experiencing this? It just worked for me (did first 'svn cleanup', then an successfull 'svn up') I guess this is related to the recent changes regarding LDAP, you're probably missing a unix group. Just run 'id' on people.apache.org to see of which groups you are a member. I think you should be at last a member of committers and ofbiz (and maybe apsite) Christian |
|
On Feb 12, 2010, at 11:07 AM, Christian Geisert wrote: > Jacopo Cappellato schrieb: >> To all OFBiz committers, >> today I got the following error when I was trying to update the OFBiz website ("svn up" in the folder /www/ofbiz.apache.org/): >> svn: In directory '.' >> svn: Can't open 'tempfile.tmp': Permission denied >> Am I the only one that is experiencing this? > > It just worked for me (did first 'svn cleanup', then an successfull 'svn up') > I guess this is related to the recent changes regarding LDAP, you're probably missing a unix group. Just run 'id' on people.apache.org to see > of which groups you are a member. > I think you should be at last a member of committers and ofbiz (and maybe apsite) > > Christian Thank you Christian, this is of great help! Here is the output of the 'id' command: uid=2275(jacopoc) gid=2275(jacopoc) groups=2275(jacopoc),5000(committers),5008(member),5014(apsite) It seems that I am not in the ofbiz group (and I am not the only one). Ok, I think that this can be fixed at the PMC level. Kind regards, Jacopo |
|
Administrator
|
Hi Christian, Jacopo,
What is exactly apsite ? (I'm not in this group, nor in ofbiz BTW). Thanks Jacques PS: I vaguely remember a message on an ASF ML saying that with this LDPA change it was now PMC chairs responsability to handle groups assignments, not quite sure though... From: "Jacopo Cappellato" <[hidden email]> > > On Feb 12, 2010, at 11:07 AM, Christian Geisert wrote: > >> Jacopo Cappellato schrieb: >>> To all OFBiz committers, >>> today I got the following error when I was trying to update the OFBiz website ("svn up" in the folder /www/ofbiz.apache.org/): >>> svn: In directory '.' >>> svn: Can't open 'tempfile.tmp': Permission denied >>> Am I the only one that is experiencing this? >> >> It just worked for me (did first 'svn cleanup', then an successfull 'svn up') >> I guess this is related to the recent changes regarding LDAP, you're probably missing a unix group. Just run 'id' on >> people.apache.org to see >> of which groups you are a member. >> I think you should be at last a member of committers and ofbiz (and maybe apsite) >> >> Christian > > Thank you Christian, this is of great help! > Here is the output of the 'id' command: > > uid=2275(jacopoc) gid=2275(jacopoc) groups=2275(jacopoc),5000(committers),5008(member),5014(apsite) > > It seems that I am not in the ofbiz group (and I am not the only one). > > Ok, I think that this can be fixed at the PMC level. > > Kind regards, > > Jacopo > > |
|
Hi Jacques,
I don't know but maybe it is a group I am in because I am a member of the ASF. Jacopo On Feb 12, 2010, at 11:48 AM, Jacques Le Roux wrote: > Hi Christian, Jacopo, > > What is exactly apsite ? (I'm not in this group, nor in ofbiz BTW). > > Thanks > > Jacques > PS: I vaguely remember a message on an ASF ML saying that with this LDPA change it was now PMC chairs responsability to handle groups assignments, not quite sure though... > > From: "Jacopo Cappellato" <[hidden email]> >> >> On Feb 12, 2010, at 11:07 AM, Christian Geisert wrote: >> >>> Jacopo Cappellato schrieb: >>>> To all OFBiz committers, >>>> today I got the following error when I was trying to update the OFBiz website ("svn up" in the folder /www/ofbiz.apache.org/): >>>> svn: In directory '.' >>>> svn: Can't open 'tempfile.tmp': Permission denied >>>> Am I the only one that is experiencing this? >>> >>> It just worked for me (did first 'svn cleanup', then an successfull 'svn up') >>> I guess this is related to the recent changes regarding LDAP, you're probably missing a unix group. Just run 'id' on people.apache.org to see >>> of which groups you are a member. >>> I think you should be at last a member of committers and ofbiz (and maybe apsite) >>> >>> Christian >> >> Thank you Christian, this is of great help! >> Here is the output of the 'id' command: >> >> uid=2275(jacopoc) gid=2275(jacopoc) groups=2275(jacopoc),5000(committers),5008(member),5014(apsite) >> >> It seems that I am not in the ofbiz group (and I am not the only one). >> >> Ok, I think that this can be fixed at the PMC level. >> >> Kind regards, >> >> Jacopo >> > > |
|
Yes, I think 'apsite' is for the ASF main website (www.apache.org)
This issue with the missing 'ofbiz' group should be fixed by David (the PMC chair) by running 'modify_unix_group.pl ofbiz --add=jacopoc' (and all others missing, see 'list_unix_group.pl ofbiz') on people.apache.org Christian Jacopo Cappellato schrieb: > Hi Jacques, > > I don't know but maybe it is a group I am in because I am a member of the ASF. > > Jacopo > > On Feb 12, 2010, at 11:48 AM, Jacques Le Roux wrote: > >> Hi Christian, Jacopo, >> >> What is exactly apsite ? (I'm not in this group, nor in ofbiz BTW). >> >> Thanks >> >> Jacques >> PS: I vaguely remember a message on an ASF ML saying that with this LDPA change it was now PMC chairs responsability to handle groups assignments, not quite sure though... >> >> From: "Jacopo Cappellato" <[hidden email]> >>> On Feb 12, 2010, at 11:07 AM, Christian Geisert wrote: >>> >>>> Jacopo Cappellato schrieb: >>>>> To all OFBiz committers, >>>>> today I got the following error when I was trying to update the OFBiz website ("svn up" in the folder /www/ofbiz.apache.org/): >>>>> svn: In directory '.' >>>>> svn: Can't open 'tempfile.tmp': Permission denied >>>>> Am I the only one that is experiencing this? >>>> It just worked for me (did first 'svn cleanup', then an successfull 'svn up') >>>> I guess this is related to the recent changes regarding LDAP, you're probably missing a unix group. Just run 'id' on people.apache.org to see >>>> of which groups you are a member. >>>> I think you should be at last a member of committers and ofbiz (and maybe apsite) >>>> >>>> Christian >>> Thank you Christian, this is of great help! >>> Here is the output of the 'id' command: >>> >>> uid=2275(jacopoc) gid=2275(jacopoc) groups=2275(jacopoc),5000(committers),5008(member),5014(apsite) >>> >>> It seems that I am not in the ofbiz group (and I am not the only one). >>> >>> Ok, I think that this can be fixed at the PMC level. >>> >>> Kind regards, >>> >>> Jacopo >>> >> > > |
|
Administrator
|
Thanks Christian,
I guess David will do it when he will get a chance Jacques From: "Christian Geisert" <[hidden email]> > Yes, I think 'apsite' is for the ASF main website (www.apache.org) > > This issue with the missing 'ofbiz' group should be fixed by David (the PMC chair) by running 'modify_unix_group.pl > ofbiz --add=jacopoc' (and all others missing, see 'list_unix_group.pl ofbiz') on people.apache.org > > Christian > > Jacopo Cappellato schrieb: >> Hi Jacques, >> >> I don't know but maybe it is a group I am in because I am a member of the ASF. >> >> Jacopo >> >> On Feb 12, 2010, at 11:48 AM, Jacques Le Roux wrote: >> >>> Hi Christian, Jacopo, >>> >>> What is exactly apsite ? (I'm not in this group, nor in ofbiz BTW). >>> >>> Thanks >>> >>> Jacques >>> PS: I vaguely remember a message on an ASF ML saying that with this LDPA change it was now PMC chairs responsability to handle >>> groups assignments, not quite sure though... >>> >>> From: "Jacopo Cappellato" <[hidden email]> >>>> On Feb 12, 2010, at 11:07 AM, Christian Geisert wrote: >>>> >>>>> Jacopo Cappellato schrieb: >>>>>> To all OFBiz committers, >>>>>> today I got the following error when I was trying to update the OFBiz website ("svn up" in the folder >>>>>> /www/ofbiz.apache.org/): >>>>>> svn: In directory '.' >>>>>> svn: Can't open 'tempfile.tmp': Permission denied >>>>>> Am I the only one that is experiencing this? >>>>> It just worked for me (did first 'svn cleanup', then an successfull 'svn up') >>>>> I guess this is related to the recent changes regarding LDAP, you're probably missing a unix group. Just run 'id' on >>>>> people.apache.org to see >>>>> of which groups you are a member. >>>>> I think you should be at last a member of committers and ofbiz (and maybe apsite) >>>>> >>>>> Christian >>>> Thank you Christian, this is of great help! >>>> Here is the output of the 'id' command: >>>> >>>> uid=2275(jacopoc) gid=2275(jacopoc) groups=2275(jacopoc),5000(committers),5008(member),5014(apsite) >>>> >>>> It seems that I am not in the ofbiz group (and I am not the only one). >>>> >>>> Ok, I think that this can be fixed at the PMC level. >>>> >>>> Kind regards, >>>> >>>> Jacopo >>>> >>> >> >> > |
|
Thanks for sending over those details Christian. Yes, they did indeed do the switch over to the LDAP-based authorization and the settings are there and not in the old file (some of them anyway, now they are split... I'm glad we don't have more granular authorizations for the ofbiz branch of SVN any more). Anyway, I just took care of this and added all of the pmc members to the ofbiz group, and changed the new authorization file to not include the ofbiz-pmc group (not sure if that was working anyway). For PMC members: please speak up if you run into any more permission errors as these should now all be fixed (or at least based on what I've read all the changes that need to be made are now done, but there's always a chance with such changes that something is missing). -David On Feb 12, 2010, at 5:01 AM, Jacques Le Roux wrote: > Thanks Christian, > > I guess David will do it when he will get a chance > > Jacques > > From: "Christian Geisert" <[hidden email]> >> Yes, I think 'apsite' is for the ASF main website (www.apache.org) >> >> This issue with the missing 'ofbiz' group should be fixed by David (the PMC chair) by running 'modify_unix_group.pl ofbiz --add=jacopoc' (and all others missing, see 'list_unix_group.pl ofbiz') on people.apache.org >> >> Christian >> >> Jacopo Cappellato schrieb: >>> Hi Jacques, >>> >>> I don't know but maybe it is a group I am in because I am a member of the ASF. >>> >>> Jacopo >>> >>> On Feb 12, 2010, at 11:48 AM, Jacques Le Roux wrote: >>> >>>> Hi Christian, Jacopo, >>>> >>>> What is exactly apsite ? (I'm not in this group, nor in ofbiz BTW). >>>> >>>> Thanks >>>> >>>> Jacques >>>> PS: I vaguely remember a message on an ASF ML saying that with this LDPA change it was now PMC chairs responsability to handle groups assignments, not quite sure though... >>>> >>>> From: "Jacopo Cappellato" <[hidden email]> >>>>> On Feb 12, 2010, at 11:07 AM, Christian Geisert wrote: >>>>> >>>>>> Jacopo Cappellato schrieb: >>>>>>> To all OFBiz committers, >>>>>>> today I got the following error when I was trying to update the OFBiz website ("svn up" in the folder /www/ofbiz.apache.org/): >>>>>>> svn: In directory '.' >>>>>>> svn: Can't open 'tempfile.tmp': Permission denied >>>>>>> Am I the only one that is experiencing this? >>>>>> It just worked for me (did first 'svn cleanup', then an successfull 'svn up') >>>>>> I guess this is related to the recent changes regarding LDAP, you're probably missing a unix group. Just run 'id' on people.apache.org to see >>>>>> of which groups you are a member. >>>>>> I think you should be at last a member of committers and ofbiz (and maybe apsite) >>>>>> >>>>>> Christian >>>>> Thank you Christian, this is of great help! >>>>> Here is the output of the 'id' command: >>>>> >>>>> uid=2275(jacopoc) gid=2275(jacopoc) groups=2275(jacopoc),5000(committers),5008(member),5014(apsite) >>>>> >>>>> It seems that I am not in the ofbiz group (and I am not the only one). >>>>> >>>>> Ok, I think that this can be fixed at the PMC level. >>>>> >>>>> Kind regards, >>>>> >>>>> Jacopo >>>>> >>>> >>> >>> > > |
|
Thanks David!
-Adrian David E Jones wrote: > Thanks for sending over those details Christian. Yes, they did indeed do the switch over to the LDAP-based authorization and the settings are there and not in the old file (some of them anyway, now they are split... I'm glad we don't have more granular authorizations for the ofbiz branch of SVN any more). > > Anyway, I just took care of this and added all of the pmc members to the ofbiz group, and changed the new authorization file to not include the ofbiz-pmc group (not sure if that was working anyway). > > For PMC members: please speak up if you run into any more permission errors as these should now all be fixed (or at least based on what I've read all the changes that need to be made are now done, but there's always a chance with such changes that something is missing). > > -David > > > On Feb 12, 2010, at 5:01 AM, Jacques Le Roux wrote: > >> Thanks Christian, >> >> I guess David will do it when he will get a chance >> >> Jacques >> >> From: "Christian Geisert" <[hidden email]> >>> Yes, I think 'apsite' is for the ASF main website (www.apache.org) >>> >>> This issue with the missing 'ofbiz' group should be fixed by David (the PMC chair) by running 'modify_unix_group.pl ofbiz --add=jacopoc' (and all others missing, see 'list_unix_group.pl ofbiz') on people.apache.org >>> >>> Christian >>> >>> Jacopo Cappellato schrieb: >>>> Hi Jacques, >>>> >>>> I don't know but maybe it is a group I am in because I am a member of the ASF. >>>> >>>> Jacopo >>>> >>>> On Feb 12, 2010, at 11:48 AM, Jacques Le Roux wrote: >>>> >>>>> Hi Christian, Jacopo, >>>>> >>>>> What is exactly apsite ? (I'm not in this group, nor in ofbiz BTW). >>>>> >>>>> Thanks >>>>> >>>>> Jacques >>>>> PS: I vaguely remember a message on an ASF ML saying that with this LDPA change it was now PMC chairs responsability to handle groups assignments, not quite sure though... >>>>> >>>>> From: "Jacopo Cappellato" <[hidden email]> >>>>>> On Feb 12, 2010, at 11:07 AM, Christian Geisert wrote: >>>>>> >>>>>>> Jacopo Cappellato schrieb: >>>>>>>> To all OFBiz committers, >>>>>>>> today I got the following error when I was trying to update the OFBiz website ("svn up" in the folder /www/ofbiz.apache.org/): >>>>>>>> svn: In directory '.' >>>>>>>> svn: Can't open 'tempfile.tmp': Permission denied >>>>>>>> Am I the only one that is experiencing this? >>>>>>> It just worked for me (did first 'svn cleanup', then an successfull 'svn up') >>>>>>> I guess this is related to the recent changes regarding LDAP, you're probably missing a unix group. Just run 'id' on people.apache.org to see >>>>>>> of which groups you are a member. >>>>>>> I think you should be at last a member of committers and ofbiz (and maybe apsite) >>>>>>> >>>>>>> Christian >>>>>> Thank you Christian, this is of great help! >>>>>> Here is the output of the 'id' command: >>>>>> >>>>>> uid=2275(jacopoc) gid=2275(jacopoc) groups=2275(jacopoc),5000(committers),5008(member),5014(apsite) >>>>>> >>>>>> It seems that I am not in the ofbiz group (and I am not the only one). >>>>>> >>>>>> Ok, I think that this can be fixed at the PMC level. >>>>>> >>>>>> Kind regards, >>>>>> >>>>>> Jacopo >>>>>> >>>> >> > > |
|
Thank you, David.
Jacopo On Feb 12, 2010, at 6:38 PM, Adrian Crum wrote: > Thanks David! > > -Adrian > > David E Jones wrote: >> Thanks for sending over those details Christian. Yes, they did indeed do the switch over to the LDAP-based authorization and the settings are there and not in the old file (some of them anyway, now they are split... I'm glad we don't have more granular authorizations for the ofbiz branch of SVN any more). >> Anyway, I just took care of this and added all of the pmc members to the ofbiz group, and changed the new authorization file to not include the ofbiz-pmc group (not sure if that was working anyway). >> For PMC members: please speak up if you run into any more permission errors as these should now all be fixed (or at least based on what I've read all the changes that need to be made are now done, but there's always a chance with such changes that something is missing). >> -David >> On Feb 12, 2010, at 5:01 AM, Jacques Le Roux wrote: >>> Thanks Christian, >>> >>> I guess David will do it when he will get a chance >>> >>> Jacques >>> >>> From: "Christian Geisert" <[hidden email]> >>>> Yes, I think 'apsite' is for the ASF main website (www.apache.org) >>>> >>>> This issue with the missing 'ofbiz' group should be fixed by David (the PMC chair) by running 'modify_unix_group.pl ofbiz --add=jacopoc' (and all others missing, see 'list_unix_group.pl ofbiz') on people.apache.org >>>> >>>> Christian >>>> >>>> Jacopo Cappellato schrieb: >>>>> Hi Jacques, >>>>> >>>>> I don't know but maybe it is a group I am in because I am a member of the ASF. >>>>> >>>>> Jacopo >>>>> >>>>> On Feb 12, 2010, at 11:48 AM, Jacques Le Roux wrote: >>>>> >>>>>> Hi Christian, Jacopo, >>>>>> >>>>>> What is exactly apsite ? (I'm not in this group, nor in ofbiz BTW). >>>>>> >>>>>> Thanks >>>>>> >>>>>> Jacques >>>>>> PS: I vaguely remember a message on an ASF ML saying that with this LDPA change it was now PMC chairs responsability to handle groups assignments, not quite sure though... >>>>>> >>>>>> From: "Jacopo Cappellato" <[hidden email]> >>>>>>> On Feb 12, 2010, at 11:07 AM, Christian Geisert wrote: >>>>>>> >>>>>>>> Jacopo Cappellato schrieb: >>>>>>>>> To all OFBiz committers, >>>>>>>>> today I got the following error when I was trying to update the OFBiz website ("svn up" in the folder /www/ofbiz.apache.org/): >>>>>>>>> svn: In directory '.' >>>>>>>>> svn: Can't open 'tempfile.tmp': Permission denied >>>>>>>>> Am I the only one that is experiencing this? >>>>>>>> It just worked for me (did first 'svn cleanup', then an successfull 'svn up') >>>>>>>> I guess this is related to the recent changes regarding LDAP, you're probably missing a unix group. Just run 'id' on people.apache.org to see >>>>>>>> of which groups you are a member. >>>>>>>> I think you should be at last a member of committers and ofbiz (and maybe apsite) >>>>>>>> >>>>>>>> Christian >>>>>>> Thank you Christian, this is of great help! >>>>>>> Here is the output of the 'id' command: >>>>>>> >>>>>>> uid=2275(jacopoc) gid=2275(jacopoc) groups=2275(jacopoc),5000(committers),5008(member),5014(apsite) >>>>>>> >>>>>>> It seems that I am not in the ofbiz group (and I am not the only one). >>>>>>> >>>>>>> Ok, I think that this can be fixed at the PMC level. >>>>>>> >>>>>>> Kind regards, >>>>>>> >>>>>>> Jacopo >>>>>>> >>>>> >>> |
|
In reply to this post by Jacques Le Roux
Jacques Le Roux wrote:
> I tried and got this > > [jleroux@minotaur:~]$ cd /www/ofbiz.apache.org/ > [jleroux@minotaur:/www/ofbiz.apache.org]$ svn up > svn: Working copy '.' locked > svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for > details) > [jleroux@minotaur:/www/ofbiz.apache.org]$ > [jleroux@minotaur:/www/ofbiz.apache.org]$ svn cleanup > svn: Can't open file 'bookimages/.svn/lock': Permission denied > [jleroux@minotaur:/www/ofbiz.apache.org]$ > > I vaguely remember a "such" issue and Adam asked Ruppert to do some > thing, it was some weeks ago. Not sure it's related though (as it's > really vague in my mind) Wasn't me. |
|
Administrator
|
From: "Adam Heath" <[hidden email]>
> Jacques Le Roux wrote: >> I tried and got this >> >> [jleroux@minotaur:~]$ cd /www/ofbiz.apache.org/ >> [jleroux@minotaur:/www/ofbiz.apache.org]$ svn up >> svn: Working copy '.' locked >> svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for >> details) >> [jleroux@minotaur:/www/ofbiz.apache.org]$ >> [jleroux@minotaur:/www/ofbiz.apache.org]$ svn cleanup >> svn: Can't open file 'bookimages/.svn/lock': Permission denied >> [jleroux@minotaur:/www/ofbiz.apache.org]$ >> >> I vaguely remember a "such" issue and Adam asked Ruppert to do some >> thing, it was some weeks ago. Not sure it's related though (as it's >> really vague in my mind) > > Wasn't me. Anyway it was not related, David fixed it Jacques |
| Free forum by Nabble | Edit this page |
