problema con la bd

2002-03-21 Por tema Sergio Rua
Hola,

Tengo un problema que me está perjudicando a mi y a mis
paquetes. Desde hace unos días, no puedo actualizar nada que
tenga instalado. Sí puedo instalar paquetes nuevos pero si hago
un upgrade o un install de un paquete que ya tengo, siempre me
dice que ya tengo la última versión:

[EMAIL PROTECTED]:~# apt-get install mozilla
Reading Package Lists... Done
Building Dependency Tree... Done
Sorry, mozilla is already the newest version.
0 packages upgraded, 0 newly installed, 0 to remove and 0  not
upgraded.


[EMAIL PROTECTED]:~# apt-get install mutt
Reading Package Lists... Done
Building Dependency Tree... Done
Sorry, mutt is already the newest version.
0 packages upgraded, 0 newly installed, 0 to remove and 0  not
upgraded.

[EMAIL PROTECTED]:~# apt-cache show mutt|grep ^Version
Version: 1.3.27-5 (en debian)
Version: 1.3.27-3 (version que tengo instalada)



Greetings!

Sergio Rua [EMAIL PROTECTED]

-- Key fingerprint = 4B4B 1ED6 8F17 0E2B 0DA3  5978 BFB6 6565 1768 44B7






Re: problema con la bd

2002-03-21 Por tema Amaya
Yo lo que haría es un apt-get install --reinstall *
Te adjunto un script que lo automatiza ;-)

-- 
 .''`. Eating seeds as a pastime acctivity, the toxicity
: :' :   of our city, of our city - System of a down   
`. `' Proudly running Debian GNU/Linux Sid (Kernel 2.4.18)  
  `-www.amayita.com  www.malapecora.com  www.chicasduras.com
  Listening to Los Secretos (varios) - No me imagino


reinstala.sh
Description: Bourne shell script


Re: problema con la bd

2002-03-21 Por tema Alberto Gonzalez Iniesta
On Thu, Mar 21, 2002 at 03:49:27PM +0100, Sergio Rua wrote:
 Hola,
 
 El día 21/Mar/2002, Amaya escribía:
 
 
  Yo lo que haría es un apt-get install --reinstall *
  Te adjunto un script que lo automatiza ;-)
 
 
   No es necesario. Fue lo primero que se me ocurrió pero no
   funciona:
 
 [EMAIL PROTECTED]:/usr/src/linux-2.5.7# apt-get --reinstall install mutt
 Reading Package Lists... Done
 Building Dependency Tree... Done
 Sorry, re-installation of mutt is not possible, it cannot be downloaded.
 0 packages upgraded, 0 newly installed, 0 to remove and 0  not upgraded.
 


Prueba con:

apt-get --print-uris --reinstall install mutt

A ver de donde intenta bajarlo.

Saludos.

-- 
Alberto Gonzalez Iniesta   | They that give up essential liberty
[EMAIL PROTECTED] | to obtain a little temporary safety
Encrypted mail preferred   | deserve neither liberty nor safety.

Key fingerprint = 9782 04E7 2B75 405C F5E9  0C81 C514 AF8E 4BA4 01C3




Re: problema con la bd

2002-03-21 Por tema Sergio Rua
Hola,

El día Mar/21/2002, Alberto Gonzalez Iniesta escribía:

 Prueba con:
 apt-get --print-uris --reinstall install mutt
 A ver de donde intenta bajarlo.

No es un problema de conectividad porque si hago 

apt-get install paquete_aleatorio_que_no_tengo_instalado

funciona perfectamente y baja a toda leche.

Greetings!

Sergio Rua [EMAIL PROTECTED]

-- Key fingerprint = 4B4B 1ED6 8F17 0E2B 0DA3  5978 BFB6 6565 1768 44B7




Re: problema con la bd

2002-03-21 Por tema Amaya
Sergio Rua dijo:
 Sorry, re-installation of mutt is not possible, it cannot be
 downloaded.  0 packages upgraded, 0 newly installed, 0 to remove and 0
 not upgraded.

Déjame ver tu sources.list.

-- 
 .''`. Eating seeds as a pastime acctivity, the toxicity
: :' :   of our city, of our city - System of a down   
`. `' Proudly running Debian GNU/Linux Sid (Kernel 2.4.18)  
  `-www.amayita.com  www.malapecora.com  www.chicasduras.com




Re: problema con la bd

2002-03-21 Por tema Sergio Rua
Hola,

El día 21/Mar/2002, Amaya escribía:

 Déjame ver tu sources.list.

Creo que vais todos por el mal camino. No es un problema de
configuración, conexión etc. No es un problema de usuario sino
otro que no acabo de descubrir.

deb http://ftp.it.debian.org/debian/ unstable main contrib
deb http://ftp.it.debian.org/debian-non-US unstable/non-US main contrib non-free
deb-src http://ftp.it.debian.org/debian/ unstable main contrib
deb-src http://ftp.it.debian.org/debian-non-US unstable/non-US main contrib 
non-free


Greetings!

Sergio Rua [EMAIL PROTECTED]

-- Key fingerprint = 4B4B 1ED6 8F17 0E2B 0DA3  5978 BFB6 6565 1768 44B7




Re: problema con la bd

