search for: prepor

Displaying 2 results from an estimated 2 matches for "prepor".

Did you mean: repor
2003 Nov 12
0
smbmount patch
...id) { int j, status; @@ -72,6 +77,12 @@ if (child_pid > 0) { while( 1 ) { + /* + * Funny, isn't it? ;)) + * But children is pause()ing for this signal + * to go and do preporly thing with parent. + */ + kill(child_pid, SIGTERM); j = waitpid( child_pid, &status, 0 ); if( j < 0 ) { if( EINTR == errno ) { @@ -85,6 +96,14 @@ exi...
2003 Jul 31
2
sshd takes 15 minutes to start
...top and start sshd, it still takes 15 minutes. I manually ran sshd with the -ddd level 3 debug option. sshd hanges at the message which states it is creating a randomized seed. It also tkaes 15 minutes to run ssh_keygen. The only tings we have done lately is to upgrad the ES40's firmware in preporation to going to Tru64 5.1B. We have also added gigabit NICs to set up a private netowrk for use of NIS, NFS, and other intranetwork traffic. I have tried compiling OpenSSH v3.6.1p2 with the same results. OpenSSH was compiled with GCC v3.3. We are also running OpenSSL v0.6.9g and zlib v1.4. Do...