Bug#463262: xen-create-image doesn't complain about missing directory

2008-02-01 Thread Steve Kemp
Since there isn't anything I can do about this bug I'll close it with a version number to avoid polluting the index. If you're on etch you should find a backport of the package on backports.org, or on my repository at http://apt.steve.org.uk/ that might tide you over until Lenny is released

Bug#463262: xen-create-image doesn't complain about missing directory

2008-01-31 Thread Steve Kemp
I can't reproduce this error, the code actually tries to create the directory and abort on failure. See 'createLoopbackImages()' in xen-create-image: -- # # Make sure we have the relevant output directory. # my $output = $CONFIG{'dir'} . "/domains/" . $CONFIG{'hostname'};

Bug#463262: xen-create-image doesn't complain about missing directory

2008-01-30 Thread Jamin W. Collins
Package: xen-tools Severity: normal If the target directory for the image does not exist, xen-create-image does not appear to generate any error messages. For instance: # ls /opt/ lost+found xen === # xen-create-image --dir /opt/blah-images --debootstrap