OPNsense Forum

Archive => 20.1 Legacy Series => Topic started by: mwerth on July 15, 2020, 10:32:41 AM

Title: System:Routes:Configuration shows no gateways
Post by: mwerth on July 15, 2020, 10:32:41 AM
Hello,

I want to create a static route, but the configurated gateway will not shown unter System:Routes:Configuration -> "Edit Route".

Attached screenshots:

OPNsense Version:  20.1.8_1
Title: Update: configd runs without socket bound
Post by: mwerth on July 16, 2020, 12:16:15 PM
After some debugging, I found a config issue. Looks as the origin cause of my problem.

The configd daemon has no socket bound!. See above.

After service restart or reboot the problem persits. I've no idea how to solve this problem. Could anyone give me some hints?

# fuser /var/run/configd.pid
/var/run/configd.pid: 65792w
# ps ax | grep 65792
65792  -  Is     0:00.30 /usr/local/bin/python3 /usr/local/opnsense/service/configd.py (python3.7)
47360  0  S+     0:00.00 grep 65792
# ls /var/run/configd*
/var/run/configd.pid

Regards,
Martin