Re: apt-get update error

2019-04-30 Thread Cindy Sue Causey
On 4/30/19, Curt  wrote:
> On 2019-04-29, Bob Bernstein  wrote:
>> Thank you guys!
>>
>> On Mon, Apr 29, 2019 at 03:36:24PM -0400, Greg Wooledge wrote:
>>
>>> This could have been communicated or handled a bit more > smoothly.
>>
>> Can I safely assume you are referring to how the organization handled it,
>> and not my email?
>>
>
> I believe the interpretation of Greg's statement in which you, Bob, are
> the target occurred only to you, Bob, and that the remark was intended
> solely to incriminate the authorities.
>
> So you can rest easy (until Greg contradicts me).
>
> ;-)


That was my brain's interpretation, too... with the further thought
process that NEXT TIME... those of us who follow Debian-Publicity and
similar could help out by forwarding the most important of those
updates over here to Debian-User

Cindy :)
-- 
Cindy-Sue Causey
Talking Rock, Pickens County, Georgia, USA

* runs with run on sentences *



Re: apt-get update error

2019-04-30 Thread Curt
On 2019-04-29, Bob Bernstein  wrote:
> Thank you guys!
>
> On Mon, Apr 29, 2019 at 03:36:24PM -0400, Greg Wooledge wrote:
>
>> This could have been communicated or handled a bit more > smoothly.
>
> Can I safely assume you are referring to how the organization handled it, and 
> not my email? 
>

I believe the interpretation of Greg's statement in which you, Bob, are
the target occurred only to you, Bob, and that the remark was intended
solely to incriminate the authorities.

So you can rest easy (until Greg contradicts me).

;-)

> All best,
>


-- 
The major, who had been a great fencer, did not believe in bravery, and spent
much time while we sat in the machines correcting my grammar. He had
complimented me on how I spoke Italian, and we talked together very easily. One
day I had said that Italian seemed such an easy language to me that I could not
take a great interest in it; everything was so easy to say. "Ah, yes," the
major said. "Why, then, do you not take up the use of grammar?" - "Another 
Country"



Re: apt-get update error

2019-04-29 Thread Bob Bernstein
Thank you guys!

On Mon, Apr 29, 2019 at 03:36:24PM -0400, Greg Wooledge wrote:

> This could have been communicated or handled a bit more > smoothly.

Can I safely assume you are referring to how the organization handled it, and 
not my email? 


All best,

-- 
"In our age there is no such thing as ‘keeping out of 
politics’. All issues are political issues, and politics 
itself is a mass of lies, evasions, folly, hatred, and 
schizophrenia."

 George Orwell "Politics and the English Language" (1946) 



Re: apt-get update error

2019-04-29 Thread Francisco M Neto
On Mon, 2019-04-29 at 15:31 -0400, Bob Bernstein wrote:
> -snip-
> deb http://deb.debian.org/debian/ jessie main contrib non-free
> 
> deb-src http://deb.debian.org/debian/ jessie main contrib non-free
> 
> deb http://security.debian.org/ jessie/updates main contrib non-free
> 
> deb-src http://security.debian.org/ jessie/updates main contrib non-
> free
> 
> deb http://deb.debian.org/debian/ jessie-updates main contrib non-free
> 
> deb-src http://deb.debian.org/debian/ jessie-updates main contrib non-
> free
> -snip-

Those last two lines are not needed, and are what is probably
causing the errors in your update. 

Also, check this page: https://wiki.debian.org/LTS/Using


Cheers!
-- 
[]'s,

Francisco M Neto 

GPG: 4096R/D692FBF0


signature.asc
Description: This is a digitally signed message part


Re: apt-get update error

2019-04-29 Thread Greg Wooledge
On Mon, Apr 29, 2019 at 03:31:18PM -0400, Bob Bernstein wrote:
> W: Failed to fetch 
> http://deb.debian.org/debian/dists/jessie-updates/InRelease  Unable to find 
> expected entry 'main/source/Sources' in Release file (Wrong sources.list 
> entry or malformed file)

There is no more jessie-updates repository.  Just remove that line.

foo-updates is a repository that exists only while a stable release is
still supported and receiving point-release updates (like 8.3, 8.4, 8.5).
The foo-updates repository is a place where the updates that are GOING to
be in the next point release are available before the formal point release
happens.

Since jessie will never receive another point-release update, there is
no reason to have a jessie-updates repository.

So, the repository was removed, nuked, wiped out, obliterated, you have
no chance to survive make your time.

This could have been communicated or handled a bit more smoothly.



Re: apt-get update error

2018-02-09 Thread Frank

Op 08-02-18 om 22:27 schreef Sven Hartge:

Forest Dean Feighner  wrote:

