This was my initial thought too, so i cleaned it right back to a single-profile users file, and it made no difference. A truss of the radiusd process gives the following upon it finishing loading, and ready to accept clients: syscall open("/etc/hosts",0,0666) returns 6 (0x6) syscall fstat(6,0xbfbfd70c) returns 0 (0x0) syscall read(0x6,0x921b000,0x2000) returns 1021 (0x3fd) syscall read(0x6,0x921b000,0x2000) returns 0 (0x0) syscall close(6) returns 0 (0x0) syscall socket(0x2,0x2,0x0) returns 6 (0x6) syscall connect(0x6,0x280f3110,0x10) returns 0 (0x0) syscall sendto(0x6,0xbfbfcbcc,0x2b,0x0,0x0,0x0) returns 43 (0x2b) syscall gettimeofday(0xbfbfc984,0x0) returns 0 (0x0) Then nothing until you point a client at it, at which point you get: syscall poll(0xbfbfc974,0x1,0x1388) returns 0 (0x0) syscall close(6) returns 0 (0x0) syscall socket(0x2,0x2,0x0) returns 6 (0x6) syscall sendto(0x6,0xbfbfcbcc,0x2b,0x0,0x280f3120,0x10) returns 43 (0x2b) syscall gettimeofday(0xbfbfc984,0x0) returns 0 (0x0) yet, the client acts as if there was never any connection. On Wed, 25 Jul 2001, Simon Allard wrote:
I have had similar problems in the past like this. First place I normally look is at things that have changed. In your case the users file, configs
--- Matt Camp --------- To unsubscribe from nznog, send email to majordomo(a)list.waikato.ac.nz where the body of your message reads: unsubscribe nznog