| Summary: | aux_get() errors when attempting to emerge -p as a normal user | ||
|---|---|---|---|
| Product: | Portage Development | Reporter: | Vijay Avarachen <vavarachen> |
| Component: | Unclassified | Assignee: | Nicholas Jones (RETIRED) <carpaski> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | CC: | mholzer, samcole |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| URL: | http://forums.gentoo.org/viewtopic.php?t=45495 | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Vijay Avarachen
2003-04-04 14:02:52 UTC
This is a permissions problem. Non-root users of Portage should be in the "portage" group. Use a command like the following to check: Code: # groups username wheel audio users In this example the user is not in "portage" and must be added: Code: # usermod -G wheel,audio,users,portage username # groups username wheel audio users portage Now the user can emerge and all will be well *** Bug 18620 has been marked as a duplicate of this bug. *** Not a bug. The solution is presented by emerge already. Add the user to the portage group. |