Your message dated Tue, 26 Mar 2013 23:15:35 +0100
with message-id <[email protected]>
and subject line Re: [Pkg-libvirt-maintainers] Bug#704012: libvirt-bin:
libvirtd won't start if LC_* are set but locales are not installed
has caused the Debian Bug report #704012,
regarding libvirt-bin: libvirtd won't start if LC_* are set but locales are not
installed
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
704012: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=704012
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libvirt-bin
Version: 0.9.12-11
Severity: minor
running libvirtd on a system without locales specified on LC_*, libvirtd won't
start.
# strace libvirtd
[snip]
open("/usr/lib/locale/en_US.UTF-8/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No
such file or directory)
open("/usr/lib/locale/en_US.utf8/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No
such file or directory)
open("/usr/lib/locale/en_US/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No such
file or directory)
open("/usr/lib/locale/en.UTF-8/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No
such file or directory)
open("/usr/lib/locale/en.utf8/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No
such file or directory)
open("/usr/lib/locale/en/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No such
file or directory)
write(2, "libvirtd: initialization failed\n", 32libvirtd: initialization failed
) = 32
exit_group(1) = ?
i think libvirt-bin should depend on locales
thanks
-- System Information:
Debian Release: 7.0
APT prefers testing-updates
APT policy: (500, 'testing-updates'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 3.2.0-4-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- End Message ---
--- Begin Message ---
Version: 1.0.3-1
On Tue, Mar 26, 2013 at 05:38:23PM -0300, gustavo panizzo <gfa> wrote:
> Package: libvirt-bin
> Version: 0.9.12-11
> Severity: minor
>
> running libvirtd on a system without locales specified on LC_*, libvirtd
> won't start.
>
> # strace libvirtd
> [snip]
> open("/usr/lib/locale/en_US.UTF-8/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT
> (No such file or directory)
> open("/usr/lib/locale/en_US.utf8/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT
> (No such file or directory)
> open("/usr/lib/locale/en_US/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No
> such file or directory)
> open("/usr/lib/locale/en.UTF-8/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No
> such file or directory)
> open("/usr/lib/locale/en.utf8/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No
> such file or directory)
> open("/usr/lib/locale/en/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No such
> file or directory)
> write(2, "libvirtd: initialization failed\n", 32libvirtd: initialization
> failed
> ) = 32
> exit_group(1) = ?
Fixed in the above version.
Cheers,
-- Guido
--- End Message ---