ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
2265
|
Thu Jun 28 17:08:32 2007 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | | 2.6.5-1870 | Re: How to change elog directories in windows |
toumbi wrote: | Hi stephan , I remove elog and setup it again wiht the nis installer, and enter Z:\ELOG\ which is a mapping drive of my server directorie.
but it dont work. i have an error code 3 when i register the services with the shortcut "Register ELOG server service" . |
If you see the service config page, then the service is already registered, and you should not use the shortcut "Register ELOG server service" any more. Just change "Startup type" to "Automatic" or "Manual" and click on the "Start" button. |
2266
|
Thu Jun 28 17:12:11 2007 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | 2.6.5 | Re: Error sending Email via "XXX.XXX.XXX.XXX" |
JJ Sheppard wrote: | 220 Welcome to the @Mail v4.4 SMTP Server ( Exim )
EHLO server.XXXX.net
250-MX1.SPIDERHOST.COM Hello server.XXXX.net [XXX.XXX.XX.XX]
250-SIZE 10485760
250-PIPELINING
250-AUTH LOGIN
250 HELP
|
The problem there is that your SMPT server does not reply with
250 OK
which my server does. So elogd was waiting 3 seconds for "OK", and then aborted. I change the code (now in SVN revision 1871) to look for "250 " (with one blank at the end). You have to update from SVN, recompile and try again. Anyhow elogd only supports plain login authentication ("AUTH LOGIN"), which not all SMPT servers accept. You have to see. |
2267
|
Thu Jun 28 17:18:21 2007 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | Windows | 2.6.5-1855 | Re: formating bug : css and Format command |
toumbi wrote: | linkHeading_prompt = 'Indiquez le niveau d'en-tête (1, 2 ou 3)'; |
I changed the code of elogd to surround the strings with "" such as
linkHeading_prompt = "Indiquez le niveau d'en-tête (1, 2 ou 3)";
that should do the job. The fix is in SVN, if you need the Windows executable, you have to wait for the next release. |
2268
|
Thu Jun 28 17:20:18 2007 |
| toumbi | toumbi@yopmail.com | Question | | 2.6.5-1870 | Re: How to change elog directories in windows |
Stefan Ritt wrote: |
toumbi wrote: | Hi stephan , I remove elog and setup it again wiht the nis installer, and enter Z:\ELOG\ which is a mapping drive of my server directorie.
but it dont work. i have an error code 3 when i register the services with the shortcut "Register ELOG server service" . |
If you see the service config page, then the service is already registered, and you should not use the shortcut "Register ELOG server service" any more. Just change "Startup type" to "Automatic" or "Manual" and click on the "Start" button. |
Hi again, See what happen when i install it on Z:\ELOG\ (it is a mapped drive of \\myserver\ELOG\)
Why code 3 ?
Ps: last time , i stopped and registered the service to copie the last version of elogd 1870 |
Attachment 1: elog.JPG
|
|
2269
|
Thu Jun 28 17:23:24 2007 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | | 2.6.5-1870 | Re: How to change elog directories in windows |
toumbi wrote: | Why code 3 ? |
No idea, this is an error coming from Windows. Try to start the service manually via the Service Manager, maybe you get some more error there. Or start elogd interactively in a DOS box, like
z:\ELOG\elogd.exe -v -c z:\ELOG\elogd.cfg
maybe there is some access rights conflict. |
2270
|
Thu Jun 28 17:38:39 2007 |
| toumbi | toumbi@yopmail.com | Question | | 2.6.5-1870 | Re: How to change elog directories in windows |
Stefan Ritt wrote: |
toumbi wrote: | Why code 3 ? |
No idea, this is an error coming from Windows. Try to start the service manually via the Service Manager, maybe you get some more error there. Or start elogd interactively in a DOS box, like
z:\ELOG\elogd.exe -v -c z:\ELOG\elogd.cfg
maybe there is some access rights conflict. |
When i start the service with start button it fail to lunch
but the command z:\ELOG\elogd.exe -v -c z:\ELOG\elogd.cfg work !!
Maybe The service doesn't have access right , ( i see it is Log on with Local System). |
Attachment 1: elog.JPG
|
|
Attachment 2: elog.JPG
|
|
2272
|
Thu Jun 28 19:25:48 2007 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | | 2.6.5-1870 | Re: How to change elog directories in windows |
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. |
2273
|
Thu Jun 28 19:36:06 2007 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | Windows | 2.6.5.1855 | Re: icons\elc_anchor.png is missing ? |
toumbi wrote: | the file icons\elc_anchor.png is missing I setup the windows version. |
It's contained in http://midas.psi.ch/elog/download/windows/elog265-2.exe |