hy everybody
I use cvs version for freeradius (radiusd-02.28.02.tar.gz) and I want to make
eap/tls authentication
when I want to start radiusd I have the following message
open("/home/certs/cert_radius.pem", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=1944, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4011f000
read(3, "-----BEGIN CERTIFICATE-----\nMIIF"..., 4096) = 1944
brk(0x80c2000) = 0x80c2000
close(3) = 0
munmap(0x4011f000, 4096) = 0
open("/home/certs/key_radius.pem", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=290, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4011f000
read(3, "-----BEGIN RSA PRIVATE KEY-----\n"..., 4096) = 290
getpid() = 12735
getpid() = 12735
close(3) = 0
munmap(0x4011f000, 4096) = 0
write(2, "Couldn\'t read private key file\n", 31Couldn't read private key file
) = 31
munmap(0x4011e000, 4096) = 0
_exit(0) = ?
thank you for help - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
