* [gentoo-user] Spurious warnings?
@ 2009-06-30 17:58 Michael Higgins
2009-06-30 18:34 ` Alan McKinnon
2009-06-30 18:51 ` Neil Bothwick
0 siblings, 2 replies; 5+ messages in thread
From: Michael Higgins @ 2009-06-30 17:58 UTC (permalink / raw
To: gentoo-user
Here's an example of a (possibly) useless log warning. I say useless because I don't know (how would I?) whether this was updated from version 0.30 or not.
I get these kinds of messages regularly. Sometimes, I say, "right. I did that last week, why is it telling me again?".
How do others know if a warning applies after any system/world update?
LOG: postinst
The database format has changed between 0.30 and 0.40.
You may need to update all your local databases and caches.
To do so, please run the following commands:
(for each user) $ update-mime-database ~/.local/share/mime/
(as root) # update-mime-database /usr/local/share/mime/
--
|\ /| | | ~ ~
| \/ | |---| `|` ?
| |ichael | |iggins \^ /
michael.higgins[at]evolone[dot]org
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Spurious warnings?
2009-06-30 17:58 [gentoo-user] Spurious warnings? Michael Higgins
@ 2009-06-30 18:34 ` Alan McKinnon
2009-06-30 19:15 ` Philip Webb
2009-06-30 18:51 ` Neil Bothwick
1 sibling, 1 reply; 5+ messages in thread
From: Alan McKinnon @ 2009-06-30 18:34 UTC (permalink / raw
To: gentoo-user
On Tuesday 30 June 2009 19:58:40 Michael Higgins wrote:
> Here's an example of a (possibly) useless log warning. I say useless
> because I don't know (how would I?) whether this was updated from version
> 0.30 or not.
>
> I get these kinds of messages regularly. Sometimes, I say, "right. I did
> that last week, why is it telling me again?".
>
> How do others know if a warning applies after any system/world update?
>
> LOG: postinst
>
> The database format has changed between 0.30 and 0.40.
> You may need to update all your local databases and caches.
> To do so, please run the following commands:
> (for each user) $ update-mime-database ~/.local/share/mime/
> (as root) # update-mime-database /usr/local/share/mime/
portage doesn't have a mechanism to tell you to do something and then record
that you did in fact do it. So it always tells you to do something.
We often attempt to ascribe human intelligence to software.
It's a side-effect of being human. Be alert for it :-)
--
alan dot mckinnon at gmail dot com
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Spurious warnings?
2009-06-30 17:58 [gentoo-user] Spurious warnings? Michael Higgins
2009-06-30 18:34 ` Alan McKinnon
@ 2009-06-30 18:51 ` Neil Bothwick
2009-07-03 15:54 ` Michael Higgins
1 sibling, 1 reply; 5+ messages in thread
From: Neil Bothwick @ 2009-06-30 18:51 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 688 bytes --]
On Tue, 30 Jun 2009 10:58:40 -0700, Michael Higgins wrote:
> How do others know if a warning applies after any system/world update?
>
> LOG: postinst
>
> The database format has changed between 0.30 and 0.40.
> You may need to update all your local databases and caches.
> To do so, please run the following commands:
> (for each user) $ update-mime-database ~/.local/share/mime/
> (as root) # update-mime-database /usr/local/share/mime/
genlop -u pkgname will show you the version that was unmerged and the new
version. It's up to you to decide which side of 0.30 and 0.40 they lie.
--
Neil Bothwick
"You summoned me, Captain?!" said Earl Grey, hotly.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Spurious warnings?
2009-06-30 18:34 ` Alan McKinnon
@ 2009-06-30 19:15 ` Philip Webb
0 siblings, 0 replies; 5+ messages in thread
From: Philip Webb @ 2009-06-30 19:15 UTC (permalink / raw
To: gentoo-user
090630 Alan McKinnon wrote:
> We often attempt to ascribe human intelligence to software.
> It's a side-effect of being human. Be alert for it :-)
One for my commonplace book (smile) !
--
========================,,============================================
SUPPORT ___________//___, Philip Webb
ELECTRIC /] [] [] [] [] []| Cities Centre, University of Toronto
TRANSIT `-O----------O---' purslowatchassdotutorontodotca
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Spurious warnings?
2009-06-30 18:51 ` Neil Bothwick
@ 2009-07-03 15:54 ` Michael Higgins
0 siblings, 0 replies; 5+ messages in thread
From: Michael Higgins @ 2009-07-03 15:54 UTC (permalink / raw
To: gentoo-user
On Tue, 30 Jun 2009 19:51:52 +0100
Neil Bothwick <neil@digimed.co.uk> wrote:
> On Tue, 30 Jun 2009 10:58:40 -0700, Michael Higgins wrote:
>
> > How do others know if a warning applies after any system/world
> > update?
> >
> > LOG: postinst
> >
> > The database format has changed between 0.30 and 0.40.
> > You may need to update all your local databases and caches.
> > To do so, please run the following commands:
> > (for each user) $ update-mime-database ~/.local/share/mime/
> > (as root) # update-mime-database /usr/local/share/mime/
>
> genlop -u pkgname will show you the version that was unmerged and the
> new version. It's up to you to decide which side of 0.30 and 0.40
> they lie.
>
>
Ah, very cool indeed! Thanks, Neil.
Cheers,
--
|\ /| | | ~ ~
| \/ | |---| `|` ?
| |ichael | |iggins \^ /
michael.higgins[at]evolone[dot]org
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-07-03 15:56 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-30 17:58 [gentoo-user] Spurious warnings? Michael Higgins
2009-06-30 18:34 ` Alan McKinnon
2009-06-30 19:15 ` Philip Webb
2009-06-30 18:51 ` Neil Bothwick
2009-07-03 15:54 ` Michael Higgins
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox