Package: xenman
Version: 0.6-2
Severity: normal

Hi,

I don't know if 'normal' is an appropriate severity, but when trying to
run xenman with vnc, I get an error message on the console:

# Valid, writable configuration found, using /etc/xenman.conf
resetting last_error
sh: /usr/sbin/xenman: No such file or directory

After that, not much happens. I found that there's a mention of
/usr/sbin/xenman in the Python file:

# grep sbin  /usr/share/xenman/src/xenman.py
        xmf = os.popen('/usr/sbin/xenman --xendir')

But xenman lives in /usr/bin, so this does not work.
A small patch is attached.

Best,
--Toni++


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (600, 'stable'), (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-xen-amd64
Locale: LANG=de_DE.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)

Versions of packages xenman depends on:
ii  python                        2.4.4-2    An interactive high-level object-o
ii  python-glade2                 2.8.6-8    GTK+ bindings: Glade support
ii  python-gtk2                   2.8.6-8    Python bindings for the GTK+ widge
ii  python-paramiko               1.5.2-0.1  make SSH2 connections with python
ii  python-rpm                    4.4.1-13   Python bindings for RPM
ii  python-vte                    1:0.12.2-5 Python bindings for the VTE widget
ii  xen-utils-3.0.3-1 [xen-utils] 3.0.3-0-2  XEN administrative tools
ii  yelp                          2.14.3-2   Help browser for GNOME 2

xenman recommends no packages.

-- no debconf information
--- xenman.py.orig      2007-06-22 15:34:48.000000000 +0200
+++ xenman.py   2007-10-05 11:44:11.000000000 +0200
@@ -993,7 +993,7 @@
             arch_libdir = 'lib'
 
        # preliminary Debian adjustment:
-       xmf = os.popen('/usr/sbin/xenman --xendir')
+       xmf = os.popen('/usr/bin/xenman --xendir')
        xendir = xmf.read()
        xmf.close()
 

Reply via email to