Re: [gentoo-user] portage failed to upgrade

2011-09-01 Thread Space Cake
On 2011. aug. 31., szerda, 18.37.11 CEST, Pandu Poluan wrote:
 (Sorry for top-posting; Gmail java mobile client sucks)
 
 gid 0 should be the 'root' gid. Try 'grep -E root|wheel /etc/groups'
 and see if there is/are groups called 'root' or 'wheel' with gid==0
 
 Also a question: Are you using sudo?
 
 Rgds,
 
 
 On 2011-08-31, Space Cake spaceca...@gmail.com wrote:
 Hi,

 For a few days my routine upgrades failing at portage with the following
 message. Do you have any idea what does it means?

 File
 /var/tmp/portage/sys-apps/portage-2.1.10.11/image/usr/lib/portage/pym/portage/tests/runTests,
 line 21, in module
 os.environ[PORTAGE_GRPNAME] = grp.getgrgid(os.getgid()).gr_name
 KeyError: 'getgrgid(): gid not found: 0'

 I've tried to google this, but nothing has found

 Thank you
 Laszlo




Seems my gid is not 0 either for root or wheel... I don't know why, I
don't remember if I changed it :)

So, I've changed the gid and also the group for the files assigned to
the grp 1033, so hopefully portage can upgrade this way :)

Thanks for the help
Laszlo



[gentoo-user] portage failed to upgrade

2011-08-31 Thread Space Cake
Hi,

For a few days my routine upgrades failing at portage with the following
message. Do you have any idea what does it means?

File
/var/tmp/portage/sys-apps/portage-2.1.10.11/image/usr/lib/portage/pym/portage/tests/runTests,
line 21, in module
os.environ[PORTAGE_GRPNAME] = grp.getgrgid(os.getgid()).gr_name
KeyError: 'getgrgid(): gid not found: 0'

I've tried to google this, but nothing has found

Thank you
Laszlo




Re: [gentoo-user] portage failed to upgrade

2011-08-31 Thread Michael Mol
2011/8/31 Space Cake spaceca...@gmail.com:
 Hi,

 For a few days my routine upgrades failing at portage with the following
 message. Do you have any idea what does it means?

 File
 /var/tmp/portage/sys-apps/portage-2.1.10.11/image/usr/lib/portage/pym/portage/tests/runTests,
 line 21, in module
    os.environ[PORTAGE_GRPNAME] = grp.getgrgid(os.getgid()).gr_name
 KeyError: 'getgrgid(): gid not found: 0'

 I've tried to google this, but nothing has found

A new portage went stable a few days ago. You might try explicitly
upgrading portage, and then continuing.

-- 
:wq



Re: [gentoo-user] portage failed to upgrade

2011-08-31 Thread Space Cake
On 2011. aug. 31., szerda, 16.02.15 CEST, Michael Mol wrote:
 2011/8/31 Space Cake spaceca...@gmail.com:
 Hi,

 For a few days my routine upgrades failing at portage with the following
 message. Do you have any idea what does it means?

 File
 /var/tmp/portage/sys-apps/portage-2.1.10.11/image/usr/lib/portage/pym/portage/tests/runTests,
 line 21, in module
os.environ[PORTAGE_GRPNAME] = grp.getgrgid(os.getgid()).gr_name
 KeyError: 'getgrgid(): gid not found: 0'

 I've tried to google this, but nothing has found
 
 A new portage went stable a few days ago. You might try explicitly
 upgrading portage, and then continuing.

Yes, this is what I've tried, but it is failed with the message above

L:




Re: [gentoo-user] portage failed to upgrade