On Thu, Feb 8, 2018 at 3:36 PM, Greg Wooledge  wrote:

On Thu, Feb 08, 2018 at 03:26:40PM -0500, Forest Dean Feighner wrote:



W: http://security.debian.org/debian-security/dists/stretch/updates/InRelease:
The key(s) in the keyring /etc/apt/trusted.gpg are ignored as the file is
not readable by user '_apt' executing apt-key.



-rw--- 1 root root   32 Feb  6 17:58 trusted.gpg


Synaptic strikes again. :(



Ah, so the error is from using Synaptic rather than from the update of
libtasn1-6?



That's the only recent update I've done and I didn't realize Syaptic would
write the file.


The problem is from synaptic creating /etc/apt/trusted.gpg with too
narrow permissions,


Actually, it's not synaptic that's doing that, but the executable 
software-properties-gtk when it's called by synaptic. So if you run that 
separately, you'll also end up with a messed up /etc/apt/trusted.gpg file.


https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=867681

Regards,
Frank



Re: apt-get update error

2018-02-08 Thread Sven Hartge
Forest Dean Feighner  wrote:
> On Thu, Feb 8, 2018 at 3:36 PM, Greg Wooledge  wrote:
>> On Thu, Feb 08, 2018 at 03:26:40PM -0500, Forest Dean Feighner wrote:

>>> W: 
>>> http://security.debian.org/debian-security/dists/stretch/updates/InRelease:
>>> The key(s) in the keyring /etc/apt/trusted.gpg are ignored as the file is
>>> not readable by user '_apt' executing apt-key.

>> > -rw--- 1 root root   32 Feb  6 17:58 trusted.gpg
>>
>> Synaptic strikes again. :(

> Ah, so the error is from using Synaptic rather than from the update of
> libtasn1-6?

> That's the only recent update I've done and I didn't realize Syaptic would
> write the file.

The problem is from synaptic creating /etc/apt/trusted.gpg with too
narrow permissions, a file which is no longer used by apt (instead all
keys are in /etc/apt/trusted.gpg.d)

You can just delete /etc/apt/trusted.gpg or change the permissions to
644 (instead of 600 now).

Grüße,
Sven.

-- 
Sigmentation fault. Core dumped.



Re: apt-get update error

2018-02-08 Thread Forest Dean Feighner
Ah, so the error is from using Synaptic rather than from the update of
libtasn1-6?

That's the only recent update I've done and I didn't realize Syaptic would
write the file.

Thanks Greg


On Thu, Feb 8, 2018 at 3:36 PM, Greg Wooledge  wrote:

> On Thu, Feb 08, 2018 at 03:26:40PM -0500, Forest Dean Feighner wrote:
> > W:
> > http://security.debian.org/debian-security/dists/stretch/
> updates/InRelease:
> > The key(s) in the keyring /etc/apt/trusted.gpg are ignored as the file is
> > not readable by user '_apt' executing apt-key.
>
> > -rw--- 1 root root   32 Feb  6 17:58 trusted.gpg
>
> Synaptic strikes again. :(
>
>


Re: apt-get update error

2018-02-08 Thread Greg Wooledge
On Thu, Feb 08, 2018 at 03:26:40PM -0500, Forest Dean Feighner wrote:
> W:
> http://security.debian.org/debian-security/dists/stretch/updates/InRelease:
> The key(s) in the keyring /etc/apt/trusted.gpg are ignored as the file is
> not readable by user '_apt' executing apt-key.

> -rw--- 1 root root   32 Feb  6 17:58 trusted.gpg

Synaptic strikes again. :(



Re: apt-get update error with volatile.debian.org

2012-04-06 Thread Andrei POPESCU
On Vi, 06 apr 12, 10:42:51, MPR wrote:
 
 Does anyone know how to fix this? I had not made any changes to the
 server to cause this and have just been living with it.

Volatile has been replaced with squeeze-updates

http://www.debian.org/volatile/
http://lists.debian.org/debian-volatile-announce/2012/msg0.html

Hope this helps,
Andrei
-- 
Offtopic discussions among Debian users and developers:
http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic


signature.asc
Description: Digital signature


Re: apt-get update error with volatile.debian.org

2012-04-06 Thread Bob Proulx
MPR wrote:
 Last year I started getting errors when running apt-get update. The
 errors look like this:
 
 W: Failed to fetch
 http://volatile.debian.org/debian-volatile/dists/squeeze/volatile/main/source/Sources.gz
  404  Not Found [IP: 130.89.148.13 80]

Right.  The Lenny volatile repository was renamed for Squeeze.  In
Squeeze it is squeeze-updates.  (Confusingly because squeeze-updates
is the volatile repository and squeeze/updates is the security
repository.)

 deb ftp://ftp.us.debian.org/debian/ squeeze main
 deb-src ftp://ftp.us.debian.org/debian/ squeeze main
 
 deb http://security.debian.org/ squeeze/updates main
 deb-src http://security.debian.org/ squeeze/updates main

The above are okay.

 deb http://volatile.debian.org/debian-volatile squeeze/volatile main
 deb-src http://volatile.debian.org/debian-volatile squeeze/volatile main

That is incorrect and the source of your problems.  Remove those
lines.  Add these lines:

deb http://ftp.us.debian.org/debian squeeze-updates main
deb-src http://ftp.us.debian.org/debian squeeze-updates main

Bob


signature.asc
Description: Digital signature


Re: apt-get update error with volatile.debian.org

2012-04-06 Thread Tom H
On Fri, Apr 6, 2012 at 1:42 PM, MPR mplistarch...@gmail.com wrote:

 Last year I started getting errors when running apt-get update. The
 errors look like this:

 W: Failed to fetch
 http://volatile.debian.org/debian-volatile/dists/squeeze/volatile/main/source/Sources.gz
  404  Not Found [IP: 130.89.148.13 80]

 W: Failed to fetch
 http://volatile.debian.org/debian-volatile/dists/squeeze/volatile/main/binary-amd64/Packages.gz
  404  Not Found [IP: 130.89.148.13 80]

 Does anyone know how to fix this? I had not made any changes to the
 server to cause this and have just been living with it.

 Here's my /etc/apt/sources.list file:

 -
 deb ftp://ftp.us.debian.org/debian/ squeeze main
 deb-src ftp://ftp.us.debian.org/debian/ squeeze main

 deb http://security.debian.org/ squeeze/updates main
 deb-src http://security.debian.org/ squeeze/updates main

 deb http://volatile.debian.org/debian-volatile squeeze/volatile main
 deb-src http://volatile.debian.org/debian-volatile squeeze/volatile main

There's no volatile for Squeeze.

It's been replaced by squeeze-updates hence

deb http://ftp.us.debian.org/debian/ squeeze-updates main


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAOdo=sytv-f0xyxolb5z7riom3arnej2mtzivhve8-esatf...@mail.gmail.com



Re: apt-get update error with volatile.debian.org

2012-04-06 Thread Lisi
On Friday 06 April 2012 18:42:51 MPR wrote:
 Last year I started getting errors when running apt-get update. The
 errors look like this:

 W: Failed to fetch
 http://volatile.debian.org/debian-volatile/dists/squeeze/volatile/main/sour
ce/Sources.gz 404  Not Found [IP: 130.89.148.13 80]

 W: Failed to fetch
 http://volatile.debian.org/debian-volatile/dists/squeeze/volatile/main/bina
ry-amd64/Packages.gz 404  Not Found [IP: 130.89.148.13 80]

 Does anyone know how to fix this? I had not made any changes to the
 server to cause this and have just been living with it.

There is no such thing as a Squeeze Volatile repository.  Lenny was teh last 
to have Volatile.  Squeeze uses squeeze-updates.
http://www.debian.org/volatile/
and: 
http://lists.debian.org/debian-volatile-announce/2012/msg0.html
quote
The Debian Volatile archive is now discontinued.  There will be no further
updates. Mirrors will soon cease to carry it.  Starting from Debian 6.0
(squeeze) it was replaced by the suite `squeeze-updates' on the
official mirrors, managed by the Debian Release Team.

This announcement list and the discussion list
`debian-volat...@lists.debian.org' will be closed in two weeks time.
/quote

HTH
Lisi


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201204062001.09064.lisi.re...@gmail.com



Re: apt-get update error with volatile.debian.org

2012-04-06 Thread MPR
On Fri, Apr 6, 2012 at 10:55 AM, Bob Proulx b...@proulx.com wrote:
 That is incorrect and the source of your problems.  Remove those
 lines.  Add these lines:

 deb http://ftp.us.debian.org/debian squeeze-updates main
 deb-src http://ftp.us.debian.org/debian squeeze-updates main

That fixed it! Thanks for the help and explanations everyone.

MPR


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAN3V7BQ4n5jcS44LWLqrHYa635TL4+rkzR=kyeyj9zpp2x7...@mail.gmail.com



Re: apt-get update error: E: Dynamic MMap ran out of room

2008-11-17 Thread Calabaza
El día 14 de noviembre de 2008 15:52, Mario Daniel Carugno
[EMAIL PROTECTED] escribió:
 Yo a mi apt.conf tuve que ponerle un valor mayor:

   APT::Cache-Limit 25165824;

 Suerte

Gracias!, funciono sin problemas,

pero me gustaría entender en que unidad y como se calcula ese valor... =/

Alguna idea?
-- 
§~^Calabaza^~§ from Villa Elisa, Paraguay


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: apt-get update error: E: Dynamic MMap ran out of room

2008-11-17 Thread Rodrigo Gallardo
On Mon, Nov 17, 2008 at 06:46:43AM -0300, Calabaza wrote:
 El día 14 de noviembre de 2008 15:52, Mario Daniel Carugno
 [EMAIL PROTECTED] escribió:
  Yo a mi apt.conf tuve que ponerle un valor mayor:
 
APT::Cache-Limit 25165824;
 
  Suerte
 
 Gracias!, funciono sin problemas,
 
 pero me gustaría entender en que unidad y como se calcula ese valor... =/

De man apt.conf:

   Cache-Limit
   APT uses a fixed size memory mapped cache file to store the 
   ´available´ information. This sets the size of that cache 
   (in bytes).

Eso es la unidad. ¿Cómo se calcula? La verdad, después de leer los reportes
de este viejísimo bug, la respuesta parece ser: Pon un número grande. Si no
funciona, pon uno más grande. Repite.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: apt-get update error: E: Dynamic MMap ran out of room

2008-11-17 Thread Adrian Chapela

Rodrigo Gallardo escribió:

On Mon, Nov 17, 2008 at 06:46:43AM -0300, Calabaza wrote:
  

El día 14 de noviembre de 2008 15:52, Mario Daniel Carugno
[EMAIL PROTECTED] escribió:


Yo a mi apt.conf tuve que ponerle un valor mayor:

  APT::Cache-Limit 25165824;
  
Suerte


  

Gracias!, funciono sin problemas,

pero me gustaría entender en que unidad y como se calcula ese valor... =/



De man apt.conf:

   Cache-Limit
   APT uses a fixed size memory mapped cache file to store the 
   ´available´ information. This sets the size of that cache 
   (in bytes).


Eso es la unidad. ¿Cómo se calcula? La verdad, después de leer los reportes
de este viejísimo bug, la respuesta parece ser: Pon un número grande. Si no
funciona, pon uno más grande. Repite.
  
Yo pienso igual, aunque el valor guarda relación con el número de 
sabores que tengamos en nuestro sistema.


Si instalas etch y sólo usas unas fuentes, no deberías tener ese 
problema con el valor por defecto. El problema viene cuando necesitas (o 
quieres) poner stable, testing, unstable, etc. Ahí se necesita más 
espacio para realizar la caché y creo que por eso se necesita un número 
más grande.


Sería interesante conocer el valor aproximado que se necesita por cada 
sabor y además en qué nos podría afectar poner un número demasiado 
grande si no disponemos de memoria libre suficiente, no se.. será 
cuestión de probar.


  



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: apt-get update error: E: Dynamic MMap ran out of room

2008-11-17 Thread Calabaza
El día 17 de noviembre de 2008 7:48, Adrian Chapela
[EMAIL PROTECTED] escribió:
 Rodrigo Gallardo escribió:

 On Mon, Nov 17, 2008 at 06:46:43AM -0300, Calabaza wrote:


 El día 14 de noviembre de 2008 15:52, Mario Daniel Carugno
 [EMAIL PROTECTED] escribió:


 Yo a mi apt.conf tuve que ponerle un valor mayor:

  APT::Cache-Limit 25165824;
  Suerte



 Gracias!, funciono sin problemas,

 pero me gustaría entender en que unidad y como se calcula ese valor... =/


 De man apt.conf:

   Cache-Limit
   APT uses a fixed size memory mapped cache file to store the
   ´available´ information. This sets the size of that cache
 (in bytes).

Ok, la ultima linea no aparece en la traducción del manual de apt.conf ;)

 Eso es la unidad. ¿Cómo se calcula? La verdad, después de leer los
 reportes
 de este viejísimo bug, la respuesta parece ser: Pon un número grande. Si
 no
 funciona, pon uno más grande. Repite.


 Yo pienso igual, aunque el valor guarda relación con el número de sabores
 que tengamos en nuestro sistema.

 Si instalas etch y sólo usas unas fuentes, no deberías tener ese problema
 con el valor por defecto. El problema viene cuando necesitas (o quieres)
 poner stable, testing, unstable, etc. Ahí se necesita más espacio para
 realizar la caché y creo que por eso se necesita un número más grande.

 Sería interesante conocer el valor aproximado que se necesita por cada sabor
 y además en qué nos podría afectar poner un número demasiado grande si no
 disponemos de memoria libre suficiente, no se.. será cuestión de probar.




 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]



Gracias por sus apreciaciones.
-- 
§~^Calabaza^~§ from Villa Elisa, Paraguay


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: apt-get update error: E: Dynamic MMap ran out of room

2008-11-14 Thread Mario Daniel Carugno
Yo a mi apt.conf tuve que ponerle un valor mayor:

  APT::Cache-Limit 25165824;

Suerte


Re: apt-get update error

2008-10-26 Thread Boyd Stephen Smith Jr.
On Sunday 26 October 2008, L.V.Gandhi [EMAIL PROTECTED] wrote 
about 'apt-get update error':
*deb http://live.debian.net/debian/ etch main
*to */etc/apt/sources.list.

Based on what I saw that http://live.debian.net/debian , they are not using 
the pooled layout with distribution subdirectories.  Instead, they are 
using the flat layout.  So, the line should be:
deb http://live.debian.net  /debian/
or
deb http://live.debian.net/debian   /

(I think.)  The relevant section of sources.list(5) is:
   The format for a sources.list entry using the deb and deb-src types
   are:

   deb uri distribution [component1] [component2] [...]

   The URI for the deb type must specify the base of the Debian
   distribution, from which APT will find the information it needs.
   distribution can specify an exact path, in which case the components
   must be omitted and distribution must end with a slash (/). This is
   useful for when only a particular sub-section of the archive denoted 
by
   the URI is of interest. If distribution does not specify an exact 
path,
   at least one component must be present.

-- 
Boyd Stephen Smith Jr. ,= ,-_-. =. 
[EMAIL PROTECTED]  ((_/)o o(\_))
ICQ: 514984 YM/AIM: DaTwinkDaddy   `-'(. .)`-' 
http://iguanasuicide.org/  \_/ 


signature.asc
Description: This is a digitally signed message part.


Re: apt-get update error

2007-09-06 Thread JC
The original message in this thread referred to this URL:
http://ftp.debian.org. 

I'm having the same problem but the URL is security.debian.org. 


One reply suggested the following:
gpg --keyserver wwwkeys.eu.pgp.net --recv-keys 6070D3A1
gpg --export --armor 6070D3A1 | apt-key add -

Another reply suggested:
gpg --recv-key A70DAF536070D3A1
gpg --export A70DAF536070D3A1|apt-key add -

When I run the first line of either pair, the command times out after
2 minutes and returns the following message:

gpg: requesting key 
gpg: keyserver timed out
gpg: keyserver receive failed: keyserver error

Any help will be appreciated.

--John


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: apt-get update error

2007-09-06 Thread Julien Barnier
Hi,

 One reply suggested the following:
 gpg --keyserver wwwkeys.eu.pgp.net --recv-keys 6070D3A1
 gpg --export --armor 6070D3A1 | apt-key add -

 Another reply suggested:
 gpg --recv-key A70DAF536070D3A1
 gpg --export A70DAF536070D3A1|apt-key add -

 When I run the first line of either pair, the command times out after
 2 minutes and returns the following message:

To query a key this way, you have to be able to connect to the
keyserver on the hkp port (which is number 11371 I think). Do your
firewall, if you have one, allow this ?

-- 
Julien


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: apt-get update error..

2006-11-21 Thread Jochen Schulz
Ishwar Rattan:
 
 Just saw this:
 W: GPG error: http://ftp.us.debian.org testing Release: The following 
 signatures couldn't be verified because the public key is not available: 
 NO_PUBKEY A70DAF536070D3A1
 W: You may want to run apt-get update to correct these problems
 #
 
 How do I fix this?

You don't need to fix this because it is not strictly an error (even
though it looks like it was one).

I think a better wording for this message would be:

Warning:

 The integrity of the archive at http://ftp.us.debian.org could not be
 verified because its Release file is signed with a key unknown to apt.
 This means that you cannot be sure that this archive has not been
 manipulated by a third party which you do not trust.

 If you insist, you may still install packages from this archive, but
 apt will warn you each time you do this.

 If you do not really understand what all this is about, please read
 http://wiki.debian.org/SecureApt or chapter 7.4 of the Securing
 Debian manual.

 If you have imported this archive's signing key recently, running
 'apt-get update' again should suffice to make this message go away.

J.
-- 
When standing at the top of beachy head I find the rocks below very
attractive.
[Agree]   [Disagree]
 http://www.slowlydownward.com/NODATA/data_enter2.html


signature.asc
Description: Digital signature


Re: apt-get update error

2004-02-20 Thread Paul Morgan
On Thu, 19 Feb 2004 22:51:02 +0530, Deboo wrote:

 I'm using debian woody. After reading an article in LG on apt (Issue 86 -
 Debian APT, part2), I wanted to try using some package from testing and I
 did as per the artile, putting 2 new lines for testing and unstable in
 sources.list. But after I apt-get update, at the end, I get this output:
 
 Reading Package Lists... Error!
 E: Dynamic MMap ran out of room
 E: Dynamic MMap ran out of room
 E: Error occured while processing magnus (NewVersion1)
 E: Problem with MergeList
 /var/lib/apt/lists/ftp.iitm.ac.in_debian_dists_stable_main_binary-i386_Packages
 E: The package lists or status file could not be parsed or opened.
 
 I tried deleting this file and re-running apt-get update but still the
 same. What am I doing wrong? The file seems to be fine if I open it with a
 E: Error occured while processing magnus (NewVersion1)
 E: Problem with MergeList
 /var/lib/apt/lists/ftp.iitm.ac.in_debian_dists_stable_main_binary-i386_Packages
 E: The package lists or status file could not be parsed or opened.
 
 I tried deleting this file and re-running apt-get update but still the
 same. What am I doing wrong? The file seems to be fine if I open it with a
 pager/editor.
 

