Jump to content
Forums in Read-Only Mode - Please use Reddit ×
  • 0

Superblock last write time is in the future


dhudson

Question

hi, I wonder if anyone has noticed this on recent funtoo current installs?

This is showing at boot: Superblock last write time is in the future , not able to copy it at that point.

 

I have a few servers running stable that do not have this problem.

 

hardware clock set to local  in /etc/conf.d/hwclock

localtime -> /usr/share/zoneinfo/America/Chicago

 

seems to me a script is changing time to UTC at shutdown.

 

 

thanks, 

 

dave

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Do you want hardware clock set for local time due to dual booting with windows which sets hardware clock to local time?

Then if

ls -la /etc/localtime
localtime -> /usr/share/zoneinfo/America/Chicago

Change it to:
localtime-> /usr/share/zoneinfo/localtime

ln -s /usr/share/zoneinfo/localtime /etc/localtime
Link to comment
Share on other sites

×
×
  • Create New...