[Bug 1668873] Re: package libvirt-bin 1.3.1-1ubuntu10.8 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-05-07 Thread Launchpad Bug Tracker
[Expired for libvirt (Ubuntu) because there has been no activity for 60 days.] ** Changed in: libvirt (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1668873] Re: package libvirt-bin 1.3.1-1ubuntu10.8 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-03-08 Thread Joshua Powers
great! thanks for following up. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1668873 Title: package libvirt-bin 1.3.1-1ubuntu10.8 failed to install/upgrade: subprocess installed

[Bug 1668873] Re: package libvirt-bin 1.3.1-1ubuntu10.8 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-03-07 Thread lijianbing
stop apparmor or locale-gen don't work for libvirt-bin. only after dpkg-reconfigure locales, libvirt-bin start successfully -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1668873 Title: package

[Bug 1668873] Re: package libvirt-bin 1.3.1-1ubuntu10.8 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-03-07 Thread Joshua Powers
You initial report looks a lot like LP: #1594902, however the locales message looks a lot like LP: #1560939 As far as locales, are you sure your locales are generated? You can see https://help.ubuntu.com/community/Locale for more info there. The first bug does seem to have a mess of possible

[Bug 1668873] Re: package libvirt-bin 1.3.1-1ubuntu10.8 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-03-06 Thread Apport retracing service
** Tags removed: need-duplicate-check -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1668873 Title: package libvirt-bin 1.3.1-1ubuntu10.8 failed to install/upgrade: subprocess installed

[Bug 1668873] Re: package libvirt-bin 1.3.1-1ubuntu10.8 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-03-02 Thread lijianbing
strace log which hold info about child process show: open("/usr/lib/locale/en_US/LC_IDENTIFICATION", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("/usr/lib/locale/en/LC_IDENTIFICATION", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) /usr/sbin/virtlockd:

[Bug 1668873] Re: package libvirt-bin 1.3.1-1ubuntu10.8 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-03-01 Thread lijianbing
1 read(5, 0x7ffcf3943d70, 128) = -1 EAGAIN (Resource temporarily unavailable) 1 waitid(P_ALL, 0, {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=17008, si_uid=0, si_status=1, si_utime=0, si_stime=0}, WNOHANG|WEXITED|WNOWAIT, NULL) = 0 1 open("/proc/17008/comm",

[Bug 1668873] Re: package libvirt-bin 1.3.1-1ubuntu10.8 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-03-01 Thread lijianbing
$ journalctl -xe -u virtlockd -u virtlogd -u libvirt-bin journalctl.log ** Attachment added: "journalctl.log" https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1668873/+attachment/4829383/+files/journalctl.log -- You received this bug notification because you are a member of Ubuntu

[Bug 1668873] Re: package libvirt-bin 1.3.1-1ubuntu10.8 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-03-01 Thread lijianbing
$ for srv in libvirtd virtlockd virtlogd; do service $srv status; done status.log ** Attachment added: "status.log" https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1668873/+attachment/4829384/+files/status.log -- You received this bug notification because you are a member of Ubuntu

[Bug 1668873] Re: package libvirt-bin 1.3.1-1ubuntu10.8 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-03-01 Thread ChristianEhrhardt
Hi, I really don't see your actual issue yet. Would you mind adding the output of $ journalctl -xe -u virtlockd -u virtlogd -u libvirt-bin and $ for srv in libvirtd virtlockd virtlogd; do service $srv status; done I think you are debugging good, but you have to make sure not loosing others

[Bug 1668873] Re: package libvirt-bin 1.3.1-1ubuntu10.8 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-03-01 Thread lijianbing
1 open("/proc/17008/cgroup", O_RDONLY|O_CLOEXEC) = 19 1 fstat(19, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 1 read(19, "11:blkio:/\n10:devices:/\n9:net_cls,net_prio:/\n8:pids:/\n7:freezer:/\n6:cpu,cpuacct:/\n5:memory:/\n4:perf_event:/\n3:cpuset:/\n2:hugetlb:/\n1:name=systemd:/\n",

[Bug 1668873] Re: package libvirt-bin 1.3.1-1ubuntu10.8 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-03-01 Thread lijianbing
strace -f -o /tmp/strace.log -s 2048 -p 1 & systemctl start virtlockd ** Attachment added: "strace.log" https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1668873/+attachment/4828830/+files/strace.log -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1668873] Re: package libvirt-bin 1.3.1-1ubuntu10.8 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-03-01 Thread ChristianEhrhardt
Hi, thank you for your report and your help to make Ubuntu better. You have quite some modified conffiles that are related. I can't reproduce without those here. ATM I'd assume that the newer libvirt fails to initialize correctly due to one of the options set in there. Depending on the

[Bug 1668873] Re: package libvirt-bin 1.3.1-1ubuntu10.8 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-02-28 Thread lijianbing
systemctl enable virtlockd systemctl enable virtlogd systemctl start virtlockd systemctl start virtlogd systemctl status virtlockd virtlockd[15546]: /usr/sbin/virtlockd: initialization failed systemctl status virtlogd virtlogd[15552]: /usr/sbin/virtlogd: initialization failed -- You