Public bug reported: Binary package hint: xen-utils-3.2
Distro: Ubuntu 8.04.1 Package: xen-utils-3.2.0-0ubuntu10 Arch: AMD64 The xendomains init script appears to have two errors that spew out on boot (although it does not stop guests from starting). As of version 3.2.0-0ubuntu10 Lines 186 and 196 read: rest=`echo "$1" | cut cut -d\ -f2-` if test $id = 0; then continue; fi They should possibly be: rest=`echo "$1" | cut -d\ -f2-` if $id = 0; then continue; fi Couldn't find this anywhere on the tracker, please don't shoot me :) -c ** Affects: xen-3.2 (Ubuntu) Importance: Undecided Status: New -- xendomains script error https://bugs.launchpad.net/bugs/259656 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs