* [gentoo-user] Re-caching dependency info (mtimes differ)...
@ 2006-03-23 23:26 Alexander Kirillov
2006-03-31 12:34 ` [gentoo-user] " Peter
0 siblings, 1 reply; 11+ 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] 11+ messages in thread
* [gentoo-user] Re: Re-caching dependency info (mtimes differ)...
2006-03-23 23:26 [gentoo-user] Re-caching dependency info (mtimes differ) Alexander Kirillov
@ 2006-03-31 12:34 ` Peter
2006-03-31 17:02 ` Alexander Kirillov
0 siblings, 1 reply; 11+ messages in thread
From: Peter @ 2006-03-31 12:34 UTC (permalink / raw
To: gentoo-user
On Fri, 24 Mar 2006 02:26:57 +0300, Alexander Kirillov wrote:
> 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
I have seen this too recently with samba, vmware, ntpd, privoxy and others
(but not always) during both startup and shutdown sequences. I think something
has changed in the init scripts. Everything seems to work OK and there is
nothing in the logs indicating anything wrong.
Example:
mars peter # /etc/init.d/privoxy stop
* Re-caching dependency info (mtimes differ)...
* Stopping privoxy ... [ ok ]
mars peter # /etc/init.d/privoxy 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 privoxy ... [ ok ]
Not sure what's being cached or recached. Makes no sense to me.
Ideas?
--
Peter
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] Re: Re-caching dependency info (mtimes differ)...
2006-03-31 12:34 ` [gentoo-user] " Peter
@ 2006-03-31 17:02 ` Alexander Kirillov
2006-03-31 20:35 ` Marton Gabor
0 siblings, 1 reply; 11+ messages in thread
From: Alexander Kirillov @ 2006-03-31 17:02 UTC (permalink / raw
To: gentoo-user
>>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?
>
> I have seen this too recently with samba, vmware, ntpd, privoxy and others
> (but not always) during both startup and shutdown sequences. I think something
> has changed in the init scripts. Everything seems to work OK and there is
> nothing in the logs indicating anything wrong.
>
> Not sure what's being cached or recached. Makes no sense to me.
> Ideas?
The problem went away and I don't really know why... Probably a reboot.
I also had 2 packages providing firewall service installed at the time.
I've tried to reproduce the problem reinstalling one of them
before writing this reply. Nope. What else?
hw clock on this box is set to local time.
But this happened well after baselayout upgrade
and well after the last reboot.
And sendmail was the only service giving the troubles.
I'm sure I had to restart several others
without any problems.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] Re: Re-caching dependency info (mtimes differ)...
2006-03-31 17:02 ` Alexander Kirillov
@ 2006-03-31 20:35 ` Marton Gabor
0 siblings, 0 replies; 11+ messages in thread
From: Marton Gabor @ 2006-03-31 20:35 UTC (permalink / raw
To: gentoo-user
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi!
I had the same thing with sshd, I did an etc-update and now the annoying
lines disappeared.
Marton Gabor
<gabor.marton@vehok.vein.hu>,<ICQ UIN: 169394884>,<T: +36 30 447-2042>
GPG fingerprint: 3EF0 B49F C5BF 54A0 00A8 6E72 0F66 74BC BD45 8732
Keyserver: www.keyserver.net -- key ID: 0xBD458732
VE-MIK - VeHoK informatikai megbizott
Alexander Kirillov wrote:
>>> 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?
>>
>>
>> I have seen this too recently with samba, vmware, ntpd, privoxy and
>> others
>> (but not always) during both startup and shutdown sequences. I think
>> something has changed in the init scripts. Everything seems to work OK
>> and there is nothing in the logs indicating anything wrong.
>>
>> Not sure what's being cached or recached. Makes no sense to me.
>> Ideas?
>
>
> The problem went away and I don't really know why... Probably a reboot.
> I also had 2 packages providing firewall service installed at the time.
> I've tried to reproduce the problem reinstalling one of them
> before writing this reply. Nope. What else?
> hw clock on this box is set to local time.
> But this happened well after baselayout upgrade
> and well after the last reboot.
> And sendmail was the only service giving the troubles.
> I'm sure I had to restart several others
> without any problems.
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2-ecc0.1.6 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFELZKED2Z0vL1FhzIRAkBxAKDKySFAwczZJC755AaQi1x5bLuV0QCeOnMW
YN9E1+Z4h/63Gb+6MJ2W3mg=
=zdss
-----END PGP SIGNATURE-----
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ 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; 11+ 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] 11+ messages in thread
* Re: [gentoo-user] Re-caching dependency info (mtimes differ)...
2006-04-11 23:05 [gentoo-user] " Mark Knecht
@ 2006-04-12 4:13 ` Anthony E. Caudel
2006-04-12 12:15 ` Mark Knecht
0 siblings, 1 reply; 11+ 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] 11+ 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; 11+ 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] 11+ 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; 11+ 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] 11+ 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; 11+ 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] 11+ 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; 11+ 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] 11+ 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; 11+ 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] 11+ messages in thread
end of thread, other threads:[~2006-05-01 19:47 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-23 23:26 [gentoo-user] Re-caching dependency info (mtimes differ) Alexander Kirillov
2006-03-31 12:34 ` [gentoo-user] " Peter
2006-03-31 17:02 ` Alexander Kirillov
2006-03-31 20:35 ` Marton Gabor
-- strict thread matches above, loose matches on Subject: below --
2006-04-11 23:05 [gentoo-user] " Mark Knecht
2006-04-12 4:13 ` Anthony E. Caudel
2006-04-12 12:15 ` Mark Knecht
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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox