![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
D3 Release Version 7.4.2.LINUX Installed tzdata file for the DST time change out here in California. It appeared to me that DST worked just fine on the Linux box. I happened to be up at 1:59am and I watched the time change from 1:59:59 to 3:00:00. I thought GREAT...no problem. Console and telnet sessions are an hour behing the green screens. Here is what a telnet session shows when at TCL in D3: :08:40:18 12 Mar 2007 :time 08:40:20 12 Mar 2007 Monday :!date Mon Mar 12 08:40:49 PDT 2007 :time 08:40:25 12 Mar 2007 Monday : Here is what is shown on a green screen terminal over a serial connection: :time 07:41:28 12 Mar 2007 Monday :!date Mon Mar 12 08:41:57 PDT 2007 :time 07:41:32 12 Mar 2007 Monday Any ideas? Why would TCL report the current system time differently via telnet from a serial connection? |
#3
| |||
| |||
|
|
On Mar 13, 3:45 pm, "num7" <arothlisber... (AT) gmail (DOT) com> wrote: D3 Release Version 7.4.2.LINUX Installed tzdata file for the DST time change out here in California. It appeared to me that DST worked just fine on the Linux box. I happened to be up at 1:59am and I watched the time change from 1:59:59 to 3:00:00. I thought GREAT...no problem. Console and telnet sessions are an hour behing the green screens. Here is what a telnet session shows when at TCL in D3: :08:40:18 12 Mar 2007 :time 08:40:20 12 Mar 2007 Monday :!date Mon Mar 12 08:40:49 PDT 2007 :time 08:40:25 12 Mar 2007 Monday : Here is what is shown on a green screen terminal over a serial connection: :time 07:41:28 12 Mar 2007 Monday :!date Mon Mar 12 08:41:57 PDT 2007 :time 07:41:32 12 Mar 2007 Monday Any ideas? Why would TCL report the current system time differently via telnet from a serial connection? My understanding is the D3 keeps its own time. Therefore you must also change the time in the D3 environment. For the time change to DST I had a background job fire up change the time, and update the start times for several background jobs. It worked great for me. ymmv Dale |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
On Mar 13, 4:09 pm, "Dale" <dale_bened... (AT) flightcraft (DOT) ca> wrote: On Mar 13, 3:45 pm, "num7" <arothlisber... (AT) gmail (DOT) com> wrote: D3 Release Version 7.4.2.LINUX Installed tzdata file for the DST time change out here in California. It appeared to me that DST worked just fine on the Linux box. I happened to be up at 1:59am and I watched the time change from 1:59:59 to 3:00:00. I thought GREAT...no problem. Console and telnet sessions are an hour behing the green screens. Here is what a telnet session shows when at TCL in D3: :08:40:18 12 Mar 2007 :time 08:40:20 12 Mar 2007 Monday :!date Mon Mar 12 08:40:49 PDT 2007 :time 08:40:25 12 Mar 2007 Monday : Here is what is shown on a green screen terminal over a serial connection: :time 07:41:28 12 Mar 2007 Monday :!date Mon Mar 12 08:41:57 PDT 2007 :time 07:41:32 12 Mar 2007 Monday Any ideas? Why would TCL report the current system time differently via telnet from a serial connection? My understanding is the D3 keeps its own time. Therefore you must also change the time in the D3 environment. For the time change to DST I had a background job fire up change the time, and update the start times for several background jobs. It worked great for me. ymmv Dale Thanks...but now even when changing the time, the telnet sessions and all serial terminals are still off by an hour from each other. D3 may have its own time but it displays as two different times now. |
#6
| |||
| |||
|
|
D3 Release Version 7.4.2.LINUX Installed tzdata file for the DST time change out here in California. It appeared to me that DST worked just fine on the Linux box. I happened to be up at 1:59am and I watched the time change from 1:59:59 to 3:00:00. I thought GREAT...no problem. Console and telnet sessions are an hour behing the green screens. Here is what a telnet session shows when at TCL in D3: :08:40:18 12 Mar 2007 :time 08:40:20 12 Mar 2007 Monday :!date Mon Mar 12 08:40:49 PDT 2007 :time 08:40:25 12 Mar 2007 Monday : Here is what is shown on a green screen terminal over a serial connection: :time 07:41:28 12 Mar 2007 Monday :!date Mon Mar 12 08:41:57 PDT 2007 :time 07:41:32 12 Mar 2007 Monday Any ideas? Why would TCL report the current system time differently via telnet from a serial connection? |
#7
| |||
| |||
|
|
D3 Release Version 7.4.2.LINUX Why would TCL report the current system time differently via telnet from a serial connection? |
#8
| |||
| |||
|
|
"num7" wrote: D3 Release Version 7.4.2.LINUX Why would TCL report the current system time differently via telnet from a serial connection? I'd guess the problem is related to when D3 gets the time from the host OS. I can't explain it with any specific knowledge but it looks like D3 got the time for serial ports when D3 was started, because that's when those ports are initialized. But telnet sessions are separate processes initialized on connection (I think) so D3 has to get the time from the environment on each connection. Looks like a bug. Rebooting D3 should fix it but you should advise RD to look into this since you will probably have the same problem this fall. For what it's worth, it looks like the same issue might be in jBASE. Other hangovers from the change to DST: Issues with cell phones, Outlook Appointments, and my own blog running over RHEL. Duh. Issues were reported with the Sun/Java tzupdater. With no patches from Oracle (to my knowledge), 9i and 10g clients had some issues. Some Cisco phone systems weren't entirely prepared. Some VOIP phones were affected. Some BlackBerry users were affected: DST updates were made available in BlackBerry Enterprise Server version 4.0 Service Pack 6 or version 4.1. Many Fax machines need manual changes, and (who'da thunk it?) some high-end printers from Xerox, HP, and Minolta. Some GPS devices didn't change. Other devices like personal clocks that include or use atomic clocks were also affected. Some routers didn't change. Overall the whole thing went well. T |
#9
| |||
| |||
|
#10
| |||
| |||
|
|
D3 Release Version 7.4.2.LINUX Installed tzdata file for the DST time change out here in California. It appeared to me that DST worked just fine on the Linux box. I happened to be up at 1:59am and I watched the time change from 1:59:59 to 3:00:00. I thought GREAT...no problem. Console and telnet sessions are an hour behing the green screens. Here is what a telnet session shows when at TCL in D3: |
![]() |
| Thread Tools | |
| Display Modes | |
| |