In trying to fix another issue, I ran the following command:
When that failed to fix the issue, I tried to undo it with the following:
...and caused my own demise.
Unfortunately, that broke my Docker images including Bitwarden with the following error
I've tried copying what appear to be valid versions from the /volume1/@docker/btrfs/subvolumes/... directory to no avail.
How can I get this up and running again on DSM 6.2.4?
If I copy iptables from another 918+ running 6.2.4, would it come back?
Code:
ln -sf /usr/sbin/iptables-legacy /usr/sbin/iptables
When that failed to fix the issue, I tried to undo it with the following:
Code:
rm /usr/sbin/iptables
Unfortunately, that broke my Docker images including Bitwarden with the following error
Code:
/sbin/iptables: error while loading shared libraries: libxtables.so.12: cannot open shared object file: No such file or directory\n (exit status 127))"}.
I've tried copying what appear to be valid versions from the /volume1/@docker/btrfs/subvolumes/... directory to no avail.
How can I get this up and running again on DSM 6.2.4?
If I copy iptables from another 918+ running 6.2.4, would it come back?