Displaying 2 results from an estimated 2 matches for "tenzin".
Did you mean:
penzin
2020 Sep 29
2
[CTDB] "use mmap = no" Causes wibind to fail
...rsion 2:4.9.5+dsfg-5 with
lustre 2.13.0.
The problem I'm experiencing is pretty straightforward, if I set "use mmap
= no" in my global config (as suggested by the wiki), winbind fails to
start and the cluster grinds to a halt. Here is the error messages from
systemd:
Sep 28 22:14:17 tenzin systemd[1]: Starting Samba Winbind Daemon...
Sep 28 22:14:18 tenzin winbindd[21609]: [2020/09/28 22:14:18.037190, 0]
../source3/lib/dbwrap/dbwrap_ctdb.c:1924(db_open_ctdb)
Sep 28 22:14:18 tenzin winbindd[21609]: Could not open tdb
/var/lib/ctdb/volatile/g_lock.tdb.0: Invalid argument
Sep 28 22:1...
2005 May 23
1
Handling of SIGUSR1 in dispatch.fcgi
The latest version of dispatch.fcgi in the trunk has
the following code snippet:
trap("USR1") do
# Go to exit as soon as possible.
end
One of the issues I encountered while debugging
fcgi under windows is that SIGUSR1 is not supported
in the native Windows version of Ruby (though it is
in cygwin).
Currently, I have it commented out to allow dispatch.fcgi
to run without blowing up.