Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Other Things Gentoo
  • Search

[SOLVED]weird message: One of the files in /etc/{conf.d,...

Still need help with Gentoo, and your question doesn't fit in the above forums? Here is your last bastion of hope.
Post Reply
Advanced search
6 posts • Page 1 of 1
Author
Message
ferreirafm
Guru
Guru
Posts: 487
Joined: Thu Jul 28, 2005 7:08 pm
Location: Sao Paulo, Brazil

[SOLVED]weird message: One of the files in /etc/{conf.d,...

  • Quote

Post by ferreirafm » Sat Mar 20, 2010 5:27 pm

Hi list,
I was setting my iptables rules and keymap, and got the error messages bellow when booting the system.
I think I mess with something :oops:
Please, could someone give me a help.
ferreirafm

Code: Select all

externo ~ # more error.txt 
One of the files in /etc/{conf.d,init.d} or /etc/rc.conf
 * has a modification time in the future!
 * One of the files in /etc/{conf.d,init.d} or /etc/rc.conf
 * has a modification time in the future!
 * One of the files in /etc/{conf.d,init.d} or /etc/rc.conf
 * has a modification time in the future!
 * Device initiated services: net.eth0
 * One of the files in /etc/{conf.d,init.d} or /etc/rc.conf
 * One of the files in /etc/{conf.d,init.d} or /etc/rc.conf
 * has a modification time in the future!
 * Setting hostname to externo ...                                        [ ok ]
 * One of the files in /etc/{conf.d,init.d} or /etc/rc.conf
 * has a modification time in the future!
 * Restoring Mixer Levels ...                                             [ ok ]
 * One of the files in /etc/{conf.d,init.d} or /etc/rc.conf
 * has a modification time in the future!
 * Loading key mappings ...                                               [ ok ]
 * Setting terminal encoding to UTF-8 ...                                 [ ok ]
 * One of the files in /etc/{conf.d,init.d} or /etc/rc.conf
 * has a modification time in the future!
 * Setting user font ...                                                  [ ok ]
 * One of the files in /etc/{conf.d,init.d} or /etc/rc.conf
 * has a modification time in the future!
 * Starting lo
 *   Bringing up lo
 *     127.0.0.1/8                                                        [ ok ] *   Adding routes
 *     127.0.0.0/8 ...                                                    [ ok ] * One of the files in /etc/{conf.d,in
it.d} or /etc/rc.conf
 * has a modification time in the future!
  * One of the files in /etc/{conf.d,init.d} or /etc/rc.conf
 * has a modification time in the future!
 * One of the files in /etc/{conf.d,init.d} or /etc/rc.conf
 * has a modification time in the future!
 * Initializing random number generator ...                               [ ok ]INIT: Entering runlevel: 3
 * One of the files in /etc/{conf.d,init.d} or /etc/rc.conf
 * has a modification time in the future!
 * One of the files in /etc/{conf.d,init.d} or /etc/rc.conf
 * has a modification time in the future!
 * Starting syslog-ng ...                                                 [ ok ] * One of the files in /etc/{conf.d,in
it.d} or /etc/rc.conf
 * has a modification time in the future!
 * Starting D-BUS system messagebus ...                                   [ ok ] * One of the files in /etc/{conf.d,in
it.d} or /etc/rc.conf
 * has a modification time in the future!
 * Loading iptables state and starting firewall ...
 iptables-restore: line 35 failed                                          [ !! ] * One of the files in /etc/{conf.d,i
nit.d} or /etc/rc.conf
 * has a modification time in the future!
 * Starting cupsd ...                                                     [ ok ] * One of the files in /etc/{conf.d,in
it.d} or /etc/rc.conf
 * has a modification time in the future!
 * Starting sshd ...                                                      [ ok ] * One of the files in /etc/{conf.d,in
it.d} or /etc/rc.conf
 * has a modification time in the future!
 * Starting DenyHosts daemon ...                                          [ !! ] * One of the files in /etc/{conf.d,in
it.d} or /etc/rc.conf
 * has a modification time in the future!
 * Starting Hardware Abstraction Layer daemon ...                         [ ok ] * One of the files in /etc/{conf.d,in
it.d} or /etc/rc.conf
 * has a modification time in the future!
 * Mounting network filesystems ...                                       [ ok ] * One of the files in /etc/{conf.d,in
it.d} or /etc/rc.conf
 * One of the files in /etc/{conf.d,init.d} or /etc/rc.conf
 * has a modification time in the future!
 * One of the files in /etc/{conf.d,init.d} or /etc/rc.conf
 * has a modification time in the future!
 * Starting vixie-cron ...                                                [ ok ] * One of the files in /etc/{conf.d,in
it.d} or /etc/rc.conf
 * has a modification time in the future!
 * Starting local ...
Last edited by ferreirafm on Sat Mar 20, 2010 6:47 pm, edited 1 time in total.
Top
nick_already_taken
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 137
Joined: Sat Jan 15, 2005 6:44 pm

  • Quote

Post by nick_already_taken » Sat Mar 20, 2010 5:37 pm

I would check that your systemclock is set to the right date and time. Then run the command
"touch" on the mentioned files and try again.
Top
ferreirafm
Guru
Guru
Posts: 487
Joined: Thu Jul 28, 2005 7:08 pm
Location: Sao Paulo, Brazil

  • Quote

Post by ferreirafm » Sat Mar 20, 2010 5:44 pm

nick_already_taken,
I are right. I have just set the BIOS time. I turned back to the normal time from the "day light save time".
Should I have to wait one hour before to turn the computer on?
ferreirafm
Top
richard.scott
Veteran
Veteran
Posts: 1497
Joined: Mon May 19, 2003 5:19 pm
Location: Oxfordshire, UK
Contact:
Contact richard.scott
Website

  • Quote

Post by richard.scott » Mon May 17, 2010 1:51 pm

you could run this as it may help:

Code: Select all

# touch /etc/init.d/* /etc/conf.d/*
It will update the timestamps on these files and should remove the error messages.

Rich
Top
radfoj
Guru
Guru
User avatar
Posts: 490
Joined: Fri Dec 31, 2004 12:02 pm
Location: Tísek, Czech Republic
Contact:
Contact radfoj
Website

  • Quote

Post by radfoj » Sat Oct 23, 2010 11:42 am

richard.scott wrote:you could run this as it may help:

Code: Select all

# touch /etc/init.d/* /etc/conf.d/*
It will update the timestamps on these files and should remove the error messages.

Rich
Hi, it doesnt help me. Any othe idea?

Thanks
Top
richard.scott
Veteran
Veteran
Posts: 1497
Joined: Mon May 19, 2003 5:19 pm
Location: Oxfordshire, UK
Contact:
Contact richard.scott
Website

  • Quote

Post by richard.scott » Sat Oct 23, 2010 12:53 pm

I forgot this too: touch /etc/rc.conf :-(
Top
Post Reply

6 posts • Page 1 of 1

Return to “Other Things Gentoo”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic