We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm facing an error during setup screen: sed: can't read /etc/iproute2/rt_tables: No such file or directory
sed: can't read /etc/iproute2/rt_tables: No such file or directory
Here is what I have done:
I'm then getting the above error.
I'm attaching the traces. Do you think that it is related to the change of interface (eth -> wifi)?
setup_nok.txt
The text was updated successfully, but these errors were encountered:
If I use the Ethernet interface and call "INFRA_IF_NAME=wlan0 ./script/setup" (which is odd), I get the same error
Sorry, something went wrong.
I have also tried this:
A clean is maybe necessary to flush what has been built before for Ethernet.
I have fixed it with:
sudo mkdir -p /etc/iproute2 sudo touch /etc/iproute2/rt_tables echo -e "255\tlocal\n254\tmain\n253\tdefault\n0\tunspec" | sudo tee /etc/iproute2/rt_tables sudo chmod 644 /etc/iproute2/rt_tables
Is it normal that I had to do this after an installation from scratch?
No branches or pull requests
I'm facing an error during setup screen:
sed: can't read /etc/iproute2/rt_tables: No such file or directory
Here is what I have done:
I'm then getting the above error.
I'm attaching the traces.
Do you think that it is related to the change of interface (eth -> wifi)?
setup_nok.txt
The text was updated successfully, but these errors were encountered: