Bug#817499: ifstat: diff for NMU version 1.1-8.1

2016-10-04 Thread Goswin von Brederlow
> --- ifstat-1.1/debian/control > +++ ifstat-1.1/debian/control > @@ -2,13 +2,13 @@ > Section: net > Priority: optional > Maintainer: Goswin von Brederlow <goswin-...@web.de> > -Build-Depends: debhelper (>= 4), libsnmp-dev > +Build-Depends: debhelper (>=

Bug#678696: Event based block device handling (fixes USB and nested devices problem)

2015-03-12 Thread Goswin von Brederlow
On Wed, Mar 11, 2015 at 06:09:50PM +, Ben Hutchings wrote: On Tue, 2015-03-10 at 12:47 +0100, Goswin von Brederlow wrote: On Wed, Mar 04, 2015 at 09:30:24PM +, Ben Hutchings wrote: Thanks for your work on this bug. I ended up with a somewhat different implementation as I don't

Bug#678696: Event based block device handling (fixes USB and nested devices problem)

2015-03-10 Thread Goswin von Brederlow
On Wed, Mar 04, 2015 at 09:30:24PM +, Ben Hutchings wrote: Thanks for your work on this bug. I ended up with a somewhat different implementation as I don't think it's necessary to duplicate the information that udev provides, and as we may now need to mount more than one filesystem. But

Bug#776633: alternative libblas.so.3gf can't be slave of libblas.so.3: it is a master alternative

2015-01-30 Thread Goswin von Brederlow
Package: libblas3 Version: 1.2.20110419-10 Severity: grave Updating libblas3 fails with: Setting up libblas3 (1.2.20110419-10) ... update-alternatives: error: alternative libblas.so.3gf can't be slave of libblas.so.3: it is a master alternative dpkg: error processing package libblas3

Bug#776634: alternative liblapack.so.3gf can't be slave of liblapack.so.3: it is a master alternative

2015-01-30 Thread Goswin von Brederlow
Package: liblapack3 Version: 3.5.0-4 Severity: grave Updating liblapack3 fails with: Setting up liblapack3 (3.5.0-4) ... update-alternatives: error: alternative liblapack.so.3gf can't be slave of liblapack.so.3: it is a master alternative dpkg: error processing package liblapack3 (--configure):

Bug#678696: Event based block device handling (fixes USB and nested devices problem)

2014-09-01 Thread Goswin von Brederlow
On Sun, Aug 31, 2014 at 10:14:18AM +0200, Michael Prokop wrote: Hi, f'up to our recent discussion we had on IRC * Goswin von Brederlow [Sat Jun 23, 2012 at 09:25:28PM +0200]: the attached patch adds an event based loop for block devices to the init script. New blockdevices

Bug#752507: Hangs in splash screen

2014-06-24 Thread Goswin von Brederlow
Package: eric Version: 5.4.3-1 Severity: grave When I start eric the splash screen opens saying Generating Main Window... and then nothing else happens. I've tried pugring eric, deleting all ~/.eric* dirs and reinstalling but no change. MfG Goswin -- System Information: Debian Release:

Bug#719984: Adding... dialog pops up after every bug making multitasking impossible

2013-08-17 Thread Goswin von Brederlow
Package: calibre Version: 0.9.41+dfsg-1 Severity: critical File: /usr/bin/calibre Hi, I'm using calibre for the first time so I'm adding a large number of books all at once. Given that it takes rather long per book, 5-30s per book, I would realy like to do something else with my computer while

Bug#700818: [Pkg-ia32-libs-maintainers] Bug#700818: Bug#700818: ia32-libs: not installable

2013-02-21 Thread Goswin von Brederlow
On Mon, Feb 18, 2013 at 09:28:53AM +0100, Thijs Kinkhorst wrote: Hi Lucas, On Sun, February 17, 2013 22:07, Lucas Nussbaum wrote: While testing the installation of all packages in wheezy, I ran into the following problem: The following packages have unmet dependencies: ia32-libs :

Bug#680317: [Pkg-ia32-libs-maintainers] Bug#680317: Uninstallable due dependency to unexisting package: i32-libs-gtk-i386

2012-07-09 Thread Goswin von Brederlow
On Mon, Jul 09, 2012 at 11:09:42AM +0200, Marco Nenciarini wrote: Il giorno ven, 06/07/2012 alle 11.36 +0200, Goswin von Brederlow ha scritto: On Thu, Jul 05, 2012 at 12:45:55AM +0200, Marco Nenciarini wrote: Package: ia32-libs-gtk Version: 20120616 Severity: serious

Bug#680317: [Pkg-ia32-libs-maintainers] Bug#680317: Uninstallable due dependency to unexisting package: i32-libs-gtk-i386

2012-07-06 Thread Goswin von Brederlow
On Thu, Jul 05, 2012 at 12:45:55AM +0200, Marco Nenciarini wrote: Package: ia32-libs-gtk Version: 20120616 Severity: serious The package ia32-libs-gtk is uninstallable due to dependency on i32-libs- gtk-i386 (missing 'a' in ia32) However, even with the correct spelling, I can't find the

Bug#679671: [Pkg-ia32-libs-maintainers] Bug#679671: ia32-libs-i386: depends on removed package libdb4.8

2012-07-06 Thread Goswin von Brederlow
On Thu, Jul 05, 2012 at 08:55:37PM -0400, Larry wrote: The dependency problem was with package ia32-libs-i386. You submitted new ia32-libs but not the package in question ia32-libs-i386 It still depends on the removed package libdb4.8, thus ia32-libs is still broken because it depends on

Bug#679780: [Piuparts-devel] Processed: reassign 679780 to piuparts

2012-07-03 Thread Goswin von Brederlow
On Mon, Jul 02, 2012 at 11:46:23PM +0200, Andreas Beckmann wrote: Hi Goswin, I would really appreciate if you try to create a working script instead of giving a vague description, especially for the dist-upgrade case. Andreas How? As far as I see there is no framework in place to do a

Bug#679826: zsnes: segfaults on start in testing i386

2012-07-02 Thread Goswin von Brederlow
On Mon, 2 Jul 2012 07:35:57 +0930, Ron wrote: FWIW severity 'grave' for #679826 looks just a tad hysterical. grave: makes the package in question unusable by most or all users, or causes data loss, or introduces a security hole allowing access to the accounts of users who use the

Bug#679826: zsnes: segfaults on start in testing i386

2012-07-02 Thread Goswin von Brederlow
Hi, might I suggest adding memset(driver_format, 0, sizeof(driver_format)); That way even if the API changes and the driver_format structure grows it will still initialize all fields to 0, which is usualy a good default. MfG Goswin -- To UNSUBSCRIBE, email to

Bug#679780: ia32-libs: please document how to perform automated package install and upgrade tests that involve ia32-libs

2012-07-02 Thread Goswin von Brederlow
Hi, testing ia32-libs is pretty simple and should be the same as for all 32bit packages that will switch to multiarch (e.g wine). As you speculated you need to run dpkg --add-architecture and apt-get update. After that ia32-libs can simply be installed. For upgrades the same holds true. Except

Bug#679671: [Pkg-ia32-libs-maintainers] Bug#679671: ia32-libs-i386: depends on removed package libdb4.8

2012-07-01 Thread Goswin von Brederlow
Sven Joachim svenj...@gmx.de writes: Package: ia32-libs-i386 Version: 20120616 Severity: serious Your package depends on libdb4.8 which is no longer available in unstable. It is still in wheezy. I assume it is going to be removed there as well? Dear Release Team, as per

Bug#679671: [Pkg-ia32-libs-maintainers] Bug#679671: ia32-libs-i386: depends on removed package libdb4.8

2012-07-01 Thread Goswin von Brederlow
Adam D. Barratt a...@adam-barratt.org.uk writes: [Dropped pkg-db-devel from Cc because it apparently doesn't accept posts from non-subscribers] On Sun, 2012-07-01 at 11:56 +0100, Adam D. Barratt wrote: Looking at the package currently in unstable, I do have to ask what happened to:

Bug#679826: zsnes: segfaults on start in testing i386

2012-07-01 Thread Goswin von Brederlow
Package: zsnes Version: 1.510+bz2-3 Severity: grave Running zsnes in a wheezy i386 chroot gives a segfault: # zsnes ZSNES v1.51, (c) 1997-2007, ZSNES Team Be sure to check http://www.zsnes.com/ for the latest version. ZSNES is written by the ZSNES Team (See AUTHORS.TXT) ZSNES comes with

Bug#679524: Build-Depends on obsolete package ia32-libs-dev

2012-06-29 Thread Goswin von Brederlow
Package: libvdpau Version: 0.4.1-6 Severity: serious Hi, as has long been anounced ia32-libs-dev will not be in wheezy since 32bit support will be replaced by multiarch. Since your package still Build-Depends on ia32-libs-dev this means it will no longer build from source. Please multiarchify

Bug#679525: Build-Depends on obsolete package ia32-libs-dev

2012-06-29 Thread Goswin von Brederlow
Package: wine-unstable Version: 1.3.15-0.1 Severity: serious Hi, as has long been anounced ia32-libs-dev will not be in wheezy since 32bit support will be replaced by multiarch. Since your package still Build-Depends on ia32-libs-dev this means it will no longer build from source. Please

Bug#679526: Build-Depends on obsolete package ia32-libs-dev

2012-06-29 Thread Goswin von Brederlow
Package: zsnes Version: 1.510+bz2-3 Severity: serious Hi, as has long been anounced ia32-libs-dev will not be in wheezy since 32bit support will be replaced by multiarch. Since your package still Build-Depends on ia32-libs-dev this means it will no longer build from source. Please multiarchify

Bug#679526: Build-Depends on obsolete package ia32-libs-dev

2012-06-29 Thread Goswin von Brederlow
Fabian Greffrath fab...@greffrath.com writes: block 679526 by 638741 thanks Am 29.06.2012 14:23, schrieb Goswin von Brederlow: as has long been anounced ia32-libs-dev will not be in wheezy since 32bit support will be replaced by multiarch. Since your package still Build-Depends on ia32

Bug#679525: closed by Michael Gilbert mgilb...@debian.org (Re: [pkg-wine-party] Bug#679525: Build-Depends on obsolete package ia32-libs-dev)

2012-06-29 Thread Goswin von Brederlow
sub...@bugs.debian.org Date: Fri, 29 Jun 2012 12:18:30 -0400 version: 1.5.0-1 On Fri, Jun 29, 2012 at 8:22 AM, Goswin von Brederlow wrote: Package: wine-unstable Version: 1.3.15-0.1 Severity: serious Hi, as has long been anounced ia32-libs-dev will not be in wheezy since 32bit support

Bug#677741: Multiarch issues

2012-06-16 Thread Goswin von Brederlow
Package: ia32-libs Version: 20120616 Severity: grave Meta bug to track the remaining issues with a multiarch ia32-libs. -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU

Bug#677762: Multiarch issues

2012-06-16 Thread Goswin von Brederlow
Package: ia32-libs-gtk Version: 20120102 Severity: serious Meta bug to track the remaining issues with a multiarch ia32-libs-gtk. -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-2-amd64

Bug#676372: API breakage

2012-06-06 Thread Goswin von Brederlow
Package: libdebian-installer4 Version: 0.80 Severity: serious File: /usr/lib/libdebian-installer.so.4 At some point between squeeze and wheezy the declaration of di_release_file.sum has changed from char * to char **. This breaks the API making it impossible to compile software (e.g.

Bug#671302: Circular Build Dependencies

2012-05-04 Thread Goswin von Brederlow
Andres Mejia amejia...@gmail.com writes: On May 3, 2012 10:20 AM, Andres Mejia amejia...@gmail.com wrote: On May 3, 2012 9:30 AM, Pino Toscano p...@debian.org wrote: Alle giovedì 3 maggio 2012, Andres Mejia ha scritto: On Thu, May 3, 2012 at 3:44 AM, Pino Toscano p...@debian.org wrote:

Bug#664257: multiarch tuples are not documented/defined

2012-03-22 Thread Goswin von Brederlow
Matthias Klose d...@debian.org writes: On 21.03.2012 11:26, Goswin von Brederlow wrote: Matthias Klosed...@debian.org writes: On 19.03.2012 15:34, Jonathan Nieder wrote: Goswin von Brederlow wrote: Did you read the wiki page? Yes. Is the kind of information on which calling convention

Bug#664257: multiarch tuples are not documented/defined

2012-03-21 Thread Goswin von Brederlow
Matthias Klose d...@debian.org writes: On 19.03.2012 15:34, Jonathan Nieder wrote: Goswin von Brederlow wrote: Did you read the wiki page? Yes. Is the kind of information on which calling convention, basic system library structures, and so on form the ABI for a given tuple that I

Bug#664257: multiarch tuples are not documented/defined

2012-03-19 Thread Goswin von Brederlow
Jonathan Nieder jrnie...@gmail.com writes: Matthias Klose wrote: While we strive to get multiarch ready for squeeze, there is currently nothing to point to what the multiarch tuples actually mean, neither on the Debian side nor on some kind of standards side like the FHS or LSB. This has

Bug#657557: [PATCH] Alternate patch for missing long descriptions

2012-02-22 Thread Goswin von Brederlow
. And thanks for finally responding with more than wrong to support your case even if it doesn't explain why long description in the package db are neccessary or give an example what remains broken with just my patch. Goswin von Brederlow goswin-...@web.de (22/02/2012): Now my patch (attached

Bug#657557: [PATCH] Alternate patch for missing long descriptions

2012-02-21 Thread Goswin von Brederlow
Package: www.debian.org Followup-For: Bug #657557 Hi, Cyril and I disagree about the cause for the missing description and the fix for it. So someone impartial please look over both out patches and see which makes more sense. In both cases the english translations must be added to ddtplangs

Bug#652011: general: Repeated pattern of FHS violation: Dependencies of /sbin and /bin, belong in /lib

2011-12-22 Thread Goswin von Brederlow
Guillem Jover guil...@debian.org writes: Hi! On Thu, 2011-12-15 at 13:43:19 -0400, Joey Hess wrote: Roger Leigh wrote: I think an important point to consider is that /usr would not disappear. It could be replaced by a symlink for new installs. This would permit older installs to

Bug#652011: general: Repeated pattern of FHS violation: Dependencies of /sbin and /bin, belong in /lib

2011-12-16 Thread Goswin von Brederlow
Russ Allbery r...@debian.org writes: Zachary Harris zacharyhar...@hotmail.com writes: My understanding of the FHS would be that if a library is a dependency of a binary in /bin or /sbin, then such library belongs in /lib, not /usr/lib. (If for some reason the library is also desired in

Bug#652011: general: Repeated pattern of FHS violation: Dependencies of /sbin and /bin, belong in /lib

2011-12-16 Thread Goswin von Brederlow
Roger Leigh rle...@codelibre.net writes: On Wed, Dec 14, 2011 at 12:53:24PM -0500, Zachary Harris wrote: I could be wrong, but my (admittedly stereotyped) impression of the standard use cases is that if you've got someone who DOES want to mount /usr separately from / (e.g. over NFS or

Bug#642310: overwrite error: /usr/share/man/man2/io_getevents.2.gz

2011-10-05 Thread Goswin von Brederlow
Guillem Jover guil...@debian.org writes: On Wed, 2011-09-28 at 10:30:53 +0200, Goswin von Brederlow wrote: Guillem Jover guil...@debian.org writes: On Wed, 2011-09-21 at 14:28:46 +0200, Goswin von Brederlow wrote: Trying to upgarde libaio-dev fails with: Unpacking replacement libaio

Bug#642310: overwrite error: /usr/share/man/man2/io_getevents.2.gz

2011-09-28 Thread Goswin von Brederlow
reopen 642310 thanks Guillem Jover guil...@debian.org writes: On Wed, 2011-09-21 at 14:28:46 +0200, Goswin von Brederlow wrote: Package: libaio-dev Version: 0.3.109-1 Severity: serious Trying to upgarde libaio-dev fails with: Unpacking replacement libaio-dev ... dpkg: error processing

Bug#642310: overwrite error: /usr/share/man/man2/io_getevents.2.gz

2011-09-21 Thread Goswin von Brederlow
Package: libaio-dev Version: 0.3.109-1 Severity: serious Trying to upgarde libaio-dev fails with: Unpacking replacement libaio-dev ... dpkg: error processing /var/cache/apt/archives/libaio-dev_0.3.109-2_amd64.deb (--unpack): trying to overwrite '/usr/share/man/man2/io_getevents.2.gz', which is

Bug#635512: File overwrite error

2011-07-26 Thread Goswin von Brederlow
Package: kdelibs5-plugins Version: 4:4.4.5-2 Severity: serious I assume you moved the plugins into their own package. But then you need to use Replaces: kdelibs5 ( 'version after split'~~). (Reading database ... 181944 files and directories currently installed.) Preparing to replace

Bug#612918: Writing to /etc/ from a privileged UI

2011-05-12 Thread Goswin von Brederlow
David Paleino da...@debian.org writes: Hello everybody, I'm writing this mail to gather comments about a serious bug I received some time ago, for which I haven't yet had time to make a proper fix. The bug is #612918, against wicd, Uses /etc/wicd/wireless-settings.conf as state file. My

Bug#562234: Cache file location in violation of FHS

2010-12-09 Thread Goswin von Brederlow
Alasdair G Kergon a...@redhat.com writes: On Thu, Dec 09, 2010 at 08:46:50AM +0100, Goswin von Brederlow wrote: In what case does it break? That's the wrong question:) You should ask: Under what conditions are its hard-coded assumptions about LVM metadata true? Alasdair Way to avoid

Bug#562234: Cache file location in violation of FHS

2010-12-08 Thread Goswin von Brederlow
Hi, the current cache file location (/etc/lvm) makes problems with a read-only / so something has to be done. On the other hand configuring it to /var/backups/ seems to work just fine all around. No problems so far even during boot (when /var isn't there yet). Since grub2 can now too boot

Bug#562234: Cache file location in violation of FHS

2010-12-08 Thread Goswin von Brederlow
are configurable from inside the *readable* part.) On Wed, Dec 08, 2010 at 04:31:29PM +0100, Goswin von Brederlow wrote: Since grub2 can now too boot directly from lvm *Not* in general. It's unsafe for general use but works under certain undocumented configurations. Alasdair D-I lets you

Bug#605218: [Pkg-ia32-libs-maintainers] Bug#605218: Same problem: fresh installation

2010-12-07 Thread Goswin von Brederlow
David Martin davidcmartin2...@yahoo.co.uk writes: I've just reinstalled Ubuntu 10.04 using the Wubi download and my first action is to try to get the Epson SX215 scanner working. It never worked in the previous installation because of an 'Error: Wrong architecture 'i386'' message. I've now

Bug#605218: [Pkg-ia32-libs-maintainers] Bug#605218: apt-get dist-upgrade fails to install ia32-libs

2010-12-02 Thread Goswin von Brederlow
Michael Gilbert michael.s.gilb...@gmail.com writes: tag 605218 patch thanks On Wed, Dec 1, 2010 at 4:34 PM, Julien Cristau wrote: On Wed, Dec  1, 2010 at 16:18:54 -0500, Michael Gilbert wrote: Since ia32-libs-workaround-499043 is a third-party package, this really isn't Debian's problem.

Bug#602810: #602810 ia32-libs fails in postinst due to wrong version conditioning prior to dpkg-divert

2010-11-17 Thread Goswin von Brederlow
Hi, The diversion code in postinst was changed some time ago. Please verify that the problem no longer exists in testing/unstable. MfG Goswin -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#603858: Mount options for proc conflict with /etc/fstab breaking /etc/init.d/mountall.sh

2010-11-17 Thread Goswin von Brederlow
Package: initramfs-tools Version: 0.93.4 Severity: critical File: /usr/share/initramfs-tools/init Tags: patch Hi, I recently installed a squeeze system. The generated /etc/fstab contains the following line: # file system mount point type options dump pass proc/proc

Bug#602810: [Pkg-ia32-libs-maintainers] Bug#602810: ia32-libs fails in postinst due to wrong version conditioning prior to dpkg-divert

2010-11-09 Thread Goswin von Brederlow
Daniel Reichelt deb...@nachtgeist.net writes: Hi Julien, If it only happens with 3rd party packages I don't think this counts as serious. Short answer: if the 3rd party package is perfectly fine, that's no justification, ia32-libs postinstall script still is broken. Long answer: It may

Bug#597460: Please add support for Wheezy

2010-09-19 Thread Goswin von Brederlow
Package: cdebootstrap Version: 0.5.6 Severity: serious Tags: squeeze, sid Hi, the next release will be called wheezy. Please add that to /usr/share/cdebootstrap/suites MfG Goswin -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500,

Bug#597461: Please add support for wheezy

2010-09-19 Thread Goswin von Brederlow
Package: debootstrap Version: 1.0.23 Severity: serious Tags: squeeze sid The next release will be called wheezy. Please add support for that. MfG Goswin -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64)

Bug#596727: [Pkg-ia32-libs-maintainers] Bug#596727: [ia32-libs]

2010-09-13 Thread Goswin von Brederlow
gregory hainaut gregory.hain...@gmail.com writes: Package: ia32-libs Version: 20100908 --- Please enter the report below this line. --- As a side note: cairo was also removed. Maybe it is plane to add it to ia32-libs-gtk. Regards, Gregory As noted in the changelog, due to a dependency

Bug#595431: Aborting fsck aborts all scripts in rcS.d

2010-09-13 Thread Goswin von Brederlow
Kel Modderman k...@otaku42.de writes: On Saturday 04 September 2010 06:39:49 Goswin von Brederlow wrote: Package: insserv Version: 1.14.0-2 Severity: critical Hi, during boot /etc/rcS.d/S13checkfs.sh starts a filesystem check (hasn't been checked for 197 days) as well as giving some

Bug#595431: Aborting fsck aborts all scripts in rcS.d

2010-09-05 Thread Goswin von Brederlow
Sven Joachim svenj...@gmx.de writes: reassign 595431 sysvinit-utils found 595431 2.88-12 thanks On 2010-09-03 22:39 +0200, Goswin von Brederlow wrote: Package: insserv Version: 1.14.0-2 Severity: critical Hi, during boot /etc/rcS.d/S13checkfs.sh starts a filesystem check (hasn't

Bug#595431: Aborting fsck aborts all scripts in rcS.d

2010-09-03 Thread Goswin von Brederlow
Package: insserv Version: 1.14.0-2 Severity: critical Hi, during boot /etc/rcS.d/S13checkfs.sh starts a filesystem check (hasn't been checked for 197 days) as well as giving some errors for missing devices. Since I didn't want to wait for the fsck before fixing the missing devices I aborted the

Bug#590888: Dependencies on init.d script insuficcient

2010-07-29 Thread Goswin von Brederlow
Package: chrony Version: 1.23-7 Severity: serious File: /etc/init.d/chrony Hi, chrony lives in /usr and /usr is potentialy only present with $remote_fs, not $local_fs. Also the sendsigs script is run before $local_fs (after $remote_fs) on shutdown and chrony should stop before that. Depending

Bug#589821: Kills systems ypbind when installing in chroot

2010-07-21 Thread Goswin von Brederlow
Package: nis Version: 3.17-17 Severity: critical Hi, installing nis in a chroot with chroot $DIR apt-get install nis causes nis to break down on the main system. E.g. sudo says: YPBINDPROC_DOMAIN: Domain not bound YPBINDPROC_DOMAIN: Domain not bound sudo: unknown uid: 1009 Restarting

Bug#563402: [Pkg-ia32-libs-maintainers] Bug#563402: Any progress ?

2010-07-04 Thread Goswin von Brederlow
Moritz Muehlenhoff j...@inutil.org writes: On Sun, Mar 07, 2010 at 10:28:12PM +0100, Sylvestre Ledru wrote: Le dimanche 07 mars 2010 à 19:30 +0100, Goswin von Brederlow a écrit : Sylvestre Ledru sylves...@debian.org writes: Is there any progress on this ? sun-java6 still not build

Bug#558784: Isn't this a security problem?

2010-06-23 Thread Goswin von Brederlow
David Kalnischkies kalnischkies+deb...@gmail.com writes: 2010/6/12 Torsten Landschoff t.landsch...@gmx.net: I would consider this to be a critical issue as it could become a security problem. Let's assume an archive key is compromised. As an admin reading this on some information channel

Bug#583110: Fails to restore raid speed on error

2010-05-25 Thread Goswin von Brederlow
Package: hdparm Version: 9.27-1 Severity: critical File: /etc/init.d/hdparm Hi, when a raid is reshaping or resyncing the hdparm boot script temporarily sets the speed to 0. But if the script then exits with an error, for example because /etc/hdparm.conf lists a device that is not present, the

Bug#583110: Fails to restore raid speed on error

2010-05-25 Thread Goswin von Brederlow
Stephen Gran sg...@debian.org writes: This one time, at band camp, Goswin von Brederlow said: In my case I have a SATA Port Multiplier, last one I ever buy :), and it seems that takes a while to work after a boot. Sometimes its disks just aren't there fast enough during boot and for example

Bug#571255: Please fix this

2010-05-13 Thread Goswin von Brederlow
Raphael Hertzog hert...@debian.org writes: On Thu, 13 May 2010, Goswin von Brederlow wrote: The only affect I see this will have is that an installed linux-image meta package will be updated. That might get a new kernel installed or not. If the minimal version is carefully chosen

Bug#571255: Please fix this

2010-05-12 Thread Goswin von Brederlow
m...@linux.it (Marco d'Itri) writes: On May 12, David Kalnischkies kalnischkies+deb...@gmail.com wrote: Good that i am not a developer so i can say crap and ask afterwards for pointers to a documentation which tells me why udev can't e.g. Breaks: linux-image-686 ( x), linux-image-amd64 ( x),

Bug#563402: RFH: Bug#563402: ia32-libs broken on ia64

2010-04-21 Thread Goswin von Brederlow
Torsten Werner twer...@debian.org writes: Hi, changing the link as described in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=563402#47 will certainly help and won't make anything worse. Is someone working on that? Cheers, Torsten Try

Bug#563402: [Pkg-ia32-libs-maintainers] Bug#563402: Any progress ?

2010-03-07 Thread Goswin von Brederlow
Sylvestre Ledru sylves...@debian.org writes: Is there any progress on this ? sun-java6 still not build: https://buildd.debian.org/fetch.cgi?pkg=sun-java6arch=ia64ver=6.18-2stamp=1265956947file=log Thanks Sylvestre Can you confirm that updating the link fixes the problem? Or are there more

Bug#570695: Fails with absolute symlinks

2010-02-20 Thread Goswin von Brederlow
Package: makejail Version: 0.0.5-7 Severity: grave Hi, on amd64 the dynamic linker is /lib64/ld-linux-x86-64.so.2 but /lib64 is a symlink to /lib. When makejail looks for missing files it correctly detects that /lib64/ld-linux-x86-64.so.2 is missing. It then detects that /lib64 is a link to /lib

Bug#566671: Fails to purge

2010-01-24 Thread Goswin von Brederlow
Package: ogre-plugins-cgprogrammanager Version: 1.6.1-1 Severity: serious m...@frosties:~% sudo dpkg --purge ogre-plugins-cgprogrammanager (Reading database ... 142115 files and directories currently installed.) Removing ogre-plugins-cgprogrammanager ...

Bug#566683: trying to overwrite '/etc/bash_completion.d/xm', which is also in package xen-tools 0:4.1-1

2010-01-24 Thread Goswin von Brederlow
Package: bash-completion, xen-tools Version: 1:1.0-3 Severity: serious Either bash-completion or xen-tools is missing a Replaces and then other should drop the file. (Reading database ... 142148 files and directories currently installed.) Preparing to replace bash-completion 1:1.0-3 (using

Bug#566683: trying to overwrite '/etc/bash_completion.d/xm', which is also in package xen-tools 0:4.1-1

2010-01-24 Thread Goswin von Brederlow
Jan Wagner w...@cyconet.org writes: Hi Goswin, On Sunday 24 January 2010, Goswin von Brederlow wrote: Either bash-completion or xen-tools is missing a Replaces and then other should drop the file. maybe you have noticed, that xen-tools was removed from testing and sid and even the bug

Bug#563402: RFH: Bug#563402: ia32-libs broken on ia64

2010-01-21 Thread Goswin von Brederlow
Hi, lacking any access to ia64 I'm wondering if any porter can help with Bug#563402. Is there actualy something wrong in ia32-libs (and then what) or is merulo[1] just not capable of running 32bit x86 binaries? MfG Goswin -- [1] https://db.debian.org/machines.cgi?host=3Dmerulo -- To

Bug#563402: RFH: Bug#563402: ia32-libs broken on ia64

2010-01-21 Thread Goswin von Brederlow
dann frazier da...@dannf.org writes: On Thu, Jan 21, 2010 at 06:30:14PM +0100, Goswin von Brederlow wrote: Hi, lacking any access to ia64 I'm wondering if any porter can help with Bug#563402. Is there actualy something wrong in ia32-libs (and then what) or is merulo[1] just not capable

Bug#563402: [Pkg-ia32-libs-maintainers] Bug#563402: ia32-libs broken on ia64

2010-01-18 Thread Goswin von Brederlow
Giuseppe Iuculano iucul...@debian.org writes: Il 16/01/2010 11:08, Goswin von Brederlow ha scritto: That usualy means one of the libraries can not be found. What does ldd i586-jdk/bin/unpack200 $ ldd i586-jdk/bin/unpack200 not a dynamic executable Cheers, Giuseppe

Bug#563402: IA-32 Execution Layer

2010-01-18 Thread Goswin von Brederlow
Package: ia32-libs Severity: normal Maybe this should be added to the docs: http://www.intel.com/cd/software/products/asmo-na/eng/219773.htm MfG Goswin -- System Information: Debian Release: squeeze/sid APT prefers unstable-i386 APT policy: (1001, 'unstable-i386'), (500,

Bug#563402: [Pkg-ia32-libs-maintainers] Bug#563402: ia32-libs broken on ia64

2010-01-16 Thread Goswin von Brederlow
Giuseppe Iuculano iucul...@debian.org writes: Package: ia32-libs Version: 20090808 Severity: serious Hi, it seems ia32-libs is broken on ia64: $ file i586-jdk/bin/unpack200 i586-jdk/bin/unpack200: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses

Bug#551620: DOS on the LAN when starting kvm with 2 network devices and bridging

2009-10-27 Thread Goswin von Brederlow
Jan Luebbe jlue...@lasnet.de writes: Hi! On Mon, 2009-10-19 at 16:23 +0200, Goswin von Brederlow wrote: sudo kvm -m 256 -drive file=/scratch/ramdisk/build/build/hda.img,if=ide,boot=on -drive file=/scratch/ramdisk/build/build/hdb.img,if=ide,boot=off -net nic,model=e1000,macaddr=54:52:00:00

Bug#551620:

2009-10-22 Thread Goswin von Brederlow
Hi, setting VLAN=xx to different values for each interfaces solves this problem. By default interfaces seem to be put into the same VLAN and that creates a loop with the bridge. The default should put each interface in a different VLAN. I can't even think of a use case where devices should be in

Bug#551620: DOS on the LAN when starting kvm with 2 network devices and bridging

2009-10-19 Thread Goswin von Brederlow
Package: kvm Version: 85+dfsg-4 Severity: critical Hi, I'm starting kvm with 2 network interfaces like this: sudo kvm -m 256 -drive file=/scratch/ramdisk/build/build/hda.img,if=ide,boot=on -drive file=/scratch/ramdisk/build/build/hdb.img,if=ide,boot=off -net

Bug#540719: [Pkg-ia32-libs-maintainers] Bug#540719: failed to install/upgrade: trying to overwrite `/usr/lib32/libcrypto.so.0.9.8', which is also in package lib32ssl0.9.8

2009-08-09 Thread Goswin von Brederlow
not-found 540719 18 found 540719 20090808 stop martvefun martin.trig...@gmail.com writes: Preparing to replace ia32-libs 18 (using .../ia32-libs_20090808_amd64.deb) ... Unpacking replacement ia32-libs ... dpkg: error processing /var/cache/apt/archives/ia32-libs_20090808_amd64.deb

Bug#540199: Copyright file incomplete

2009-08-06 Thread Goswin von Brederlow
Package: ia32-libs Version: 20090804 Severity: serious Hi, http://packages.debian.org/changelogs/pool/main/i/ia32-libs/ia32-libs_20090804/ia32-libs.copyright shows you are still missing a lot of copyright info from included packages. MfG Goswin -- System Information: Debian Release:

Bug#540028: lib32gcc1_4.4.1-1+ia32.libs.20090804_ia64.deb will confuse debbugs and possibly DAK

2009-08-05 Thread Goswin von Brederlow
Package: ia32-libs Version: 20090804 Severity: grave Hi, you are uploading a package with the same name as build by another source (gcc). Now debbugs and possibly DAK will be confused as to which source lib32gcc1 belongs too. MfG Goswin -- System Information: Debian Release:

Bug#536517: [Pkg-ia32-libs-maintainers] Bug#536517: ia32-libs-gtk: ia32-libs not installable

2009-07-20 Thread Goswin von Brederlow
Michal Suchanek hramr...@centrum.cz writes: 2009/7/19 Goswin von Brederlow goswin-...@web.de: Michal Suchanek hramr...@centrum.cz writes: 2009/7/10 Goswin von Brederlow goswin-...@web.de: Michal Suchanek hramr...@centrum.cz writes: Package: ia32-libs-gtk Version: 21 Severity: grave

Bug#535218: apt-get / aptitude segfault when Cache-Limit is too small

2009-07-20 Thread Goswin von Brederlow
Hans-J. Ullrich hans.ullr...@loop.de writes: Workaround Just enter this into /etc/apt/apt.conf.d/20archive: APT::Cache-Limit 1; Worked well for me. Otherwise: You are right, there is NO apt.conf any more! Good luck! Hans That is no solution. libapt should never ever ever

Bug#535218: #535218 apt-get / aptitude segfault when Cache-Limit is too small

2009-07-02 Thread Goswin von Brederlow
Drew Parsons dpars...@debian.org writes: Package: apt Version: 0.7.21 Severity: normal I'm suffering from the cache-limit error too after the upgrade to ia32-apt-get v20 (which has set up a diversion for /usr/bin/apt-get). I get, $ sudo apt-get update Updating for amd64... Hit

Bug#535486: [Pkg-ia32-libs-maintainers] Bug#535486: ia32-libs breaks multiarch buildd and adds useless dependency

2009-07-02 Thread Goswin von Brederlow
Patrick Matthäi pmatth...@debian.org writes: Package: ia32-libs Version: 2.7 Severity: grave Justification: renders package unusable Hello, while trying to build fglrx on amd64 again (it needs ia32-libs on amd64) it still fails. 1) There is still a dependency on ia32-apt-get, which

Bug#535190: Closing 535190

2009-07-01 Thread Goswin von Brederlow
Hi, as it seems to have been a typo error in the config I'm closing this bug. The part about apt-get segfaulting is cloned and reassigned to apt so that part remains open. MfG Goswin -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe.

Bug#535434: [Pkg-ia32-libs-maintainers] Bug#535434: ia32-apt-get freezes system when aptitude update is run when 'None' mode is selected

2009-07-01 Thread Goswin von Brederlow
Edward Guldemond edward.guldem...@gmail.com writes: This also applies to the apt-get wrapper. In 'None' mode, it does not append the .real suffix either. The fix is similar, so I've not included a patch for it. They are the same source file. Fixed in svn. I could have sworn I did test that

Bug#535190: [Pkg-ia32-libs-maintainers] Bug#535190: ia32-libs: Dynamic MMap ran out of room

2009-06-30 Thread Goswin von Brederlow
Sebastian Luque splu...@gmail.com writes: Package: ia32-libs Version: 18 Severity: serious Installing ia32-libs seems to have broken apt functionality in the system reported here. 'apt-get update' checks for my sources as usual, but after the Reading package lists... Done message, it

Bug#535190: [Pkg-ia32-libs-maintainers] Bug#535190: ia32-apt-get: If no APT::Cache-Limit is set, apt-get.real segfaults.

2009-06-30 Thread Goswin von Brederlow
clone 535190 -1 reassign -1 apt retitle -1 apt-get / aptitude segfault when Cache-Limit is too small thanks Jan-Hendrik Palic pa...@billgotchy.de writes: Package: ia32-apt-get Version: 17 Severity: normal Hi, installing ia32-apt-get and run apt-get update leads to Reading package

Bug#534965: [Pkg-ia32-libs-maintainers] Bug#534965: ia32-apt-get: is completely broken

2009-06-29 Thread Goswin von Brederlow
Norbert Preining prein...@logic.at writes: # unmerging because it is a completely different issue than the one in # the above bug unmerge 534965 # could have set severity to grave again, now aptitude SIGSEGVs thanks On Mo, 29 Jun 2009, Goswin von Brederlow wrote: - aptitude UI

Bug#535035: [Pkg-ia32-libs-maintainers] Bug#535035: ia32-apt-get tries to overwrite /usr/bin/apt-get

2009-06-29 Thread Goswin von Brederlow
Iacopo Spalletti segnalazi...@nephila.it writes: Package: ia32-apt-get Version: 18 Severity: grave Justification: renders package unusable I cannot install ia32-apt-get due to the following error Preparing to replace ia32-apt-get 18 (using .../ia32-apt-get_18_all.deb) ... Unpacking

Bug#534965: [Pkg-ia32-libs-maintainers] Bug#534965: ia32-apt-get: is completely broken

2009-06-29 Thread Goswin von Brederlow
Norbert Preining prein...@logic.at writes: merge 534965 533746 thanks merging again, No log now, because now after calling /usr/share/ia32-apt-get/convert-all-sources.list I even get: mithrandir:~# aptitude Ouch! Got SIGSEGV, dying.. Segmentation fault mithrandir:~# lifting the

Bug#534965: [Pkg-ia32-libs-maintainers] Bug#534965: ia32-apt-get: is completely broken

2009-06-29 Thread Goswin von Brederlow
Norbert Preining prein...@logic.at writes: On Mo, 29 Jun 2009, Goswin von Brederlow wrote: That will be the same issue apt-get has. They both use libapt after all. ok. /etc/apt /var/lib/apt /var/cache/apt (without archives/) 70M, I will try to upload from the slow link I

Bug#535081: [Pkg-ia32-libs-maintainers] Bug#535081: apt-get does not complete transition, and returns error 100

2009-06-29 Thread Goswin von Brederlow
David david.mailli...@gmail.com writes: Package: ia32-apt-get Version: 18 Severity: grave No matter the number of times I run apt-get update, I always get (I copy the end of the output): [...] arch_all.list: adding makedev all arch_all.list: deleting openafs-modules-source amd64

Bug#492978: [Pkg-ia32-libs-maintainers] Bug#492978: ia32-apt-get upgrade dropped lines from source.list

2009-06-29 Thread Goswin von Brederlow
Lionel Elie Mamane lio...@mamane.lu writes: Package: ia32-apt-get Version: 18 Severity: normal Not sure if it is the same bug, but for me it *dropped* a line and added lines that were not there. My source.list was (taken from a backup in the night): lion...@hair-dryer:~/O/etc/apt$ cat

Bug#533472: [Pkg-ia32-libs-maintainers] Bug#533472: closed by Goswin von Brederlow goswin-...@web.de (Bug#533362: fixed in ia32-libs-tools 18)

2009-06-28 Thread Goswin von Brederlow
Philip J. Clark p.j.cl...@ed.ac.uk writes: Thanks for this. Unfortunately, it seems to have caused me a few other problems. ia32-libs now installs ia32-libs-tools, was this the case before? It seems to need a ton of packages now (I only want to run 32 bit skype). Yes, that was intended.

Bug#533472: [Pkg-ia32-libs-maintainers] Bug#533472: closed by Goswin von Brederlow goswin-...@web.de (Bug#533362: fixed in ia32-libs-tools 18)

2009-06-28 Thread Goswin von Brederlow
Philip J. Clark p.j.cl...@ed.ac.uk writes: Thanks for this. Unfortunately, it seems to have caused me a few other problems. ia32-libs now installs ia32-libs-tools, was this the case before? It seems to need a ton of packages now (I only want to run 32 bit skype). Hi again, small hint for

Bug#533472: [Pkg-ia32-libs-maintainers] Bug#533472: closed by Goswin von Brederlow goswin-...@web.de (Bug#533362: fixed in ia32-libs-tools 18)

2009-06-28 Thread Goswin von Brederlow
Philip J. Clark p.j.cl...@ed.ac.uk writes: Dear Goswin, Thank you for the very detailed comprehensive response. But before you do that could you send me the error you get when reinstalling ia32-apt-get? # apt-get --reinstall install ia32-apt-get Reading package lists... Done Building

Bug#534965: [Pkg-ia32-libs-maintainers] Bug#534965: ia32-apt-get: is completely broken

2009-06-28 Thread Goswin von Brederlow
retitle 534965 ia32-apt-get breaks aptitude severity 534965 serious merge 534965 533746 thanks Norbert Preining prein...@logic.at writes: Package: ia32-apt-get Version: 18 Severity: grave Justification: renders package unusable That package was pulled in automatically by libs-i386 and it

Bug#533746: #533746 ia32-apt-get breaks aptitude update

2009-06-20 Thread Goswin von Brederlow
Hi, I'm afraid ia32-apt-get does not yet provide a wrapper for aptitude. For the time being you have to use apt-get update instead. In the future running aptitude update on the command line will be wraped and do the right thing but I'm afraid that upgrading from the interactive interface can not

Bug#533753: cupt: overzelous signature checking breaks ia32-apt-get

2009-06-20 Thread Goswin von Brederlow
Eugene V. Lyubimkin jackyf.de...@gmail.com writes: Cupt will need a wrapper so cupt update works right. The wrapper could also set the option to ignore signature checks other than when downloading. So that would work. Does cupt have an equivalent to apt-get.real --no-list-cleanup

  1   2   3   >