Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 32458 - another userpriv/permission problem
Summary: another userpriv/permission problem
Status: RESOLVED CANTFIX
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-01 05:46 UTC by Carsten Lohrke (RETIRED)
Modified: 2011-10-30 22:20 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carsten Lohrke (RETIRED) gentoo-dev 2003-11-01 05:46:20 UTC
user portage cannot write to .../distfiles/cvs-src/...

Is Bug 28747 still not fixed?

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Nicholas Jones (RETIRED) gentoo-dev 2003-12-24 00:46:54 UTC
os.chown(mysettings["DISTDIR"]+"/cvs-src",0,portage_gid)
os.chmod(mysettings["DISTDIR"]+"/cvs-src",02770)

It already changes the permissions. Nothing more I can do really.