Bug#992238: debian-installer: Installation fails on HP ProLiant m400 Server: additional cores crash, kernel hangs in acpi_init

2021-08-16 Thread Justus Winter
Package: debian-installer Version: 20210731 Severity: critical Tags: d-i Justification: breaks the whole system Dear Maintainer, I'm trying to install Debian Bullseye on a ProLiant m400 Server Cartridge. The cartridge is in EFI mode, we boot the EFI shim, GRUB, the kernel, and the netboot initrd

Bug#954094: /bin/systemd: Running startx in X session switches to VC, input duplicated to X, login at getty exfiltrates creds

2020-03-16 Thread Justus Winter
Package: systemd Version: 241-7~deb10u3 Severity: critical File: /bin/systemd Tags: security Justification: root security hole Dear Maintainer, I was trying to spawn an Xephyr server using startx, but messed up the arguments (I can reproduce it by simply running 'startx'). My X session seemingly

Bug#688112: gummi leaks file descriptors leading to a crash if the fd limit is reached

2012-09-19 Thread Justus Winter
urgency=low . * Fixed file descriptor leak. Author: Justus Winter --- gummi-0.6.3.orig/src/utils.c +++ gummi-0.6.3/src/utils.c @@ -250,6 +250,8 @@ Tuple2 utils_popen_r (const gchar* cmd, g_free (rot); } +close(pout); + #ifndef WIN32 // TODO: command is

Bug#609333: tmux-1.4 FTBFS on the hurd

2011-01-08 Thread Justus Winter
Package: tmux Version: 1.4-1 Severity: serious Tags: patch Justification: fails to build from source tmux-1.4 fails to build from source on the hurd since the PATH_MAX macro isn't defined. There is already a debian specific patch to make tmux build on hurd by simply defining it in case it is missi

Bug#595876: multiboot: FTBFS in squeeze: rm: cannot remove `debian/multiboot/usr/share/info/dir': No such file or directory

2010-09-20 Thread Justus Winter
Hey Gregor :) > > > or to "rm -rf" the dir, IMO) > > As I said, I'd vote to add install-info as a build dependency since > > documentation is the purpose of this package. > > Ok ... but: > > I guess I'm to tired for today: Anyway I tried now: > + removed install-info from the chroot > - first b

Bug#595876: multiboot: FTBFS in squeeze: rm: cannot remove `debian/multiboot/usr/share/info/dir': No such file or directory

2010-09-19 Thread Justus Winter
Hey Gregor :) > On Fri, 17 Sep 2010 04:29:55 +0200, Justus Winter wrote: > > > install-info needs to be added to the list of build dependencies or > > rm debian/$(package)/usr/share/info/dir > > removed from debian/rules. But since this is a package containing >

Bug#597164: mock: fails with ImportError: No module named root_cache

2010-09-17 Thread Justus Winter
I cannot reproduce this bug, I just built rpms for both epel-5-x86_64 and epel-5-i386 on two different machines running squeeze (one being a x86_64 machine, the other one is an i386). # dpkg -l mock [...] ii mock 1.0.8-1Build rpm packages inside a chroot # mock -r epel-5-i386 nc

Bug#595448: glob2: Crash during tutorial part 4 (src/Game.cpp Assertion `building' failed)

2010-09-17 Thread Justus Winter
tags 595448 patch thanks To set the building type to 17 (racetrack level 1 under construction, size 6x6) you can either do echo -en '\x00\x00\x00\x11' | \ dd of=tutorial-part4.map bs=1 seek=49210 conv=notrunc or apply the attached patch using bspatch. Cheers, Justus tutorial-part4.map.bspat

Bug#595876: multiboot: FTBFS in squeeze: rm: cannot remove `debian/multiboot/usr/share/info/dir': No such file or directory

2010-09-16 Thread Justus Winter
tags 595876 confirmed patch thanks install-info needs to be added to the list of build dependencies or rm debian/$(package)/usr/share/info/dir removed from debian/rules. But since this is a package containing documentation, I'd say we should go with the first option. Cheers, Justusdiff

Bug#595448: glob2: Crash during tutorial part 4 (src/Game.cpp Assertion `building' failed)

2010-09-16 Thread Justus Winter
forwarded http://savannah.nongnu.org/bugs/?27969 tags upstream confirmed thanks Uh, I didn't know that I have to cc the control@ address... and I wanted to add, that you can actually *see* the bug when your warriors are attacking the race track but they are not actually hitting the building when y

Bug#595448: (no subject)

2010-09-16 Thread Justus Winter
forwarded 595448 http://savannah.nongnu.org/bugs/?27969 tags 595448 upstream confirmed thanks The assertion is only triggered when the opponents race track is destroyed, one can also trigger it from within the editor by loading the map and deleting the race track. The problem lies within the tuto

Bug#595448: (no subject)

2010-09-15 Thread Justus Winter
forwarded http://savannah.nongnu.org/bugs/?27969 tags upstream confirmed thanks Hi :) I can confirm that the bug is present in both the debian package and upstream when building the mercurial head. I also found the bug at the projects bugtracker (note that savannahs bugtracker interprets * as mar

Bug#579834: gdb fails on the hurd with "Can't fetch registers from thread bogus thread id 1: No such thread"

2010-05-01 Thread Justus Winter
Package: gdb Version: 7.1-1 Severity: grave Justification: renders package unusable Debugging even the most simple c program fails on my hurd installation (fwiw I downloaded debian-hurd-17042010-qemu.img.tar.gz prepared by Jose and installed some development stuff; the system is running under kvm)