Re: Upgrade of squeeze hangs on apt (0.7.26~exp3)

2010-09-06 Thread Jimmy Johnson

Boyd Stephen Smith Jr. wrote:

In 87tym48l1e@teufel.historicalmaterialism.info, brownh wrote:

With a brand new installation of squeeze, one of my first steps was to
do a package update and a safe-upgrade. The former went well, but when
I tried to upgrade the 22 updated packages, the upgrade proceedure
terminated with:

 Reading changelogs ... done

 apt (0.7.26~exp3) experimental; urgency=low
   * apt-ftparchive now reads the standard configuration files in
 /etc/apt/apt.conf and /etc/apt/apt.conf.d

and after some more lines ends with

 /tmp/tmp (END)


Sounds like your have apt-listchanges installed, and it is showing you the new 
Changelog entries.  These are longer than one screen, so it has written them 
to a temporary file and is displaying them via less.


q should quit less.

Most likely apt-listchanges uses $PAGER, so if you are setting this variable 
to a command other than less, check the documentation for that command.



On Squeeze it now looks like apt-listchanges is a default install, I 
removed it and aptitude is trying to install it again, we'll probably be 
seeing a lot of WTF questions.

--
Jimmy Johnson

Ubuntu Lucid and Trinity KDE 3.5.11 - EXT4 at sda10
Registered Linux User #380263


--
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/4c852561.7060...@gmail.com



Re: Upgrade of squeeze hangs on apt (0.7.26~exp3)

2010-09-06 Thread Andrei Popescu
On Lu, 06 sep 10, 10:31:13, Jimmy Johnson wrote:
 
 On Squeeze it now looks like apt-listchanges is a default install, I
 removed it and aptitude is trying to install it again, we'll
 probably be seeing a lot of WTF questions.

$ apt-cache rdepends apt-listchanges
apt-listchanges
Reverse Depends:
  apticron
  kolab-cyrus-common
  education-common
  cyrus-common-2.2
  apticron
  amavisd-new
  education-common
  cyrus-common-2.2
  apticron
  amavisd-new
  cyrus-common-2.3

(I have stable, testing and unstable in sources.list...)

Do you have any of those packages? You might also want to try
'aptitude why apt-listchanges'.

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


signature.asc
Description: Digital signature


Re: Upgrade of squeeze hangs on apt (0.7.26~exp3)

2010-09-06 Thread Sven Joachim
On 2010-09-06 19:40 +0200, Andrei Popescu wrote:

 On Lu, 06 sep 10, 10:31:13, Jimmy Johnson wrote:
 
 On Squeeze it now looks like apt-listchanges is a default install, I
 removed it and aptitude is trying to install it again, we'll
 probably be seeing a lot of WTF questions.

 $ apt-cache rdepends apt-listchanges
 apt-listchanges
 Reverse Depends:
   apticron
   kolab-cyrus-common
   education-common
   cyrus-common-2.2
   apticron
   amavisd-new
   education-common
   cyrus-common-2.2
   apticron
   amavisd-new
   cyrus-common-2.3

Neither of these are strong dependencies, FWIW.

 (I have stable, testing and unstable in sources.list...)

 Do you have any of those packages? You might also want to try
 'aptitude why apt-listchanges'.

Or Jimmy has removed it in the aptitude TUI and got hit by bug #570492¹.

Sven


¹ http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=570492


-- 
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/87zkvura7v@turtle.gmx.de



Upgrade of squeeze hangs on apt (0.7.26~exp3)

2010-09-05 Thread brownh
With a brand new installation of squeeze, one of my first steps was to
do a package update and a safe-upgrade. The former went well, but when
I tried to upgrade the 22 updated packages, the upgrade proceedure
terminated with:

  Reading changelogs ... done

  apt (0.7.26~exp3) experimental; urgency=low
* apt-ftparchive now reads the standard configuration files in
  /etc/apt/apt.conf and /etc/apt/apt.conf.d 

and after some more lines ends with 

  /tmp/tmp (END)

and it takes a Ctl-C to break back to a command prompt. The upgrade
process is terminated and nothing was actually upgraded. I can repeat,
and each time only the tmp file id number changes, but the 22 packages
are still not upgraded.

A google search leaves me unclear, but it seems that some experimental
features of apt are being merged into squeeze. 

Should I just ignore this until such time as a clean upgrade becomes
possible? Is there a work-around?

Haines Brown




-- 
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/87tym48l1e@teufel.historicalmaterialism.info



RE: Upgrade of squeeze hangs on apt (0.7.26~exp3)

2010-09-05 Thread Mike Viau

 On Sun, 5 Sep 2010 07:52:29 -0400 bro...@historicalmaterialism.info wrote:
 
 With a brand new installation of squeeze, one of my first steps was to
 do a package update and a safe-upgrade. The former went well, but when
 I tried to upgrade the 22 updated packages, the upgrade proceedure
 terminated with:
 
   Reading changelogs ... done
 
   apt (0.7.26~exp3) experimental; urgency=low
 * apt-ftparchive now reads the standard configuration files in
   /etc/apt/apt.conf and /etc/apt/apt.conf.d 
 
 and after some more lines ends with 
 
   /tmp/tmp (END)
 
 and it takes a Ctl-C to break back to a command prompt. The upgrade
 process is terminated and nothing was actually upgraded. I can repeat,
 and each time only the tmp file id number changes, but the 22 packages
 are still not upgraded.
 
 A google search leaves me unclear, but it seems that some experimental
 features of apt are being merged into squeeze. 
 
 Should I just ignore this until such time as a clean upgrade becomes
 possible? Is there a work-around?
 

Yes! Push the 'q' key instead of ctrl-c or perhaps ':' then 'q', I forget if 
that update placed you in less or vi

Hope that helps.



-M
  

Re: Upgrade of squeeze hangs on apt (0.7.26~exp3)

2010-09-05 Thread Boyd Stephen Smith Jr.
In 87tym48l1e@teufel.historicalmaterialism.info, brownh wrote:
With a brand new installation of squeeze, one of my first steps was to
do a package update and a safe-upgrade. The former went well, but when
I tried to upgrade the 22 updated packages, the upgrade proceedure
terminated with:

  Reading changelogs ... done

  apt (0.7.26~exp3) experimental; urgency=low
* apt-ftparchive now reads the standard configuration files in
  /etc/apt/apt.conf and /etc/apt/apt.conf.d

and after some more lines ends with

  /tmp/tmp (END)

Sounds like your have apt-listchanges installed, and it is showing you the new 
Changelog entries.  These are longer than one screen, so it has written them 
to a temporary file and is displaying them via less.

q should quit less.

Most likely apt-listchanges uses $PAGER, so if you are setting this variable 
to a command other than less, check the documentation for that command.
-- 
Boyd Stephen Smith Jr.   ,= ,-_-. =.
b...@iguanasuicide.net   ((_/)o o(\_))
ICQ: 514984 YM/AIM: DaTwinkDaddy `-'(. .)`-'
http://iguanasuicide.net/\_/


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