Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG, Page 146 of 807  Not logged in ELOG logo
ID Date Icon Author Author Email Category OS ELOG Version Subjectdown
  67954   Fri Jun 5 12:01:01 2015 Reply Stefan Rittstefan.ritt@psi.chQuestionWindowsV3.0.0-72a8401Re: option transfer

No.

Neal Grafton wrote:

Can the chosen text in a dropdown menu be automatically transfered (copied) to this Text box?

 

  67957   Fri Jun 5 13:06:22 2015 Reply Neal Graftonneal.grafton@stfc.ac.ukQuestionWindowsV3.0.0-72a8401Re: option transfer

OK Thanks

I was trying to save the operator repeatedly typing in standard messages.

 

Stefan Ritt wrote:

No.

Neal Grafton wrote:

Can the chosen text in a dropdown menu be automatically transfered (copied) to this Text box?

 

 

  67958   Fri Jun 5 13:19:43 2015 Reply Stefan Rittstefan.ritt@psi.chQuestionWindowsV3.0.0-72a8401Re: option transfer

There are browser extensions for that like "Autofill Forms" for Firefox. You can even link text templates to a single key.

Neal Grafton wrote:

OK Thanks

I was trying to save the operator repeatedly typing in standard messages.

 

Stefan Ritt wrote:

No.

Neal Grafton wrote:

Can the chosen text in a dropdown menu be automatically transfered (copied) to this Text box?

 

 

 

  67962   Fri Jun 5 19:35:34 2015 Reply Andreas Luedekeandreas.luedeke@psi.chQuestionWindowsV3.0.0-72a8401Re: option transfer
Why would you transfer the message to the text box?
 
You can have a "Message" attribute, which is an option list.
If the first option "Custom" is chosen, then you get an additional field "Custom Message".
We have an attribute "Entry type", there we could add the type "Message", if the attribute should not exist for other types of entries.
 
As an alternative you can have bookmarks in your browser, where the title field is preset already in the URL. In this Forum you can preset the Subject field by:
https://midas.psi.ch/elogs/Forum/?cmd=New&ignore=1&pSubject=test:please+ignore
 
Cheers
Andreas
Neal Grafton wrote:

OK Thanks

I was trying to save the operator repeatedly typing in standard messages.

 

Stefan Ritt wrote:

No.

Neal Grafton wrote:

Can the chosen text in a dropdown menu be automatically transfered (copied) to this Text box?

 

 

 

  66929   Thu Nov 11 11:08:32 2010 Reply Christoph Kukulieskukulies@physik.rwth-aachen.deQuestionLinux2333Re: openssl - openssl/ssl.h

Christoph Kukulies wrote:

Nasty nasty. I prepared a longish post and only because I forgot to click an Icon of choice, all my message is lost.

 

Thus in short:

 

openssl/ssl.h isn't there.

 

I assume I got to get it from openssl.org.

But where do I put it in the compilation tree?

 

--

Christoph

 

 Replying to my own post: libdev-ssl wasn't installed.

--

Christoph

 

  65629   Mon Oct 22 17:38:32 2007 Reply Stefan Rittstefan.ritt@psi.chQuestionWindows2.6.5-1890Re: opening a local html file
Have a look at 

http://kb.mozillazine.org/Links_to_local_pages_don't_work
  2208   Thu Apr 19 07:41:19 2007 Reply Stefan Rittstefan.ritt@psi.chQuestionWindows Re: ok i give up - i have to admit - i do not understand the instructions

marion wrote:
is there a possibility to get instructions in newbie language?


No. You need some basic knowledge to run elog. Without this knowledge, it's better if you use some other package.
  67254   Fri Apr 27 00:29:56 2012 Reply Mark Bergmanmark.bergman@uphs.upenn.eduRequestLinux2.9.1Re: obfuscate password in verbose logging
> I'd suggest that the "-v" option hide passwords. If they need to be revealed for debugging

As a work around, I've changed the elogd startup script to do:

        /usr/local/sbin/elogd -v -c /usr/local/elog/elogd.cfg 2>&1 | perl -ne '$|=1; if ( $_ =~ /name="upassword"/
) {<>; <>;} else { print "$_";}' > /var/log/elog 2>&1 &

That simply throws away lines that match the pattern:

    name="upassword"

and the following 2 lines (the last of which contains the password).
ELOG V3.1.5-3fb85fa6