My computer isn't updating. It currently has version
user@pc-name ~% ghostbsd-version
25.01-R14.2p2
update-station
is running, but it doesn't notify me that there's a new version.
user@pc-name ~% ps axw | grep update-station
2792 - I 0:00.01 sudo update-station
2801 - I 0:00.41 /usr/local/bin/python3.11 /usr/local/bin/update-station
467 4 S+ 0:00.00 grep update-station
To update GhostBSD I have to run the following command
root@pc-name ~# update-station check-now
This computer has 2 NICs (1 wired "re0" and 1 wireless "wlan0") and static routes configured, but I don't think that's the problem since it is updated when I invoke the update.
In "/etc/rc.conf" I have
ifconfig_re0="10.117.73.1/24 media 1000baseTX mediaopt full-duplex"
wlans_iwlwifi0="wlan0"
ifconfig_wlan0="WPA inet 192.168.1.1 netmask 255.255.255.0"
defaultrouter="192.168.1.254"
route_NET_10="-net 10.0.0.0/8 10.117.73.254"
route_NET_172="-net 172.16.0.0/12 10.117.73.254"
static_routes="NET_10 NET_172"
Any ideas or suggestions as to what might be happening