Displaying 4 results from an estimated 4 matches for "xspid".
Did you mean:
spid
2014 Dec 01
2
Bug#770456: Bug#770456: Bug#770456: Please start a qemu process in domain 0.
...of
> + # /proc/$$/exe get replaced on rename unconditionally. This
> + # should be fixed in the kernel but hitting a bad kernel is
> + # fatal with starting qemu in dom0 (dpkg/qemu hangs).
> + #
> + if [ -f $XENSTORED_PIDFILE ]; then
> + XSPID="$(cat $XENSTORED_PIDFILE)"
> + XSBIN="$(ls -la /proc/$XSPID/exe 2>/dev/null)"
> + XSBIN="${XSBIN#*-> }"
> + XSBIN="${XSBIN% (deleted)}"
> + if [ "$XSBIN" != "" ]; t...
2014 Nov 27
0
Bug#770456: Bug#770456: Please start a qemu process in domain 0.
...ession where short name links of
+ # /proc/$$/exe get replaced on rename unconditionally. This
+ # should be fixed in the kernel but hitting a bad kernel is
+ # fatal with starting qemu in dom0 (dpkg/qemu hangs).
+ #
+ if [ -f $XENSTORED_PIDFILE ]; then
+ XSPID="$(cat $XENSTORED_PIDFILE)"
+ XSBIN="$(ls -la /proc/$XSPID/exe 2>/dev/null)"
+ XSBIN="${XSBIN#*-> }"
+ XSBIN="${XSBIN% (deleted)}"
+ if [ "$XSBIN" != "" ]; then
+...
2014 Nov 27
3
Bug#770456: Bug#770456: Please start a qemu process in domain 0.
On Thu, 2014-11-27 at 11:02 +0100, Stefan Bader wrote:
> On 21.11.2014 13:50, Ian Campbell wrote:
> > Package: xen-utils-common
> > Version: 4.4.0-1
> > Severity: important
> > Tags: patch
> >
> > Under some circumstances the xl toolstack needs to create a loopback
> > mount of a guest disk in dom0 (e.g. in order to run pygrub). Depending
> > on
2015 Jan 22
5
Ubuntu delta against 4.5.0-1 in experimental for disussion
...tored"
+ #
+ # Work-around kernel regression where short name links of
+ # /proc/$$/exe get replaced on rename unconditionally. This
+ # should be fixed in the kernel but hitting a bad kernel is
+ # fatal with starting qemu in dom0 (dpkg/qemu hangs).
+ #
+ if [ -f $XENSTORED_PIDFILE ]; then
+ XSPID="$(cat $XENSTORED_PIDFILE)"
+ XSBIN="$(ls -la /proc/$XSPID/exe 2>/dev/null)"
+ XSBIN="${XSBIN#*-> }"
+ XSBIN="${XSBIN% (deleted)}"
+ if [ "$XSBIN" != "" ]; then
+ if [ "$(basename $XSBIN)" = "xenstored.dpkg-new&q...