ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
1485
|
Mon Oct 24 19:33:41 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Other | 2.6.0 b4 | Re: Login screen reappears after correct login |
Daniel Broers wrote: | But why would one client have problems while others don't? |
You had the login expiration at 1 hour, and the time was off by one hour I guess. But each client's time is only accurate to a few minutes, so some of them had a difference to the server of 59 mins, and other had 1:01 mins. Since you had a login expiration of 1 hour, only the second one failed, while the first one should have worked for about one minute. |
1545
|
Mon Dec 12 15:17:39 2005 |
| Willem Koster | W.Koster@rc.rug.nl | Question | Other | ELOG V26b5 | duplicate & presets |
I'm (mis)using elog as a database. I like the fact that I can have presets for fields, but I also like the fact
that I can make a duplicate of an entry. Now when I make a duplicate, all the fields get overwritten with the
preset-value. Is there a way to get the preset-values only on entering a NEW reord and NOT on a duplicate ?
I could take away the presets, most of them are "***" (literally) to be able to search for entries that do not
have a value, but I don't know how to search for empty fields.
PS: They wanted to do a CMDB in BMC-Magic (really expensive $$$-ware), but after about 1 afternoon (and about 6
prototypes) they went with elog since it was fast, cheap and already implemented (and filled with 200 entries
through a script using some old CSV list we had lying around) :-)
|
1644
|
Thu Feb 2 03:19:44 2006 |
| Angus Au | angus_au@promina.com.au | Question | Other | 2.6.1 | compiling elog 2.6.1 on solaris platform |
I came across problem in compiling elog 2.6.1 on solaris platform.
The messages "
# make
gcc -o elog src/elog.c -lutil -lsocket -lnsl
ld: fatal: library -lutil: not found
ld: fatal: File processing errors. No output written to elog
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `elog'
It seems to me that library libutil does not exist on solaris platform.
Is there any fix ? I can compile elog 2.6.0 successfully on solaris. |
1645
|
Fri Feb 3 11:54:22 2006 |
| Willem Koster | W.Koster@rc.rug.nl | Bug report | Other | 2.6.1 | [261] problem with month selection |
I have several date-fields defined in my logboek. But when I click the icon and select another month the pop-up
window get's filled with the contants of the logboek instead of the date-selection.
Date format = %Y%m%d |
1646
|
Fri Feb 3 12:38:57 2006 |
| Willem Koster | W.Koster@rc.rug.nl | Question | Other | 2.6.1 | sort after find |
When I do a find (like Field1 = XXX )
and then try to sort the results I get the entire list again (but sorted) instead of the sorted results.
But when I fabricate a url manually like
http://elog.com/Forum/?mode=summary&npp=990&Field1=XXX&sort=field2
I do get the search-results nicely sorted.
Obviously I would like to be able to sort the result of a find-query.
Is this a bug or a feature request ? |
1647
|
Fri Feb 3 13:10:14 2006 |
| Willem Koster | W.Koster@rc.rug.nl | Question | Other | 2.6.1 | Re: compiling elog 2.6.1 on solaris platform |
[quote="Angus Au"]I came across problem in compiling elog 2.6.1 on solaris platform.
Is there any fix ? I can compile elog 2.6.0 successfully on solaris.[/quote]
There is a fix, we have 2.6.1 running on Solaris.
A colleague of me installed it and did mention something about having to go through the source and adapting the
makefile. I didn't hear him speak of missing libraries though, I will ask him next week. |
1650
|
Mon Feb 6 08:27:40 2006 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Other | 2.6.1 | Re: compiling elog 2.6.1 on solaris platform |
Angus Au wrote: | ld: fatal: library -lutil: not found |
The util library was added recently because of the new shell substitution functionaly, which requires the forkpty() function call. If you know in which library the forkpty is available on solaris, the makefile could be adjusted accordingly. If the forkpty is not available at all, we have to disable the shell substitution under solaris via conditional compilation. |
1651
|
Mon Feb 6 12:52:09 2006 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | Other | 2.6.1 | Re: [261] problem with month selection |
> I have several date-fields defined in my logboek. But when I click the icon and select another month the pop-up
> window get's filled with the contants of the logboek instead of the date-selection.
Ups, that problem must have been there for quite some time now. I fixed it in the current SVN version. |