OPNsense Forum

International Forums => German - Deutsch => Topic started by: Darkmann on June 26, 2025, 12:17:43 AM

Title: Kein Webinterface nach update
Post by: Darkmann on June 26, 2025, 12:17:43 AM
Hi,

ich hab gerade das letzte Update eingespielt, jetzt kommt das Webinterface nicht mehr hoch.
Kann nicht mehr per Browser auf OPNsense zugreifen.

Gibt es da einen Fehler oder kann man schauen an was es liegt?

Wenn ich noch mal per Konsole das Update anstosse kommt diese Meldung.

QuoteEnter an option: 12

Fetching change log information, please wait... done

This will automatically fetch all available updates and apply them.

Proceed with this action? [y/N]: y

Updating OPNsense repository catalogue...
OPNsense repository is up to date.
All repositories are up to date.
Updating OPNsense repository catalogue...
OPNsense repository is up to date.
All repositories are up to date.
Checking for upgrades (0 candidates): . done
Processing candidates (0 candidates): . done
Checking integrity... done (0 conflicting)
Your packages are up to date.
Checking integrity... done (0 conflicting)
Nothing to do.
Checking all packages: .......... done
Nothing to do.
Nothing to do.
Starting web GUI...failed.

Gruß
Title: Re: Kein Webinterface nach update
Post by: patient0 on June 26, 2025, 06:54:07 AM
Du kannst prüfen ob der lighttpd Server läuft:

sockstat -P tcp | grep -E '(80|443)'
root     lighttpd   87831 7   tcp4   *:443                 *:*
root     lighttpd   87831 8   tcp6   *:443                 *:*
root     lighttpd   87831 9   tcp4   *:80                  *:*
root     lighttpd   87831 10  tcp6   *:80                  *:*
...

Die logs des Webservers sind unter /var/log/lighttpd/ zu finden, die Systemlogs unter /var/log/system/.

Hast Du einen Neustart der Sense gemacht nach dem Update?
Title: Re: Kein Webinterface nach update
Post by: Darkmann on June 26, 2025, 09:22:28 AM
Hi,

das ist wohl nicht alles. Hab heute früh gemerkt das das WLAN komplett weg war. Auch nach einem Neustart ging nicht mehr. Hab jetzt ein älteres Backup mal eingespielt und komme zumindest wieder online.

Wenn ich alle Services neu starte bleibt er hier hängen und alles ist wieder weg.

QuoteEnter an option: 11

Writing firmware settings: FreeBSD OPNsense
Writing trust files...done.
Scanning /usr/share/certs/untrusted for certificates...
Scanning /usr/share/certs/trusted for certificates...
Scanning /usr/local/share/certs for certificates...
certctl: No changes to trust store were made.
Writing trust bundles...done.
Configuring login behaviour...done.
Configuring cron...done.
Setting timezone: Europe/Berlin
Setting hostname: OPNsense.fkoch.de
Generating /etc/resolv.conf...done.
Generating /etc/hosts...done.
Configuring loopback interface...done.
Configuring LAGG interfaces...done.
Configuring VLAN interfaces...done.
Configuring LAN interface...done.
Configuring Modem_Zugriff interface...done.
Configuring WAN interface...done.
Configuring WG interface...done.
Setting up routes...done.
Setting up gateway monitor...done.
Configuring firewall.......done.
Starting NTP service...done.
Configuring OpenSSH...done.
Starting Unbound DNS...done.
Starting web GUI...done.
Syncing OpenVPN settings...done.
Configuring WireGuard VPN...done.
Stopping ddclient.
Waiting for PIDS: 62252.
INFO/keactrl: Stopping kea-dhcp4...
INFO/keactrl: kea-dhcp6 isn't running.
INFO/keactrl: kea-dhcp-ddns isn't running.
INFO/keactrl: kea-ctrl-agent isn't running.
Sync KEA DHCP config...done.
Starting kea.
INFO/keactrl: Starting /usr/local/sbin/kea-dhcp4 -c /usr/local/etc/kea/kea-dhcp4.conf
Starting ddclient.
WARNING:  Could not determine an IP for home

Nach einem Neustart läuft er erstmal wieder, aber irgenwas stimmt da nicht.

Wo kann ich da schauen an was es liegt oder was da krum läuft?