On 20-07-2007 08:10:02 -0500, Marshall McMullen wrote:
> Sure thing, glad to help debug this.
>
> Here's the relevant stuff from
>
$EPREFIX/usr/lib/portage/pym/portage/const_autotool.py:
>
> portagegroup="mdmcmull"
> portageuser="mdmcmull"
> rootuser="mdmcmull"
> rootuid=294768
Let's try some python voodoo (I'm a n00b beware)
Does the following return anything?
python -c 'import pwd; print(pwd.getpwall())' | grep
mdmcmull
and this?
python -c 'import grp; print(grp.getgrall())' | grep
mdmcmull
(you might not want to post the output)
> And here's the output from `id`:
>
> $ id
> uid=294768(mdmcmull) gid=481958(mdmcmull)
> groups=481958(mdmcmull),309104(p/aix/aixibmc),
> 302854(p/aix/reader),
> 331029(p/bn2s/writer),304885(p/aix/binary),
> 331046(p/bn2s/sysproc/writer),309106(p/aix/relinfo),
> 331044(p/bn2s/sysproc/reader),304892(p/aix/oncplus),
> 510723(p/aix/communication),560385(p/bn2s/distnim),
> 570800(p/aix54sec/aix54secreviewdepts),
> 570842(p/aix54wpar/aix54wpartechreviewdepts)
--
Fabian Groffen
Gentoo on a different level
--
gentoo-alt gentoo.org mailing list
|