Bug#408394: umount.cifs: mtab symlink is replaced with regular file

2007-01-25 Thread Radu Cristescu
Package: smbfs
Version: 3.0.23d-4
Severity: grave

umount.cifs removes /etc/mtab even if it's a symlink to /proc/mounts
and writes a regular file instead

I'm setting the Severity to grave because I think losing a symlink
can be considered data loss (the symlink is data) and using a
regular file for mtab is not an option in my case.

Here's a session (only the relevant output, for brevity):

arwen:~# ls -l /etc/mtab
lrwxrwxrwx 1 root root 12 2007-01-25 17:38 /etc/mtab - /proc/mounts
arwen:~# cat /proc/mounts
//10.0.0.150/builds /mnt/150/builds cifs 
rw,mand,unc=\\10.0.0.150\builds,username=root,rsize=16384,wsize=57344 0 0
//10.0.0.150/repositories /mnt/150/repositories cifs 
rw,mand,unc=\\10.0.0.150\repositories,username=root,rsize=16384,wsize=57344 0 0
arwen:~# umount /mnt/150/builds
arwen:~# ls -l /etc/mtab
-rw-r--r-- 1 root root 1281 2007-01-25 17:39 /etc/mtab

Thanks.

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (990, 'testing'), (50, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ANSI_X3.4-1968)

Versions of packages smbfs depends on:
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libcomer 1.39+1.40-WIP-2006.11.14+dfsg-1 common error description library
ii  libkrb53 1.4.4-6 MIT Kerberos runtime libraries
ii  libldap2 2.1.30-13.2 OpenLDAP libraries
ii  netbase  4.28Basic TCP/IP networking system
ii  samba-co 3.0.23d-4   Samba common files used by both th

smbfs recommends no packages.

-- no debconf information


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



Bug#408001: umount.cifs: mtab locking needs improvement

2007-01-22 Thread Radu Cristescu

Package: smbfs
Version: 3.0.23d-4
Severity: important

The mtab locking code gives up too easily. If it can't obtain the lock
it just bails out without retrying, sometimes resulting in a dirty mtab
with the mount entry still there.

This causes autofs to think that the mount is still active and it
doesn't try to mount the autofs entry again when accessed.

I looked in the source code for umount (package: mount) and umount.cifs
(package: smbfs) for how each does the mtab locking. umount tries to get
the lock for a few seconds before giving up. umount.cifs just gives up.
So, if there are two umount processes running and one of them is
umount.cifs, and they both need to update mtab, umount.cifs will leave
its mtab entry there because it wasn't patient enough when trying to get
the lock.

I don't have a patch right now, but if nobody takes action by the end of
the week I may do one. It's probably just copy/pasting from umount into
umount.cifs with a few changes.

The relevant functions in umount.cifs source code:
File: source/client/umount.cifs.c
Functions: lock_mtab, unlock_mtab

The relevant functions in umount source code:
File: mount/fstab.c
Functions: lock_mtab, unlock_mtab

The other functions seem to do their jobs right so far.

-- System Information:
Debian Release: 4.0
 APT prefers testing
 APT policy: (990, 'testing'), (50, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ANSI_X3.4-1968)

Versions of packages smbfs depends on:
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libcomer 1.39+1.40-WIP-2006.11.14+dfsg-1 common error description 
library

ii  libkrb53 1.4.4-6 MIT Kerberos runtime libraries
ii  libldap2 2.1.30-13.2 OpenLDAP libraries
ii  netbase  4.28Basic TCP/IP networking system
ii  samba-co 3.0.23d-4   Samba common files used by 
both th


smbfs recommends no packages.

-- no debconf information



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



Bug#342542: kernel-package: Patch for fixing this old bug

2006-08-03 Thread Radu Cristescu
Package: kernel-package
Version: 10.050
Followup-For: Bug #342542

I encountered this bug in the latest version of kernel-package in Sid.
It seems that the garbage being fed by the postinst hook to debconf
causes the exit code to randomly flip between 0 and 128.

According to debconf manuals, stdout is used by debconf and scripts that
use debconf and want to display stuff should do so to stderr instead.

