Bug#317492: Same for javah

2005-10-17 Thread Todd Lipcon
Hi, javah also lacks an alternative in sun-j2sdk1.5 and probably should be in there. Thanks -Todd -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#322251: permissions on /var/spool/hylafax make tiff2pdf not work

2005-08-09 Thread Todd Lipcon
Package: hylafax-server Version: 4.2.1-5 tiff2pdf makes a temporary output .ps in /var/spool/hylafax. The default permissions has this utility running as uucp.uucp, but with /var/spool/hylafax owned by root.root. Either the permissions on /var/spool/hylafax need to change, or tiff2pdf needs

Bug#321854: init.d/hylafax restart needs to wait for stop to complete

2005-08-07 Thread Todd Lipcon
Package: hylafax-server Version: 4.2.1-5 When restarting hylafax-server, it usually takes a second or two for "hylafax stop" to complete. Therefore, if you run "hylafax start" immediately after stopping it, the start fails, and you are left with an incomplete set of daemons running. One easy

Bug#306892: segfault fix

2005-07-01 Thread Todd Lipcon
The segfault mentioned in this bug was fixed in upstream CVS on Jun 12th as I described above. Thanks -Todd -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#306892: frm segfaults when LANG or LC_ALL not set

2005-06-07 Thread Todd Lipcon
Hi, I think I may have a similar problem with frm segfaulting. Looking at the code, it dies around line 366 of frm/common.c when trying to do the strcmp. It appears that get_charset() can easily return NULL with its current implementation when LANG and LC_ALL are both not set. This then passes a N