Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - marius

#1
I recently switched to a DSL connection and setup the DSL modem in transparent bridge mode. My DynDNS updates have been failing since then. OPNsense correctly detects the IP (hidden in the logs below). Here are the log messages:

Jul 29 09:03:18 roadblock opnsense: /services_dyndns_edit.php: DynDns: updatedns() starting
Jul 29 09:03:18 roadblock opnsense: /services_dyndns_edit.php: DynDns (www): xxx.xxx.xxx.xxx extracted from local system.
Jul 29 09:03:18 roadblock opnsense: /services_dyndns_edit.php: Dynamic DNS (www): running get_failover_interface for wan. found pppoe0
Jul 29 09:03:18 roadblock opnsense: /services_dyndns_edit.php: Dynamic DNS (www): DynDns _update() starting.
Jul 29 09:03:18 roadblock opnsense: /services_dyndns_edit.php: Namecheap (www): DNS update() starting.
Jul 29 09:03:19 roadblock opnsense: /services_dyndns_edit.php: Dynamic DNS (www): DynDns _checkStatus() starting.
Jul 29 09:03:19 roadblock opnsense: /services_dyndns_edit.php: Dynamic DNS (www): Current Service: namecheap
Jul 29 09:03:19 roadblock opnsense: /services_dyndns_edit.php: DynDns (www): xxx.xxx.xxx.xxx extracted from local system.
Jul 29 09:03:19 roadblock opnsense: /services_dyndns_edit.php: Dynamic DNS: updating cache file /conf/dyndns_wannamecheap'www'0.cache: xxx.xxx.xxx.xxx
Jul 29 09:03:19 roadblock opnsense: /services_dyndns_edit.php: Dynamic DNS: (Error) Domain name not found
#2
I'm also seeing this type of messages in the logs, not sure if they're related:

lighttpd[66099]: (connections.c.1550) SSL: 1 -1 error:140E0197:SSL routines:SSL_shutdown:shutdown while in init
#3
The service just wasn't running.

#pgrep lighttpd
returned nothing

# /usr/local/etc/rc.restart_webgui
Restarting webConfigurator...done.

# pgrep lighttpd
66099

I'd like to add that I yesterday had tried "11) Restart web interface" from the console with no effect.

In the logs I found the following messages during the upgrade:
# grep lighttpd /var/log/system.log
Jul 28 18:24:52 roadblock lighttpd[85939]: (mod_fastcgi.c.2390) unexpected end-of-file (perhaps the fastcgi process died): pid: 88888 socket: unix:/tmp/php-fastcgi.socket-1
Jul 28 18:24:52 roadblock lighttpd[85939]: (mod_fastcgi.c.3171) response not received, request sent: 1116 on socket: unix:/tmp/php-fastcgi.socket-1 for /api/api.php?_url=/core/firmware/upgradestatus&, closing connection
Jul 28 18:24:52 roadblock lighttpd[85939]: (server.c.1572) server stopped by UID = 0 PID = 82630
Jul 28 18:24:53 roadblock lighttpd[89899]: (log.c.194) server started

Thanks.
#4
After upgrading to 16.7 I can no longer access the web interface.  I can access via SSH and I can confirm the machine is upgraded to 16.7. I tried opnsense-bootstrap which ran fine, rebooted and still no web interface. I can confirm with nmap that port 443 is open. What logs should I be looking into?