Gentoo Archives: gentoo-user

From: Galevsky <galevsky@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] installing/upgrading with emerge from non-root
Date: Wed, 05 Aug 2009 15:48:09
Message-Id: d5cfc3af0908050848m394a7fadh18e012346b198182@mail.gmail.com
In Reply to: [gentoo-user] installing/upgrading with emerge from non-root by Kevin Haddock
1 2009/8/5 Kevin Haddock <kevinhaddock@×××××.com>:
2 > I'm trying to do distributed compile with a remote machine that I don't have root password to. I have a local account with sudo permissions and an account of the same name on the remote machine. I have set up ssh so I can shell across without entering passwords nor pass phrases. I have even added my user to the group 'wheel' and given it that group permission to execute all commands. I even went so far as to change all the emerge program files in /usr/lib/portage/bin to have g+x and belong to the group wheel, but it still tells me:
3 >
4 > $ emerge -kuDN world
5 > emerge: superuser access is required.
6 >
7 > Is there any way to do this?
8
9 Yep: as a member of wheel, you should be able to run emerge 'as root'
10 when sudoing:
11
12 sudo emerge whatyouwant
13
14 Gal'

Replies

Subject Author
Re: [gentoo-user] installing/upgrading with emerge from non-root Renat Golubchyk <ragermany@×××.net>
Re: [gentoo-user] installing/upgrading with emerge from non-root Kevin Haddock <kevinhaddock@×××××.com>