This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 670
weave launch RTNETLINK answers: File exists or 'Error: either "to" is a duplicate, or "X.X.X.X" is a garbage.' #278
Comments
The fact that Can you start from scratch and this time run the weave script with sh -x ? That way we should be able to figure out where exactly it is tripping over. |
@rade :sh-4.1# sh -x weave launch
|
@justionpanye cheers. The error appears to be slightly different from what you posted earlier, i.e.
instead of
Any idea why? Also, what does The problem almost certainly is that your version of |
@rade Update the Ip version after the weave has been good. thanks :) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I encountered a problem
weave on CentOS 7 is OK!
but weave doesn't seem to be able to map new Ethernet devices into containers on stock CentOS 6.X
My steps:
first step:
update centos6.6 kernel to 3.10.63-1.el6.elrepo.x86_64
update docker version to 1.3.2
second step:
when I run the command ”weave launch“,the error is like that:
[root@localhost network-scripts]# weave launch
'Error: either "to" is a duplicate, or "X.X.X.X" is a garbage.'
third step:
when I run the command ”weave launch“ again,the error is like that:
[root@localhost network-scripts]# weave launch
Failure during network configuration for container 93cd05ff965560442e7dc7f236ec668e156ff2fcd8363281c5ddaa1f68bd3b40:
No eth0 interface inside weave container; perhaps you are running the docker daemon with container networking disabled (-b=none).
error like issue #277
when I run the command ”weave reset“ and "weave launch"
the error is like that:
[root@localhost network-scripts]# weave launch
RTNETLINK answers: File exists
I read in an article:
Duplicate Default Gateways
If the default gateway is already assigned from DHCP, the IP command arguments format can cause one of two errors during start-up, or when bringing up an interface from the down state using the ifup command: "RTNETLINK answers: File exists" or 'Error: either "to" is a duplicate, or "X.X.X.X" is a garbage.', where X.X.X.X is the gateway, or a different IP address. These errors can also occur if you have another route to another network using the default gateway. Both of these errors are safe to ignore.
my centos6.6 Running in a virtual machine(vmware)
[root@localhost network-scripts]# uname -a
Linux localhost.localdomain 3.10.63-1.el6.elrepo.x86_64 #1 SMP Tue Dec 16 16:52:21 EST 2014 x86_64 x86_64 x86_64 GNU/Linux
[root@localhost network-scripts]# docker version
Client version: 1.3.2
Client API version: 1.15
Go version (client): go1.3.3
Git commit (client): 39fa2fa/1.3.2
OS/Arch (client): linux/amd64
Server version: 1.3.2
Server API version: 1.15
Go version (server): go1.3.3
Git commit (server): 39fa2fa/1.3.2
[root@localhost network-scripts]# cat /etc/issue
CentOS release 6.6 (Final)
Kernel \r on an \m
The text was updated successfully, but these errors were encountered: