You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had trouble getting the tool running. I tried a couple diff linux OS (lubuntu and ubuntu) but for whatever reason the tool was not working, getting the same errors with the oodle thing.
For those unfamiliar with linux and who have trouble getting the tool working on the archiso, here is how I got the tool working again.
Set up network switch as specific in Soreepeong's instructions
You can tweak some of the other settings (like running on startup, RAM allocation)
Once debian VM is running, follow all the on-screens prompts to fully install the system (there are a lot of steps but it guides you through it. make sure you remember your password cuz you'll need it every time)
Once debian is fully installed, open the terminal app and then follow Soreepeong's instructions to download and start the tool. However, put sudo before every command (i.e. sudo iptables ...)
Make sure you install the GCC libraries for x32 because the tool seems to need this: sudo apt install g++ gcc-multilib g++-multilib
In addition to sudo before each command, You need to be in root admin in Terminal, otherwise you will get error messages.
To get in root admin, can use the commands:
su
sudo su -
This puts you in root. You will know because the username in Terminal will change to this:
Hopefully this helps the technically inept ppl like myself
The text was updated successfully, but these errors were encountered:
tried following this and literally spent hours on end trying to see if there was something else. after solving everything else ended up landing at "oodle test fail". this was using debian
tried following this and literally spent hours on end trying to see if there was something else. after solving everything else ended up landing at "oodle test fail". this was using debian
Did you ever figure out how to fix the oodle test fail?
I had trouble getting the tool running. I tried a couple diff linux OS (lubuntu and ubuntu) but for whatever reason the tool was not working, getting the same errors with the oodle thing.
For those unfamiliar with linux and who have trouble getting the tool working on the archiso, here is how I got the tool working again.
sudo
before every command (i.e.sudo iptables ...
)sudo apt install g++ gcc-multilib g++-multilib
sudo
before each command, You need to be in root admin in Terminal, otherwise you will get error messages.Hopefully this helps the technically inept ppl like myself
The text was updated successfully, but these errors were encountered: