Your message dated Sat, 21 Sep 2002 15:33:49 -0600 (MDT)
with message-id <[EMAIL PROTECTED]>
and subject line Bug#160705: =?iso-8859-15?q?apt:?= Wrong permission for
=?iso-8859-15?q?/etc/apt/sources.list?=
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 12 Sep 2002 21:49:38 +0000
>From [EMAIL PROTECTED] Thu Sep 12 16:49:38 2002
Return-path: <[EMAIL PROTECTED]>
Received: from caribou.techmag.info (twinette) [62.4.18.32]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 17pbqE-0007y7-00; Thu, 12 Sep 2002 16:49:38 -0500
Received: from migus by twinette with local (Exim 3.36 #1 (Debian))
id 17pbq6-0003Z2-00; Thu, 12 Sep 2002 23:49:30 +0200
Content-Type: text/plain; charset="ISO-8859-15"
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
From: "Pierre Machard" <[EMAIL PROTECTED]>
To: "Debian Bug Tracking System" <[EMAIL PROTECTED]>
Subject: =?iso-8859-15?q?apt:?= Wrong permission for
=?iso-8859-15?q?/etc/apt/sources.list?=
X-Mailer: reportbug 1.99.54
Date: Thu, 12 Sep 2002 23:49:30 +0200
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
Package: apt
Version: 0.5.4
Severity: important
Tags: sid
strace say :
open("/etc/apt/sources.list", O_RDONLY|O_LARGEFILE) = -1 EACCES
+(Permission denied)
apt-cache show is not working properly
apt-cache search is not working porperly
apt-get source doesn't work for common users
/etc/apt/sources.list have the mode 600
sources.list should have mode 644
Can you fix the mode of this file ?
Cheers,
Pierre Machard
-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux twinette 2.4.19 #1 sam aoĆ» 17 16:34:04 CEST 2002 i686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED]
Versions of packages apt depends on:
ii libc6 2.2.5-14.1 GNU C Library: Shared libraries an
ii libstdc++2.10-glibc2.2 1:2.95.4-11 The GNU stdc++ library
-- no debconf information
---------------------------------------
Received: (at 160705-done) by bugs.debian.org; 21 Sep 2002 21:34:11 +0000
>From [EMAIL PROTECTED] Sat Sep 21 16:34:11 2002
Return-path: <[EMAIL PROTECTED]>
Received: from shawidc-mo1.cg.shawcable.net (pd5mo1so.prod.shaw.ca)
[24.71.223.10]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 17srtD-00018t-00; Sat, 21 Sep 2002 16:34:11 -0500
Received: from pd2mr1so.prod.shaw.ca (pd2mr1so-ser.prod.shaw.ca [10.0.141.110])
by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002))
with ESMTP id <[EMAIL PROTECTED]> for [EMAIL PROTECTED]; Sat,
21 Sep 2002 15:33:40 -0600 (MDT)
Received: from pn2ml8so.prod.shaw.ca
(pn2ml8so-qfe0.prod.shaw.ca [10.0.121.152]) by l-daemon
(iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002))
with ESMTP id <[EMAIL PROTECTED]> for [EMAIL PROTECTED]; Sat,
21 Sep 2002 15:33:40 -0600 (MDT)
Received: from wakko.debian.net
(h24-86-210-128.ed.shawcable.net [24.86.210.128])
by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002))
with ESMTP id <[EMAIL PROTECTED]> for [EMAIL PROTECTED]; Sat,
21 Sep 2002 15:33:40 -0600 (MDT)
Received: from localhost ([127.0.0.1] helo=wakko.debian.net ident=jgg)
by wakko.debian.net with smtp (Exim 3.35 #1 (Debian))
id 17srsr-0000Ii-00; Sat, 21 Sep 2002 15:33:50 -0600
Date: Sat, 21 Sep 2002 15:33:49 -0600 (MDT)
From: Jason Gunthorpe <[EMAIL PROTECTED]>
Subject: Re: Bug#160705: =?iso-8859-15?q?apt:?= Wrong permission for
=?iso-8859-15?q?/etc/apt/sources.list?=
In-reply-to: <[EMAIL PROTECTED]>
X-Sender: [EMAIL PROTECTED]
To: Pierre Machard <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Cc: APT Development Team <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Message-id: <[EMAIL PROTECTED]>
MIME-version: 1.0
Content-type: TEXT/PLAIN; charset=US-ASCII
Content-transfer-encoding: 7BIT
Delivered-To: [EMAIL PROTECTED]
On Thu, 12 Sep 2002, Pierre Machard wrote:
> strace say :
> open("/etc/apt/sources.list", O_RDONLY|O_LARGEFILE) = -1 EACCES
> +(Permission denied)
>
> apt-cache show is not working properly
> apt-cache search is not working porperly
> apt-get source doesn't work for common users
>
> /etc/apt/sources.list have the mode 600
> sources.list should have mode 644
Try 'chmod 644 /etc/apt/sources.list'
APT never writes to that file, so something else changed the permissions.
Jason