2002-03-21 Por tema David Martinez CSIC RedIRIS
On Thu 21 Mar 2002 14:07, Sergio Rua wrote:
 Hola,

   Tengo un problema que me está perjudicando a mi y a mis
   paquetes. Desde hace unos días, no puedo actualizar nada que
   tenga instalado. Sí puedo instalar paquetes nuevos pero si hago
   un upgrade o un install de un paquete que ya tengo, siempre me
   dice que ya tengo la última versión:

   [EMAIL PROTECTED]:~# apt-get install mozilla
   Reading Package Lists... Done
   Building Dependency Tree... Done
   Sorry, mozilla is already the newest version.
   0 packages upgraded, 0 newly installed, 0 to remove and 0  not
   upgraded.


   [EMAIL PROTECTED]:~# apt-get install mutt
   Reading Package Lists... Done
   Building Dependency Tree... Done
   Sorry, mutt is already the newest version.
   0 packages upgraded, 0 newly installed, 0 to remove and 0  not
   upgraded.

   [EMAIL PROTECTED]:~# apt-cache show mutt|grep ^Version
   Version: 1.3.27-5 (en debian)
   Version: 1.3.27-3 (version que tengo instalada)

Em...creo que debes de haber configurado la opción Pin de APT. Tiene 
toda la 
pinta.

Para salir de dudas, prueba:

apt-get install mutt=1.3.27-5

Esto debería instalarte el mutt actualizado.

La característica Pin de APT te permite dar menos preferencia a los 
paquetes 
que están en otros orígenes de datos. Se usa para tener (por ejemplo) testing 
instalada pero tener disponibles paquetes de inestable.

Mira tu apt.conf.


Ender.
-- 
 Why is a cow? Mu. (Omm)
--
Responsable de News - Newsmanager
Servicios de red - Network services
Centro de Comunicaciones CSIC/RedIRIS
Spanish Academic Network for Research and Development
Madrid (Spain)
Tlf (+34) 91.585.49.05




Re: problema con la bd

2002-03-21 Por tema Sergio Rua
Hola,

El día Mar/21/2002, David Martinez CSIC RedIRIS escribía:
 
 apt-get install mutt=1.3.27-5
   Esto debería instalarte el mutt actualizado.

Sí, esto funciona.

   Mira tu apt.conf.

Tengo el fichero por defecto. Yo no lo he cambiado:

[EMAIL PROTECTED]:~# apt-config dump
APT ;
APT::Architecture i386;
Dir /;
Dir::State var/lib/apt/;
Dir::State::lists lists/;
Dir::State::cdroms cdroms.list;
Dir::State::userstatus status.user;
Dir::State::status /var/lib/dpkg/status;
Dir::Cache var/cache/apt/;
Dir::Cache::archives archives/;
Dir::Cache::srcpkgcache srcpkgcache.bin;
Dir::Cache::pkgcache pkgcache.bin;
Dir::Etc etc/apt/;
Dir::Etc::sourcelist sources.list;
Dir::Etc::vendorlist vendors.list;
Dir::Etc::vendorparts vendors.list.d;
Dir::Etc::main apt.conf;
Dir::Etc::parts apt.conf.d;
Dir::Etc::preferences preferences;
Dir::Bin ;
Dir::Bin::methods /usr/lib/apt/methods;
Dir::Bin::dpkg /usr/bin/dpkg;
DPkg ;
DPkg::Pre-Install-Pkgs ;
DPkg::Pre-Install-Pkgs:: /usr/sbin/dpkg-preconfigure --apt || true;


Greetings!

Sergio Rua [EMAIL PROTECTED]

-- Key fingerprint = 4B4B 1ED6 8F17 0E2B 0DA3  5978 BFB6 6565 1768 44B7




Re: problema con la bd

2002-03-21 Por tema Sergio Rua
Hola,

El día 21/Mar/2002, David Martinez CSIC RedIRIS escribía:

 (/etc/apt/preferences). ¿Existe en tu sistema?

Pues sí, tenías razón. No recordaba la existencia de ese fichero
y por defecto se configura en 50 la prioridad para sid. Ahora
parece que ya está funcionando todo bien.

Muchas gracias a todos por las molestias y disculpen mi idiotez.

Greetings!

Sergio Rua [EMAIL PROTECTED]

-- Key fingerprint = 4B4B 1ED6 8F17 0E2B 0DA3  5978 BFB6 6565 1768 44B7




Re: problema con la bd

2002-03-21 Por tema Amaya
Sergio Rua dijo:
   Creo que vais todos por el mal camino. 

No admito juicios de valor sobre mi vida privada :-P

   No es un problema de configuración, conexión etc. No es un
   problema de usuario sino otro que no acabo de descubrir.

Bueno, hay que ir descartando posibles problemas. 
Yo me he jartado de testear una distro basada en Debian y los problemas
a veces eran tonterías. 

¿Nos pegas lo que te ha dicho Alberto que hicieras?

-- 
 .''`. Eating seeds as a pastime acctivity, the toxicity
: :' :   of our city, of our city - System of a down   
`. `' Proudly running Debian GNU/Linux Sid (Kernel 2.4.18)  
  `-www.amayita.com  www.malapecora.com  www.chicasduras.com
  Listening to Joaquín_Sabina - Noches_de_boda