ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
65894
|
Mon Jun 2 12:17:53 2008 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | | Re: using elog client in secure mode |
Luc Goossens wrote: |
I am trying to enter a log record in secure mode into a log book hosted on an apache server (v2.7.2).
[atlt0dev@voatlas04]~% elog -v -s -h prod-grid-logger.cern.ch -p 443 -u myuser -w mypassword -d elog -l "ATLAS+Tier0+Operations+Logbook" -a Subject=foobar
|
Your problem is the wrong password parameter. The "-w" password is only if a write password is defined in the config file. If the user level access is chosen however, you have to specify the username/password pair only separated by a blank such as in
elog ... -u myuser mypwassword ...
|
65897
|
Mon Jun 2 23:41:15 2008 |
| Dennis Seitz | dseitz@cosmology.berkeley.edu | Question | All | latest | Re: Re: $entry time not readable by Subst, else not datetime type? |
Stefan Ritt wrote: |
Dennis Seitz wrote: | OK, now I realize how stupid I sound here. To partially answer my own question: $entry time is a string and Last Edit is now a number since I have changed it to the datetime type so that it will sort properly.
So I can't make Last Edit = $entry time. Is there some way I can access the entry time in datetime format so that I can set Last Edit equal to that? |
Ok, now I got your point. Sorry for the late reply, but I was extremely busy the last few weeks. I added the missing functionality to elog revision 2108, so the 'subst on edit Last Edit = $entry date' does now work. |
Thanks! Do you mean '$entry time', or did you create a new parameter? (I don't see $entry date in the elogd.cfg reference)
Anway, thank you! |
65898
|
Tue Jun 3 12:47:13 2008 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | All | latest | Re: Re: $entry time not readable by Subst, else not datetime type? |
Dennis Seitz wrote: | Do you mean '$entry time', or did you create a new parameter? (I don't see $entry date in the elogd.cfg reference) |
Yes, of course I mean '$entry time', sorry for the misspelling. |
65901
|
Thu Jun 5 01:38:17 2008 |
| Dennis Seitz | dseitz@cosmology.berkeley.edu | Question | All | latest | Re: Re: $entry time not readable by Subst, else not datetime type? |
Stefan Ritt wrote: |
Dennis Seitz wrote: | Do you mean '$entry time', or did you create a new parameter? (I don't see $entry date in the elogd.cfg reference) |
Yes, of course I mean '$entry time', sorry for the misspelling. |
Well, we really appreciate the way you keep adding features and making improvements. I thought you might have slipped a new one in! |
65905
|
Fri Jun 6 11:24:49 2008 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | | 2.7.3-2104 | Re: Conditional Attributes Boolean? |
Grant Jeffcote wrote: | After searching the manual and not finding (missing?) the answer is it possible to add conditional statements to a Boolean attribute? I would like a tick box to be able to trigger an event when submitted. |
Conditions are not possible with boolean attributes. You have to define the attribute as a list like
Attributes = ..., Flag, ...
Options Flag = Yes{0}, No{1}
{0} ...
{1} ...
|
65906
|
Fri Jun 6 11:26:37 2008 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | | | Re: Is there a way to indicate when an entry has been edited? |
Dennis Seitz wrote: |
You've probably seen my other posts on this subject.
I want to be able to re-edit some entries but I need some way to know the dates entries were re-edited.
Am I just approaching this the wrong way? Should I disable re-editing of entries and use threads to follow changes by posting replies to an entry?
The only problem with that is that if I make a mistake I will have to submit a new entry to fix it.
|
Please read the FAQ |
65907
|
Sat Jun 7 01:43:52 2008 |
| parrish | pmk@yahoo.com | Question | Windows | | multi-headings |
how can you have more than 1 heading like in this forum. Example is: Demo and Discusion and have diferent sub heading under each one?
So example if Demo is selected you get one group of tabs to select from and if Discussion is selected you get a different second set of tabs to choise from.
Thanks in adavance |
65908
|
Sat Jun 7 11:10:48 2008 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Windows | | Re: multi-headings |
parrish wrote: |
how can you have more than 1 heading like in this forum. Example is: Demo and Discusion and have diferent sub heading under each one?
So example if Demo is selected you get one group of tabs to select from and if Discussion is selected you get a different second set of tabs to choise from.
Thanks in adavance
|
You can do this by defining groups. For this forum I did
Group Demo = Linux Demo, Database
Group Discussion = Forum, Config Examples, Contributions, Vulnerabilities
where each name on the right side of the equal sign is an individual logbook. |