rsyslog update fails, stalling apt-get dist-upgrade
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
rsyslog (Ubuntu) |
Confirmed
|
Medium
|
Unassigned |
Bug Description
I tried to update my saucy i386 VM and found rsyslog upgrade stopped the process three times:
...
Setting up libfriends0 (0.1.2daily13.
Setting up python-
Setting up python-
Setting up ubuntu-sso-client (13.05-0ubuntu1) ...
Setting up ubuntu-
Setting up rsyslog (5.8.11-2ubuntu4) ...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
Skipping profile in /etc/apparmor.
[stops here]
dmesg output shows the AppArmor profiles replaced fine:
...
[ 4.433310] init: plymouth-splash main process (1040) terminated with status 1
[ 105.761223] systemd-
[ 304.114794] audit_printk_skb: 54 callbacks suppressed
[ 304.114801] type=1400 audit(137083526
[ 304.115796] type=1400 audit(137083526
pstree shows that the postinst script is trying to stop rsyslogd:
├─
The 'stop' appears stuck waiting for a syscall to resume:
sarnold@
root 7711 0.0 0.0 2268 592 ? S 20:31 0:00 /bin/sh /usr/sbin/
root 7739 0.0 0.1 4980 1072 ? S 20:31 0:00 stop rsyslog
sarnold 8617 0.0 0.1 4444 804 pts/0 S+ 20:59 0:00 grep --color=auto -e invoke -e stop
sarnold@
Process 7711 attached - interrupt to quit
wait4(-1, ^C <unfinished ...>
Process 7711 detached
sarnold@
Process 7739 attached - interrupt to quit
restart_
Process 7739 detached
Killing 7739 does not cause the upgrade to resume. Killing 7711 does cause the upgrade to resume.
Thanks
ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: rsyslog 5.8.11-2ubuntu4
ProcVersionSign
Uname: Linux 3.9.0-3-generic i686
ApportVersion: 2.10.2-0ubuntu1
Architecture: i386
Date: Sun Jun 9 20:54:24 2013
InstallationDate: Installed on 2013-02-26 (104 days ago)
InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Alpha i386 (20130225)
MarkForUpload: True
ProcEnviron:
TERM=rxvt-unicode
PATH=(custom, no user)
XDG_RUNTIME_
LANG=en_US.UTF-8
SHELL=/bin/bash
SourcePackage: rsyslog
UpgradeStatus: No upgrade log present (probably fresh install)
Changed in rsyslog (Ubuntu): | |
importance: | Undecided → Medium |
Status changed to 'Confirmed' because the bug affects multiple users.