Ignore:
Timestamp:
Dec 3, 2010, 10:44:38 PM (14 years ago)
Author:
katerina
Message:

Fix for ticket #229 (malfunction on CentOS 4.8 / gcc4), documentation update.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/HOWTO-samhain-on-windows.html

    r297 r307  
    278278the Cygwin filesystem view, i.e. <tt>/cygdrive/c/...</tt>, otherwise
    279279samhain may not work from a pure DOS shell, and may not run as a Windows
    280 service.
     280service [Rainer Wichmann].
    281281</p>
    282282</div>
     
    399399</li>
    400400</ul>
     401<div class="block">
     402<p>
     403It seems that start/stop/restart the service does not work if samhain
     404is configured to run as a daemon, because the Windows service manager
     405cannot track the forked daemon process.
     406</p>
     407<p>Therefore, if you run Samhain as a Windows service, it might be better
     408to configure it as a 'normal' process which does not fork a daemon:
     409<ul>
     410  <li>
     411    Set 'Daemon = no' in the samhainrc configuration file.
     412  </li>
     413  <li>
     414    Edit the key HKEY_LOCAL_MACHINE-&gt;SYSTEM-&gt;CurrentControlSet-&gt;Services-&gt;Samhain->Parameters to add a string value named 'AppParameters', with
     415    the value '--forever'.
     416  </li>
     417</ul>
     418[Rainer Wichmann].
     419</p>
     420</div>
    401421<p>
    402422Also see <a href="http://support.microsoft.com/kb/q137890/">http://support.microsoft.com/kb/q137890/</a> for information regarding the creation of a
Note: See TracChangeset for help on using the changeset viewer.