qemu-guest-agent install problem 13.10 64b server
Hi,
I've installed ubuntu 13.10 64b server.
I have nothing checked in selection stage list and i had installed both
linux-image and linux-image-extra. Installation get stuck on postinst script of
qemu-guest-agent.
$ sudo add-apt-repository ppa:zhshzhou/
$ sudo apt-get update
$ aptitude install ovirt-guest-agent
...
Remove stale byte-compiled files...
Setting up python-ethtool (0.7-1.1) ...
Setting up qemu-guest-agent (1.5.0+
^^^ here it get stuck
$ ps aux | grep dpkg
root 2703 0.1 0.2 18608 2960 pts/1 Ss+ 14:46 0:00 /usr/bin/dpkg --status-fd 111 --configure fonts-dejavu-
root 2877 0.0 0.0 4440 628 pts/1 S+ 14:47 0:00 /bin/sh /var/lib/
$ cat /var/lib/
#!/bin/sh
set -e
# Automatically added by dh_installinit
if [ -x "/etc/init.
if [ ! -e "/etc/init/
update-rc.d qemu-guest-agent defaults >/dev/null
fi
invoke-rc.d qemu-guest-agent start || exit $?
fi
# End automatically added section
$ killall dpkg
$ rm /var/cache/
$ rm /var/lib/dpkg/lock
$ dpkg --configure -a
Setting up usermode (1.109-1) ...
Setting up qemu-guest-agent (1.5.0+
1394471380.535568: critical: error opening channel: Device or resource busy
1394471380.535698: critical: error opening channel
1394471380.535774: critical: failed to create guest agent channel
1394471380.535847: critical: failed to initialize guest agent channel
Processing triggers for ureadahead ...
Processing triggers for libc-bin ...
Setting up ovirt-guest-agent (1.0.9.
ovirt-guest-agent start/running, process 3169
Processing triggers for ureadahead ...
$ service ovirt-guest-agent status
ovirt-guest-agent start/running, process 3169
Seems as issue in post install script of guest agent... can you please tak a look?
Thanks, for any reply.
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- Ubuntu qemu Edit question
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask Ondra Machacek for more information if necessary.