PartialVolume
PartialVolume
On a working system /etc/network/interfaces should look like this, consisting of 5 lines , the third line being empty. The contents of this file is altered dynamically by shredos_net.sh and...
After killing /usr/bin/shredos_net.sh, assuming it was running and then having edited /usr/bin/shredos_net.sh by putting `set +e` on the second line. Rerunning it from the command line `cd /usr/bin;shredos_net.sh` should give...
Following on from my previous comment, with shredos_net.sh running in the terminal try unplugging the network lead and monitor the messages as shown above. If there are no messages, check...
If you want to post the wrapper script or modified launcher I'm happy to take a look. If the bash versions are the same I would imagine it might have...
Yes, that is useful. I'll boot up my system and take a look at that -f option and the read error.
@gputils This is odd. When I run `ifdown -h` it shows the available options, one of which is **-f Force**. If I run `which -a ifdown` it lists two locations...
Here's what I'm seeing for my version of ifdown. ``` # ifdown -h ifdown: invalid option -- 'h' BusyBox v1.33.1 (2022-01-26 22:36:58 GMT) multi-call binary. Usage: ifdown [-nmvf] [-i FILE]...
Well that explains the cause of that particular problem. Can you run `which -a ifdown`. You should see two directories listed. Then run ifdown but include the paths. Is there...
>So, in order to make troubleshooting sane, I am going back through menuconfig. Good luck, it can be quite tedious and time consuming as their are so many subdirectories in...
>On the note of using the vanilla build in order to contribute, is that a no to including dialog and/or node.js to the default buildroot config? I haven't touched node,...