Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 32458

Summary: another userpriv/permission problem
Product: Portage Development Reporter: Carsten Lohrke (RETIRED) <carlo>
Component: UnclassifiedAssignee: Portage team <dev-portage>
Status: RESOLVED CANTFIX    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.