control: reassign -1 python2.7 On Tue, Aug 28, 2012 at 3:42 AM, Piviul <[email protected]> wrote: > Dear Maintainer, > I have join a machine to a samba domain and configured it to authenticate > domain users using the pam_winbind module; if a domain user try to run > reportbug the following error arise: > > Traceback (most recent call last): > File "/usr/bin/reportbug", line 2203, in <module> > main() > File "/usr/bin/reportbug", line 1077, in main > return iface.user_interface() > File "/usr/bin/reportbug", line 1193, in user_interface > offer_configuration(self.options) > File "/usr/bin/reportbug", line 555, in offer_configuration > def_realname, def_email = utils.get_email() > File "/usr/lib/pymodules/python2.7/reportbug/utils.py", line 259, in > get_email > return get_email_addr(get_user_id(email, realname)) > File "/usr/lib/pymodules/python2.7/reportbug/utils.py", line 263, in > get_user_id > info = pwd.getpwuid(uid) > KeyError: 'getpwuid(): uid not found: 21046'
pwd is a module in the standard lib, reassigning. Regards, -- Sandro Tosi (aka morph, morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.org/SandroTosi _______________________________________________ Reportbug-maint mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reportbug-maint
