Bug#336745: vice: x64 doesn't start: Gdk-ERROR **: BadMatch
Package: vice Version: 1.16-4 Severity: grave Justification: renders package unusable -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12-1-686 Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15) The x64 executable doesn't start (applies to at least x128 and xvic, too). It flashes a window briefly but then dies: --- $ x64 Set fontpath: et fp+ /usr/local/lib/vice/fonts'. *** VICE Version 1.7 *** Welcome to x64, the free portable Commodore C64 Emulator. Written by D. Sladic, A. Boose, D. Lem, T. Biczo, A. Dehmel, T. Bretz, A. Matthies, M. Pottendorfer, M. Brenner, S. Trikaliotis. This is free software with ABSOLUTELY NO WARRANTY. See the "About VICE" command for more info. X11: Found 24bit/TrueColor visual. X11: Error: Cannot load text font -freetype-VICE CBM-medium-r-normal-medium-12-120-100-72-m-104-symbol-0. Successfully forked DGA Xlib: extension "XFree86-DGA" missing on display ":0.0". Error: Unable to query video extension version - disabling fullscreen. Joystick: Linux joystick interface initialization... Joystick: Warning: Cannot open joystick device /dev/js0'. Joystick: Warning: Cannot open joystick device /dev/js1'. Loading system file /usr/local/lib/vice/C64/kernal'. C64MEM: Kernal rev #3. Loading system file /usr/local/lib/vice/C64/basic'. Loading system file /usr/local/lib/vice/C64/chargen'. Loading system file /usr/local/lib/vice/PRINTER/mps803'. Loading system file /usr/local/lib/vice/DRIVES/dos1541'. Loading system file /usr/local/lib/vice/DRIVES/d1541II'. Loading system file /usr/local/lib/vice/DRIVES/dos1571'. Loading system file /usr/local/lib/vice/DRIVES/dos1581'. Loading system file /usr/local/lib/vice/DRIVES/dos2031'. Loading system file /usr/local/lib/vice/DRIVES/dos2040'. Loading system file /usr/local/lib/vice/DRIVES/dos3040'. Loading system file /usr/local/lib/vice/DRIVES/dos4040'. Loading system file /usr/local/lib/vice/DRIVES/dos1001'. Drive: Finished loading ROM images. GnomeVideo: Successfully initialized video. GnomeVideo: Successfully initialized video. Palette: Loading palette /usr/local/lib/vice/C64/default.vpl'. X11: Using private colormap. Gdk-ERROR **: BadMatch (invalid parameter attributes) serial 255 error_code 8 request_code 2 minor_code 0 Exiting... I'm running a 1024x768x24 resolution X.org session with proprietary ATI drivers. Versions of packages vice depends on: ii libc6 2.3.5-7GNU C Library: Shared libraries an ii libesd-alsa0 [libesd0]0.2.36-1 Enlightened Sound Daemon (ALSA) - ii libgcc1 1:4.0.2-3 GCC support library ii libice6 6.8.2.dfsg.1-9 Inter-Client Exchange library ii libpng12-01.2.8rel-5 PNG library - runtime ii libreadline5 5.0-11 GNU readline and history libraries ii libsm66.8.2.dfsg.1-9 X Window System Session Management ii libstdc++64.0.2-3The GNU Standard C++ Library v3 ii libx11-6 6.8.2.dfsg.1-9 X Window System protocol client li ii libxaw7 6.8.2.dfsg.1-9 X Athena widget set library ii libxext6 6.8.2.dfsg.1-9 X Window System miscellaneous exte ii libxmu6 6.8.2.dfsg.1-9 X Window System miscellaneous util ii libxpm4 6.8.2.dfsg.1-9 X pixmap library ii libxt66.8.2.dfsg.1-9 X Toolkit Intrinsics ii libxv16.8.2.dfsg.1-9 X Window System video extension li ii libxxf86dga1 6.8.2.dfsg.1-9 X Direct Graphics Access extension ii libxxf86vm1 6.8.2.dfsg.1-9 X Video Mode selection library ii xlibs 6.8.2.dfsg.1-9 X Window System client libraries m ii zlib1g1:1.2.3-6 compression library - runtime vice recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#336745: X.org "composite" extension probable culprit
I disabled the composite extension from X.org (because it prevented 3D acceleration) and now x64 works fine. ATI drivers are still on. I can't restart X to verify right now, but this is most likely the reason. Smells like an upstream bug. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#296023: "Fix" that breaks Xorg
This happened to me, too, just now. I had installed Testing on a laptop, was converting it into Unstable and attempted to install XFree86. Dexconf just died without any output and didn't write a byte into XF86Config-4. It turned out the following change fixed the issue -- for XFree86: --- dexconf-old 2005-07-25 02:44:19.698301256 +0300 +++ /usr/bin/dexconf2005-07-25 02:44:45.612361720 +0300 @@ -457,7 +457,7 @@ # XXX: This is some new template Ubuntu added. Probably better solved by just # making empty entries for sync ranges syntatically valid, as Sven Luther # suggested. -db_get $TEMPLATE_BASE/config/monitor/use_sync_ranges +fetch $TEMPLATE_BASE/config/monitor/use_sync_ranges MONITOR_SYNC_RANGES="$RET" exec 4>"$DEXCONFTMPDIR/Monitor" Unfortunately, the change also broke Xserver-xorg installation, making dexconf complain about the missing use_sync_ranges variable and aborting dpkg. (Note that this "fix" was just a semi-random test; I didn't really dig into differences between fetch and db_get. Anyway, I hope this observation helps someone who knows the functions better.) - Jarno -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#293939: #293939 joe in html mode segfaults
I don't really understand the internals of JOE, but it looks like the crash occurs because the editor tries to remove a corrupt/non-existent/orphaned link from a doubly linked list in b.c line 334 (using the deque_f macro from queue.h on line 29). This quick fix prevents the segfault but might leak memory, cause some other defects and/or mask the real bug: --- orig/joe-3.1/b.c2004-05-27 01:23:37.0 +0300 +++ joe-3.1/b.c 2005-07-10 18:16:26.0 +0300 @@ -331,7 +331,8 @@ *p->owner = NULL; if (p->ptr) vunlock(p->ptr); - pfree(deque_f(P, link, p)); + if ( p->link.prev && p->link.next ) + pfree(deque_f(P, link, p)); } P *pset(P *n, P *p) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#278866: #278866 pingus: consumes 100% cpu if nothing to do
On my laptop (a P-3 700 MHz) it seems to consume only about 30-40% of CPU time which is quite reasonable for a highly interactive game like this, IMO. - Jarno -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#322998: memaid-pyqt: does not work on 64 bit architectures
Thank you! The upstream has committed this fix to the CVS and I'm uploading a patched version to the repository shortly. - Jarno -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#332921: sablecc: New upstream version available (3.1 vs. 2.18.2)
Package: sablecc Version: 2.18.2-1 Severity: wishlist The SableCC version currently in Unstable (2.18.2) is described as "legacy" on the project's website. The latest version ("active") is 3.1, and it has major new features. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#332921: Uupdate works Ok
tag 332921 + patch thanks, Uupdate seems to update the package without problems (and it even works after building). Here's also a debian/watch file for downloading the latest version with uscan: version=2 # Homepage Pattern [Version [Action]] http://heanet.dl.sourceforge.net/sourceforge/sablecc/ \ sablecc.([0-9.]+)(?:\.)(?:tgz|tar.gz|tar.bz2) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#333060: sablevm: 'alternatives' should not score above Sun's JDK
Package: sablevm Version: 1.11.3-1.1 Severity: normal The sun-j2sdk1.5 package, generated with make-jpkg command (from java-package), seems to declare "alternatives" priority 315, whereas the sablevm declares 350. Because... 1) more Java programs run on Sun's JVM than on sablecc, 2) probably no program runs on sablevm that doesn't run on Sun's and 3) a person knows what she's doing if she's created a .deb of the non-free JVM with java-package ...I think sablevm should less that JDK in "alternatives". Other "alternatives" on my system are different versions of gij-wrappers, whose score ranges from 33 to 40. Sablevm is probably more compatible that gij-wrappers (just a guess, though), so how about reducing the score from 350 to 250? -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12-1-686 Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages sablevm depends on: ii java-common 0.23 Base of all Java packages ii libc6 2.3.5-6GNU C Library: Shared libraries an ii libpopt0 1.7-5 lib for parsing cmdline parameters ii libsablevm1 1.11.3-1.1 Free implementation of JVM second ii sun-j2sdk1.5 [java-common 1.5.0+update05 Java(TM) 2 SDK, Standard Edition, ii unzip 5.52-3 De-archiver for .zip files Versions of packages sablevm recommends: ii free-java-sdk 1.0-1 Complete Java SDK environment cons ii jikes 1:1.22-3 Fast Java compiler adhering to lan ii libgnujaxp-java 1.3-4 free implementation of jaxp api -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#332921: sablecc: New upstream version available (3.1 vs. 2.18.2)
> I was just wondering if it would make sense to > have "sablecc2" and "sablecc3", as sablecc 3 is not fully backward > compatible (it does not support the filter() method in the generated > Parser class). Yes, I guess this would be a good idea. It should be trivial to even make them coexists. Perhaps "alternatives" could be used to choose which version "/usr/bin/sablecc" will be linked to, in case both are installed? - Jarno -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#325364: nagi: loading saved games from i386 on amd64 doesn't work
> Saving games on an i386 machine, then trying to load them on an amd64 > doesn't work. Wow, I'd better not ask how you happened to try this.. :) > Looking at the code, it appears it's making an attempt > to be architecture independent, so I'm pretty sure this is a bug. With some luck, it's just that u16 is not really 16 bit or u32 bit is not really 32 bit. Could you please try and copy the attached patch to debian/patches/, rebuild and see if it works? - Jarno diff -Naur src-old/agi.h src/agi.h --- src-old/agi.h 2005-08-29 23:14:25.0 +0300 +++ src/agi.h 2005-08-29 23:16:14.0 +0300 @@ -3,6 +3,7 @@ // the only include file i should include in an include file #include +#include // ok no warning here @@ -32,12 +33,12 @@ -typedef unsigned char u8; -typedef unsigned short u16; -typedef unsigned long u32; -typedef signed char s8; -typedef signed short s16; -typedef signed long s32; +typedef uint8_t u8; +typedef uint16_t u16; +typedef uint32_t u32; +typedef int8_t s8; +typedef int16_t s16; +typedef int32_t s32; #ifndef RAD_LINUX typedef unsigned int uint; diff -Naur src-old/read_agidata.c src/read_agidata.c --- src-old/read_agidata.c 2005-08-29 23:14:25.0 +0300 +++ src/read_agidata.c 2005-08-29 23:17:04.0 +0300 @@ -1,9 +1,11 @@ -typedef unsigned char u8; -typedef unsigned short u16; -typedef unsigned long u32; -typedef signed char s8; -typedef signed short s16; -typedef signed long s32; +#include + +typedef uint8_t u8; +typedef uint16_t u16; +typedef uint32_t u32; +typedef int8_t s8; +typedef int16_t s16; +typedef int32_t s32; typedef unsigned int uint; typedef signed int sint; diff -Naur src-old/tools/savefont.c src/tools/savefont.c --- src-old/tools/savefont.c 2005-08-29 23:14:25.0 +0300 +++ src/tools/savefont.c 2005-08-29 23:18:23.0 +0300 @@ -1,14 +1,13 @@ #include #include +#include - - -typedef unsigned char u8; -typedef unsigned short u16; -typedef unsigned long u32; -typedef signed char s8; -typedef signed short s16; -typedef signed long s32; +typedef uint8_t u8; +typedef uint16_t u16; +typedef uint32_t u32; +typedef int8_t s8; +typedef int16_t s16; +typedef int32_t s32; typedef unsigned int uint; typedef signed int sint;
Bug#321352: kernel-image-2.6.12 is now linux-image-2.6.12
> > This version of udev refuses to start with any kernel < 2.6.12, but there > > is no kernel >= 2.6.12 packaged yet. > > No, there is a package. For those of you who now get interrupted upgrades every time because of udev, don't have the old version available, would like to fix it even if it means upgrading the kernel, and need a bit more verbose answer than the riddle above, here: The "kernel-image" package has been just renamed as "linux-image", so the package is linux-image-2.6.12-1-. - Jarno -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#396225: closed by Rene Engelhard <[EMAIL PROTECTED]> (Re: Bug#396225: Info received (Bug#396225 closed by Rene Engelhard <[EMAIL PROTECTED]> (Re: Bug#396225: openoffice.org 2.0.4-2 simpress crashe
> Jarno: Are you *sure* this should be still kept in the archive? No. :) I just tried the latest version of Voikko and though it still didn't recognize a lot of valid words on the test texts, the ratio was now good enough to make the it actually usable. Great stuff, I'm going ahead with the removal. - Jarno -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#394862: Please remove
Oh, this was already filed against ftp.debian.org -- yes, in summary, please do remove the package. PS. From the Developer's Reference: "Usually you only ask for the removal of a package maintained by yourself. If you want to remove another package, you have to get the approval of its maintainer." I think filing removal requests of other people's packages directly against ftp.debian.org is a little impolite.. One could always reassign it later. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#396225: Info received (Bug#396225 closed by Rene Engelhard <[EMAIL PROTECTED]> (Re: Bug#396225: openoffice.org 2.0.4-2 simpress crashes on all files))
Ok, I just uploaded a rebuild. Rene, do you want me to close the bug or reassign it back to OOo? - Jarno -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#380869: where is the patch?
Yes, please the missing patch! I'd really appreciate it. - Jarno -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#388215: Added a workaround
severity #388215 normal thanks, The package now contains the workaround from http://www.openoffice.org/issues/show_bug.cgi?id=69642 in 'preinst. This is ugly, however, so I'm leaving this open with reduced severity until OOo 2.0.4 enters Testing and makes the workaround unnecessary. Thanks Teemu & Harri! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#388215: Reverting the workaround
severity #388215 important thanks Rene asked about the workaround at #debian-devel and it was deemed a Policy violation. The new upload removes the workaround. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#394862: RM: openoffice.org-soikko -- RoOOoM; unmaintained upstream, non-free, superseded by -voikko
> It is non-free, i386-only, unmaintained upstream and will be > "obsolete in the near future". I'm not quite convinced that the quoted future is so near, unfortunately. Last time I tried Voikko, it performed very poorly. I known the project and would be very glad if Soikko could be replaced with it, but I won't do so until it's demonstrably useful enough for practical work. If the project hasn't done wonders in the few last few months, Soikko is very likely still the only free (though not Free) package with decent Finnish spell checking in Linux. - Jarno -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#682000: nut-client: Nut-client apparently needs user 'nut' but doesn't create it
Package: nut-client Version: 2.6.4-1 Severity: important It seems to me that nut-client can't start without the 'nut' user, but only the server package adds it. The odd thing is, I think I first installed both the server and client, then purged them as I realized I only needed the client, then installed just the client and found out the init.d script didn't start NUT (and didn't report any errors either, BTW!). When I found out from syslog that the problem was the missing 'nut' user, I installed the server, purged it again and surprisingly, the user it had created was still in /etc/passwd. I wonder why the first purge deleted it and the second didn't.. -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 3.2.20-2-custom01-amd64 (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages nut-client depends on: ii libc6 2.13-33 ii libupsclient1 2.6.4-1 Versions of packages nut-client recommends: ii bash-completion 1:2.0-1 nut-client suggests no packages. -- Configuration Files: /etc/nut/nut.conf changed [not included] /etc/nut/upsmon.conf [Errno 13] Permission denied: u'/etc/nut/upsmon.conf' /etc/nut/upssched.conf [Errno 13] Permission denied: u'/etc/nut/upssched.conf' -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#703720: phpbb3: Incompatibility with PHP 5.4
Package: phpbb3 Version: 3.0.10-3 Severity: grave Tags: upstream patch Justification: renders package unusable The package seems to be incompatible with PHP 5.4. When creating a new forum, it gives this PHP warning: "Strict Standards: Non-static method utf_normalizer::nfc() should not be called statically" ...and, for some reason, apparently fails to create the forum. According to internet discussions, upstream is unwilling to properly change the syntax as suggested in the warning because it would break PHP 4 backwards compatibility. The suggested fix is therefore to edit the source code and add ~E_STRICT. Patch attached. -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-2-amd64 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages phpbb3 depends on: ii apache2-mpm-worker [httpd] 2.2.22-9 ii dbconfig-common 1.8.47+nmu1 ii debconf [debconf-2.0]1.5.44 ii mysql-client-5.5 [mysql-client] 5.5.24+dfsg-4 ii php5-cgi 5.4.4-2 ii php5-cli 5.4.4-2 ii php5-gd 5.4.4-2 ii php5-mysql 5.4.4-2 ii php5-sqlite 5.4.4-2 ii ucf 3.0025+nmu3 Versions of packages phpbb3 recommends: ii exim4 4.80-7 ii exim4-daemon-light [mail-transport-agent] 4.80-7 ii php5-imagick 3.1.0~rc1-1+b2 Versions of packages phpbb3 suggests: pn mysql-server | postgresql pn phpbb3-l10n -- debconf information excluded --- ./includes/startup.php 2012-01-01 17:00:17.0 +0200 +++ /usr/share/phpbb3/www/includes/startup.php 2013-03-20 15:21:21.026932169 +0200 @@ -19,7 +19,7 @@ { define('E_DEPRECATED', 8192); } -error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED); +error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_STRICT); /* * Remove variables created by register_globals from the global scope
Bug#715019: linux-image-3.10-rc7-amd64: Bcache (with cache on LVM?) stops system from shutting down
Package: src:linux Version: 3.10~rc7-1~exp1 Severity: normal My bcache test setup is working otherwise well, but when enabled, the "poweroff" or "reboot" commands never finish. Block device stack is as follows: - DRBD on LVM on BCACHE on MD0 (raid10) on HDD (sata) - with: bcache cache device on LVM on SSD The shutdown sequence gets to the very last line ("booting now" or something to that effect), but instead of booting, it pauses for a long time and then starts writing out ATA errors and IO error reports from bcache, saying bcache failed to read the cache device. I guess that is to be expected as LVM, which contains contains the cache, has apparently been shut down at that point. This appears to be a bug in either the (ordering of) shutdown procedures or bcache. I've tried manually stopping bcache and removing the module before booting, and that indeed makes the shutdown work as expected. -- Package-specific info: ** Version: Linux version 3.10-rc7-amd64 (debian-ker...@lists.debian.org) (gcc version 4.7.3 (Debian 4.7.3-4) ) #1 SMP Debian 3.10~rc7-1~exp1 (2013-06-24) ** Command line: placeholder root=UUID=33c68e8b-5bf5-4021-8748-4b254a40440e ro nomodeset nomodeset quiet ** Not tainted ** Kernel log: [ 413.329356] block drbd1: updated UUIDs 4ED8FD76573C2D04::A3B9FA9D6347F1F4:A3B8FA9D6347F1F5 [ 413.329358] block drbd1: conn( SyncTarget -> Connected ) disk( Inconsistent -> UpToDate ) [ 413.329439] block drbd1: helper command: /sbin/drbdadm after-resync-target minor-1 [ 413.331299] block drbd1: helper command: /sbin/drbdadm after-resync-target minor-1 exit code 0 (0x0) [ 413.363072] block drbd3: updated sync uuid A98F1928E577A01A::EFA6093FF9679840:EFA5093FF9679841 [ 413.363158] block drbd3: helper command: /sbin/drbdadm before-resync-target minor-3 [ 413.365036] block drbd3: helper command: /sbin/drbdadm before-resync-target minor-3 exit code 0 (0x0) ( ... note: removed dozens of similar DRBD lines ... ) ** Model information sys_vendor: System manufacturer product_name: System Product Name product_version: System Version chassis_vendor: Chassis Manufacture chassis_version: Chassis Version bios_vendor: American Megatrends Inc. bios_version: 2003 board_vendor: ASUSTeK COMPUTER INC. board_name: P8Z77-V PRO board_version: Rev 1.xx ** Loaded modules: drbd xen_gntdev xen_evtchn xenfs xen_privcmd lru_cache libcrc32c xt_multiport iptable_filter ip_tables x_tables nfsd auth_rpcgss oid_registry nfs_acl nfs lockd dns_resolver fscache sunrpc bonding bridge stp llc loop firewire_sbp2 firewire_core crc_itu_t iTCO_wdt iTCO_vendor_support bcache coretemp crc32c_intel ghash_clmulni_intel aesni_intel aes_x86_64 ablk_helper cryptd lrw gf128mul glue_helper eeepc_wmi asus_wmi sparse_keymap rfkill mxm_wmi microcode snd_pcm snd_page_alloc snd_timer snd soundcore pcspkr evdev lpc_ich i2c_i801 mfd_core i915 video wmi drm_kms_helper button mperf drm i2c_algo_bit i2c_core processor ext4 crc16 jbd2 mbcache dm_mod raid10 md_mod sg sd_mod crc_t10dif r8169 mii ahci libahci e1000e ptp ehci_pci ehci_hcd xhci_hcd pps_core libata scsi_mod usbcore usb_common thermal fan thermal_sys ** PCI devices: 00:00.0 Host bridge [0600]: Intel Corporation 2nd Generation Core Processor Family DRAM Controller [8086:0100] (rev 09) Subsystem: ASUSTeK Computer Inc. Device [1043:84ca] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- 00:01.0 PCI bridge [0604]: Intel Corporation Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port [8086:0101] (rev 09) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: Kernel driver in use: pcieport 00:02.0 VGA compatible controller [0300]: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller [8086:0122] (rev 09) (prog-if 00 [VGA controller]) Subsystem: ASUSTeK Computer Inc. Device [1043:84ca] Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- [disabled] Capabilities: Kernel driver in use: i915 00:14.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller [8086:1e31] (rev 04) (prog-if 30 [XHCI]) Subsystem: ASUSTeK Computer Inc. Device [1043:84ca] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- Kernel driver in use:
Bug#854276: resource-agents: Broken XEN toolstack detection in agent 'Xen'
Package: resource-agents Version: 1:3.9.7-1~bpo8+1 Severity: normal Tags: upstream patch The 'Xen' agent /usr/lib/ocf/resource.d/heartbeat/Xen attempts to detect if the 'xm' toolset is being used instead of the newer 'xl', but it doesn't work. Simply because 'xl' command exists, doesn't mean it actually works. On my system, it exits with "ERROR: A different toolstack (xm) have been selected!". This completely breaks the resource agent when 'xm' is being used. Here's a workin, though not very pretty, way to detect it: --- Xen.orig2017-02-05 19:11:03.802980009 +0200 +++ Xen 2017-02-05 19:16:54.558646403 +0200 @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # # Support: linux...@lists.linux-ha.org @@ -45,7 +45,7 @@ : ${OCF_RESKEY_reserved_Dom0_memory=512} # prefer xl -xentool=$(which xl 2> /dev/null || which xm) +xentool=$(((xl |& grep -q -v "ERROR") && which xl 2> /dev/null)|| which xm) meta_data() { cat <
Bug#714161:
found 714161 5.2.6+dfsg-9.3 thanks -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#765680: bacula-director-mysql: Extremely slow MySQL insert after full backup with large BaseJobs
Package: bacula-director-mysql Version: 5.2.6+dfsg-9.3 Severity: normal Tags: upstream patch The MySQL statements for adding full backup file list into the BaseFile table after a full backup of lots of file (say, over a million) after a succesfull base job can take a VERY long time (I've waited for 10 hours with no end). I found this to be caused by INSERT INTO BaseFiles with a non-indexed join in db_commit_base_file_attributes_record()... "WHERE A.Path = B.Path AND A.Name = B.Name" ...between temporary tables "basefile%lld" and "new_basefile%lld". The attached patch corrects this by adding the appropriate indexes to those temporary tables in sql_cmds.c. -- System Information: Debian Release: 7.6 APT prefers stable APT policy: (990, 'stable'), (500, 'stable-updates'), (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 3.16.3 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages bacula-director-mysql depends on: ii bacula-common5.2.6+dfsg-9.3 ii bacula-common-mysql 5.2.6+dfsg-9.3 ii bacula-director-common 5.2.6+dfsg-9.3 ii dbconfig-common 1.8.47+nmu1 ii debconf [debconf-2.0]1.5.49 ii libc62.19-11 ii libcap2 1:2.22-1.2 ii libgcc1 1:4.7.2-5 ii libpython2.7 2.7.3-6+deb7u2 ii libssl1.0.0 1.0.1e-2+deb7u12 ii libstdc++6 4.9.1-15 ii libwrap0 7.6.q-24 ii mysql-client 5.5.38-0+wheezy1 ii mysql-client-5.5 [mysql-client] 5.5.38-0+wheezy1 ii ucf 3.0025+nmu3 ii zlib1g 1:1.2.7.dfsg-13 Versions of packages bacula-director-mysql recommends: ii mysql-server 5.5.38-0+wheezy1 Versions of packages bacula-director-mysql suggests: ii gawk 1:4.0.1+dfsg-2.1 -- debconf information excluded --- bacula-5.2.6+dfsg.orig/src/cats/sql_cmds.c +++ bacula-5.2.6+dfsg/src/cats/sql_cmds.c @@ -465,7 +465,8 @@ /* Mysql */ "CREATE TEMPORARY TABLE basefile%lld (" "Path BLOB NOT NULL," - "Name BLOB NOT NULL)", + "Name BLOB NOT NULL," + "INDEX(Path(255), Name(255)) )", /* Postgresql */ "CREATE TEMPORARY TABLE basefile%lld (" @@ -486,7 +487,7 @@ const char *create_temp_new_basefile[] = { /* Mysql */ - "CREATE TEMPORARY TABLE new_basefile%lld AS " + "CREATE TEMPORARY TABLE new_basefile%lld (INDEX (Path(255), Name(255))) AS " "SELECT Path.Path AS Path, Filename.Name AS Name, Temp.FileIndex AS FileIndex," "Temp.JobId AS JobId, Temp.LStat AS LStat, Temp.FileId AS FileId, " "Temp.MD5 AS MD5 "
Bug#375571: RM: openoffice.org2-soikko from unstable
Package: ftp.debian.org Severity: normal Please remove openoffice.org2-soikko from unstable. It's now a mere dummy package, replaced by openoffice.org-soikko. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#336745: Works, closing
close 336745 thanks, Doesn't seem to be reproducible anymore, on current X.org and Vice. Closing the bug. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#375572: openoffice.org2-soikko: Dummy package - shouldn't enter Testing
Package: openoffice.org2-soikko Severity: serious Justification: This dummy package should not enter Testing - openoffice.org-soikko replaces it. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#336745: This is really non-grave
severity 336745 important thanks, Reducing severity -- the majority of user's don't have X.org's composite extension, so this doesn't actually "make the package unusable for most users". -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#360471: Filed a removal request
See #375571 (RM: openoffice.org2-soikko from unstable) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#425239: O: agistudio -- IDE for creating early Sierra style AGI games
Package: wnpp Severity: normal I intend to orphan the agistudio package. The package description is: AGI (Adventure Game Interpreter) is the adventure game engine used by Sierra On-Line(tm) to create some of their early games. QT AGI Studio is a program which allows you to view, create and edit AGI games. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.20-1-686 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, [EMAIL PROTECTED] (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8) Shell: /bin/sh linked to /bin/bash -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#425241: O: metacam -- extract EXIF information from digital camera files
Package: wnpp Severity: normal I intend to orphan the metacam package. The package description is: EXIF stands for Exchangeable Image File Format, and is a standard for storing interchange information in image files, especially those using JPEG compression. Most digital cameras now use the EXIF format. The format is part of the DCF standard created by JEIDA to encourage interoperability between imaging devices. In addition to the standard EXIF fields, MetaCam also supports vendor-specific extensions from Nikon, Olympus, Canon and Casio. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.20-1-686 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, [EMAIL PROTECTED] (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8) Shell: /bin/sh linked to /bin/bash -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#425243: O: memaid-pyqt -- memorization tool with optimal question scheduling
Package: wnpp Severity: normal I intend to orphan the memaid-pyqt package. The package description is: MemAid is like a traditional flash-card program to help you memorize question/answer pairs, but with an important twist: it uses a neural network to schedule the best time for an item to come up for review. . Difficult items that you tend to forget quickly will be scheduled more often, while MemAid won't waste your time on things you remember well. This means your learning process becomes much more efficient, also because the neural network gradually adapts to your personal memory model. . MemAid is quite similar to a proprietary program called SuperMemo. This package provides PyQT and Superkaramba front-ends for MemAid. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.20-1-686 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, [EMAIL PROTECTED] (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8) Shell: /bin/sh linked to /bin/bash -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#425242: O: cfourcc -- Command line tool for changing FourCC in Microsoft RIFF AVI files
Package: wnpp Severity: normal I intend to orphan the cfourcc package. The package description is: Identifies the codec used in AVI files (*.avi) and allows the user to change the FourCC description code (like fourcc-changer in Windows). Useful for people working with Microsoft AVI file. A Linux clone of AviC fourcc changer tool. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.20-1-686 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, [EMAIL PROTECTED] (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8) Shell: /bin/sh linked to /bin/bash -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#425240: O: imediff2 -- interactive full screen 2-way merge tool
Package: wnpp Severity: normal I intend to orphan the imediff2 package. The package description is: Imediff2 lets you merge two (slightly different) files interactively with a user friendly full screen interface on a text terminal. In other words, it is an ncurses based replacement for sdiff. . The program shows the differences of given files (in color if the terminal supports them), lets you scroll up and down and toggle changes between the old and new versions of the differing hunks one by one. . Unlike split screen based merge tools, it shows only one, partially merged, version of the file at a time, making it more "WYSIWYG", perhaps more intuitive for beginners and most importantly, suitable for narrow terminals. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.20-1-686 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, [EMAIL PROTECTED] (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8) Shell: /bin/sh linked to /bin/bash -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#425244: O: nagi -- game interpreter for Sierra Online (tm) AGI games
Package: wnpp Severity: normal I intend to orphan the nagi package. The package description is: AGI, or the Adventure Game Interpreter, was developed and used by Sierra Online for their games, most notably the famous "Quest-series" in the late 1980's. Nagi is an open source interpreter for playing AGI games. . Nagi supports a wide range of old Sierra games (you need the original files) as well as new AGI resources developed with tools like the QT AGI Studio. . Homepage: http://www.agidev.com/projects/nagi/ -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.20-1-686 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, [EMAIL PROTECTED] (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8) Shell: /bin/sh linked to /bin/bash -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#425275: O: jpegpixi -- Remove hot spots from JPEG images with minimal quality loss
Package: wnpp Severity: normal I intend to orphan the jpegpixi package. The package description is: Jpegpixi is short for "JPEG pixel interpolator". It is a command-line utility which interpolates pixels in JFIF images (commonly referred to as "JPEG images"). This is useful to correct images from a digital camera with CCD defects. . Jpegpixi tries to preserve the quality of the JFIF image as much as possible. Most graphics programs decode JFIF images when they are loaded, and re-encode them when they are saved, which results in an overall loss of quality. Jpegpixi, on the other hand, does not decode and re-encode the image, but manipulates the encoded image data. In doing so, it also preserves EXIF metadata. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.20-1-686 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, [EMAIL PROTECTED] (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8) Shell: /bin/sh linked to /bin/bash -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#549549: libdeskbar-tracker: Wrong installation directory in libdeskbar-applet => doesn't show up in deskbar
Package: libdeskbar-tracker Version: 0.6.95-3 Severity: grave Justification: renders package unusable Deskbar applet loads modules from... /usr/lib/deskbar-applet/deskbar-applet/modules-2.20-compatible ...while 'libdeskbar-tracker' installs them in: /usr/lib/deskbar-applet/modules-2.20-compatible This prevents the applet from showing up in deskbar-applet's Preferences list of plugins and makes the package unusable. Symlinking the .py files to the correct directory fixed the problem. -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.29-1-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages libdeskbar-tracker depends on: ii deskbar-applet2.28.0-1 universal search and navigation ba ii python2.5.4-2An interactive high-level object-o ii python-dbus 0.83.0-1 simple interprocess messaging syst ii python-gnome2 2.28.0-1 Python bindings for the GNOME desk ii python-gnomedesktop 2.28.0-1 Python bindings for the GNOME desk ii python-gobject2.20.0-1 Python bindings for the GObject li ii python-support1.0.3 automated rebuilding support for P ii tracker 0.6.95-3 metadata database, indexer and sea Versions of packages libdeskbar-tracker recommends: ii tracker-search-tool 0.6.95-3 metadata database, indexer and sea libdeskbar-tracker suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#293939: #293939 joe in html mode segfaults
> This patch would still apply to 3.3, but I can't seem to reproduce the bug. Well, this patch almost certainly isn't the *correct* way to fix the bug, so if you could reproduce the crash in 3.1 but not in 3.3, I think it's safe to assume the bug's been fixed. I actually intended the patch more as a demonstration of the bug instead of a real fix. - Jarno -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#359657: ITP: cfourcc -- Command line tool for changing FourCC in Microsoft RIFF AVI files
Package: wnpp Severity: wishlist Owner: Jarno Elonen <[EMAIL PROTECTED]> * Package name: cfourcc Version : 0.1.2 Upstream Author : mypapit <[EMAIL PROTECTED]> * URL : http://sarovar.org/projects/gfourcc * License : GPL Description : Command line tool for changing FourCC in Microsoft RIFF AVI files Identifies the codec used in AVI files (*.avi) and allows the user to change the FourCC description code (like fourcc-changer in Windows). Useful for people working with Microsoft AVI file. A Linux clone of AviC fourcc changer tool. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#360472: unsafe upgrade
> you install the component via a uno package system-wide using unopkg. > While this is the normal way this is to be done it doesn't reliably work > on OOo upgrades. At least with the Wikipedia plugin for OOo I somethimes > had to remove and register it again, otherwise I get errors. Sometimes, but not always? Hmm.. I tried upgrading OOo without touching Soikko and it worked fine, so I assumed unopkg now worked better with upgrades than regcomp -- guess not, then. There were prerm/postinst hook directories on OOo-1.x, that solved this problem for the old Soikko package. Are you planning something similar for 2.x? - Jarno -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#360470: FTBFSes all over the place
> 4) You build with g++-3.3, you *sure* that it will work with the g++-4.0 > built OOo and libstlport4.6? I doubt that. Mm.. Since OOo's debian/rules says GCC_VERSION='', I assume it uses default GCC for autobuild, no? OO2-soikko's setup.mk currently contains stuff like this: SDK_GXX_INCLUDE_PATH=/usr/include/c++/3.3 CPPUHELPERLIB=-luno_cppuhelpergcc3 CPPU_ENV=gcc3 Third variable seems to be unused and the first could apparently be replaced with SDK_GXX_INCLUDE_PATH=/usr/include/c++/. How about CPPUHELPERLIB? Will libuno_cppuhelpergcc4 appear automatically once OOo is rebuilt with GCC 4? And if so, is it always named after GCC's major version digit? I.e. do you think something like | sed 's/\..*//' would be safe? - Jarno -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#360470: FTBFSes all over the place
> 2) the default *is* 4.0. since months. Yes, however, OOo doesn't seems to be compiled with it yet. Will the next uploaded version be? I.e. can I upload a fix now and say "Depends: OpenOffice.org-common (>= 2.0.2-3)"? > > How about CPPUHELPERLIB? Will libuno_cppuhelpergcc4 appear automatically > > once OOo is rebuilt with GCC 4? And if so, is it always named after GCC's > > major version digit? I.e. do you think something like > > | sed 's/\..*//' would be safe? > > Nope. gcc3 there is correct. (It has to do with some other things which > changed between 2.95 and 3 but not between 3.3 and 3.4/4.0) Ah.. If I compile with GCC 4.0, do I have to link with it all? - Jarno -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#120152: Still valid
Hi, The yearly reminder: the patch is still valid. :) Could someone please take the time to check it out? The patch is not really that complex and the feature makes upgrading much easier if you have local changes to conffiles. http://elonen.iki.fi/code/unofficial-debs/dpkg-merge/dpkg-merge.1.13.10.patch - Jarno -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#360468: superfluous depends
> 1) Ok, as you ship a uno package you can't use dpkg-shlibdeps, right. >(Can't you hack around to run dpkg-shlibdeps on the pkgs contents?). Good idea. Had to do this in debian/rules, however, and it doesn't look too neat: rm -f debian/shlibs.local for PKG in "openoffice.org-common" "openoffice.org-core"; do dpkg -L $$PKG | grep "^.*\.so\.[0-9]*$$" | \ sed -r "s/.*\/(lib.*)\.so\.([0-9]+)/\1 \2 $$PKG (>= 2.0.2)/" >> debian/shlibs.local; done If there is some reason why the OOo packages can't announce the libs through shlibs, could they perhaps provide the lists separately so that I could do something like... cat /usr/lib/openoffice/debian_shlibs/* > debian/shlibs.local ...instead of the scanning them in 'rules' (or adding manually)? - Jarno -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#860240:
Just tested putting... [Unit] Description=QEMU Guest Agent BindTo=dev-virtio\x2dports-org.qemu.guest_agent.0.device After=dev-virtio\x2dports-org.qemu.guest_agent.0.device ...to /etc/systemd/system/qemu-guest-agent.service.d/qemu-socket-dep.conf and running "systemctl enable qemu-guest-agent.service". Seems to fix this, but difficult to verify as it's a race condition.
Bug#796094: [patch] SPNEGO/Kerberos module available as external module
The "stnoonan/spnego-http-auth-nginx-module" can now be compiled as an external Apache-style module. I have made a preliminary Debian packaging for it. You can review the diff here: https://github.com/elonen/debian-nginx-spnego/compare/debian-mod-spnego?expand=1