This question has been asked and answered several times.  Either
searching this list's archives, or googling on: the error message,
apt-get and update will give you the answer.

-- 
paul

It is important to realize that any lock can be picked with a big
enough hammer.
   -- Sun System  Network Admin manual



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: apt-get update error

2004-02-19 Thread John Schmidt
On Thursday 19 February 2004 10:21 am, Deboo wrote:
 I'm using debian woody. After reading an article in LG on apt (Issue 86 -
 Debian APT, part2), I wanted to try using some package from testing and I
 did as per the artile, putting 2 new lines for testing and unstable in
 sources.list. But after I apt-get update, at the end, I get this output:

 Reading Package Lists... Error!
 E: Dynamic MMap ran out of room
 E: Dynamic MMap ran out of room
 E: Error occured while processing magnus (NewVersion1)
 E: Problem with MergeList
 /var/lib/apt/lists/ftp.iitm.ac.in_debian_dists_stable_main_binary-i386_Pack
ages E: The package lists or status file could not be parsed or opened.

 I tried deleting this file and re-running apt-get update but still the
 same. What am I doing wrong? The file seems to be fine if I open it with a
 E: Error occured while processing magnus (NewVersion1)
 E: Problem with MergeList
 /var/lib/apt/lists/ftp.iitm.ac.in_debian_dists_stable_main_binary-i386_Pack
