ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
67813
|
Wed Feb 25 03:28:24 2015 |
| Banata Wachid Ridwan | jogjacard@yahoo.com | Question | Windows | 3.0.0 | Enter past date for logbook |
Is it possible to enter past date in logbook
I forgot to enter log yesterday, is it possible to add up now? |
67812
|
Fri Feb 20 16:18:36 2015 |
| David Pilgram | David.Pilgram@epost.org.uk | Question | Linux | 2.7.1 | Re: maximum attributes for drop down menu. |
Hi Rob,
I don't think the default number of 100 has ever changed. However, you can change the number in the source
code and recompile. This was discussed in elog:67674
I increased my maximum from 100 to 120 and recompiled. At some point, though, you'll overflow some stack or other, and maybe that's why you've got the limit of 250. You might also want to consider Andreas's alternative (which I am also thinking about).
rob wrote: | We use a servername field to be able to select a server.
When i entered my entire serverlist (574 entries), only 250 of them show up.
Looking at the online documentation about attributes, it is stated that there is a maximum of 100 entries.
With the version we are using (2.7.1) it seems the limit is 250
Can someone tell me if version 3 has the same limitation, or that the max has been increased?
Rob. |
|
67811
|
Fri Feb 20 11:04:03 2015 |
| rob | rob@5db.nl | Question | Linux | 2.7.1 | maximum attributes for drop down menu. |
We use a servername field to be able to select a server.
When i entered my entire serverlist (574 entries), only 250 of them show up.
Looking at the online documentation about attributes, it is stated that there is a maximum of 100 entries.
With the version we are using (2.7.1) it seems the limit is 250
Can someone tell me if version 3 has the same limitation, or that the max has been increased?
Rob. |
67810
|
Wed Feb 18 04:57:32 2015 |
| Alan Grant | agrant@winnipeg.ca | Question | Windows | 2.9.2 | Elog stability with multiple users |
Are there any known or reported daemon stability issues with an increase of concurrent users logged in to view and search entries, while the elog client is also adding 5 to 10 new entries every minute during a peak 2-hour period each day? |
67809
|
Fri Feb 13 21:18:46 2015 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | Mac OSX | 3.0.0 | Re: Fail to install in mac |
Point your browser to http://localhost:8080 as written in the documentation
Alex wrote: |
Thanks! now install works fine - but I cannot find how to open and start writing- I do
/usr/local/sbin/elogd
elogd 3.0.0 built Feb 13 2015, 16:42:32 revision 21dc563
CKeditor detected
ImageMagick detected
Indexing logbooks ... done
Server listening on port 8080 ...
but nothing pops up...I mean it is not possible to run "offline" ie locally on my mac ?
|
|
67808
|
Fri Feb 13 20:36:59 2015 |
| Alex | alkaloge@cern.ch | Bug report | Mac OSX | 3.0.0 | Re: Fail to install in mac |
Thanks! now install works fine - but I cannot find how to open and start writing- I do
/usr/local/sbin/elogd
elogd 3.0.0 built Feb 13 2015, 16:42:32 revision 21dc563
CKeditor detected
ImageMagick detected
Indexing logbooks ... done
Server listening on port 8080 ...
but nothing pops up...I mean it is not possible to run "offline" ie locally on my mac ?
|
67807
|
Fri Feb 13 19:47:43 2015 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | Mac OSX | 3.0.0 | Re: Fail to install in mac |
Sorry I forgot to include the elogd.plist file in the distribution. I attached it to this entry, so just copy it into the elog root directory and run again "make install".
/Stefan
Alex wrote: |
Hi
I am trying to install to mac 10.10.2 - everything works almost fine, but when I issue the sudo make install I get
Installing example logbook to /usr/local/elog/logbooks/demo
install: logbooks/demo/2001/011108a.log -> /usr/local/elog/logbooks/demo/2001/011108a.log
install: elogd.plist: No such file or directory
make: *** [install] Error 71
Any idea why ?
Thanks
Alex
|
|
Attachment 1: elogd.plist
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>ch.psi.elogd</string>
<key>ProgramArguments</key>
<array>
<string>/usr/local/sbin/elogd</string>
<string>-c</string>
<string>/usr/local/elog/elogd.cfg</string>
</array>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>
|
67806
|
Fri Feb 13 16:43:00 2015 |
| Alex | alkaloge@cern.ch | Bug report | Mac OSX | 3.0.0 | Fail to install in mac |
Hi
I am trying to install to mac 10.10.2 - everything works almost fine, but when I issue the sudo make install I get
Installing example logbook to /usr/local/elog/logbooks/demo
install: logbooks/demo/2001/011108a.log -> /usr/local/elog/logbooks/demo/2001/011108a.log
install: elogd.plist: No such file or directory
make: *** [install] Error 71
Any idea why ?
Thanks
Alex
|