Re: [gentoo-user] Re-caching dependency info (mtimes differ)

2006-05-01 Thread Farhan Ahmed
Jeff wrote:
 I'm seeing this a lot during init. Any idears?
 
 * Re-caching dependency info (mtimes differ)...
 

I think you booted into live CD with your bios clock set to local time,
well live CD thinks your clock is in UTC format.. You might have set
your Gentoo system's clock format to local. When you boot into your
system the modification time of files installed during the live CD
install is actually in future and that's why the message.. I had the
same problem during my first install..

Possible solution? I think a 'touch -m' would do..

Farhan Ahmed
-- 
Place   :  Bangalore, Karnataka, India
GPG Key :  8BE90E98
WengoPhone ID   :  farhanahmed
IRC Nick:  farhanahmed / farhanahmed06 (irc.freenode.net)


pgphHEyWF6xw4.pgp
Description: PGP signature


Re: [gentoo-user] Re-caching dependency info (mtimes differ)

2006-05-01 Thread Mick

On 01/05/06, Jeff [EMAIL PROTECTED] wrote:

I'm seeing this a lot during init. Any idears?

* Re-caching dependency info (mtimes differ)...


Try this:

# touch /etc/init.d/*; /sbin/depscan.sh --update

--
Regards,
Mick

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re-caching dependency info (mtimes differ)

2006-05-01 Thread Jacques Montier
Jeff a gentiment tapote:
 I'm seeing this a lot during init. Any idears?

 * Re-caching dependency info (mtimes differ)...

 Thanks all.

 -Jeff

   
Hi,

If you run
depscan.sh -u
that would fix it.

Cheers

--- Jacques --


  ^
  ^^^
  ^
(  0   0  )
 \/
  ----
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re-caching dependency info (mtimes differ)...

2006-04-12 Thread Mark Knecht
On 4/11/06, Anthony E. Caudel [EMAIL PROTECTED] wrote:
 Mark Knecht wrote:
  I'm still trying to fix my Myth frontend box. Bummer. I've got X
  working again by going back to older udev. Myth is working if I use a
  keyboard, but my remote controi has stopped working. (Darn emerge!)
  Anyway, if I restart lircd I see this message:
 
  myth14 ~ # /etc/init.d/lircd stop
   * Re-caching dependency info (mtimes differ)...
   * Re-caching dependency info (mtimes differ)...
   * Stopping lircd ...
   [ !! ]
  myth14 ~ # /etc/init.d/lircd zap
   * Manually resetting lircd to stopped state.
  myth14 ~ # /etc/init.d/lircd start
   * Re-caching dependency info (mtimes differ)...
   * Re-caching dependency info (mtimes differ)...
   * Re-caching dependency info (mtimes differ)...
   * Re-caching dependency info (mtimes differ)...
   * Starting lircd ...
   [ ok ]
  myth14 ~ #
 
  What does this mesage mean? The time on the machine looks correct:
 
  myth14 ~ # date
  Tue Apr 11 16:02:36 PDT 2006
  myth14 ~ #
 
  Thanks,
  Mark
 
 I had that a few days ago.  Searched the forums and found this:

 touch /etc/init.d/*; /sbin/depscan.sh --update

 Worked for me!

 Tony

Thanks Tony,
   This appears to have fixed this issue. I appreciate the response.

   I still seem to have many others with this box. I'll likely be back.

Cheers,
Mark

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re-caching dependency info (mtimes differ)...

2006-04-11 Thread Anthony E. Caudel
Mark Knecht wrote:
 I'm still trying to fix my Myth frontend box. Bummer. I've got X
 working again by going back to older udev. Myth is working if I use a
 keyboard, but my remote controi has stopped working. (Darn emerge!)
 Anyway, if I restart lircd I see this message:
 
 myth14 ~ # /etc/init.d/lircd stop
  * Re-caching dependency info (mtimes differ)...
  * Re-caching dependency info (mtimes differ)...
  * Stopping lircd ... 
  [ !! ]
 myth14 ~ # /etc/init.d/lircd zap
  * Manually resetting lircd to stopped state.
 myth14 ~ # /etc/init.d/lircd start
  * Re-caching dependency info (mtimes differ)...
  * Re-caching dependency info (mtimes differ)...
  * Re-caching dependency info (mtimes differ)...
  * Re-caching dependency info (mtimes differ)...
  * Starting lircd ... 
  [ ok ]
 myth14 ~ #
 
 What does this mesage mean? The time on the machine looks correct:
 
 myth14 ~ # date
 Tue Apr 11 16:02:36 PDT 2006
 myth14 ~ #
 
 Thanks,
 Mark
 
I had that a few days ago.  Searched the forums and found this:

touch /etc/init.d/*; /sbin/depscan.sh --update

Worked for me!

Tony

-- 
Those who would give up essential Liberty, to purchase a little temporary
Safety, deserve neither Liberty nor Safety.
   -- Benjamin Franklin
-- 
gentoo-user@gentoo.org mailing list