Problem OpenVPN CPage error in CMain/locateChild

Business solution to host your own OpenVPN server with web management interface and bundled clients.
Post Reply
santyperezg
OpenVpn Newbie
Posts: 3
Joined: Wed Mar 17, 2021 3:41 am

Problem OpenVPN CPage error in CMain/locateChild

Post by santyperezg » Wed Mar 17, 2021 3:47 am

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

User avatar
openvpn_inc
OpenVPN Inc.
Posts: 1333
Joined: Tue Feb 16, 2021 10:41 am

Re: Problem OpenVPN CPage error in CMain/locateChild

Post by openvpn_inc » Wed Mar 17, 2021 4:43 pm

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
Image OpenVPN Inc.
Answers provided by OpenVPN Inc. staff members here are provided on a voluntary best-effort basis, and no rights can be claimed on the basis of answers posted in this public forum. If you wish to get official support from OpenVPN Inc. please use the official support ticket system: https://openvpn.net/support

santyperezg
OpenVpn Newbie
Posts: 3
Joined: Wed Mar 17, 2021 3:41 am

Re: Problem OpenVPN CPage error in CMain/locateChild

Post by santyperezg » Thu Mar 18, 2021 2:52 pm

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.

User avatar
openvpn_inc
OpenVPN Inc.
Posts: 1333
Joined: Tue Feb 16, 2021 10:41 am

Re: Problem OpenVPN CPage error in CMain/locateChild

Post by openvpn_inc » Thu Mar 18, 2021 5:31 pm

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
Image OpenVPN Inc.
Answers provided by OpenVPN Inc. staff members here are provided on a voluntary best-effort basis, and no rights can be claimed on the basis of answers posted in this public forum. If you wish to get official support from OpenVPN Inc. please use the official support ticket system: https://openvpn.net/support

santyperezg
OpenVpn Newbie
Posts: 3
Joined: Wed Mar 17, 2021 3:41 am

Re: Problem OpenVPN CPage error in CMain/locateChild

Post by santyperezg » 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

User avatar
openvpn_inc
OpenVPN Inc.
Posts: 1333
Joined: Tue Feb 16, 2021 10:41 am

Re: Problem OpenVPN CPage error in CMain/locateChild

Post by openvpn_inc » Thu Mar 25, 2021 9:32 pm

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
Image OpenVPN Inc.
Answers provided by OpenVPN Inc. staff members here are provided on a voluntary best-effort basis, and no rights can be claimed on the basis of answers posted in this public forum. If you wish to get official support from OpenVPN Inc. please use the official support ticket system: https://openvpn.net/support

Post Reply