I've double checked that I have all the dependency packages on the
guide page installed & I'm able to manually do an ip add add
192.168.149.41/32 dev eth0 successfully. any idea how I can figure out
what's going on here?
Regarding to this:
> IP '192.168.149.41' on
> interface 'eth0': undef
I would say this is a perl error. (notice 'undef'). So probably the definition of the interface is wrong in your config. Give it a check or copy paste to your reply :)
Thanks,
Istvan
> --
> You received this message because you are subscribed to the Google Groups "MySQL Multi Master Manager Development" group.
> To post to this group, send email to mmm-...@googlegroups.com.
> To unsubscribe from this group, send email to mmm-devel+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/mmm-devel?hl=en.
>
try running
"/usr/lib/mysql-mmm/agent/configure_ip mmm_agent eth0 192.168.149.41" on the agent host.
Maybe you'll see more detailed messages when you add "debug 1" to the agent config (you'll have to restart the agent in order for the changes to take effect).
Regards
Pascal
Once I changed this in /etc/mysql-mmm/mmm_common.conf everything comes
up just fine.
I went ahead and edited the installation guide to correct this to
avoid confusion in the future.
Thanks!