search for: eagleson

Displaying 4 results from an estimated 4 matches for "eagleson".

2002 Jan 16
0
OpenSSH: Solaris login and utmpx
...oblem is if we set "UseLogin true" which we must do for BSM support on some of our boxes. Then, when we try to login, we get the following: No utmpx entry. You must exec "login" from the lowest level "shell". I found that message in a patch submitted in March by Matt Eagleson. However, grepping on his "LOGIN_NEEDS_UTMPX" addition makes it look like the patch has been incorporated into the codebase. So, our configure did define LOGIN_NEEDS_UTMPX, so that's not the problem. I'm wondering about a post from William Knox that includes a patch submission w...
2005 Nov 17
1
Morans I for Spatial Surveillance
Hello, I am interested in using Morans I for different time intervals to detect disease clusters. Ultimately I would like to use CUSUM - or similar monitoring statistic to monitor the results of Morans I - similar to the work by Rogerson (2005) Spatial Surveillance and Cummulative Sum Methods in Spatial and Syndromic Surveillance for Public Health. Thus far - thanks to the list I have
2001 Mar 22
0
Solaris UseLogin problem
...cate entries. I tried my best to make this patch not break other systems -- but I may have failed there. I do not claim that this patch is the correct fix, or even a working fix. I am, however, hoping that this may start some discussion that will lead to a clean and proper solution. Thanks, Matt Eagleson -------------- next part -------------- ? patch ? configure ? config.log ? config.h ? config.cache ? config.status ? Makefile ? ssh_prng_cmds ? config.h.in ? sshd_config.out ? ssh_config.out ? primes.out ? sshd ? openbsd-compat/Makefile Index: acconfig.h ============================================...
2001 Apr 04
1
Solaris UseLogin problems
...nction was always called, no matter how UseLogin was set (FYI, the comment for revision 1.24 is "cleanup login(1)-like jobs, no duplicate utmp entries".) I had already created a fix for this problem by the time I finally found this mailing list and noticed that a recent message from Matt Eagleson had supplied a potential patch. My version of the fix is fairly similar to Matt's, but I put the relocated record_login() call into its own function rather than putting it back into do_exec_pty(). The appended patch makes use of Matt's LOGIN_NEEDS_UTMPX autoconf changes, and has the added...