I'm running openvpn on FreeBSD 7.2
I currently have the following entry in /etc/newsyslog.conf for rotating my openvpn.log file
The log rotates but can't restart openvpn...this is what I see in the openvpn log
Note: Root has rw access to all the files that are complaining..
I currently have the following entry in /etc/newsyslog.conf for rotating my openvpn.log file
Code:
/var/log/openvpn.log root:wheel 600 5 * $W5D23 JC /var/run/openvpn.pid
Code:
Fri Jun 26 23:00:02 2009 us=800261 Note: cannot open openvpn-status.log for WRITE
Fri Jun 26 23:00:02 2009 us=800286 Note: cannot open ipp.txt for READ/WRITE
Fri Jun 26 23:00:02 2009 us=809848 Cannot open /etc/openvpn/easy-rsa/2.0/keys/dh1024.pem for DH parameters: error:0200100D:system library:fo
pen:Permission denied: error:2006D002:BIO routines:BIO_new_file:system lib
Fri Jun 26 23:00:02 2009 us=809866 Exiting
Note: Root has rw access to all the files that are complaining..