Displaying 1 result from an estimated 1 matches for "ctdbd_init_connection_internal".
2019 Jan 18
3
testparm: /var/run/ctdb/ctdb.socket missing
...en I run `testparm` I get:
rlimit_max: increasing rlimit_max (8192) to minimum Windows limit
(16384)
WARNING: The "syslog" option is deprecated
connect(/var/run/ctdb/ctdbd.socket) failed: No such file or directory
ctdbd_connect failed: No such file or directory
ctdbd_init_connection: ctdbd_init_connection_internal failed (No
such file or directory)
Unable to initialize messaging context!
Yet:
$ ls -Fla /var/run/ctdb/
total 0
drwxrwxrwx 2 root root 40 Jan 15 21:56 ./
drwxr-xr-x 30 root root 1100 Jan 15 21:29 ../
As you can see, I even made the directory world-writeable in case it
was a problem wit...