1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
|
From rpm-list-admin@freshrpms.net Mon Sep 9 18:02:41 2002
Return-Path: <rpm-zzzlist-admin@freshrpms.net>
Delivered-To: yyyy@localhost.example.com
Received: from localhost (jalapeno [127.0.0.1])
by jmason.org (Postfix) with ESMTP id 5423816EFC
for <jm@localhost>; Mon, 9 Sep 2002 18:02:41 +0100 (IST)
Received: from jalapeno [127.0.0.1]
by localhost with IMAP (fetchmail-5.9.0)
for jm@localhost (single-drop); Mon, 09 Sep 2002 18:02:41 +0100 (IST)
Received: from auth02.nl.egwn.net (auth02.nl.egwn.net [193.172.5.4]) by
dogma.slashnull.org (8.11.6/8.11.6) with ESMTP id g15JNO821405 for
<jm-rpm@jmason.org>; Tue, 5 Feb 2002 19:23:25 GMT
Received: from auth02.nl.egwn.net (localhost [127.0.0.1]) by
auth02.nl.egwn.net (8.11.6/8.11.6/EGWN) with ESMTP id g15JM1t06968;
Tue, 5 Feb 2002 20:22:01 +0100
Received: from gaupe.sunnmore.net (c188s126h1.upc.chello.no
[62.179.177.188]) by auth02.nl.egwn.net (8.11.6/8.11.6/EGWN) with SMTP id
g15JLGt06931 for <rpm-list@freshrpms.net>; Tue, 5 Feb 2002 20:21:16 +0100
Received: (qmail 904 invoked from network); 5 Feb 2002 19:21:25 -0000
Received: from ekorn.sunnmore.no (HELO sunnmore.net) (10.0.0.1) by
gaupe.sunnmore.net with SMTP; 5 Feb 2002 19:21:25 -0000
Message-Id: <3C6030B5.2060106@sunnmore.net>
From: Roy-Magne Mo <rmo@sunnmore.net>
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.8+) Gecko/20020203
X-Accept-Language: nn, no, en-us
MIME-Version: 1.0
To: rpm-zzzlist@freshrpms.net
Subject: Re: Problem with an rpm...
References: <1740000.1012898468@spawn.se7en.org>
<3C5FE6E4.6040608@sunnmore.net> <16380000.1012934264@spawn.se7en.org>
<16550000.1012934680@spawn.se7en.org>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Sender: rpm-zzzlist-admin@freshrpms.net
Errors-To: rpm-zzzlist-admin@freshrpms.net
X-Beenthere: rpm-zzzlist@freshrpms.net
X-Mailman-Version: 2.0.1
Precedence: bulk
Reply-To: rpm-zzzlist@freshrpms.net
List-Help: <mailto:rpm-zzzlist-request@freshrpms.net?subject=help>
List-Post: <mailto:rpm-zzzlist@freshrpms.net>
List-Subscribe: <http://lists.freshrpms.net/mailman/listinfo/rpm-zzzlist>,
<mailto:rpm-list-request@freshrpms.net?subject=subscribe>
List-Id: Freshrpms RPM discussion list <rpm-zzzlist.freshrpms.net>
List-Unsubscribe: <http://lists.freshrpms.net/mailman/listinfo/rpm-zzzlist>,
<mailto:rpm-list-request@freshrpms.net?subject=unsubscribe>
List-Archive: <http://lists.freshrpms.net/pipermail/rpm-zzzlist/>
X-Original-Date: Tue, 05 Feb 2002 20:21:25 +0100
Date: Tue, 05 Feb 2002 20:21:25 +0100
X-Spam-Status: No, hits=-8.9 required=7.0
tests=AWL,EMAIL_ATTRIBUTION,KNOWN_MAILING_LIST,QUOTED_EMAIL_TEXT,
REFERENCES,SPAM_PHRASE_00_01,USER_AGENT,
USER_AGENT_MOZILLA_UA,X_ACCEPT_LANG
version=2.50-cvs
X-Spam-Level:
Mark Derricutt wrote:
> Never mind, there was some cron thing doing rpm -qf ??? seems fine now.
>
> --On Wednesday, February 06, 2002 07:37:44 +1300 Mark Derricutt
> <mark@talios.com> wrote:
>
>> Fetched 88.1kB in 2m31s (581B/s)
>> error: cannot get exclusive lock on /var/lib/rpm/Packages
>> error: cannot open Packages index using db3 - Operation not permitted (1)
>> E: could not open RPM database:cannot open Packages index using db3 -
>> Operation not permitted (1)
You can do a rpm --rebuilddb too
_______________________________________________
RPM-List mailing list <RPM-List@freshrpms.net>
http://lists.freshrpms.net/mailman/listinfo/rpm-list
|