Using Software Center on NS7 to install Migration to NS8 Beta failed. The command running, according to the popup was:
echo ‘{“action”:“install”,“packages”:[“@nethserver-ns8-migration”]}’ | /usr/bin/setsid /usr/bin/sudo /usr/libexec/nethserver/api/system-packages/update | jq
Looking in syslog, I found this:
Nov 25 18:24:15 Nethserver root: ERROR:Shorewall restart failed
Nov 25 18:24:15 Nethserver esmith::event[20369]: [ERROR] Shorewall restart: Comp
iling using Shorewall 5.1.10.2…
Nov 25 18:24:15 Nethserver esmith::event[20369]: Processing /etc/shorewall/param
s …
Nov 25 18:24:15 Nethserver esmith::event[20369]: Processing /etc/shorewall/shore
wall.conf…
Nov 25 18:24:15 Nethserver esmith::event[20369]: Loading Modules…
Nov 25 18:24:15 Nethserver esmith::event[20369]: Compiling /etc/shorewall/zones.
…
Nov 25 18:24:15 Nethserver esmith::event[20369]: Compiling /etc/shorewall/interf
aces…
Nov 25 18:24:15 Nethserver esmith::event[20369]: ERROR: Duplicate Interface (w
g+) /etc/shorewall/interfaces (line 40)
Nov 25 18:24:15 Nethserver esmith::event[20369]: Action: /etc/e-smith/events/net
hserver-firewall-base-save/S89nethserver-shorewall-restart FAILED: 1 [0.695396]
Nov 25 18:24:15 Nethserver systemd: Reloading.
It looks like the install added the following file: /etc/e-smith/templates/etc/shorewall/interfaces/50wireguard
loc wg+ optional
The only problem is I have this: /etc/e-smith/templates-custom/etc/shorewall/interfaces/90wireguard
wg wg+
I guess the updates following my previous problem aren’t fully taking into account that WireGuard could already be installed.
Cheers,
Eddie