Recurring issue of "Time-of-day not set"!
Solved
Hello dear friends,
I had this problem a month ago. I replaced the CMOS battery and nothing works, the problem keeps coming back and doesn't seem to resolve itself. For the past two days, I have to enter the BIOS and manually reset the date and time. When my Linux desktop appears, it is no longer set to the correct time and I set it manually. I've done this "dance" twice now. Could it be that the computer is to blame? Could my machine be defective?
Can someone help me?
Configuration: Laptop: HP Pavilion dv6 Notebook PC
RAM: 6 GB
Disk space: 500 GB
OS type: 64 bit
System: Windows 7 Home Premium SP1
Antivirus: Kaspersky Internet Security 2013
My living room PC: Dell XPS 420
Memory: 4 GB
Disk space: 500 GB
Processor: Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz, 2394 MHz, 4 core(s), 4 logical processor(s)
Graphics card: ATI Radeon HD 5830
OS type: 64 bit
System: Windows 7 Home Premium SP1
Antivirus: Kaspersky Internet Security 2013
My old experimental PC: DELL Optiplex 745
Memory: 3 GB
Disk space: 160 GB
Processor: Intel® Pentium(R) D CPU 3.40GHz × 2
Graphics card: Intel® 965Q x86/MMX/SSE2
OS type: 32 bit
System: Linux Mint Debian Edition Cinnamon version 1
Antivirus: ClamAV
I had this problem a month ago. I replaced the CMOS battery and nothing works, the problem keeps coming back and doesn't seem to resolve itself. For the past two days, I have to enter the BIOS and manually reset the date and time. When my Linux desktop appears, it is no longer set to the correct time and I set it manually. I've done this "dance" twice now. Could it be that the computer is to blame? Could my machine be defective?
Can someone help me?
Configuration: Laptop: HP Pavilion dv6 Notebook PC
RAM: 6 GB
Disk space: 500 GB
OS type: 64 bit
System: Windows 7 Home Premium SP1
Antivirus: Kaspersky Internet Security 2013
My living room PC: Dell XPS 420
Memory: 4 GB
Disk space: 500 GB
Processor: Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz, 2394 MHz, 4 core(s), 4 logical processor(s)
Graphics card: ATI Radeon HD 5830
OS type: 64 bit
System: Windows 7 Home Premium SP1
Antivirus: Kaspersky Internet Security 2013
My old experimental PC: DELL Optiplex 745
Memory: 3 GB
Disk space: 160 GB
Processor: Intel® Pentium(R) D CPU 3.40GHz × 2
Graphics card: Intel® 965Q x86/MMX/SSE2
OS type: 32 bit
System: Linux Mint Debian Edition Cinnamon version 1
Antivirus: ClamAV
4 réponses
I think you have a configured /etc/adjtime file. This file is supposed to correct the drift of time, but it can cause issues like the ones you mentioned.
You can correct the date with the "date" and "hwclock" commands and delete this file as indicated here:
https://forums.commentcamarche.net/forum/affich-26136744-heure-sur-kubuntu#1
Then I encourage you to install ntp (network time protocol) which allows you to automatically adjust your clock using time servers (no more need to correct the time in case of a time zone shift, for example).
Good luck
You can correct the date with the "date" and "hwclock" commands and delete this file as indicated here:
https://forums.commentcamarche.net/forum/affich-26136744-heure-sur-kubuntu#1
Then I encourage you to install ntp (network time protocol) which allows you to automatically adjust your clock using time servers (no more need to correct the time in case of a time zone shift, for example).
sudo apt-get update sudo apt-get upgrade sudo apt-get install ntp
Good luck