ages E: The package lists or status file could not be parsed or opened.

 I tried deleting this file and re-running apt-get update but still the
 same. What am I doing wrong? The file seems to be fine if I open it with a
 pager/editor.

 Regards,
 Deboo

Create a file /etc/apt/apt.conf as root and insert the following:

APT::Cache-Limit 25165824;

Note: don't forget the ';' at the end.

After creating this file, rerun apt-get update and hopefully things should now 
work.

John


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: apt-get update error

2004-02-19 Thread Deboo




Wes Reneau wrote:
I've done this and mine worked, as I had the same problem once.

also you might just edit the lines in sources.list from stable to 
testing or unstable and comment out the security line with a # mark.

One thing to keep in mind youre gonna be mixing up your version with 
stable, testing and unstable and there is a reason they are seperated :-)

HTH


Ack! I did mess up already! Something went wrong and the testing version
of libncurses5 failed to install leaving the woody version removed. Now I
am not even able to login, I get some error like:
-bash: /lib/libc.so.6: version `GLIBC_2.3' not found (required by
/lib/libncurses.so.5)
when I login. Nor are most of the commands able to execute.

Thank God, I'm logged on with root as well as a user on 4 different
terminals including and one running my MUA! I had to use links browser to
open these mails for some reason still and none of the text browsers
would run, thank God again that I somewhere had compiled links static!
That's how I'm writing now

Well, what am I to do now? apt-get is also giving some errors about not
able to run /usr/bin/apt-listchanges ... failure running that script.

glibc is already installed I can see.

I better wouldn't have done this mess if I would have used somebackport
version of what I needed :/

Please help!

Regards,
Deboo
--
---
He does not suffer sorrow in sorrow,
who does not look for pleasure in pleasure.
---


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: apt-get update error

2003-09-02 Thread Charles Plessy
 E: Dynamic MMap ran out of room

google sur sites francophones :

http://www.google.fr/search?hl=frie=UTF-8oe=UTF-8q=Dynamic+MMap+ran+out+of+roombtnG=Recherche+Googlemeta=lr%3Dlang_fr

6ème lien :
http://savannah.nongnu.org/download/debfr-faq/html/debfr-faq005.html

à comparer avec ça :
 -- 
 Pensez à lire la FAQ de la liste avant de poser une question :
 http://savannah.nongnu.org/download/debfr-faq/html/


-- 
Charles



Re: apt-get update error

2002-12-19 Thread Rob Weir
On Wed, Dec 18, 2002 at 03:04:11PM -0500, Steve wrote:
 On 12/18/2002 11:50 AM, Colin Watson pounded the keyboard with stubby
 fingers to type:
 On Wed, Dec 18, 2002 at 09:33:18AM -0500, Steve wrote:
 
 And these archives are found where?
 
 
   http://lists.debian.org/debian-user/
 
 Thanks I'll look there, I searched my local archives for the past two 
 weeks, I found it mentioned, but no solutions offered that worked. I'll try 
 my luck in the official archive.

Here's a hint: add this to your apt.conf APT::Cache-Limit=16777216 :-)

-rob



msg20054/pgp0.pgp
Description: PGP signature


Re: apt-get update error

2002-12-18 Thread Rob Weir
On Tue, Dec 17, 2002 at 08:22:50PM -0500, Steve wrote:
 Hello, on adding testing to my source lists (I'm presently on stable), I 
 get the following error(s):
 
 Reading Package Lists... Error!
 E: Dynamic MMap ran out of room
 E: Error occured while processing heimdal-dev (NewVersion1)
 E: Problem with MergeList 
 
/var/state/apt/lists/security.debian.org_debian-security_dists_stable_updates_main_binary-i386_Packages
 E: Unable to write mmap - msync (14 Bad address)
 E: The package lists or status file could not be parsed or opened.
 
 
 Does this mean that I need to update `heimdal-dev'?
 
 Thanks for reading.

