Package: lsh-client
Version: 2.0.1-4
Severity: normal

Invoking lshg -G should cause lshc to be invoked if there is no
gateway already established, but it fails because it tries to invoke
lsh instead of lshc. The following end of an strace shows this:

execve("/opt/java/jre1.5.0_04/bin/lsh", ["lshg", "-G", "gonzo"], [/* 34 vars 
*/]) = -1 ENOENT (No such file or directory)
execve("/usr/local/sbin/lsh", ["lshg", "-G", "gonzo"], [/* 34 vars */]) = -1 
ENOENT (No such file or directory)
execve("/usr/local/bin/lsh", ["lshg", "-G", "gonzo"], [/* 34 vars */]) = -1 
ENOENT (No such file or directory)
execve("/usr/sbin/lsh", ["lshg", "-G", "gonzo"], [/* 34 vars */]) = -1 ENOENT 
(No such file or directory)
execve("/usr/bin/lsh", ["lshg", "-G", "gonzo"], [/* 34 vars */]) = -1 ENOENT 
(No such file or directory)
execve("/sbin/lsh", ["lshg", "-G", "gonzo"], [/* 34 vars */]) = -1 ENOENT (No 
such file or directory)
execve("/bin/lsh", ["lshg", "-G", "gonzo"], [/* 34 vars */]) = -1 ENOENT (No 
such file or directory)
execve("/usr/X11R6/bin/lsh", ["lshg", "-G", "gonzo"], [/* 34 vars */]) = -1 
ENOENT (No such file or directory)
execve("/usr/games/lsh", ["lshg", "-G", "gonzo"], [/* 34 vars */]) = -1 ENOENT 
(No such file or directory)
execve("~/bin/lsh", ["lshg", "-G", "gonzo"], [/* 34 vars */]) = -1 ENOENT (No 
such file or directory)
write(2, "lshg: lsh launch failed, giving "..., 36lshg: lsh launch failed, 
giving up.
) = 36
exit_group(1)                           = ?

If I set up a link to lsh then it still fails again (aborts), and logs a 
message; here is the end of strace:

write(2, "lshg: sys.c:109: sys_on_fd: Asse"..., 135) = 135
rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0
gettid()                                = 8383
tgkill(8383, 8383, SIGABRT)             = 0
--- SIGABRT (Aborted) @ 0 (0) ---
+++ killed by SIGABRT +++

And logged is:

lshg: sys.c:109: sys_on_fd: Assertion `((void *)0) == sys->files[fd][ev].f && 
"multiple handlers registered for a file event"' failed.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages lsh-client depends on:
ii  libc6                       2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libgmp3                     4.1.4-6      Multiprecision arithmetic library
ii  liboop4                     1.0-3        Event loop management library
ii  libpam0g                    0.76-23      Pluggable Authentication Modules l
ii  libwrap0                    7.6.dbs-8    Wietse Venema's TCP wrappers libra
ii  lsh-utils                   2.0.1-4      Secure Shell v2 (SSH2) protocol ut
ii  zlib1g                      1:1.2.3-1    compression library - runtime

lsh-client recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to