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

Bug 707980

Summary: =sys-apps/portage-2.3.84-r1: (emerge-webrsync) synced files owned by root
Product: Portage Development Reporter: Chris Slycord <cslycord>
Component: UnclassifiedAssignee: Portage team <dev-portage>
Status: UNCONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info sys-apps/portage

Description Chris Slycord 2020-02-03 02:43:16 UTC
Similar to https://bugs.gentoo.org/661834

If /var/db/repos/gentoo doesn't exist,
running FEATURES='usersync' emerge-webrsync
creates /var/db/repos/gentoo owned by "root:root" and every subdirectory and file underneath it is owned by the same.

Reproducible: Always

Steps to Reproduce:
1. set FEATURES='usersync'
2. run "emerge-webrsync"
3.
Actual Results:  
/var/db/repos/gentoo and everything underneath it owned by root:root

Expected Results:  
/var/db/repos/gentoo owned by portage:portage
Comment 1 Chris Slycord 2020-02-03 02:44:24 UTC
Created attachment 611158 [details]
emerge --info sys-apps/portage