Attached, you'll find a patch that redirects all the stdout of the
postinst hook to stderr so debconf doesn't get confused. Also attached,
you'll find a sample application that demonstrates this behavior.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable'), (50, 'unstable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages kernel-package depends on:
ii  dpkg  1.13.21package maintenance system for Deb
ii  dpkg-dev  1.13.21package building tools for Debian
ii  file  4.17-2 Determines file type using magic
ii  gcc [c-compiler]  4:4.0.3-4  The GNU C compiler
ii  gcc-3.3 [c-compiler]  1:3.3.6-13 The GNU C compiler
ii  gcc-4.0 [c-compiler]  4.0.3-3The GNU C compiler
ii  gettext   0.14.6-1   GNU Internationalization utilities
ii  make  3.81-2 The GNU version of the make util
ii  perl  5.8.8-4Larry Wall's Practical Extraction 
ii  po-debconf1.0.5  manage translated Debconf template

Versions of packages kernel-package recommends:
ii  bzip2 1.0.3-3high-quality block-sorting file co
ii  libc6-dev [libc-dev]  2.3.6-15   GNU C Library: Development Librari

-- no debconf information
--- /usr/share/kernel-package/pkg/image/postinst.old2006-08-03 
16:19:55.0 +0300
+++ /usr/share/kernel-package/pkg/image/postinst2006-08-03 
16:20:14.0 +0300
@@ -1173,7 +1173,7 @@
 ## Run user hook script here, if any
 if (-x $postinst_hook) {
   print STDERR Running postinst hook $postinst_hook.\n;
-  system ($postinst_hook $version $realimageloc$kimage-$version) 
+  system ($postinst_hook $version $realimageloc$kimage-$version 2) 
 warn User hook script $postinst_hook failed;
 }
 


simple.pl
Description: Perl program


Bug#368579: gnome-terminal: Today's testing packages fixed it

2006-05-26 Thread Radu Cristescu
Package: gnome-terminal
Version: 2.14.1-1
Followup-For: Bug #368579

It could have been an ncurses bug, as today I upgraded my machine (I do
this on a daily basis) and it pulled a few ncurses packages from
testing, some of which are ncurses-related. After this, gnome-terminal
no longer experiences the behavior I described.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable'), (50, 'unstable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-pluto-2-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages gnome-terminal depends on:
ii  gnome-control-center  1:2.12.3-2 utilities to configure the GNOME d
ii  gnome-terminal-data   2.14.1-1   Data files for the GNOME terminal 
ii  libatk1.0-0   1.11.4-2   The ATK accessibility toolkit
ii  libbonobo2-0  2.14.0-1   Bonobo CORBA interfaces library
ii  libc6 2.3.6-7GNU C Library: Shared libraries
ii  libgconf2-4   2.14.0-1   GNOME configuration database syste
ii  libglade2-0   1:2.5.1-2  library to load .glade files at ru
ii  libglib2.0-0  2.10.2-1   The GLib library of C routines
ii  libgnome2-0   2.14.1-2   The GNOME 2 library - runtime file
ii  libgnomeui-0  2.14.1-1   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-02.14.1-2   GNOME virtual file-system (runtime
ii  libgtk2.0-0   2.8.16-1   The GTK+ graphical user interface 
ii  liborbit2 1:2.14.0-1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.12.1-2   Layout and rendering of internatio
ii  libpopt0  1.7-5  lib for parsing cmdline parameters
ii  libstartup-notification0  0.8-1  library for program launch feedbac
ii  libvte4   1:0.12.1-1 Terminal emulator widget for GTK+ 
ii  libx11-6  6.9.0.dfsg.1-6 X Window System protocol client li
ii  libxrender1   1:0.9.0.2-1X Rendering Extension client libra
ii  scrollkeeper  0.3.14-10.1A free electronic cataloging syste

Versions of packages gnome-terminal recommends:
ii  yelp  2.14.1-1   Help browser for GNOME 2

-- no debconf information


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



Bug#368579: gnome-terminal: Today's testing packages fixed it

2006-05-26 Thread Radu Cristescu
BTW, I did my upgrade from a running gnome-terminal, and after the 
upgrade I just opened the tabs to see if the effect is still present, 
and it wasn't, without restarting gnome, gnome-terminal or anything 
else, in case this is relevant.



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



Bug#368579: gnome-terminal: Today's testing packages fixed it

2006-05-26 Thread Radu Cristescu
Well, unless aptitude makes any logs, I can't compare the version of the 
other packages. But the others seemed unrelated. The ones that 
gnome-terminal depends are listed in my second e-mail, but they are the 
same.


Then again, I do remember seeing two gnome libraries being upgraded, one 
from 2.8 to 2.14 and one from 2.14.0 to 2.14.1, but I don't know which 
ones exactly. I'm using a local mirror that I update daily from 
ftp.ro.debian.org (which also seems to update daily). And each time 
after I update the mirror I do an aptitude upgrade and, if needed 
(packages being kept back), aptitude dist-upgrade.


Thomas Dickey wrote:

On Fri, May 26, 2006 at 11:00:11AM +0200, Radu Cristescu wrote:
  

Package: gnome-terminal
Version: 2.14.1-1
Followup-For: Bug #368579

It could have been an ncurses bug, as today I upgraded my machine (I do
this on a daily basis) and it pulled a few ncurses packages from
testing, some of which are ncurses-related. After this, gnome-terminal
no longer experiences the behavior I described.



The changes that I saw in ncurses packages aren't likely to have been
related (compare the other library versions - they're more relevant).

  



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



Bug#368579: gnome-terminal: Today's testing packages fixed it

2006-05-26 Thread Radu Cristescu
I decided to RTFM a little, and found out that aptitude actually does 
have logs :)


Today's upgrade log:

Aptitude 0.4.1: log report
Fri, May 26 2006 11:20:47 +0300

IMPORTANT: this log only lists intended actions; actions which fail due to
dpkg problems may not be completed.

Will install 31 packages, and remove 0 packages.
528kB of disk space will be used
===
[HOLD] exim4
[HOLD] exim4-base
[HOLD] exim4-daemon-light
[HOLD] gnome-gv
[HOLD] libgnomevfs2-0
[HOLD] libgnomevfs2-common
[HOLD] libgnomevfs2-dev
[HOLD] libgnomevfs2-extra
[UPGRADE] autoconf 2.59a-9 - 2.59.cvs.2006.05.13-1
[UPGRADE] debconf 1.5.0 - 1.5.1
[UPGRADE] debconf-i18n 1.5.0 - 1.5.1
[UPGRADE] debconf-utils 1.5.0 - 1.5.1
[UPGRADE] exim4-config 4.61-1 - 4.62-1
[UPGRADE] expect 5.43.0-2 - 5.43.0-3.1
[UPGRADE] findutils 4.2.27-2 - 4.2.27-3
[UPGRADE] intltool-debian 0.34.2+20060415 - 0.34.2+20060512
[UPGRADE] lftp 3.4.2-1 - 3.4.6-1
[UPGRADE] libaspell-dev 0.60.4-3 - 0.60.4-4
[UPGRADE] libaspell15 0.60.4-3 - 0.60.4-4
[UPGRADE] libgnutls12 1.2.9-2 - 1.2.9-2.1
[UPGRADE] libmozjs0d 1.8.0.1-8 - 1.8.0.1-11
[UPGRADE] libncurses5 5.5-1.1 - 5.5-2
[UPGRADE] libncurses5-dev 5.5-1.1 - 5.5-2
[UPGRADE] libncursesw5 5.5-1.1 - 5.5-2
[UPGRADE] libnspr4-0d 1.8.0.1-8 - 1.8.0.1-11
[UPGRADE] libnss3-0d 1.8.0.1-8 - 1.8.0.1-11
[UPGRADE] libsdl-sge 030809-1 - 030809-2
[UPGRADE] libsdl-sge-dev 030809-1 - 030809-2
[UPGRADE] libtiff4 3.8.2-1 - 3.8.2-2
[UPGRADE] libtiff4-dev 3.8.2-1 - 3.8.2-2
[UPGRADE] libtiffxx0c2 3.8.2-1 - 3.8.2-2
[UPGRADE] libxul0d 1.8.0.1-8 - 1.8.0.1-11
[UPGRADE] login 1:4.0.15-7 - 1:4.0.15-10
[UPGRADE] manpages-dev 2.22-1 - 2.28-1
[UPGRADE] mysql-query-browser 1.1.18-4 - 1.1.18-5
[UPGRADE] mysql-query-browser-common 1.1.18-4 - 1.1.18-5
[UPGRADE] ncurses-base 5.5-1.1 - 5.5-2
[UPGRADE] ncurses-bin 5.5-1.1 - 5.5-2
[UPGRADE] passwd 1:4.0.15-7 - 1:4.0.15-10
===

Log complete.
Aptitude 0.4.1: log report
Fri, May 26 2006 11:22:04 +0300

IMPORTANT: this log only lists intended actions; actions which fail due to
dpkg problems may not be completed.

Will install 10 packages, and remove 0 packages.
254kB of disk space will be used
===
[INSTALL, DEPENDENCIES] libgnutls13
[UPGRADE] exim4 4.61-1 - 4.62-1
[UPGRADE] exim4-base 4.61-1 - 4.62-1
[UPGRADE] exim4-daemon-light 4.61-1 - 4.62-1
[UPGRADE] gnome-gv 1:2.8.5-2 - 1:2.12.0-1
[UPGRADE] libgnomevfs2-0 2.14.0-2 - 2.14.1-2
[UPGRADE] libgnomevfs2-common 2.14.0-2 - 2.14.1-2
[UPGRADE] libgnomevfs2-dev 2.14.0-2 - 2.14.1-2
[UPGRADE] libgnomevfs2-extra 2.14.0-2 - 2.14.1-2
[UPGRADE] manpages-dev 2.22-1 - 2.28-1
===

Log complete.



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



Bug#368579: Update

2006-05-24 Thread Radu Cristescu
It only behaves like this on a maximized Gnome Terminal. Un-maximizing 
and re-maximizing the window makes the tabs in question behave 
correctly. I also have the checkwinresize option set to on in bash and 
the $LINES and $COLUMNS variables seem to be fine before and after I 
operate on the window's maximization.



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



Bug#368579: gnome-terminal: nCurses programs behave weirdly in tabs number 3 and newer

2006-05-23 Thread Radu Cristescu
Package: gnome-terminal
Version: 2.14.1-1
Severity: important


Subject: gnome-terminal: nCurses programs behave weirdly in tabs number 3 and 
newer
Package: gnome-terminal
Version: 2.14.1-1
Severity: important

All nCurses applications work in tabs 1 and 2 just fine, but from tab 3
onward, they don't display correctly at all. The numbers represent an
order in some kind of array. If I close tab 2 but leave tab 3 open, then
open a new tab, it will behave as if it is tab 4 (i.e. bad nCurses
behavior). Closind tabs 3 and 4 then opening a new tab, opens a tab
number 2 (i.e. nCurses applications work as expected). Detaching and of
the mis-behaving tabs makes them work as expected without any other
interaction.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-pluto-2-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages gnome-terminal depends on:
ii  gnome-control-center  1:2.12.3-2 utilities to configure the GNOME d
ii  gnome-terminal-data   2.14.1-1   Data files for the GNOME terminal 
ii  libatk1.0-0   1.11.4-2   The ATK accessibility toolkit
ii  libbonobo2-0  2.14.0-1   Bonobo CORBA interfaces library
ii  libc6 2.3.6-7GNU C Library: Shared libraries
ii  libgconf2-4   2.14.0-1   GNOME configuration database syste
ii  libglade2-0   1:2.5.1-2  library to load .glade files at ru
ii  libglib2.0-0  2.10.2-1   The GLib library of C routines
ii  libgnome2-0   2.14.1-2   The GNOME 2 library - runtime file
ii  libgnomeui-0  2.14.1-1   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-02.14.0-2   GNOME virtual file-system (runtime
ii  libgtk2.0-0   2.8.16-1   The GTK+ graphical user interface 
ii  liborbit2 1:2.14.0-1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.12.1-2   Layout and rendering of internatio
ii  libpopt0  1.7-5  lib for parsing cmdline parameters
ii  libstartup-notification0  0.8-1  library for program launch feedbac
ii  libvte4   1:0.12.0-2 Terminal emulator widget for GTK+ 
ii  libx11-6  6.9.0.dfsg.1-6 X Window System protocol client li
ii  libxrender1   1:0.9.0.2-1X Rendering Extension client libra
ii  scrollkeeper  0.3.14-10.1A free electronic cataloging syste

Versions of packages gnome-terminal recommends:
ii  yelp  2.14.1-1   Help browser for GNOME 2

-- no debconf information

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-pluto-2-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages gnome-terminal depends on:
ii  gnome-control-center  1:2.12.3-2 utilities to configure the GNOME d
ii  gnome-terminal-data   2.14.1-1   Data files for the GNOME terminal 
ii  libatk1.0-0   1.11.4-2   The ATK accessibility toolkit
ii  libbonobo2-0  2.14.0-1   Bonobo CORBA interfaces library
ii  libc6 2.3.6-7GNU C Library: Shared libraries
ii  libgconf2-4   2.14.0-1   GNOME configuration database syste
ii  libglade2-0   1:2.5.1-2  library to load .glade files at ru
ii  libglib2.0-0  2.10.2-1   The GLib library of C routines
ii  libgnome2-0   2.14.1-2   The GNOME 2 library - runtime file
ii  libgnomeui-0  2.14.1-1   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-02.14.0-2   GNOME virtual file-system (runtime
ii  libgtk2.0-0   2.8.16-1   The GTK+ graphical user interface 
ii  liborbit2 1:2.14.0-1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.12.1-2   Layout and rendering of internatio
ii  libpopt0  1.7-5  lib for parsing cmdline parameters
ii  libstartup-notification0  0.8-1  library for program launch feedbac
ii  libvte4   1:0.12.0-2 Terminal emulator widget for GTK+ 
ii  libx11-6  6.9.0.dfsg.1-6 X Window System protocol client li
ii  libxrender1   1:0.9.0.2-1X Rendering Extension client libra
ii  scrollkeeper  0.3.14-10.1A free electronic cataloging syste

Versions of packages gnome-terminal recommends:
ii  yelp  2.14.1-1   Help browser for GNOME 2

-- no debconf information


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



Bug#307801: polipo: C error with garbage instead of real file is served

2005-05-05 Thread Radu Cristescu
Package: polipo
Version: 0.9.8-1
Severity: important

I use polipo as a lightweight caching proxy for debian packages. It
worked ok until today. I was using 0.9.6 and upgraded to 0.9.8.

The file that is send as garbage is a Packages.gz, and starts with this
string:

polipo: object.c:295: releaseNotifyObject: Assertion `!object-handlers
 !(object-flags  4)' failed.

It seems to be stored in the cache because moving the cache to a
different location and making a new empty one in place seems to fix it
(with the side effect that the file is taken from the Internet..)

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages polipo depends on:
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an

-- no debconf information


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



Bug#301228: polipo: source file out of date but popilpo reports 304 Not modified

2005-03-24 Thread Radu Cristescu
Package: polipo
Version: 0.9.6-1
Severity: important

Server reports a Last-Modified date newer than the one of the cache
file, but polipo reports that it was not modified and serves the out of
date file even if a If-Modified-Since header is supplied.

/etc/polipo/config:

proxyAddress = ::
proxyPort = 8123
allowedClients = 0.0.0.0/0
logFile = /var/log/polipo.log

Client request:
| GET http://deb.plutohome.com/debian/dists/20dev/main/binary-i386/Packages.gz 
HTTP/1.1
| Host: deb.plutohome.com
| Cache-Control: max-age=0
| If-Modified-Since: Fri, 18 Mar 2005 18:42:39 GMT
| User-Agent: Debian APT-HTTP/1.3
| Connection: close

Server answer header:
| HTTP/1.1 200 OK
| Date: Thu, 24 Mar 2005 14:07:15 GMT
| Server: Apache/2.0.52 (Debian GNU/Linux) DAV/2 SVN/1.1.3 PHP/4.3.10-2
| Last-Modified: Wed, 23 Mar 2005 20:46:58 GMT
| ETag: 988005-1b61-fef7480
| Accept-Ranges: bytes
| Content-Length: 7009
| Connection: close
| Content-Type: text/plain
| Content-Encoding: x-gzip

But polipo says this:
| HTTP/1.1 304 Not modified
| Connection: close
| Date: Thu, 24 Mar 2005 14:05:38 GMT
| ETag: 2db6a6-1b3c-be2345c0

I added relaxTransparency = maybe to the config file, restarted
polipo, and then it revalidated the file when requested. This could be
conjunctural though.

PS. That allowedClients is shielded by a firewall, so it's not really
an open proxy.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages polipo depends on:
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an

-- no debconf information


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



Bug#298878: apt: lots of sources in sources.list -- gzip: stdin: Resource temporarily unavailable

2005-03-10 Thread Radu Cristescu
Package: apt
Version: 0.5.28.1
Severity: important

With the sources.list file below and no lists previously downloaded,
when I run apt-get update, it results into this:

[- Start of output -]
[...]
Get:35 http://ftp.ro.debian.org unstable/non-free Packages [68.3kB]
Get:36 http://ftp.ro.debian.org unstable/non-free Release [86B]
99% [31 Packages gzip 0]
gzip: stdin: Resource temporarily unavailable
Err http://ftp.ro.debian.org unstable/main Packages
  Could not open file 
/var/lib/apt/lists/partial/ftp.ro.debian.org_debian_dists_unstable_main_binary-i386_Packages
 - open (2 No such file or directory)
Err http://ftp.ro.debian.org unstable/contrib Packages
  Could not open file 
/var/lib/apt/lists/partial/ftp.ro.debian.org_debian_dists_unstable_contrib_binary-i386_Packages
 - open (2 No such file or directory)
Err http://ftp.ro.debian.org unstable/non-free Packages
  Could not open file 
/var/lib/apt/lists/partial/ftp.ro.debian.org_debian_dists_unstable_non-free_binary-i386_Packages
 - open (2 No such file or directory)
Fetched 13.7MB in 3s (4001kB/s)
Failed to fetch 
http://ftp.ro.debian.org/debian/dists/unstable/main/binary-i386/Packages.gz  
Could not open file 
/var/lib/apt/lists/partial/ftp.ro.debian.org_debian_dists_unstable_main_binary-i386_Packages
 - open (2 No such file or directory)
Failed to fetch 
http://ftp.ro.debian.org/debian/dists/unstable/contrib/binary-i386/Packages.gz  
Could not open file 
/var/lib/apt/lists/partial/ftp.ro.debian.org_debian_dists_unstable_contrib_binary-i386_Packages
 - open (2 No such file or directory)
Failed to fetch 
http://ftp.ro.debian.org/debian/dists/unstable/non-free/binary-i386/Packages.gz 
 Could not open file 
/var/lib/apt/lists/partial/ftp.ro.debian.org_debian_dists_unstable_non-free_binary-i386_Packages
 - open (2 No such file or directory)
Reading Package Lists... Done
E: Some index files failed to download, they have been ignored, or old ones 
used instead.

gzip: stdin: unexpected end of file

gzip: stdin: unexpected end of file

[- End of output -]

If I run apt-get update again, it uses the downloaded files and finishes ok.

-- Package-specific info:

-- apt-config dump --

APT ;
APT::Architecture i386;
APT::Build-Essential ;
APT::Build-Essential:: build-essential;
APT::Cache-Limit 12582912;
APT::Default-Release testing;
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;
Acquire ;
Acquire::http ;
Acquire::http::Proxy http://127.0.0.1:8123;;
Acquire::ftp ;
Acquire::ftp::Proxy ftp://127.0.0.1:2121;;
Acquire::ftp::ProxyLogin ;
Acquire::ftp::ProxyLogin:: USER $(SITE_USER)@$(SITE):$(SITE_PORT);
Acquire::ftp::ProxyLogin:: PASS $(SITE_PASS);

-- (no /etc/apt/preferences present) --


-- /etc/apt/sources.list --

deb file:/usr/pluto/deb-cache/ sarge main
deb file:/home/mirrors/Debian.ro/debian sarge main non-free contrib
deb file:/home/mirrors/MythTV/~mdz/debian unstable mythtv
deb-src http://ftp.ro.debian.org/debian/ testing main contrib non-free
deb-src http://ftp.ro.debian.org/debian-non-US/ testing non-US/main 
non-US/contrib non-US/non-free

deb http://ftp.ro.debian.org/debian/ stable main contrib non-free
deb http://ftp.ro.debian.org/debian/ testing main contrib non-free
deb http://ftp.ro.debian.org/debian/ unstable main contrib non-free

deb http://ftp.ro.debian.org/debian/ unstable main contrib non-free

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages apt depends on:
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libgcc1 1:3.4.3-7GCC support library
ii  libstdc++5  1:3.3.5-6The GNU Standard C++ Library v3

-- no debconf information


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



Bug#298097: binutils: ld: BFD 2.15 internal error, aborting at ../../bfd/elfcode.h line 188 in bfd_elf32_swap_symbol_in

2005-03-04 Thread Radu Cristescu
Package: binutils
Version: 2.15-5
Severity: important

/usr/bin/ld: BFD 2.15 internal error, aborting at ../../bfd/elfcode.h
line 188 in bfd_elf32_swap_symbol_in

/usr/bin/ld: Please report this bug.

I got this while doing some routine compiling. I haven't changed the
packages on the system and the building process is a regular one (every
one hour it is ran again). It's only that just today the build failed
with this error.

Any ideas?

Note: the hourly builder uses ccache, so that may be a disturbance
factor.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages binutils depends on:
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an

-- no debconf information


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