Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!mcvax!ukc!dcl-cs!strath-cs!jim From: jim@cs.strath.ac.uk (Jim Reid) Newsgroups: comp.unix.wizards Subject: Re: NFS [un]reliability Message-ID: <320@stracs.cs.strath.ac.uk> Date: Sun, 16-Nov-86 10:19:31 EST Article-I.D.: stracs.320 Posted: Sun Nov 16 10:19:31 1986 Date-Received: Tue, 18-Nov-86 03:35:43 EST References: <1823@rlvd.UUCP> <5377@cbrma.UUCP> <85@onion.cs.reading.ac.uk> Reply-To: jim@cs.strath.ac.uk (Jim Reid) Organization: Department of Computer Science at Strathclyde University, UK. Lines: 14 In article <85@onion.cs.reading.ac.uk> west@onion.UUCP (Jerry West) writes: >With regard to the Emacs filetime problems on a nova of Suns hanging >off one server.... we found that we had more problems with date(1) being >different on different machines. Sun have "fixed" ls et al to allow for >files created some (small) time in the future, but GNU Emacs might be >falling foul of this. An rdate(8) in crontab keeps things in line. Of course, you should also ensure the client and server machines have their kernels configured for the same timezone. A former colleague of mine was baffled by time funnies until he found that the client kernel thought it was in California (PST) while the server had been properly configured for local time in Norway! Jim