Project

General

Profile

Actions

Bug #7765

closed

Openvpn / WebGUI bug ?

Added by Oliver Winkler almost 8 years ago. Updated almost 8 years ago.

Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
OpenVPN
Target version:
-
Start date:
08/10/2017
Due date:
% Done:

0%

Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
Affected Architecture:

Description

Hi,
i don´t really know where too look or how to debug my problem.
Six servers are connected to my local network via OpenVPN, the connection works most of the time flawlessly.
But once in a while (i couldn´t detect any pattern) none of the servers has an active connection and the webGUI refuses to load (infinity loading).
These two things always appear together, below is the system log of the time the problem occured.

To fix it i have too:
  1. Login via ssh
  2. 16 (Restart PHP-FPM)
  3. After that the webGUI works again, but openVPN is still down
  4. 8 (Shell)
  5. execute my openvpnrestart script
    #!/usr/local/bin/php -q
    <?php
    require_once('openvpn.inc');
    
    openvpn_resync_all();
    ?>
    

After these steps it takes about one minute, then all servers are connected again and continue to work as usual.
I had this problem over many versions back already, currently im running 2.3.4-RELEASE-p1

/var/log/system.log

Aug  3 03:52:26 pfSense ppp: [wan] IPCP: SendConfigReq #3
Aug  3 03:52:26 pfSense ppp: [wan]   IPADDR <insert my wan ip here>
Aug  3 03:52:26 pfSense ppp: [wan] IPCP: rec'd Configure Ack #3 (Ack-Sent)
Aug  3 03:52:26 pfSense ppp: [wan]   IPADDR <insert my wan ip here>
Aug  3 03:52:26 pfSense ppp: [wan] IPCP: state change Ack-Sent --> Opened
Aug  3 03:52:26 pfSense ppp: [wan] IPCP: LayerUp
Aug  3 03:52:26 pfSense ppp: [wan]   <first two groups of wan ip here>CLOG^A^@^@^@f<DF>^B^@<EC><CD>^G^@^@^@^@^@

Actions #1

Updated by Jim Pingle almost 8 years ago

  • Status changed from New to Duplicate

The problem is unrelated to OpenVPN, that's a symptom of the actual bug, which is PHP getting wedged. Already covered by other bug reports such as #6318

Actions

Also available in: Atom PDF