|
From: Damyan I. <da...@mo...> - 2007-05-02 15:04:46
|
-=| Michael Weissenbacher, 2.05.2007 17:18 |=- > Hi Alex, >> I've tried myself before giving an advice. It works for me. >> Try to start dummy connection (with known PID of fb_inet_server) and try to >> kill it (fb_inet_server) with signal 11 (SIGSEGV). You should have core file >> in your root directory (to be precise, in fb_inet_server CWD, may be it's >> not "/" in your case?). > Tried it, no core file was created. Maybe the problem is that i run > fb_inet_server as user firebird, not root. The user firebird cannot > write to /, is there a way to set the cwd, say to /usr/local/firebird/? A tiny wrapper could help: ________________________________________________ #!/bin/sh cd /usr/local/firebird exec /usr/local/firebird/bin/fb_inet_server ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ put this somewhere, make it executable and change the xinetd entry to use it instead of the plain fb_inet_server dam -- Damyan Ivanov JabberID: da...@ja... |