Traceback (most recent call last):
File "class/panelPlugin.py", line 1898, in a
return eval(execStr)
File "", line 1, in
File "plugin/masterslave/masterslave_main.py", line 247, in SetMaster
masterinfo = self.GetMasterInfo(get)
File "plugin/masterslave/masterslave_main.py", line 32, in GetMasterInfo
master_id = re.search("server-id\s+=\s+(\d+)", public.readFile("/etc/my.cnf")).group(1)
AttributeError: 'NoneType' object has no attribute 'group' |