2011-08-31 Thread Michael Mol
On Wed, Aug 31, 2011 at 10:10 AM, Space Cake spaceca...@gmail.com wrote:
 On 2011. aug. 31., szerda, 16.02.15 CEST, Michael Mol wrote:
 2011/8/31 Space Cake spaceca...@gmail.com:
 Hi,

 For a few days my routine upgrades failing at portage with the following
 message. Do you have any idea what does it means?

 File
 /var/tmp/portage/sys-apps/portage-2.1.10.11/image/usr/lib/portage/pym/portage/tests/runTests,
 line 21, in module
    os.environ[PORTAGE_GRPNAME] = grp.getgrgid(os.getgid()).gr_name
 KeyError: 'getgrgid(): gid not found: 0'

 I've tried to google this, but nothing has found

 A new portage went stable a few days ago. You might try explicitly
 upgrading portage, and then continuing.

 Yes, this is what I've tried, but it is failed with the message above

By the error, it looks like the code expected to be run as gid 0, but wasn't.

I assume you ran etc-update?

What about a downgrade? Could you downgrade portage to the last stable
version (not sure what that is), and then upgrade it again? (I'd wait
for someone else to chime in before you do this. It may be a riskier
move than is obvious. I'm not sure.)

-- 
:wq



Re: [gentoo-user] portage failed to upgrade

2011-08-31 Thread Space Cake
On 2011. aug. 31., szerda, 16.16.54 CEST, Michael Mol wrote:
 On Wed, Aug 31, 2011 at 10:10 AM, Space Cake spaceca...@gmail.com wrote:
 On 2011. aug. 31., szerda, 16.02.15 CEST, Michael Mol wrote:
 2011/8/31 Space Cake spaceca...@gmail.com:
 Hi,

 For a few days my routine upgrades failing at portage with the following
 message. Do you have any idea what does it means?

 File
 /var/tmp/portage/sys-apps/portage-2.1.10.11/image/usr/lib/portage/pym/portage/tests/runTests,
 line 21, in module
os.environ[PORTAGE_GRPNAME] = grp.getgrgid(os.getgid()).gr_name
 KeyError: 'getgrgid(): gid not found: 0'

 I've tried to google this, but nothing has found

 A new portage went stable a few days ago. You might try explicitly
 upgrading portage, and then continuing.

 Yes, this is what I've tried, but it is failed with the message above
 
 By the error, it looks like the code expected to be run as gid 0, but wasn't.
 
 I assume you ran etc-update?
 
 What about a downgrade? Could you downgrade portage to the last stable
 version (not sure what that is), and then upgrade it again? (I'd wait
 for someone else to chime in before you do this. It may be a riskier
 move than is obvious. I'm not sure.)

Yes, etc-update is also routine for me and I'm on stable 

[U] sys-apps/portage
 Available versions:  [M]2.1.6.7 2.1.6.13 2.1.9.42 2.1.10.3 
2.1.10.11 ~*2.2.0_alpha51 ** {build doc epydoc +ipc (+)less 
linguas_pl python2 python3 selinux}
 Installed versions:  2.1.10.3(18.02.13 2011-07-18)(ipc less -build 
-doc -epydoc -linguas_pl -python2 -python3 -selinux)
 Homepage:
http://www.gentoo.org/proj/en/portage/index.xml
 Description: Portage is the package management and 
distribution sys





Re: [gentoo-user] portage failed to upgrade

2011-08-31 Thread Pandu Poluan
(Sorry for top-posting; Gmail java mobile client sucks)

gid 0 should be the 'root' gid. Try 'grep -E root|wheel /etc/groups'
and see if there is/are groups called 'root' or 'wheel' with gid==0

Also a question: Are you using sudo?

Rgds,


On 2011-08-31, Space Cake spaceca...@gmail.com wrote:
 Hi,

 For a few days my routine upgrades failing at portage with the following
 message. Do you have any idea what does it means?

 File
 /var/tmp/portage/sys-apps/portage-2.1.10.11/image/usr/lib/portage/pym/portage/tests/runTests,
 line 21, in module
 os.environ[PORTAGE_GRPNAME] = grp.getgrgid(os.getgid()).gr_name
 KeyError: 'getgrgid(): gid not found: 0'

 I've tried to google this, but nothing has found

 Thank you
 Laszlo





-- 
--
Pandu E Poluan - IT Optimizer
My website: http://pandu.poluan.info/