On Tuesday 05 February 2008 14:19, Dan Langille wrote:

>
> Come up with a test for determining what is being used and let the
> investigations begin.  Will this suffice?
>
> [EMAIL PROTECTED]:~] $ ldd `which bconsole`
> /usr/local/sbin/bconsole:
>          libreadline.so.6 => /lib/libreadline.so.6 (0x280a2000)
>          libhistory.so.6 => /usr/lib/libhistory.so.6 (0x280cf000)
>          libncurses.so.6 => /lib/libncurses.so.6 (0x280d6000)
>          libpthread.so.2 => /lib/libpthread.so.2 (0x28115000)
>          libintl.so.8 => /usr/local/lib/libintl.so.8 (0x2813a000)
>          libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x28143000)
>          libssl.so.4 => /usr/lib/libssl.so.4 (0x28230000)
>          libcrypto.so.4 => /lib/libcrypto.so.4 (0x2825e000)
>          libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0x28351000)
>          libm.so.4 => /lib/libm.so.4 (0x2841c000)
>          libc.so.6 => /lib/libc.so.6 (0x28432000)
> [EMAIL PROTECTED]:~] $

x86_64 Linux
Debian Etch
Bacula 1.38.11
Installed from the Debian binary packages.
~$ ldd /usr/sbin/bacula-console
        libncurses.so.5 => /lib/libncurses.so.5 (0x00002b0369cbc000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x00002b0369e17000)
        libdl.so.2 => /lib/libdl.so.2 (0x00002b0369f2d000)
        libssl.so.0.9.8 => /usr/lib/libssl.so.0.9.8 (0x00002b036a030000)
        libcrypto.so.0.9.8 => /usr/lib/libcrypto.so.0.9.8 (0x00002b036a177000)
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00002b036a3ec000)
        libm.so.6 => /lib/libm.so.6 (0x00002b036a5ea000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00002b036a76c000)
        libc.so.6 => /lib/libc.so.6 (0x00002b036a87a000)
        /lib64/ld-linux-x86-64.so.2 (0x00002b0369ba4000)
        libz.so.1 => /usr/lib/libz.so.1 (0x00002b036aab6000)

Backspace seems to work almost as expected. If I type "status" and then 
backspace so that nothing is showing on the line except for the "*" prompt 
bconsole still executes the status command. If I backspace fully & then type 
over with something else, then the something else is executed. If I type 
something and then backspace until only one or two letters are remaining, for 
example "time" ==> "t" or "trace" ==> "t" then always, time is executed. That 
is, if the remaining letters are ambiguous, then bconsole executes the first 
command in the help list.

HTH

cmr
 
-- 
Debian 'Etch' - Registered Linux User #241964
--------
"More laws, less justice." -- Marcus Tullius Ciceroca, 42 BC

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to