public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Re-caching dependency info (mtimes differ)...
@ 2006-03-23 23:26 Alexander Kirillov
  0 siblings, 0 replies; 8+ messages in thread
From: Alexander Kirillov @ 2006-03-23 23:26 UTC (permalink / raw
  To: gentoo-user

Hi all,

I needed to restart sendmail more than once after upgrade
and noticed the script always produces these warnings:

# /etc/init.d/sendmail restart
  * Re-caching dependency info (mtimes differ)...
  * Stopping sendmail ... [ok]
  * 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 sendmail ... [ok]

What might be wrong here?

TIA,
Sasha

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-user] Re-caching dependency info (mtimes differ)...
@ 2006-04-11 23:05 Mark Knecht
  2006-04-12  4:13 ` Anthony E. Caudel
  0 siblings, 1 reply; 8+ messages in thread
From: Mark Knecht @ 2006-04-11 23:05 UTC (permalink / raw
  To: gentoo-user

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

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Re-caching dependency info (mtimes differ)...
  2006-04-11 23:05 [gentoo-user] Re-caching dependency info (mtimes differ) Mark Knecht
@ 2006-04-12  4:13 ` Anthony E. Caudel
  2006-04-12 12:15   ` Mark Knecht
  0 siblings, 1 reply; 8+ messages in thread
From: Anthony E. Caudel @ 2006-04-12  4:13 UTC (permalink / raw
  To: gentoo-user

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



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Re-caching dependency info (mtimes differ)...
  2006-04-12  4:13 ` Anthony E. Caudel
@ 2006-04-12 12:15   ` Mark Knecht
  0 siblings, 0 replies; 8+ messages in thread
From: Mark Knecht @ 2006-04-12 12:15 UTC (permalink / raw
  To: gentoo-user

On 4/11/06, Anthony E. Caudel <acaudel@gt.rr.com> 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



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-user] Re-caching dependency info (mtimes differ)
@ 2006-05-01 19:09 Jeff
  2006-05-01 19:27 ` Farhan Ahmed
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Jeff @ 2006-05-01 19:09 UTC (permalink / raw
  To: gentoo-user

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

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

Thanks all.

-Jeff

-- 
Governor Tarkin:
	The Imperial Senate will no longer be of any
	concern to us. I have just received word
	that the Emperor has dissolved the council
	permanently. The last remnants of the Old Republic
	have been swept away.
Commander:
	But that's impossible. How will the emperor
	maintain control without the bureaucracy?
Governor Tarkin:
	The regional governors now have direct
	control over their territories. Fear will keep the
	local systems in line. Fear of this battle station.

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Re-caching dependency info (mtimes differ)
  2006-05-01 19:09 Jeff
@ 2006-05-01 19:27 ` Farhan Ahmed
  2006-05-01 19:32 ` Mick
  2006-05-01 19:37 ` Jacques Montier
  2 siblings, 0 replies; 8+ messages in thread
From: Farhan Ahmed @ 2006-05-01 19:27 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 740 bytes --]

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)

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Re-caching dependency info (mtimes differ)
  2006-05-01 19:09 Jeff
  2006-05-01 19:27 ` Farhan Ahmed
@ 2006-05-01 19:32 ` Mick
  2006-05-01 19:37 ` Jacques Montier
  2 siblings, 0 replies; 8+ messages in thread
From: Mick @ 2006-05-01 19:32 UTC (permalink / raw
  To: gentoo-user

On 01/05/06, Jeff <jmg_071769@comcast.net> 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



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Re-caching dependency info (mtimes differ)
  2006-05-01 19:09 Jeff
  2006-05-01 19:27 ` Farhan Ahmed
  2006-05-01 19:32 ` Mick
@ 2006-05-01 19:37 ` Jacques Montier
  2 siblings, 0 replies; 8+ messages in thread
From: Jacques Montier @ 2006-05-01 19:37 UTC (permalink / raw
  To: gentoo-user

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  )
                         \/
      -----0000----------0000-----
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2006-05-01 19:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-11 23:05 [gentoo-user] Re-caching dependency info (mtimes differ) Mark Knecht
2006-04-12  4:13 ` Anthony E. Caudel
2006-04-12 12:15   ` Mark Knecht
  -- strict thread matches above, loose matches on Subject: below --
2006-05-01 19:09 Jeff
2006-05-01 19:27 ` Farhan Ahmed
2006-05-01 19:32 ` Mick
2006-05-01 19:37 ` Jacques Montier
2006-03-23 23:26 Alexander Kirillov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox