Re: [Users] openvpn in openvz

2014-06-26 Thread Rene C.
I already upgraded the kernel to the latest before the last test: [root@server14 ~]# uname -a Linux server14.-sanitized- 2.6.32-042stab090.4 #1 SMP Mon Jun 16 Sorry if I didn't make that very clear On Thu, Jun 26, 2014 at 1:38 PM, Pavel Odintsov wrote: > Hello! > > I'm not sure about your probl

Re: [Users] openvpn in openvz

2014-06-26 Thread Rene C.
Going through the whole thing again I fell over this fatal error during the ipsec restart: ipsec_setup: FATAL: Could not load /lib/modules/2.6.32-042stab090.3/modules.dep: No such file or directory I installed both openswan xl2tpd though yum (epel repo) but neither seem to add anything to /lib/mo

Re: [Users] openvpn in openvz

2014-06-26 Thread Pavel Odintsov
Hello! You can try to do something like this: touch /lib/modules/2.6.32-042stab090.3/modules.dep It can suppress ipsec_setup warnings. On Thu, Jun 26, 2014 at 9:52 PM, Rene C. wrote: > Going through the whole thing again I fell over this fatal error > during the ipsec restart: > > ipsec_setup:

Re: [Users] openvpn in openvz

2014-06-26 Thread Rene C.
Ok ... it doesn't need anything to be in modules.dep? /lib/modules/2.6.32-042stab090.3 didn't exist, I had to create it. So what will happen after next kernel update? This doesn't seem right. Both the hwnode and the vps server runs 64 bit version of Linux, so there's also a /lib64 - but no /lib6

Re: [Users] openvpn in openvz

2014-06-26 Thread Pavel Odintsov
Could you do strace for this command: ipsec verify ? strace -o /root/trace -s 1024 -f ipsec verify And send trace to paste.org. On Thu, Jun 26, 2014 at 10:23 PM, Rene C. wrote: > Ok ... it doesn't need anything to be in modules.dep? > > /lib/modules/2.6.32-042stab090.3 didn't exist, I had to c