Date out of Sync?
Greg Wildman <[email protected]>
| Newsgroups | gmane.network.up2date.current.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi,
Yesterday I got the usual error you get when there is a time difference
between the server and clients. After poking around I have found
something strange. The date in the log is for Apr 04 whereas today is
the 25th. I checked the current system date as well as sync with ntpdate
and it was correct giving Apr 25.
Any ideas? Log below.
---------------------------------------------------------------------
Apr 04 13:31:22 requesthandler.log_error(): code 400, message Bad
request syntax ('')
Apr 04 13:3122 : EXCEPTION in /usr/share/current/standalone.py,
handle_error(), 326 [logException()]
Traceback (innermost last):
File "/usr/lib/python1.5/site-packages/SocketServer.py", line 213, in
handle_request
self.process_request(request, client_address)
File "/usr/lib/python1.5/site-packages/SocketServer.py", line 239, in
process_request
self.finish_request(request, client_address)
File "/usr/lib/python1.5/site-packages/SocketServer.py", line 243, in
finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/lib/python1.5/site-packages/SocketServer.py", line 366, in
__init__
self.handle()
File "/usr/lib/python1.5/site-packages/BaseHTTPServer.py", line 249,
in handle
self.send_error(400, "Bad request syntax (%s)" % `requestline`)
File "/usr/lib/python1.5/site-packages/BaseHTTPServer.py", line 283,
in send_error
self.wfile.write(self.error_message_format %
IOError: [Errno 32] Broken pipe
Apr 04 13:31:58 Goodbye.
Apr 04 13:32:18 Current server v1.0.2 starting, released under the GPL
[root@mid-ftp-01 root]# date
Thu Apr 25 13:36:58 SAST 2002
[root@mid-ftp-01 root]#
---------------------------------------------------------------------
--
Greg