I have a problem with the clock. Everything seems OK when I type date:

% date
Mon Dec 25 21:01:54 CET 2006

This is indeed the right time. But files are created with an offset of
one hour. For instance, sudo always complains:

% sudo whoami
sudo: timestamp too far in the future: Dec 25 22:00:46 2006

When I try to see the time of sudo's timestamp:

total 2
drwx------ 2 root root 1024 Dec 25  2006 .
drwx------ 3 root root 1024 Dec 25  2006 ..

It should display the time not only the date, this is probably because
the time is in the future.

make also complains:

% make
ghc -o abnf-parse --make abnf-parse.hs 
[4 of 4] Compiling Main             ( abnf-parse.hs, abnf-parse.o )
Linking abnf-parse ...
%
% make
make: Warning: File `abnf-parse' has modification time 3.5e+03 s in the future
make: Nothing to be done for `all'.
make: warning:  Clock skew detected.  Your build may be incomplete.

Also, when I launch a daemon, ps shows a wrong start time:

% ps auxww|grep apache
root     19029  0.0  2.4  13424  6256 ?        Ss   Dec16   0:00 
/usr/sbin/apache2 -k start
www-data 19034  0.0  2.4  13560  6424 ?        S    Dec16   0:00 
/usr/sbin/apache2 -k start

While Apache was launched only a few minutes ago!

Guest Kernel 2.4.18-17um, userspace Debian "etch" ("testing"), Host
Kernel 2.4.29.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
User-mode-linux-user mailing list
User-mode-linux-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user

Reply via email to