Page 1 of 1

Problem OpenVPN CPage error in CMain/locateChild

Posted: Wed Mar 17, 2021 3:47 am
by santyperezg
Dear:

I have openvpn 2.7.5, after restarting the server it shows the following error:

https://x.x.x.x:54439/generic/openvpn-c ... signed.msi

Internal Server Error
Sorry, an internal server error has occurred

CPage error in CMain/locateChild
Retry Logi
n

Please your help to solve the problem.

Thanks

Re: Problem OpenVPN CPage error in CMain/locateChild

Posted: Wed Mar 17, 2021 4:43 pm
by openvpn_inc
Hello santyperezg,

Most likely your server has no free disk space anymore. Or your system has a damaged/missing copy of the OpenVPN Connect software. But my guess would be you have no more disk space. So go check it and ensure you get some free disk space on this server.

Kind regards,
Johan

Re: Problem OpenVPN CPage error in CMain/locateChild

Posted: Thu Mar 18, 2021 2:52 pm
by santyperezg
Dear:
Do you know how to free up disk space?
The disk space used is 100% and I need to delete log files or do not need.

Thanks for the help you can give me.

Re: Problem OpenVPN CPage error in CMain/locateChild

Posted: Thu Mar 18, 2021 5:31 pm
by openvpn_inc
Hi There,

Yes, you can try cleaning up old logs.
You can try to remove old files from the /var/log/ folder and then perform:

Code: Select all

sudo su
apt-get autoremove
apt-get clean
Then check available space again:

Code: Select all

df -h
Also, you can configure log rotation as described here: https://openvpn.net/vpn-server-resource ... nvpnas-log

Regards,
Crowley

Re: Problem OpenVPN CPage error in CMain/locateChild

Posted: Thu Mar 25, 2021 1:57 pm
by santyperezg
My friend was very useful the commands that you indicated to me free up 60% of used space and it guarantees that I can in a normal way.

Thanks for your help

Re: Problem OpenVPN CPage error in CMain/locateChild

Posted: Thu Mar 25, 2021 9:32 pm
by openvpn_inc
Hi There,

Good to know that it works fine with you. If anything else is needed, feel free to post it here. Thank you!
santyperezg wrote:
Thu Mar 25, 2021 1:57 pm
My friend was very useful the commands that you indicated to me free up 60% of used space and it guarantees that I can in a normal way.

Thanks for your help
Regards,
Crowley