Package: xen-tools
Version: 2.8-2
Severity: normal
Tags: patch

The '/dev' is missing from the phy line in the config file

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.25.4 (PREEMPT)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages xen-tools depends on:
ii  debootstrap                   0.3.3.3    Bootstrap a basic Debian system
ii  libconfig-inifiles-perl       2.39-3     Read .ini-style configuration file
pn  libtext-template-perl         <none>     (no description available)
ii  perl-modules                  5.10.0-10  Core Perl modules

Versions of packages xen-tools recommends:
pn  libexpect-perl                <none>     (no description available)
ii  perl-doc                      5.10.0-10  Perl documentation
pn  reiserfsprogs                 <none>     (no description available)
pn  rinse                         <none>     (no description available)
pn  xen-hypervisor-amd64 | xen-hy <none>     (no description available)
pn  xen-shell                     <none>     (no description available)
ii  xfsprogs                      2.9.7-1    Utilities for managing the XFS fil
--- xt-create-xen-config.orig   2006-11-19 13:51:09.000000000 +0000
+++ xt-create-xen-config        2008-06-05 11:25:09.865652973 +0100
@@ -318,8 +318,8 @@

     if ( $ENV{'lvm'} )
     {
-        $image_vbd = "phy:$ENV{'lvm'}/$ENV{'hostname'}-disk";
-        $swap_vbd  = "phy:$ENV{'lvm'}/$ENV{'hostname'}-swap";
+        $image_vbd = "phy:/dev/$ENV{'lvm'}/$ENV{'hostname'}-disk";
+        $swap_vbd  = "phy:/dev/$ENV{'lvm'}/$ENV{'hostname'}-swap";
     }
     elsif ( $ENV{'evms'} )
     {

Reply via email to