#include statements and attachment visibility, posted by Yoshio Imai on Thu Feb 28 19:07:19 2008
|
Hi!
First of all, thank you again for the great software and all the support.
|
Re: #include statements and attachment visibility, posted by Stefan Ritt on Thu Mar 6 14:03:17 2008
|
[quote="Yoshio Imai"]Recently, one collaborator here noted that it would be helpful if the preview of attached files could be disabled on a file-by-file
basis (via a checkbutton next to the "Upload" button maybe?). This applies e.g. to cases where someone performs a measurement outside of routine operations
and attaches the ASCII data file (preview not wanted, in particular if it contains many lines) and the graph representing the evaluation (preview wanted). |
Re: #include statements and attachment visibility, posted by Yoshio Imai on Thu Mar 6 18:19:48 2008
|
Thanks you! I just installed the new revision, and it works.
However, it does not seem to work in list mode (with attach=1 option): elog still shows [I]all[/I] the lines of attached text files there.
|
Re: #include statements and attachment visibility, posted by Stefan Ritt on Fri Mar 7 08:01:44 2008
|
[quote="Yoshio Imai"]However, it does not seem to work in list mode (with attach=1 option): elog still shows [I]all[/I] the lines of attached text files
there.
|
Re: #include statements and attachment visibility, posted by Yoshio Imai on Fri Mar 7 13:07:34 2008
|
Thank you, works perfectly! |
Problem with Email Notification, posted by mike cianci on Sat Mar 1 07:40:18 2008
|
Sorry to bother you with this, but I am not a programmer and this is probably a simple question but I need some help if someone has the time.
Under Global I have the command - SMTP host = smtp.comcast.net
ELOG responds with - Error sending Email via "smtp.comcast.net": 5.1.0 sender rejected : invalid sender domain |
Re: Problem with Email Notification, posted by Stefan Ritt on Sat Mar 1 15:08:07 2008
|
mike cianci wrote:
Sorry to bother you with this, but I am not a programmer and this is probably a simple question but I need some help |
Problem updating from 2.7.2 to 2.7.3, posted by Uwe on Tue Feb 26 03:06:06 2008
|
Hello,
I am trying to update from version V2.7.2-2041 to V2.7.3 but getting the attached error message. OS is
Windows 2003. I installed the update on Windows XP without a problem. Does anybody know ho to solve that problem? Thanks! |
Re: Problem updating from 2.7.2 to 2.7.3, posted by Stefan Ritt on Wed Feb 27 03:46:28 2008
|
Uwe wrote:
Hello, |
Re: Problem updating from 2.7.2 to 2.7.3, posted by Uwe on Thu Feb 28 01:56:53 2008
|
Stefan
Ritt wrote:
|
elog hand once mirror started, posted by stephane on Thu Feb 21 12:55:56 2008
|
Hello,
When I started elogd on the mirror server, I can access to the website on it until cron job started. Once cron job started, the elog mirror server
hang and I can't obtain any response on it. |
Re: elog hand once mirror started, posted by Stefan Ritt on Thu Feb 21 14:36:32 2008
|
stephane wrote:
Hello, |
Re: elog hand once mirror started, posted by stephane on Thu Feb 21 15:09:25 2008
|
Stefan Ritt wrote:
|
Re: elog hand once mirror started, posted by Stefan Ritt on Thu Feb 21 17:18:55 2008
|
stephane wrote:
|
Re: elog hand once mirror started, posted by stephane on Fri Feb 22 06:32:48 2008
|
Stefan
Ritt wrote:
|
Re: elog hand once mirror started, posted by stephane on Fri Feb 22 08:38:38 2008
|
stephane
wrote:
|
elog hand on destination mirror server, posted by stephane on Thu Feb 21 12:50:53 2008
|
Hello,
When I start elogd on the mirror destination server, until cron job started, I can access to the website normaly. Once cron job started, I can't
access to the website of the elog mirror destination server. |
error "Cannot retrieve host name: No error" using command line in Windows, posted by Dan Gawarecki on Fri Feb 15 22:55:11 2008
|
I automatically install software on 3 machines in our lab, and at the end of the process, use eLOG to record relevant information for each machine (all
running Windows XP) via the command line program elog.exe. 2 of the machines log their info correctly,
but on third machine, I get the following error: |
Re: error "Cannot retrieve host name: No error" using command line in Windows, posted by Stefan Ritt on Mon Feb 18 07:03:29 2008
|
Dan Gawarecki wrote:
I automatically install software on 3 machines in our lab, and at the end of the process, use eLOG to record |
Re: error "Cannot retrieve host name: No error" using command line in Windows, posted by Dan Gawarecki on Mon Feb 18 17:25:42 2008
|
Stefan:
Thanks for the analysis and information. Why am I not surprised that the "No error" came from Windows!?
I tried some of your suggestions with the following results: |
Re: error "Cannot retrieve host name: No error" using command line in Windows, posted by Stefan Ritt on Mon Feb 18 17:51:49 2008
|
Dan Gawarecki wrote:
QUESTION: does command line ELOG connect differently than ELOG through the browser? |
Re: error "Cannot retrieve host name: No error" using command line in Windows, posted by Dan Gawarecki on Mon Feb 18 22:20:02 2008
|
Since both my machine and the Elog server PC are inside my company's "security zone", I am not running a firewall on my machine.
For what it's worth: in trying to research the "No error" message, I did come across this information on MS's website; that is, |
elog crashing on startup, posted by Jeff Stoner on Fri Feb 15 22:24:38 2008
|
I installed elog 2.7.2 rev 2041 into /data/elog on Redhat ES 4 Update 4. This is my initial elogd.cfg file:
[global]port = 80 |
Re: elog crashing on startup, posted by Stefan Ritt on Mon Feb 18 08:00:44 2008
|
Jeff Stoner wrote:
I create 14 of them, one for every 2 letters of the English alphabet and 0-9. The logbook name and Subdir |
move mxml code into elog's src directory, posted by Jeff Stoner on Fri Feb 15 03:16:45 2008
|
The mxml source code should be moved into the elog-*/src directory. This requires changing the Makefile to:
MXMLDIR = src/mxml
Reason for change: if you want to build several versions of elog and you unpack the distributions in the same top-level directory, the most recently |
Re: move mxml code into elog's src directory, posted by Stefan Ritt on Fri Feb 15 06:59:52 2008
|
Jeff Stoner wrote:
The mxml source code should be moved into the elog-*/src directory. This requires changing the Makefile |