Your message dated Wed, 7 Aug 2013 22:28:41 +0800
with message-id <20130807142841.GA20275@blueice2>
and subject line Re: Bug#708359: Spice-vdagentd will not start, failing to find
.service file
has caused the Debian Bug report #708359,
regarding Spice-vdagentd will not start, failing to find .service file
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.)
--
708359: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=708359
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: spice-vdagent
Version: 0.10.1-1
Severity: important
Tags: upstream
Dear Maintainer,
This bug was found on a system running as a qemu-kvm virtual machine.
The system does not have systemd or a desktop environment. It has
the fluxbox window manager. When I would run
"invoke-rc.d spice-vdagent start" the daemon would try but fail to start.
Noting that spice-vdagent-0.14.0 had been released at spice-space.org with a
fix for this problem, I built the 0.14.0 binaries and replaced the 0.10.1-1
binaries. The vdagentd daemon started and worked as expected.
Perhaps it is time to introduce the updated 0.14.0 release to Debian.
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.8-1-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash
Versions of packages spice-vdagent depends on:
ii libc6 2.17-2
ii libdbus-1-3 1.6.10-1
ii libpciaccess0 0.13.1-2
ii libx11-6 2:1.5.0-1
ii libxfixes3 1:5.0-4
ii libxinerama1 2:1.1.2-1
ii libxrandr2 2:1.3.2-2
spice-vdagent recommends no packages.
spice-vdagent suggests no packages.
-- Configuration Files:
/etc/init.d/spice-vdagent changed:
exec="/usr/sbin/spice-vdagentd"
prog="spice-vdagentd"
pidfile="/var/run/spice-vdagentd/spice-vdagentd.pid"
port="/dev/virtio-ports/com.redhat.spice.0"
[ -e /etc/default/$prog ] && . /etc/default/$prog
[ ! -d /var/run/spice-vdagentd ] && mkdir -p /var/run/spice-vdagentd
.. /lib/lsb/init-functions
lockfile=/var/lock/$prog
start() {
[ -x $exec ] || exit 5
[ -c $port ] || exit 0
modprobe uinput > /dev/null 2>&1
# In case the previous running vdagentd crashed
rm -f /var/run/spice-vdagentd/spice-vdagent-sock
log_daemon_msg "Starting Agent daemon for Spice guests" "spice-vdagent"
if start-stop-daemon --start --quiet --oknodo --pidfile $pidfile --exec
$exec -- $options; then
log_end_msg 0
else
log_end_msg 1
fi
}
stop() {
log_daemon_msg "Stopping Agent daemon for Spice guests" "spice-vdagent"
if start-stop-daemon --stop --quiet --oknodo --pidfile $pidfile; then
log_end_msg 0
else
log_end_msg 1
fi
}
restart() {
stop
start
}
reload() {
restart
}
force_reload() {
restart
}
status() {
status_of_proc -p $pidfile $exec $prog && exit 0 || exit $?
}
case "$1" in
start)
$1
;;
stop)
$1
;;
restart)
$1
;;
reload)
$1
;;
force-reload)
force_reload
;;
status)
status
;;
condrestart|try-restart)
status || exit 0
restart
;;
*)
echo $"Usage: $0
{start|stop|status|restart|condrestart|try-restart|reload|force-reload}"
exit 2
esac
exit $?
/etc/xdg/autostart/spice-vdagent.desktop changed:
[Desktop Entry]
Name=Spice vdagent
Comment=Agent for Spice guests
Exec=/usr/bin/spice-vdagent -d
Terminal=false
Type=Application
Categories=
X-GNOME-Autostart-Phase=Initialization
X-GNOME-AutoRestart=true
-- no debconf information
--- End Message ---
--- Begin Message ---
fixed 708359 0.14.0-1
On Wed, Aug 07, 2013 at 11:10:07AM +0200, Laurent Bigonville wrote:
> Hi,
>
> I guess that this bug can be closed now that 0.14.0 is in the archive?
>
> Cheers
>
> Laurent Bigonville
I've forgot to close this bug when uploading 0.14
Thanks for your kindly help
--
Liang Guo
http://bluestone.cublog.cn
signature.asc
Description: Digital signature
--- End Message ---