Bug#618862: systemd: ignores keyscript in crypttab

2015-03-30 Thread Ivan Jager
On Mon, Mar 30, 2015 at 11:28 AM, Marco d'Itri m...@linux.it wrote: I should add some code to preinst to abort the installation if the keyscript directive is used in crypttab. Would that still leave the system in a broken state though? Is preinst early enough to avoid breakage due to

Bug#634906: ocamlnet: Please update. Ustream is at 3.3.4 now.

2011-07-20 Thread Ivan Jager
Package: ocamlnet Version: 2.2.9-8 Severity: wishlist This version is from 2007-11-01. Could we update to the latest version? Thanks, Ivan -- System Information: Debian Release: wheezy/sid APT prefers oldstable APT policy: (500, 'oldstable'), (500, 'unstable'), (500, 'testing'), (500,

Bug#633063: apt-listbugs: File descriptor leak?

2011-07-08 Thread Ivan Jager
On Fri, 8 Jul 2011, Francesco Poli wrote: [...] And I have (hopefully) good news for you: I prepared some modifications for apt-listbugs that *should* work around this libdpkg-ruby1.8 bug. These modifications are already on the public git repository (master branch) and should be part of the next

Bug#633063: apt-listbugs: File descriptor leak?

2011-07-07 Thread Ivan Jager
Package: apt-listbugs Version: 0.1.4 Severity: important It seems to crash with big updates involving a lot of packages. Here is the relevant output: 1024 packages upgraded, 71 newly installed, 35 to remove and 0 not upgraded. Need to get 137 MB/1,309 MB of archives. After unpacking 79.1 MB will

Bug#626988: aterm: visual bell causes random crashes

2011-05-16 Thread Ivan Jager
Package: aterm Version: 1.0.1-7+b1 Severity: normal I'm not exactly sure how to reproduce this crash, but it seems to happen only when I do something that would trigger a visual bell. It seems to happen most often on recently opened terminals, and possibly also more on larger terminals. In case

Bug#619967: openconnect: New upstream version available

2011-03-28 Thread Ivan Jager
Package: openconnect Version: 2.25-0.1 Severity: wishlist Upstream is now on version 3.01. Apparently it contains some important patches I will need in order to use it at work, so I'll be compiling from source now, but it would be nice to be able to use the debian package in the future. Thanks

Bug#603882: util-vserver: startup script breaks boot (on sparc)

2010-12-30 Thread Ivan Jager
On Thu, 30 Dec 2010, Mehdi Dogguy wrote: dietlibc seems to be fixed now. Could you please test again and tell us if this issue if fixed as well? Yes, it is fixed in 0.30.216-pre2864-2+b2. Thanks -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of

Bug#604717: Proposed patch

2010-12-28 Thread Ivan Jager
On Mon, 27 Dec 2010, Julien Cristau wrote: Thanks, I've applied a similar patch, adding defined(__arch64__) as alternative since that seems to be defined by gcc -m64 on Debian/sparc, whereas __sparcv9 isn't, so hopefully this will fix sparc and not break sparc64. I'll upload the NMU in a

Bug#604717: Proposed patch

2010-12-26 Thread Ivan Jager
On Sat, 25 Dec 2010, Julien Cristau wrote: Do you plan on NMUing with this patch? I am not a DD, so I don't think I can NMU it myself. I certainly won't object if you want to NMU it since the maintainer has been non-responsive for the last month. Thanks, Ivan -- To UNSUBSCRIBE, email to

Bug#604717: Proposed patch

2010-12-15 Thread Ivan Jager
tags 604717 patch severity 604717 critital thanks Ok, after reading these FAQ entries, I am more convinnced this is the right solution. Q: Can you please port the diet libc to FreeBSD/Solaris/Windows? A: No. Q: Can I compile or use the diet libc with a compiler that is not gcc? A: Compile:

Bug#604717: dietlibc-dev: uint64_t should be 8 bytes

2010-11-30 Thread Ivan Jager
On Tue, 30 Nov 2010, Thorsten Glaser wrote: Ivan Jager dixit: AFAICT, the difference between lenny and squeeze is that squeeze gcc defines __sparc_v9__ whereas lenny's does not. Well, it’s wrong there: v9 is sparc64 not sparc. The Debian/sparc port uses 32-bit userland, which is either v7

Bug#604717: dietlibc-dev: uint64_t should be 8 bytes

2010-11-30 Thread Ivan Jager
On Tue, 30 Nov 2010, Thorsten Glaser wrote: Ivan Jager dixit: Is there some reason why changing it to __sparcv9 is wrong? Yes, v9 is 64 bit, sparc is 32 bit (sparc64 is 64 bit). Yes, but even on sparc64 linux uses a 32 bit userland. (so far at least) I guess I was more wondering

Bug#604717: dietlibc-dev: uint64_t should be 8 bytes

2010-11-29 Thread Ivan Jager
Ok, I tested back to 0.31-1.2 which is the version in lenny, and even that is broken. I'm not sure how, but even though that version compiles util-vserver such that uint64_t is 8 bytes, when compiling size.c it still says 4. I'm guessing it has something to do with the options being passed to

Bug#603882: util-vserver: startup script breaks boot (on sparc)

2010-11-23 Thread Ivan Jager
Ok, so I started looking at the internals of dietlibc, and I noticed the data returned by getdents64 looks as I would expect, but the struct dirent64 does not match it. Apparently the way these things are being compiled it ends up with sizeof(uint64_t) = 4, so the struct fields don't line up.

Bug#604717: dietlibc-dev: uint64_t should be 8 bytes

2010-11-23 Thread Ivan Jager
Package: dietlibc-dev Version: 0.32-5 Severity: important i...@luque:~$ diet gcc size.c /usr/lib/diet/lib-sparc/libc.a(vprintf.o): In function `vprintf': vprintf.c:(.text+0x1c): warning: warning: the printf functions add several kilobytes of bloat. i...@luque:~$ ./a.out sizeof(uint64_t) = 4

Bug#604717: dietlibc-dev: uint64_t should be 8 bytes

2010-11-23 Thread Ivan Jager
On Tue, 23 Nov 2010, Thorsten Glaser wrote: Ivan Jager dixit: sizeof(uint64_t) = 4 Ouch. This should be 8 even on sparc32, yes. Ivan, can you please check with older dietlibc versions from, for example, snapshot.debian.org? It might be related to #587042 which “suddenly” appeared, and 0.32

Bug#603882: util-vserver: startup script breaks boot (on sparc)

2010-11-22 Thread Ivan Jager
On Thu, 18 Nov 2010, micah anderson wrote: On Thu, 18 Nov 2010 04:13:20 +0100 (CET), Daniel Hokka Zakrisson dan...@hozac.com wrote: What dietlibc version was used to build the binaries? Does it have http://people.linux-vserver.org/~dhozac/p/m/delta-dietdirent-fix01.diff applied? IIRC this

Bug#603882: util-vserver: startup script breaks boot (on sparc)

2010-11-17 Thread Ivan Jager
Package: util-vserver Version: 0.30.216-pre2864-2 Severity: critical Justification: breaks the whole system I'm trying to switch to vservers from openvz because openvz support (for sparc) got silently dropped in Lenny. After installing linux-image-2.6.32-5-vserver-sparc64, during boot I get an

Bug#588095: Should be grave?

2010-10-18 Thread Ivan Jager
severity 588095 grave thanks I believe this should have been severity grave, on the basis that it makes the package in question unusable or mostly so. I'd say mostly so in this case, since everything in /usr/share/doc/libcore-ocaml-doc/html/core-api/ is useless, although at least some of the

Bug#594728: xscreensaver crashes leaving screen unlocked

2010-09-12 Thread Ivan Jager
Althouuh it crashed several times before I opened the bug, I haven't been able to reproduce it since. I don't have ECC, so perhaps this can be attributed to kernel memory corruption? Anyways, feel free to close the bug and I'll reopen it if I can ever reproduce it again. Ivan -- To

Bug#594728: xscreensaver crashes leaving screen unlocked

2010-09-06 Thread Ivan Jager
I've been running it with -sync, but it hasn't crashed yet. When it does, it doesn't leave a core file. (It's not segfaulting, it just seems to exit.) As far as PAM, xscreensaver is just using the default pam_unix: a...@totoro:~$ cat /etc/pam.d/xscreensaver # # /etc/pam.d/xscreensaver - PAM

Bug#594728: xscreensaver crashes leaving screen unlocked

2010-08-28 Thread Ivan Jager
Package: xscreensaver Version: 5.11-1 Severity: grave Tags: security Justification: user security hole xscreensaver ocasionally crashes leaving my desktop unlocked. I'm not sure how to reproduce it other than just using xscreensaver normally for like a week. I'm also not sure whether it happens

Bug#594551: wminput should depend on python2.6-cwiid

2010-08-26 Thread Ivan Jager
Package: wminput Version: 0.6.00+svn201-2+b2 Severity: normal wminput seems to be failing to find the python module. When running # /usr/bin/wminput -c /etc/cwiid/wminput/default E8:4E:CE:9E:DC:70 ImportError: No module named cwiid # echo $? 255 Running strace on it, it seems to be looking

Bug#593658: default compression=on?

2010-08-20 Thread Ivan Jager
On Thu, Aug 19, 2010 at 09:30:33PM -0400, Brett Dikeman scribbled: On Thu, Aug 19, 2010 at 8:55 PM, Tuco tuco@gmail.com wrote: I suggest enabling compression by default when creating new ZFS filesystems. I suggest giving the user the option during an install, if ZFS is I suggest

Bug#579573: heimdal-clients: no longer gets forwardable tickets

2010-05-03 Thread Ivan Jager
2010 03:39, Ivan Jager aij+deb...@andrew.cmu.edu wrote: Package: heimdal-clients Version: 1.4.0~git20100322.dfsg.2-2 Severity: important Tags: squeeze After an apt-get upgrade, kinit (and even kinit -f) no longer get forwardable tickets. I first noticed the problem on a box running sid

Bug#579573: heimdal-clients: no longer gets forwardable tickets

2010-04-28 Thread Ivan Jager
Package: heimdal-clients Version: 1.4.0~git20100322.dfsg.2-2 Severity: important Tags: squeeze After an apt-get upgrade, kinit (and even kinit -f) no longer get forwardable tickets. I first noticed the problem on a box running sid, but thought it might be a configuration problem. Now it's

Bug#505410: Ping?

2010-02-22 Thread Ivan Jager
Hi, The latest (NMU) upgrade overwrote my /usr/share/hibernate/scriptlets.d/ususpend causing a regression. The patch still applies cleanly though. I reported this bug over a year ago, and haven't heard so much as an Ack. Are you still maintaining this package? Ivan -- To UNSUBSCRIBE,

Bug#568556: llvm-dev: missing ocaml bindings

2010-02-05 Thread Ivan Jager
Package: llvm-dev Version: 2.6-4 Severity: normal Would it be possible to package the ocaml bindings as a separate package? Probably something like llvm-ocaml-dev or libllvm-ocaml-dev. I guess to be consistent with other ocaml packages there should be a -ocaml and a -ocaml-dev package... I

Bug#559245: RFP: cvc3 -- automatic theorem prover for Satisfiability Modulo Theories (SMT) problems.

2009-12-02 Thread Ivan Jager
Package: wnpp Severity: wishlist * Package name: cvc3 Version : 2.2 Upstream Author : Clark Barrett barr...@cs.nyu.edu, Cesare Tinelli tine...@cs.uiowa.edu * URL : http://www.cs.nyu.edu/acsys/cvc3/ * License : BSD Programming Lang: C++ Description :

Bug#546633: xscreensaver has new upstream versions

2009-09-14 Thread Ivan Jager
Package: xscreensaver Version: 5.05-3+nmu1 Severity: wishlist Hi, Could you upgrade the debian package to one of the newer versions available upstream? It's not particularly bad, but the thing that most annoys me about 5.05 is that you have to click on OK rather than just being able to press

Bug#528679: abiword: silently fails to open files

2009-05-14 Thread Ivan Jager
Package: abiword Version: 2.6.8-5 Severity: normal When opening a file you can't read, abiword will silently fail, displaying an empty page instead. No error is given, so I initially assumed the .doc was mangled beyond what abiword could extract bits from. (Yes, I agree, .doc files are a terrible

Bug#528606: sleepd: broken on modern hardware

2009-05-14 Thread Ivan Jager
On Thu, 14 May 2009, Joey Hess wrote: Ivan wrote: I believe most computers these days don't have PS/2 any more, which is why I consider this to be broken for most users. I checked 5 computers, all of which are less than 2 years old, ranging from desktop, to laptops, to servers, and *all* of

Bug#524408: graphviz: dot returns success even when interrupted

2009-04-16 Thread Ivan Jager
Package: graphviz Version: 2.20.2-3+b1 Severity: normal When killing dot with SIGINT (ie ^C) it exits with exit status 0. (Even though it was not successful.) This is a problem for scripting, even with simple one-liners. To reproduce run dot -T png -o foo.png foo.dot with a large foo.dot and

Bug#524412: gthumb: Ctrl-Q doesn't quit

2009-04-16 Thread Ivan Jager
Package: gthumb Version: 3:2.10.10-2 Severity: minor Ctrl-Q isn't bound to anything in gthumb, whereas it is customarily bound to quit in GTK and Gnome programs. Perhaps more perplexing is that Ctrl-W (which tends to be bound to close this file) quits the whole program rather than just closing

Bug#516870: acpi-support-base: powerbtn.sh moved during upgrade - badness

2009-02-23 Thread Ivan Jager
Package: acpi-support-base Version: 0.109-11 Severity: normal I'm not really sure what severity to tag this with, as it resulted in an accidental shutdown. Anyways, I recently did an aptitude upgrade on my laptop. Sometime later, I pressed the power button which I had configured to hibernate.

Bug#505410: hibernate: s2ram options aren't applied to s2both when using ususpend

2008-11-11 Thread Ivan Jager
Package: hibernate Version: 1.99-1 Severity: normal Tags: patch Hi, Let me know if I'm missing something, but I couldn't find how to set the options for s2both. According to the s2ram manpage, it is recommended to use s2both(8) s2ram is only provided to find out any work around needed to

Bug#499078: alignment patch

2008-10-27 Thread Ivan Jager
Hi Kees, On Sun, 26 Oct 2008, Kees Cook wrote: How about this patch as an alternative, which doesn't change the semantics of the array, but makes sure it is aligned. After applying only your patch, it still crashes in log_work.c. (So, I guess it works as well as my patch to super.c, although

Bug#499078: Patch

2008-09-18 Thread Ivan Jager
Ok, this is enough to be able to replay the journal log. I'm assuming *dip was never updated through aliasing, but it would be good if someone could double check that. Running fsck -f still dies, but at least this should be enough to recover from a power failure. -- Ivandiff -ur

Bug#475327: evince maps window with incorrect size

2008-04-09 Thread Ivan Jager
Package: evince Version: 2.20.2-1 Severity: minor I'm having some trouble reproducing this, but here is what happened: 1. I clicked on a pdf in galeon, and let it open it with evince. 2. Evince popped up and got placed by the window manager (AFAICT) 3. Evince loaded the document, and resized

Bug#464953: Amd64 hotfix

2008-02-11 Thread Ivan Jager
I modified the hotfix so it will also patch compat_sys_vmsplice, which would be important on amd64 boxen with x86 compatibility enabled. It's attached, or if for some reason it doesn't make it through, you can fetch it from http://www.andrew.cmu.edu/~aij/disable-vmsplice-if-exploitable-aij.c

Bug#445888: tuareg-mode: font-lock doesn't like comments or strings

2007-10-08 Thread Ivan Jager
Package: tuareg-mode Version: 1:1.45.4-3 Severity: minor Editing a file sometimes leaves lines highlighted as if they were comments or strings. The problem seems to be because when opening a comment, the next two lines are colored as comments, but when closing a comment, only the next line is

Bug#418634: Reported upstream now.

2007-07-31 Thread Ivan Jager
quit One of my coworkers reported the bug upstream now, because of the same file it was breaking on for me. http://caml.inria.fr/mantis/view.php?id=4354 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#431139: mplayer: Illegal instruction on EV56

2007-06-29 Thread Ivan Jager
Package: mplayer Version: 1.0~rc1-14 Severity: important I was happy to see mplayer back in debian, but it seems I'll still need to compile my own until this is fixed. I expect this is another bug in the runtime cpu detection, similar to #410962. $ /usr/bin/mplayer -v MPlayer

Bug#418634: ocamlcp can break polymorphism (causing type error)

2007-04-10 Thread Ivan Jager
Package: ocaml Version: 3.09.2-9 Severity: normal I expect this is an upstream bug. --- BEGIN EXAMPLE (* As of ocaml 3.09.2, the following code will compile fine, except when compiled with ocamlpc -p i $ ocamlcp -p i bug1.ml File /tmp/camlppd5deba, line 11, characters 8-160: The type of

Bug#415194: libextlib-ocaml-dev: No debugging information

2007-04-09 Thread Ivan Jager
On Mon, 9 Apr 2007, Stefano Zacchiroli wrote: On Mon, Apr 09, 2007 at 09:25:34PM +1000, skaller wrote: Is it still possible to use the debugger and get a backtrace etc if there are no debugging symbols in these libraries? Of course not, but this is not the point. Indeed, the same argument can

Bug#417530: epoll broken on alpha?

2007-04-04 Thread Ivan Jager
When starting postfix-2.4.0-2, I'm having the same problem as Christoph in #417530, except this is on some 2.6 kernels with CONFIG_EPOLL=y. This seems to be alpha specific. So far I've tested on two alphas where 2.4.0-2 doesn't work and one hppa where it does work. One of the alphas was

Bug#415194: libextlib-ocaml-dev: No debugging information

2007-03-16 Thread Ivan Jager
Package: libextlib-ocaml-dev Version: 1.5-6 Severity: normal Tags: patch The bytecode files are currently compiled without debugging support. This makes it hard to debug other code that might be called by it. Eg, a function passed to List.iter. Since the standard libraries are compiled with

Bug#397139: ftbfs alpha + ia64

2006-11-08 Thread Ivan Jager
On Tue, 7 Nov 2006, Falk Hueffner wrote: Steve Langasek [EMAIL PROTECTED] writes: Given that you mention you're not running a Debian kernel at all right now, and that this code is in place upstream and nobody else seems to have complained loudly enough to get it fixed, I'm not sure how much

Bug#397139: ftbfs alpha + ia64

2006-11-06 Thread Ivan Jager
On Mon, 6 Nov 2006, Falk Hueffner wrote: Steve Langasek [EMAIL PROTECTED] writes: On Sun, Nov 05, 2006 at 01:56:28PM +0100, maximilian attems wrote: {standard input}:372: Error: macro requires $at register while noat in effect make[5]: *** [arch/alpha/kernel/core_cia.o] Error 1 make[4]: ***

Bug#392645: gaim: Message Notification steals focus

2006-10-12 Thread Ivan Jager
Package: gaim Version: 1:2.0.0+beta3.1-5 Severity: normal Enabling Raise conversation window in the Message Notification plugin, causes gaim to steal focus when receiving a message. I remember this same bug existing in version of gaim around 0.5x about 4 years ago. -- System Information: Debian

Bug#392645: gaim: Message Notification steals focus

2006-10-12 Thread Ivan Jager
On Thu, 12 Oct 2006, Ari Pollak wrote: Did this work as you expected in 1.5.x? On Thu, 2006-10-12 at 13:34 -0400, Ivan Jager wrote: Package: gaim Version: 1:2.0.0+beta3.1-5 Severity: normal Enabling Raise conversation window in the Message Notification plugin, causes gaim to steal focus when

Bug#390223: libgdome2-ocaml: No way to set xmlParserMaxDepth

2006-09-29 Thread Ivan Jager
Package: libgdome2-ocaml Version: 0.2.4-2 Severity: normal Hi, I am using libgdome2-ocaml to parse some XML files which can be very deeply nested. libxml2 is barfing because xmlParserMaxDepth = 1024, which is not big enough. (The XML file in question has a depth of almost 2000.)

Bug#389848: heimdal-clients: krb4 dropped from klist, but not from klist(1)

2006-09-27 Thread Ivan Jager
Package: heimdal-clients Version: 0.7.2.dfsg.1-4 Severity: normal The manpage for klist included with heimdal-clients says: -4, --v4 display v4 tickets but running klist -4 prints help, which does not include the -4 option. I realize krb4 support was intentionally dropped

Bug#352038: pcmciautils: fails to start PCMCIA netcard automatically

2006-02-17 Thread Ivan Jager
Per Olofsson wrote: Hi, Vesa Savolainen: lsmod shows that the correct kernel module (pcnet_cs) has been loaded and running ifup eth0 manually brings eth0 up but I'd prefer Debian to start my netcard automatically. Try adding the line allow-hotplug eth0 to /etc/network/interfaces. I am

Bug#351744: [Fwd: Re: Bug#351744: tkgate: often segfaults on alpha]

2006-02-08 Thread Ivan Jager
I had been copying from the menu, but typing C-x x also segfaults. It dies on the very first attempt to copy something. What I was doing just now, in more detail: Running tkgate from a shell. It shows the little splash screen, and prints: TKGate 1.8.6 - Digital Circuit Editor and Simulator

Bug#351744: tkgate: often segfaults on alpha

2006-02-06 Thread Ivan Jager
Package: tkgate Version: 1.8.6-2 Severity: important I don't really know what causes it to segfault. One way that seems to work pretty reliably is to try to copy something. It segfaults at other times too. Here is a backtrace, although it doesn't look very useful: (gdb) bt #0 0x0243df58