Skip to content
New issue

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

Error: ipv4: FIB table does not exist. #747

Open
avagin opened this issue Jul 22, 2019 · 9 comments
Open

Error: ipv4: FIB table does not exist. #747

avagin opened this issue Jul 22, 2019 · 9 comments
Assignees

Comments

@avagin
Copy link
Member

avagin commented Jul 22, 2019

======================= Run zdtm/static/netns_sub in ns ========================
Start test
Test is SUID
./netns_sub --pidfile=netns_sub.pid --outfile=netns_sub.out
Run criu dump
=[log]=> dump/zdtm/static/netns_sub/42/1/dump.log
------------------------ grep Error ------------------------
(00.074841) 	Running ip route save
(00.076377) 	Running ip route save
(00.078832) 	Running ip -6 route save
(00.079549) 	Running ip route save
Error: ipv4: FIB table does not exist.
Dump terminated
(00.082025) Error (criu/util.c:632): exited, status=2
(00.082057) Error (criu/net.c:1735): IP tool failed on route save
(00.082399) Error (criu/namespaces.c:1090): Namespaces dumping finished with error 65280
(00.082501) Unlock network
(00.082506) Running network-unlock scripts
(00.084140) 	Running ip rule save
Error: ipv4: FIB table does not exist.
Dump terminated
(00.089039) Error (criu/util.c:632): exited, status=2
(00.089071) Error (criu/net.c:1735): IP tool failed on route save
(00.101841) 	Unseizing 45 into 1
(00.101854) 	Unseizing 46 into 1
(00.101865) 	Unseizing 48 into 1
(00.101876) 	Unseizing 47 into 1
(00.101923) Error (criu/cr-dump.c:1754): Dumping FAILED.
------------------------ ERROR OVER ------------------------
################# Test zdtm/static/netns_sub FAIL at CRIU dump #################
@avagin avagin changed the title ppc64le: Error: ipv4: FIB table does not exist. Error: ipv4: FIB table does not exist. Jul 22, 2019
@avagin
Copy link
Member Author

avagin commented Jul 22, 2019

@adrianreber
Copy link
Member

@adrianreber
Copy link
Member

On 3.13 I can still see this error on current rawhide: Error: ipv4: FIB table does not exist

@Snorch
Copy link
Member

Snorch commented Oct 31, 2019

https://www.spinics.net/lists/netdev/msg559739.html

They say that iproute package is guilty, I have the same on iproute-5.2.0-1.fc30.x86_64.

@Snorch
Copy link
Member

Snorch commented Dec 3, 2020

Still not fixed:

[root@snorch snorch]# unshare -n
[root@snorch snorch]# ip route save > /tmp/ip-route.save
Error: ipv4: FIB table does not exist.
Dump terminated
[root@snorch snorch]# which ip
/usr/sbin/ip
[root@snorch snorch]# rpm -qf /usr/sbin/ip
iproute-5.6.0-1.fc32.x86_64

Looks like we need to fix it ourselves....

@github-actions
Copy link

A friendly reminder that this issue had no activity for 30 days.

Snorch added a commit to Snorch/criu that referenced this issue Mar 23, 2021
This is needed to workaround the problem with "ip route save":
(00.113153)     Running ip route save
Error: ipv4: FIB table does not exist.

checkpoint-restore#747
https://jira.sw.ru/browse/PSBM-120728

v2: add the same to openvswitch test

https://jira.sw.ru/browse/PSBM-123769

Signed-off-by: Pavel Tikhomirov <ptikhomirov@virtuozzo.com>
@Snorch
Copy link
Member

Snorch commented Jun 25, 2021

@predators46
Copy link

is there a way to fix this?

@mihalicyn
Copy link
Member

I will resend this fix.

@mihalicyn mihalicyn self-assigned this Apr 15, 2022
openvz-integrator pushed a commit to OpenVZ/vzcriu that referenced this issue Jul 21, 2022
This is needed to workaround the problem with "ip route save":
(00.113153)     Running ip route save
Error: ipv4: FIB table does not exist.

checkpoint-restore/criu#747
https://jira.sw.ru/browse/PSBM-120728

Signed-off-by: Pavel Tikhomirov <ptikhomirov@virtuozzo.com>
openvz-integrator pushed a commit to OpenVZ/vzcriu that referenced this issue Jul 21, 2022
This is needed to workaround the problem with "ip route save":
(00.113153)     Running ip route save
Error: ipv4: FIB table does not exist.

checkpoint-restore/criu#747
https://jira.sw.ru/browse/PSBM-120728

Signed-off-by: Pavel Tikhomirov <ptikhomirov@virtuozzo.com>
Snorch added a commit to Snorch/criu that referenced this issue Apr 26, 2023
This is needed to workaround the problem with "ip route save":
(00.113153)     Running ip route save
Error: ipv4: FIB table does not exist.

checkpoint-restore#747
https://jira.sw.ru/browse/PSBM-120728

v2: add the same to openvswitch test

https://jira.sw.ru/browse/PSBM-123769
Signed-off-by: Pavel Tikhomirov <ptikhomirov@virtuozzo.com>

Feature: ZDTM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants