ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
67563
|
Wed Sep 11 17:12:52 2013 |
| Hal Proctor | hproctor2@gmail.com | Bug report | All | latest | Re: Find by date/time |
David Pilgram wrote: |
Hal Proctor wrote: |
Is it a time zone issue or a setting issue related to the FIND by date / time issue?
It seems to add an hour to each of the time selections once you select SEARCH. see attached pics
|
One hour adrift at this time of the year sounds like daylight saving. Or compensation thereof. What is your computer clock set to (not what time the clock reads)?
Personally I think it rather naughty that [at least older] Windoze automatically sets the clock one hour forward the first reboot after the spring switch forward, and the same in the autumn back. What if you'd already done it, like all the rest of the clocks in the house?
|
But it shouldn't use a calculation of any means when the search criteria is entered. I did not choose "LAST DAY", I specifically entered a time, and THAT time should be used for the search. |
67595
|
Fri Nov 1 14:14:03 2013 |
| Hal Proctor | hproctor2@gmail.com | Question | Linux | 2.9.2-1 | Re: kerberos authentication NOT working |
Fabio Sella wrote: |
Hi guys,
we configured a kdc server using OPENLDAP as backend. We installed on it elog and configured the Kerberos Authentication on one logbook as follows:
Authentication = Kerberos, File
Kerberos Realm = TEST.COM
Password file = ./pwd.xml
⇄
Detect language » Italian
Even if the kinit comand is retrieving correctly a ticket for the user tsearch@TEST.COM(we see it using klist and tcpdump on lo interface), elogd kerberos authentication is not working.
We tried using tcpdump for troubleshooting but no traffic is generated on the loopback interface.
Did someone solve this problem or do you have an idea on how to make the kerberos authentication working?
Thanks
|
I have asked for same help, and no one has answered with a solution on implementing a kerberos . I saw exactly what you were seeing. (did you try fully qualifying the domain within the username field for logon? \\TEST.COM\username)
I still couldn't get it to work |
67608
|
Wed Nov 13 14:27:34 2013 |
| Hal Proctor | hproctor2@gmail.com | Question | Linux | 2.9.2-2475 | Re: date and time |
> [13 Nov] > As my threads have lots of replies, I end up with a forest of ">" characters which makes it difficult to read > earlier quoted entries (what with word-wrapping of the browser). > I thought to replace the ">"s by a simple date entry prepended to the start of each reply. - much as I have > given at the top of this initial entry. > > So this is what I put in the config file: > > .... > Time format = %a %d %b %y > Date format = %d %b > Prepend on reply = [$date] \n > ... > > The time is used in the string for the Thread display. > > Only I don't get the date, with the date format, prepended to replies but the time, in the time format, as > > [Wed 13 Nov 13] > > Now this is hardly a disaster, but any ideas why the date formatting is being ignored?
https://midas.psi.ch/elogs/Forum/67405
Why all the > Characters? Maybe back off the version as stated in above link? Not sure about the date issue. |
67707
|
Wed Oct 22 19:52:58 2014 |
| Hal Proctor | hproctor2@gmail.com | Question | Windows | 2.9 | Network Questions |
Our network team is doing some upgrades and would like the following questions answered if possible.
1: Is the application able to communicate with a Domain controller running Windows Server 2012 R2?
And....
2: Is the application able to function in a Windows 2008 R2 domain and forest functional level?
Thanks for your help,
Hal |
68006
|
Wed Jun 10 17:30:34 2015 |
| gary holman | holman@uw.edu | Question | Linux | V2.9.1-244 | Different timezone settings for each elog |
I have multiple elogs running on a server. Is it possible to set one elog to a different timezone? For example, I run an elog for a group in Washington state, and another elog for a collaboration group in Germany. I would like to set each elog to their respective timezone.
thanks,
Gary |
Draft
|
Wed Jun 10 20:18:06 2015 |
| gary holman | holman@uw.edu | Question | Linux | V2.9.1-244 | Re: Different timezone settings for each elog |
<p> </p>
<table align="center" cellspacing="1" style="border:1px solid #486090; width:98%">
<tbody>
<tr>
<td style="background-color:#486090">Stefan Ritt wrote:</td>
</tr>
<tr>
<td style="background-color:#FFFFB0">
<p>The elog server grabs the local timezone from the underlying OS. Under Linux, you can change the timezone using the TZ environment variable. See here: <a href="http://www.cyberciti.biz/faq/howto-linux-set-time-zone-per-user-basis/">http://www.cyberciti.biz/faq/howto-linux-set-time-zone-per-user-basis/</a></p>
<p>If you need different time zones on the same server, you have to create two accounts and run two instances of elogd on these accounts.</p>
<p> </p>
<table align="center" cellspacing="1" style="border:1px solid #486090; width:98%">
<tbody>
<tr>
<td style="background-color:#486090">gary holman wrote:</td>
</tr>
<tr>
<td style="background-color:#FFFFB0">
<p>I have multiple elogs running on a server. Is it possible to set one elog to a different timezone? For example, I run an elog for a group in Washington state, and another elog for a collaboration group in Germany. I would like to set each elog to their respective timezone. </p>
<p>thanks,</p>
<p> </p>
<p>Gary</p>
</td>
</tr>
</tbody>
</table>
<p> </p>
</td>
</tr>
</tbody>
</table>
<p> </p> |
68010
|
Wed Jun 10 20:37:48 2015 |
| gary holman | holman@uw.edu | Question | Linux | V2.9.1-244 | Re: Different timezone settings for each elog |
Thanks Stefan, It looks like the group had actually contacted you directly as well (sorry for the redundant work!). Thanks for the help, the great application and your time.
Stefan Ritt wrote: |
The elog server grabs the local timezone from the underlying OS. Under Linux, you can change the timezone using the TZ environment variable. See here: http://www.cyberciti.biz/faq/howto-linux-set-time-zone-per-user-basis/
If you need different time zones on the same server, you have to create two accounts and run two instances of elogd on these accounts.
gary holman wrote: |
I have multiple elogs running on a server. Is it possible to set one elog to a different timezone? For example, I run an elog for a group in Washington state, and another elog for a collaboration group in Germany. I would like to set each elog to their respective timezone.
thanks,
Gary
|
|
|
68011
|
Wed Jun 10 22:02:33 2015 |
| gary holman | holman@uw.edu | Question | Linux | V2.9.1-244 | Re: Different timezone settings for each elog |
Still no luck changing the TZ for a single elog service. I completed the following:
* I added a new user/group - central-tz-user (id 1010)
* changed user TZ to central, su as user and confirmed CDT via 'date'
* changed elogd.cfg usr and grp to central-tz-user
* changed elog directory recursively to central-tz-user ownership
* restarted the elog instance and confirmed via 'ps aux' that 1010 is running elog process
* When I go to elog and add new entry, server time (PDT) is shown.
Am I missing a step here possibly?
gary holman wrote: |
Thanks Stefan, It looks like the group had actually contacted you directly as well (sorry for the redundant work!). Thanks for the help, the great application and your time.
Stefan Ritt wrote: |
The elog server grabs the local timezone from the underlying OS. Under Linux, you can change the timezone using the TZ environment variable. See here: http://www.cyberciti.biz/faq/howto-linux-set-time-zone-per-user-basis/
If you need different time zones on the same server, you have to create two accounts and run two instances of elogd on these accounts.
gary holman wrote: |
I have multiple elogs running on a server. Is it possible to set one elog to a different timezone? For example, I run an elog for a group in Washington state, and another elog for a collaboration group in Germany. I would like to set each elog to their respective timezone.
thanks,
Gary
|
|
|
|