search for: atreus

Displaying 5 results from an estimated 5 matches for "atreus".

2007 Jun 23
1
Test failures
Tinderbox is showing failures in Search::Xapian on atreus with g++ 4.1 (which looks like tests out of date at a *very* cursory examination, and in any case everyone should know about); I'm also getting different test failures on the same system -- valgrind (I assume) is finding potential memory leaks for every test against the remotetcp backend. (Inc...
2008 Feb 02
0
Swig mirror
...ine whenever doing a full svn update, and means checkouts should happen faster (since sourceforge is pretty slow...) and we're no longer at risk of checkouts failing due to sourceforge being down. The mirror updates nightly, or can be updated to the latest version immediately if you have an atreus account (and get added to the list of permitted users - currently me, olly and james) by running: userv richard swigsync -- Richard
2003 Apr 17
0
pam_mkhomedir and priv separation
..._request: setting up authctxt for ldapguy debug3: mm_start_pam entering debug3: mm_request_send entering: type 37 debug3: monitor_read: checking request 37 debug1: Starting up PAM with username "ldapguy" debug3: Trying to reverse map address 10.1.10.107. debug1: PAM setting rhost to "atreus.quinstreet.net" debug2: monitor_read: 37 used once, disabling now debug3: mm_request_receive entering debug3: mm_inform_authserv entering debug3: mm_request_send entering: type 3 debug3: monitor_read: checking request 3 debug3: mm_answer_authserv: service=ssh-connection, style= debug2: monitor...
2002 Apr 22
0
ssh programming?
Hey, I was looking for some documentation on writing a very small ssh api. Very few, simple methods. I would like to: 1. Connect to an ssh server 2. Log in as a user 3. Execute commands: - send commands. - retreive command output. 4. Logout. IE: connect(); login(); send(); receive(); disconnect(); I am assuming the underlying code will not be as
2002 Apr 29
1
SSH client, dup, pty.
Hey, I am hoping that some one on this list may be able to help me. I started investigate the possibility of forking a process, the child then attach to a pty, dup std[in|out] to the pty, then exec the ssh client. For some reason, the ssh client still prompted straight to stdin and stdout rather than through the pty that I created. There seem to be a few issues with this. Can someone tell