The system gets installed properly. Many settings seem to have been restored properly too. For instance the root password.
But, setting up the firewall during boot fails miserably. First error is this:
Then very many follow. Starting with:iptables v1.4.21: Empty interface is likely to be undesired
And after that:iptables v1.4.21: Bad IP address ""
Try `iptables -h' or 'iptables --help' for more information.
iptables v1.4.21: Empty interface is likely to be undesired
Try `iptables -h' or 'iptables --help' for more information.
Use of uninitialized value $destination in pattern match (m//) at /usr/lib/firewall/rules.pl line 380.
Use of uninitialized value $destination in pattern match (m//) at /usr/lib/firewall/rules.pl line 380.
Use of uninitialized value $destination in pattern match (m//) at /usr/lib/firewall/rules.pl line 380.
After login, what stands out is that none of the interfaces (red, green and orange) exist. Instead their unconfigured originals are still there.Enabling S.M.A.R.T.: sda sdb [ OK ]
BROADCAST variable missing from input, cannot continue. [ FAIL ]
Adding static routes...
RTNETLINK answers: Network is unreachable
RTNETLINK answers: Network is unreachable
RTNETLINK answers: Network is unreachable [ FAIL ]
Starting the Cyrus SASL Server... [ OK ]
Initializing kernel random number generator... [ OK ]
Setting time on boot... ERROR! Not online! [ WARN ]
This is most likely what makes setting up the firewall fail.1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST> mtu 1500 qdisc fq_codel state DOWN group default qlen 1000
link/ether 00:0d:b9:49:d0:88 brd ff:ff:ff:ff:ff:ff
3: eth1: <BROADCAST,MULTICAST> mtu 1500 qdisc fq_codel state DOWN group default qlen 1000
link/ether 00:0d:b9:49:d0:89 brd ff:ff:ff:ff:ff:ff
4: eth2: <BROADCAST,MULTICAST> mtu 1500 qdisc fq_codel state DOWN group default qlen 1000
link/ether 00:0d:b9:49:d0:8a brd ff:ff:ff:ff:ff:ff
Have I overlooked something important, or have I run into a bug?
edit: Running setup seems to fix things.
When I run setup it confirms that nics have not been assigned. I have to enter all settings in the networking section of the setup menu again. After that the system boots as before the restore.