Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
still getting Clock skew detected even after fix
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
unfmachine
n00b
n00b


Joined: 05 Mar 2017
Posts: 20

PostPosted: Sat Mar 11, 2017 9:38 pm    Post subject: still getting Clock skew detected even after fix Reply with quote

Hello,

I still keep getting the

Code:
* Clock skew detected with `/etc/init.d/localmount'


error when booting my machine even after doing the following fix :

Code:

(as root)

# cd /
# touch currtime
# find . -cnewer /currtime -exec touch {} \;


This fix worked when I installed on hardware but I'm running Gentoo in a virtualbox environment this time just in case that is useful to anyone.

Thanks

:Edited to make more sense:


Last edited by unfmachine on Sat Mar 11, 2017 11:24 pm; edited 1 time in total
Back to top
View user's profile Send private message
khayyam
Watchman
Watchman


Joined: 07 Jun 2012
Posts: 6227
Location: Room 101

PostPosted: Sat Mar 11, 2017 9:56 pm    Post subject: Re: still getting Clock skew detected even after fix Reply with quote

unfmachine wrote:
Code:
* Clock skew detected with `/etc/init.d/localmount'

unfmachine ... run 'rc-update -u', that should resolve the issue.

(as root):
$ cd /
$ touch currtime
$ find . -cnewer /currtime -exec touch {} \;

If you use '#' then we would know which UID (root shell's get '#' at the end of the prompt, whereas users get '$', in bash anyway). Anyhow, you probably shouldn't do this as these files will now show as being modified if equerying, eg:

Code:
# for p in $(qlist -IC) ; do qcheck $p ; done

best ... khay
Back to top
View user's profile Send private message
unfmachine
n00b
n00b


Joined: 05 Mar 2017
Posts: 20

PostPosted: Sat Mar 11, 2017 11:23 pm    Post subject: Reply with quote

Thank you!

Problem FIXED!

This forum rocks!

:D :D :D :D :D :D
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum