[Sheepdog] create_cluster(1652) Failed to join the sheepdog group, try again
MORITA Kazutaka
morita.kazutaka at lab.ntt.co.jp
Tue Sep 14 22:20:37 CEST 2010
At Sun, 12 Sep 2010 21:00:33 +0530,
Narendra Prasad Madanapalli wrote:
>
> Hi Kazutaka,
>
> Surprisingly it works today as corosync -f won't throw any errors.
> However, ping6 throws the folowing error
>
> # ping6 fe80::21e:4cff:fe59:9936
> connect: Invalid argument
You need to specify the interface when using a IPv6 link-local
address.
Try
$ ping6 fe80::21e:4cff:fe59:9936%wlan0
or
$ ping6 -I wlan0 fe80::21e:4cff:fe59:9936
Thanks,
Kazutaka
More information about the sheepdog
mailing list