Re: The continuing saga of Buckaroo Croft in LVS land....
Edward Croft <[email protected]>
| Newsgroups | gmane.linux.redhat.piranha |
|---|---|
| Organization | Open Ratings, Inc. |
| Message-ID | <[email protected]> |
A search on util.c returned this. /usr/share/doc/mrtg-2.9.6/contrib/mrtgmk/src/util.c /usr/share/doc/qt-devel-2.3.1/examples/overlay_x11/utilities/sovinfo/sovlayerutil.c /usr/share/texmf/tex/jadetex/jadefmtutil.cnf /usr/share/texmf/web2c/fmtutil.cnf /usr/share/pvm3/tracer/trcutil.c /usr/share/pvm3/xpvm/src/util.c /usr/share/pvm3/xpvm/tracer/trcutil.c /usr/src/linux-2.4.9-e.5/drivers/hotplug/pci_hotplug_util.c /usr/src/linux-2.4.9-e.5/drivers/isdn/avmb1/capiutil.c /usr/src/linux-2.4.9-e.5/fs/cramfs/inflate/infutil.c /usr/src/linux-2.4.9-e.5/fs/devfs/util.c /usr/src/linux-2.4.9-e.5/fs/isofs/util.c /usr/src/linux-2.4.9-e.5/fs/ntfs/util.c /usr/src/linux-2.4.9-e.5/fs/ufs/util.c /usr/src/linux-2.4.9-e.5/ipc/util.c /usr/src/linux-2.4.9-e.5/scripts/lxdialog/util.c Which util.c am I to change. Also, I have downloaded the ipvs-1.0.8 and ipvsadm-1.21. I hope these are what I need. On Thu, 2003-04-24 at 03:41, Sébastien Bonnet wrote: > Edward, > > One question, actually not related to the non-working FOS: why don't you > use the initscript to start/stop the DB ? IMHO, "service postgresql > start/stop" is way more handy (and bulletproof) than your scripts. > > Anyway. So, you're certain your external script isn't called but the > logs don't show anything relevant. > > Step 1 : get piranha sources, edit util.c and uncomment the piranha_log > call in logArgv. Build and install (backup your config). Edit the init > script in order to start pulse in verbose mode. Start pulse. > > Step 2 : have a look at the logs, send us relevant exerpts. > > Step 3 : do a ps auxww | grep -E '(pulse|fos|nanny)' and send the result > to the list. > > I'm confident your problem is a bug I've fixed related to missing args. > After pulse startup, you might not found any nanny (the reason why your > script isn't called). The logs will tell us. > > If this is really the problem (using an external script with a buggy > piranha), have a look at the list archives, you'll find a patch I've > written fixing this (and other things).