|
Demo
Discussion
|
Forum
Config Examples
Contributions
Vulnerabilities
|
Discussion forum about ELOG |
Not logged in |
 |
|
|
Message ID: 2298
Entry time: Fri Jul 20 16:13:07 2007
In reply to: 2272
|
|
Category: |
Question |
OS: |
|
ELOG Version: |
2.6.5-1870 |
|
Subject: |
Re: How to change elog directories in windows |
|
|
Stefan Ritt wrote: |
toumbi wrote: | Maybe The service doesn't have access right , ( i see it is Log on with Local System). |
In that case it might help to run elog under your personal account. |
I finaly found how to do it.
Replacing Z: by \\server.com\ELOG\ and running the service with my personnal acount
cmd /K net stop elogd
regedit
change ImagePath of HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\elogd to "\\server.com\ELOG\elogd.exe" -D -c "\\server.com\ELOG\elogd.cfg"
close regedit
cmd /k net start elogd |