ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
551
|
Thu Jun 3 18:28:02 2004 |
| nait tauh | nait@no2bl.no-ip.com | Question | Linux | 2.5.2 | Re: Using date and subst date |
> Looks like a weird Linux installation. Maybe try to link static:
>
> gcc -O -static -o elogd elogd.c
>
> executable will be much bigger, but maybe work...
Now I have more error. ;(
$ gcc -O -static -o elogd elogd.c
elogd.c:792: warning: conflicting types for built-in function `logf'
/tmp/ccysvxip.o(.text+0x12f3): In function `setgroup':
: warning: Using 'initgroups' in statically linked applications requires at runtime
the shared libraries from the glibc version used for linking
/tmp/ccysvxip.o(.text+0x12cd): In function `setgroup':
: warning: Using 'getgrnam' in statically linked applications requires at runtime
the shared libraries from the glibc version used for linking
/tmp/ccysvxip.o(.text+0x1351): In function `setuser':
: warning: Using 'getpwnam' in statically linked applications requires at runtime
the shared libraries from the glibc version used for linking
/tmp/ccysvxip.o(.text+0x2fe97): In function `server_loop':
: warning: Using 'gethostbyaddr' in statically linked applications requires at
runtime the shared libraries from the glibc version used for linking
/tmp/ccysvxip.o(.text+0x15ca): In function `sendmail':
: warning: Using 'gethostbyname' in statically linked applications requires at
runtime the shared libraries from the glibc version used for linking
Maybe you can post your elogd build.... just for me. :)
nait. |
552
|
Thu Jun 3 20:22:47 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | 2.5.2 | Re: Using date and subst date |
> Now I have more error. ;(
>
> Maybe you can post your elogd build.... just for me. :)
I compiled one (just for you :))), available at
http://midas.psi.ch/elog/download/tar/elogd-snapshot.gz
Unzip it and rename it to "elogd". But if you have problems with missing shared C
libraries, I cannot guarantee that it works. In that case you have to wait for the next
official release. |
553
|
Thu Jun 3 22:05:37 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Request | Linux | 2.5.2 | Re: Mail notification without attachment possible? |
> I just noticed the problem of mail notification with big attachments. For a
> files or photos exchange setup we could run into load and bandwidth problem
> quickly. Any way to restrict mail notification by attributes or without
> attachment?
Use
Email format = 6
to restrict email notifications to URL and attributes only (without
attachment). A size limit for email notifications is right now not implemented. |
554
|
Thu Jun 3 22:22:33 2004 |
| miljan dedic | mde@hvidovre.dk | Bug report | Windows | 2.5.2 | Resubmit as new entry |
Hello,
Elogd crashing when "Resubmit as new entry" is executed.
Tried with demo config, same result, also tried with snapshot version.
After the first crash i restart elogd, then it crashes every time i enter
the logbook containing the entry i tried to "Resubmit as new entry"
Anyone seen same behavior, on win2000 platform ?.
Miljan |
555
|
Fri Jun 4 16:43:34 2004 |
| nait tauh | nait@no2bl.no-ip.com | Question | Linux | 2.5.2 | Re: Using date and subst date |
> I compiled one (just for you :))), available at
>
> http://midas.psi.ch/elog/download/tar/elogd-snapshot.gz
>
> Unzip it and rename it to "elogd". But if you have problems with missing shared C
> libraries, I cannot guarantee that it works. In that case you have to wait for the next
> official release.
Thank you very much.... it work.
nait. |
556
|
Fri Jun 4 16:55:36 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | Windows | 2.5.2 | Re: Resubmit as new entry |
> Elogd crashing when "Resubmit as new entry" is executed.
> Tried with demo config, same result, also tried with snapshot version.
> After the first crash i restart elogd, then it crashes every time i enter
> the logbook containing the entry i tried to "Resubmit as new entry"
> Anyone seen same behavior, on win2000 platform ?.
I fixed this problem, was a stack overflow. New snapshot is available. |
559
|
Wed Jun 16 10:34:04 2004 |
| nait tauh | nait@no2bl.no-ip.com | Request | Linux | 2.5.2 | Re: Mail notification without attachment possible? |
> Use
>
> Email format = 6
>
> to restrict email notifications to URL and attributes only (without
> attachment). A size limit for email notifications is right now not implemented.
Thanks... Email format = 6 works. It cut out the subject too.
Any documentation on Email Format = ??
Thanks,
nait. |
560
|
Wed Jun 16 10:47:26 2004 |
| nait tauh | nait@no2bl.no-ip.com | Question | Linux | 2.5.2 | Re: Using date and subst date |
>
> Thank you very much.... it work.
> nait.
Hi Stefan,
It has a bug. The filter will fail on the initial page of the logbook.
example,
on http://10.10.10.10:10/mylogbook/
when select category filter the system will return
http://10.10.10.10:10/myylogbook/&category=hardware which is bad
on http://10.10.10.10:10/mylogbook/page or page1/page2 etc..other then the initial page,
when select category filter the system return the correct result.
http://10.10.10.10:10/mylogbook/page?category=hardware.
I have not tested 2.5.3.
nait. |