Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 707980 - =sys-apps/portage-2.3.84-r1: (emerge-webrsync) synced files owned by root
Summary: =sys-apps/portage-2.3.84-r1: (emerge-webrsync) synced files owned by root
Status: UNCONFIRMED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-03 02:43 UTC by Chris Slycord
Modified: 2020-02-03 07:36 UTC (History)
0 users

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


Attachments
emerge --info sys-apps/portage (emerge_info,6.06 KB, text/plain)
2020-02-03 02:44 UTC, Chris Slycord
Details

Note You need to log in before you can comment on or make changes to this bug.
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