search for: successifully

Displaying 3 results from an estimated 3 matches for "successifully".

Did you mean: successfully
2009 Sep 28
0
TERM=linux results libc.so.6 not found
...to run a cobol application in a VM. So far, so good. The problem is that when I set the $TERM variable to linux, and run the program, I get: /opt/cobol/bin/cobrun: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory If I put TERM=xterm, I can successifully run the program. It also works with TERM=vt100, TERM=xterm-new and TERM=xterm-old. The reason I have to use TERM=linux is that some keys doesn''t work properly on the application when using different term, which is also pretty strange. Does anybody have any clue? Thanks, -- Thia...
2003 Jul 09
0
[PATCH] Add expired password handling for AIX.
Hi All. Attached is a patch which adds AIX native password expiry support to sshd. It will only apply to -current and is a subset of the patch I have been working on in the last few months (see bug #14 [1]). It contains code by Pablo Sor, Mark Pitt and Zdenek Tlusty and fixes for bugs reported by many others (see [2] for a full list). It adds a do_tty_change_password function that execs
2003 Jul 30
1
[PATCH] Password expiry merge (AIX parts)
Hi All. Attached is a patch introduces password expiry handling for AIX (other platforms to follow). It is more or less the same as the previous patch but has been updated to reflect recent changes to auth-passwd.c I'm wondering if the AIX parts of auth.c should be moved to port-aix.c and if the generic password change functions (currently at the end of auth-passwd.c) belong in a separate