[Fedora-i18n-bugs] [Bug 526854] running firstboot as user in non-English locales gives utf8 backtrace

bugzilla at redhat.com bugzilla at redhat.com
Tue Oct 6 16:00:06 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=526854


Chris Lumens <clumens at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|clumens at redhat.com          |dmalcolm at redhat.com,
                   |                            |ivazqueznet at gmail.com,
                   |                            |james.antill at redhat.com,
                   |                            |jonathansteffan at gmail.com,
                   |                            |katzj at fedoraproject.org
          Component|firstboot                   |python
         AssignedTo|clumens at redhat.com          |katzj at fedoraproject.org




--- Comment #3 from Chris Lumens <clumens at redhat.com>  2009-10-06 12:00:05 EDT ---
Looks to be a bug in a python module - either logging or gettext.  All we're
doing here is:

import gettext
_ = lambda x: gettext.ldgettext("firstboot", x)

if not opts.test and (os.getuid() > 0 or os.geteuid() > 0):
    logging.error(_("You must be root to run firstboot."))
    os._exit(0)

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-i18n-bugs mailing list