ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
694
|
Wed Sep 8 15:52:00 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | 2.5.4 | Re: PostScript Files shown as text. |
> At some point, in the last week or so, I upgraded the debian-unstable
> version (r1459-1) of elog. Now, PostScript files (as attachments) are
> displayed (shown in ascii text, instead of just showing the link).
>
> Is there an option in the elog.cfg to only display certain files (like .gif
> or .jpg).
See elog:691 . In the latest CVS version, postscript files are not displayed
any more inline, but the next debian release will take some time, maybe you can
compile from source... |
700
|
Mon Sep 13 20:44:35 2004 |
| Christopher Jones | cjjones@zombieworld.com | Question | Windows | 2.5.4-2 | Use Email From not Working as Before... |
Hi,
We just recently upgraded from an older version of Elog to the latest and
greatest, 2.5.4-2. Everything is workinly nicely, except the "Use Email
From" option does not seem to work as before. We have the option set so
that all e-mail that is sent should be from a single address, but instead it
just ignores that address and uses the e-mail address of the user currently
logged in.
I have this set in the global section of the elogd.cfg:
Use Email From = elog@****.com
Please let me know if this is the intended function or if it may possible be
a bug.
Thanks,
Chris |
707
|
Wed Sep 15 00:16:19 2004 |
| | | Question | Windows | 2.5.4-2 | Re: Use Email From not Working as Before... |
I gave the user email address priority over the "Use email from" option, that
means only if the user does not have an email address, then the "Use email from"
value is used. Now I realize that the priority is maybe wrong, so I should give
the "use email from" switch the highest priority. Only if this flag is not
present, then the system uses the user's email address. If that one is not
present, too, then the system uses "elog@<host>".
I applied this change to the CVS version, so let me know if it is ok with you. |
710
|
Tue Sep 28 22:44:50 2004 |
| roets | jim.roets@valero.com | Question | Linux | | Attachment file "" empty or not found |
I am getting the following error message with version 2.5.4-4 when I try to
add a new entry to a log book.
Attachment file "" empty or not found
If I add the following line to me elogd.cfg I do not get the error, but will
not be able to use attachments.
Enable attachments = 0
I recently upgraded from version 2.2.5 which did not have the problem. I
did not see anything in the changelog referencing this type of change to how
attachments are handled.
I there something I need to set in the config so that an attachment is not
expected every time a new entry is made? |
711
|
Wed Sep 29 01:28:22 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | | Re: Attachment file "" empty or not found |
That problem has been fixed in 2.5.4-5 |
741
|
Sun Oct 17 22:47:39 2004 |
| G | levineg@med.govt.nz | Question | Other | 2.5.3 | Re: ELOG e-mail notifications - their arrival time is wrong |
Ok, i compiled the code below and ran it,
it prints out:
timezone: 134513644
but in BASH shell if i type DATE, then this is the output:
Mon Oct 18 09:44:00 NZDT 2004
so it does know about NZ time...
Anyone got ideas?
Thanks all.
G.
> > Date: Mon, 11 Oct 2004 12:26:28 -3736512
>
> The timezone offset (-3736512) is obtained from the "timezone" variable, which
> is initialized with the tzset() function inside elogd. See "man tzset" for
> details. It looks like if the timezone on your FreeBSD box is not correctly
> defined.
>
> Try to compile and execute following C program:
>
> #include <stdio.h>
> #include <time.h>
>
> main()
> {
> tzset();
> printf("timezone: %d\n", timezone);
> }
>
> This should print something like "timezone: -3600". If not, you might consider
> defining the "TZ" environment variable. Maybe some FreeBSD expert knows some
> details about this. |
756
|
Mon Nov 1 03:08:34 2004 |
| Martin R. Picchio | mpicchio@chpnet.org | Question | | 2.5.4-6 | Compile of Elog |
If I make changes to the elog source, How do I re-compile it and not
distrupt the program?????? |
758
|
Mon Nov 1 10:32:57 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | | 2.5.4-6 | Re: Compile of Elog |
> If I make changes to the elog source, How do I re-compile it and not
> distrupt the program??????
There ist only a problem if you replace the currently running executable. You
sould first stop elogd, then replace the executable, then restart it. This ist
true both for Windows and Linux. |