This has come up every couple of days for the past few weeks.  Search
the archives, since I can't remember the exact line you have to add to
your /etc/apt/apt.conf.

-rob



msg19834/pgp0.pgp
Description: PGP signature


Re: apt-get update error

2002-12-18 Thread Steve
On 12/18/2002 5:04 AM, Rob Weir pounded the keyboard with stubby fingers
to type:

On Tue, Dec 17, 2002 at 08:22:50PM -0500, Steve wrote:


Hello, on adding testing to my source lists (I'm presently on stable), I 
get the following error(s):

Reading Package Lists... Error!
E: Dynamic MMap ran out of room
E: Error occured while processing heimdal-dev (NewVersion1)
E: Problem with MergeList 
/var/state/apt/lists/security.debian.org_debian-security_dists_stable_updates_main_binary-i386_Packages
E: Unable to write mmap - msync (14 Bad address)
E: The package lists or status file could not be parsed or opened.


Does this mean that I need to update `heimdal-dev'?

Thanks for reading.


This has come up every couple of days for the past few weeks.  Search
the archives, since I can't remember the exact line you have to add to
your /etc/apt/apt.conf.


And these archives are found where? The search function at the Debian site isn't 
functional.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: apt-get update error

2002-12-18 Thread Colin Watson
On Wed, Dec 18, 2002 at 09:33:18AM -0500, Steve wrote:
 And these archives are found where?

  http://lists.debian.org/debian-user/

-- 
Colin Watson  [[EMAIL PROTECTED]]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: apt-get update error

2002-12-18 Thread Steve
On 12/18/2002 11:50 AM, Colin Watson pounded the keyboard with stubby
fingers to type:

On Wed, Dec 18, 2002 at 09:33:18AM -0500, Steve wrote:


And these archives are found where?



  http://lists.debian.org/debian-user/


Thanks I'll look there, I searched my local archives for the past two weeks, I 
found it mentioned, but no solutions offered that worked. I'll try my luck in 
the official archive.




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: apt-get update error

2002-12-08 Thread Daniel Swärd
 Reading Package Lists... Error!
 E: Dynamic MMap ran out of room

Just det där ser ut som om den får slut på minne, skulle jag säga.

Hur har du med minne/swap i burken?

/Daniel

-- 
File not found. Should I fake it (y/n)?



Re: apt-get update error

2002-12-08 Thread Helgi Örn Helgason

 Daniel Swärd [EMAIL PROTECTED]:
 Reading Package Lists... Error!
 E: Dynamic MMap ran out of room

 Just det där ser ut som om den får slut på minne, skulle jag säga.

 Hur har du med minne/swap i burken?

Det är det gott om faktiskt; 512RAM och 1 GB swap flera GB hårddisk oxå.
Vad som verkar konstigt å andra sidan är något med själva / partitionen 
som är ext2, t.ex. visar inte KDiskFree den som monterad.

Jag har kört fsck från Knoppix CD och den fixade en del fel.
Själva systemet är installerat från en Knoppix cd skiva till en HP 
Omnibook 6000 med 20GB hårddisk delat på en W2k på NTFS, en vfat 
partition, swap och /. Lilo i MBR.
I /var/lib/apt/lists ligger det över 40MB material. Själva sources.list 
filen innehåller drygt 30 aktiva rader (källor), var ligger gränsen för 
 hur mycket sources.list klarar?


Mvh,
Helgi Örn



Re: apt-get update error

2002-12-08 Thread Helgi Örn Helgason

[EMAIL PROTECTED] wrote:

Sådär får även jag när jag har fler än 11st rader i sources.list.
Så pröva och rensa bort några.

På ett annat system har jag omkring 33 rader aktiva och det går hur bra 
som helst, jag har också provat att stänga av några rader men det ändrar 
inte något.


Mvh,
Helgi Örn




Re: apt-get update error

2002-12-08 Thread Claes Wallin
 Reading Package Lists... Error!
 E: Dynamic MMap ran out of room

Precis det här felet har jag också haft. Som någon nämnde är det bara att öka på
cachestorleken. Jag har en fil 10mmap i /etc/apt.conf.d/ som innehåller:

APT::Cache-Limit 12582912;

dvs 12MB. Det räcker för mig, med marillat.fr, lite småkrafs och tre speglar på 
huvudträdet,
var och en med alla stable/testing/unstable. Min /var/lib/apt/lists är på 62M..

   /Clacke



Re: apt-get update error

2002-12-08 Thread Claes Wallin
 E: Error occured while processing kmtrace (NewVersion1)

Oh, jag glömde nämna att jag känner igen det där också. Då trodde jag att det 
hade med
en mystisk HD-krash att göra, men nu inser jag att det säkert hade med just det 
här
mmap-problemet att göra.

   /Clacke



Re: apt-get update error

2002-12-08 Thread Helgi Örn Helgason

Helgi Örn Helgason wrote:

Det är det gott om faktiskt; 512RAM och 1 GB swap flera GB hårddisk oxå.
Vad som verkar konstigt å andra sidan är något med själva / partitionen 
som är ext2, t.ex. visar inte KDiskFree den som monterad.

Jag har kört fsck från Knoppix CD och den fixade en del fel.
Själva systemet är installerat från en Knoppix cd skiva till en HP 
Omnibook 6000 med 20GB hårddisk delat på en W2k på NTFS, en vfat 
partition, swap och /. Lilo i MBR.
I /var/lib/apt/lists ligger det över 40MB material. Själva sources.list 
filen innehåller drygt 30 aktiva rader (källor), var ligger gränsen för 
 hur mycket sources.list klarar?


Mvh,
Helgi Örn



Tack för alla svar hittills!

Nu har jag lärt mig att man kan lägga till det här i /etc/apt/apt.conf:
APT::Cache-Limits xxx;
där xxx skall vara antal bytes. Men det spelar ingen roll hur mycket 
jag lägger till där, det fungerar inte ändå. Men error meddelandet är nu:

--
E: Dynamic MMap ran out of room
E: Error occured while processing pcmcia-modules-2.2.18pre21 (NewPackage)
E: Problem with MergeList /var/lib/dpkg/status
E: The package lists or status file could not be parsed or opened.
--
det har altså flyttats från /var/lib/apt/lists/ till /var/lib/dpkg/status

Observera följande:
--
[EMAIL PROTECTED]:~$ df
Filesystem   1K-blocks  Used Available Use% Mounted on
/dev/hda4  3591528   2163712   1427816  61% /mnt/winstore

[EMAIL PROTECTED]:~$ df /dev/hda6
Filesystem   1K-blocks  Used Available Use% Mounted on
/dev/hda6  7061696   2110608   4592368  32%

[EMAIL PROTECTED]:~$ df /
Filesystem   1K-blocks  Used Available Use% Mounted on
-  7061696   2110608   4592368  32% /
--
df borde ju visa / primärt eller hur men den visar bara min vfat 
partition hda4?
Även när jag slår 'df /dev/hda6' visar den inte var/eller att den är 
faktiskt Mounted!
Inte förrän jag gör 'df /' visar den att / är Mounted, men inget under 
Filesystem!


Och kolla här:
--
[EMAIL PROTECTED]:~$ cat /etc/mtab
none /proc proc rw 0 0
devpts /dev/pts devpts rw,gid=5,mode=620 0 0
/dev/hda4 /mnt/winstore vfat rw,noexec,nosuid,nodev 0 0
usbdevfs /proc/bus/usb usbdevfs rw 0 0
--
alltså är det ju inte någon / med där?

Det måste ju vara detta som gör att jag får de där error meddelandena 
från apt-get update, den får på något sätt fel- eller inga- meddelanden 
om huruvida det finns plats på disken eller inte?

Kan någon förklara vad det är som händer här och hur man kan fixa det hela?

Mvh,
Helgi Örn



Re: apt-get update ERROR!

2000-12-04 Thread Jason Gunthorpe

On Mon, 4 Dec 2000, Jim Frey wrote:

 On running apt-get update, I get the following error listing:

Upgrade to a nemer version..

Jason