Bug#347514: etl: lower debhelper dependency version

2006-01-11 Thread Fabian Fagerholm
Package: etl Version: 0.04.07-1 Severity: wishlist As far as I can tell, debhelper 4 would be enough to build this package. To ease backporting, I suggest lowering the build-dep to debhelper (>= 4.0.0) and saying "4" in debian/compat. (I know that upstream is planning to fold this code into synf

Bug#347538: etl: doxygen config includes obsolete options

2006-01-11 Thread Fabian Fagerholm
Package: etl Version: 0.04.07-2 Severity: minor Just documenting the fact that upstream apparently is or has been using a version of doxygen that is older than what is currently in unstable. Some options from that old version are now obsolete and thus doxygen issues several warnings during the

Bug#344276: python-albatross-doc: provide HTML docs

2005-12-21 Thread Fabian Fagerholm
Package: python-albatross-doc Severity: wishlist Tags: confirmed Documentation in HTML format should be provided. This would require a build-dependency on latex2html, which is currently non-free (see #221703). -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Troubl

Bug#305774: albatross: provide a Python 2.4 version

2005-04-21 Thread Fabian Fagerholm
Package: albatross Severity: wishlist Tags: confirmed Provide a version of albatross that works with Python 2.4. Make sure it conflicts with Python 2.4.0 and requires at least 2.4.1 -- 2.4.0 has a bug that breaks albatross completely. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subje

Bug#264374: please include ldapdb auxprop patch in libsasl2

2005-07-25 Thread Fabian Fagerholm
It appears that at least cyrus-sasl-2.1.21 has the ldapdb plugin included. Perhaps it could be built in the next version of this package? -- Fabian Fagerholm <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Bug#320610: libsane: libsane.hotplug hook script fails to set permissions

2005-07-30 Thread Fabian Fagerholm
Package: libsane Version: 1.0.15-9 Severity: important The /etc/hotplug.d/usb/libsane.hotplug script fails to set the ownership and permissions of my USB device node. (I have an Epson CX6400 connected by USB.) The problem is that the device node (for example, /proc/bus/usb/001/002) does not yet ex

Bug#320610: acknowledged by developer (Re: Bug#320610: libsane: libsane.hotplug hook script fails to set permissions)

2005-07-30 Thread Fabian Fagerholm
On Sat, 2005-07-30 at 10:18 -0700, Julien BLACHE <[EMAIL PROTECTED]> wrote: > Upgrade to 1.0.15-10. Unfortunately -9 is the version in sarge, so I'm stuck with this local change. But with the new BTS features, it's now clear where the bug is present. Thanks! -- Fabia

Bug#322958: libapache2-mod-vhost-ldap: duplicate attributeType in mod_vhost_ldap.schema

2005-08-13 Thread Fabian Fagerholm
Package: libapache2-mod-vhost-ldap Version: 0.2.1-1 Severity: normal The file /usr/share/doc/libapache2-mod-vhost-ldap/mod_vhost_ldap.schema contains an LDAP schema suitable for use with mod-vhost-ldap. However, the attribute types apacheSuexecUid and apacheSuexecGid have the same OIDs, resulti

Bug#323007: libapache2-mod-vhost-ldap: does not set DOCUMENT_ROOT environment variable

2005-08-13 Thread Fabian Fagerholm
Package: libapache2-mod-vhost-ldap Version: 0.2.1-1 Severity: normal libapache2-mod-vhost-ldap does not set DOCUMENT_ROOT even though it does provide Apache with the correct value for the DocumentRoot directive. This means it doesn't work with suPHP's check_vhost_docroot option, which checks wh

Bug#323006: libapache2-mod-vhost-ldap: apacheScriptAlias attribute must be present

2005-08-13 Thread Fabian Fagerholm
Package: libapache2-mod-vhost-ldap Version: 0.2.1-1 Severity: important I noticed that if the apacheScriptAlias attribute is not present in the LDAP directory, the module will return NULL as filename, resulting in the vhost to break. I quickly cooked up a patch, which is probably completely wro

Bug#323002: libapache2-mod-vhost-ldap: attribute apacheScriptAlias missing in mod_vhost_ldap.schema

2005-08-13 Thread Fabian Fagerholm
Package: libapache2-mod-vhost-ldap Version: 0.2.1-1 Severity: normal The mod_vhost_ldap.schema file that is shipped with libapache2-mod-vhost-ldap does not contain a definition for the apacheScriptAlias attribute. If the attribute is missing from an apacheConfig object in LDAP, the correspondi

Bug#323433: mod-vhost-ldap: off-by-one error in minimum allowed uid/gid check

2005-08-16 Thread Fabian Fagerholm
Package: mod-vhost-ldap Version: 0.2.2-1 Severity: normal I found what I think is an off-by-one error in mod-vhost-ldap: the suExec minimum allowed uid and gid are actually the maximum disallowed uid and gid. The attached patch fixes this. --- mod_vhost_ldap.c.orig 2005-08-16 21:14:56.441

Bug#323437: mod-vhost-ldap: schema refinement

2005-08-16 Thread Fabian Fagerholm
Package: mod-vhost-ldap Version: 0.2.2-1 Severity: minor The apacheConfig object should include all the possible attributes in either its MUST or MAY parts. Otherwise, a correctly configured LDAP server will require the object to be an extensibleObject to allow the other attributes to exist. T

Bug#323777: libapache2-mod-vhost-ldap: Upstream file VERSION has wrong version number

2005-08-18 Thread Fabian Fagerholm
Package: libapache2-mod-vhost-ldap Version: 0.2.3-1 Severity: minor The file VERSION contains an old version number. :) -- System Information: Debian Release: 3.1 Architecture: i386 (i686) Kernel: Linux 2.6.8-2-k7 Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) Versions of packages libap

Bug#323785: libapache2-mod-vhost-ldap: segfault with worker mpm, suexec and cgid

2005-08-18 Thread Fabian Fagerholm
Package: libapache2-mod-vhost-ldap Version: 0.2.3-1 Severity: important mod-vhost-ldap segfaults when used with the Apache2 worker MPM, with suExec and cgid enabled. (The Debian packages ensure cgid is used with the worker MPM.) Here is a gdb backtrace, suitably cut: (gdb) bt #0 0x405d0e8c in

Bug#323830: libapache2-mod-vhost-ldap: MIN_UID and MIN_GID could be lowered

2005-08-18 Thread Fabian Fagerholm
Package: libapache2-mod-vhost-ldap Version: 0.2.3-1 Severity: wishlist Looking at suExec and suPHP, they both set the minimum required uid and gid to 100. Currently mod-vhost-ldap sets it to 1000, which prevents running certain Debian-packaged system cgi scripts that are owned by uids 100 to 99

Bug#148719: Status of csharp-elisp packaging

2005-02-09 Thread Fabian Fagerholm
s ITP is now "on hold" and I'll probably cancel it later. References: http://cc-mode.sourceforge.net/ -- Fabian Fagerholm <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Bug#375983: discover1: Uses deprecated PCMCIA ioctl interface

2006-06-29 Thread Fabian Fagerholm
from the kernel; please expect breakage unless you upgrade to new tools. pcmcia: see http://www.kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html for details. Not sure if the below information is relevant, but I'll include it anyway. Cheers, -- Fabian Fagerholm <[EMAIL PROTECTED]>

Bug#376010: libcdparanoia0: SCSI programming error

2006-06-29 Thread Fabian Fagerholm
ed by / is the same bug as #348088, so I'm submitting this separately. Cheers, -- Fabian Fagerholm <[EMAIL PROTECTED]> -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh

Bug#295270: Messages cannot be deleted and index file gets corrupted when there isn't enough disk space

2006-06-09 Thread Fabian Fagerholm
ne corrupted mailbox cache. I hope it can be of assistance in debugging this problem. Here it is: http://bugzilla.gnome.org/show_bug.cgi?id=344382 -- Fabian Fagerholm <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Bug#368370: SASL2 (Bug#368370)

2006-06-10 Thread Fabian Fagerholm
ld. Switching libdb would mean more work as you'd have to test with the newer libdb. I would personally go for not switching libdb in the "old" package and instead concentrate all efforts on getting the new package out. -- Fabian Fagerholm <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Bug#402164: #402164: segfault in cyrus imapd using nss-ldap, libsasl and gssapi

2006-12-21 Thread Fabian Fagerholm
not consistent with the design of Cyrus SASL, though. In the same mail, Alexey asks: "Can you tell me why NSS is trying to set up SASL?" Maybe we could move forward by finding an answer to that question. Cheers, -- Fabian Fagerholm <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Bug#404478: linux-image-2.6.18-3-vserver-amd64: strange error messages and sporadic md-raid failures with sata_promise

2006-12-25 Thread Fabian Fagerholm
but those had S.M.A.R.T. status FAILED and were clear-cut cases. The disk controller chipset is a PDC20319, and the machine runs sata_promise. Kernel etc. info below. Please let me know what additional details are needed! Thanks, -- Fabian Fagerholm <[EMAIL PROTECTED]> -- System Inform

Bug#368370: SASL2 (Bug#368370)

2006-05-27 Thread Fabian Fagerholm
sasl2-debian-devel) as soon as you have the time, and we could get up to speed? Cheers, -- Fabian Fagerholm <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Bug#221703: Any progress on latex2html DFSG-compliance?

2006-06-01 Thread Fabian Fagerholm
Hi! More than a year has passed since the last update on this bug, so I thought I'd ask for an update. Any news? Thanks, -- Fabian Fagerholm <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Bug#370459: synfigstudio is not suitable for testing (yet)

2006-06-05 Thread Fabian Fagerholm
testers to install the package from the unstable distribution and try it, submitting any bugs you can find via the Debian BTS and/or the upstream bug tracker at http://sourceforge.net/tracker/?group_id=144022&atid=757416 Thank you for your interest! -- Fabian Fagerholm <[EMAIL PROTECTED]>

Bug#370461: synfig is not suitable for testing (yet)

2006-06-05 Thread Fabian Fagerholm
install the package from the unstable distribution and try it, submitting any bugs you can find via the Debian BTS and/or the upstream bug tracker at http://sourceforge.net/tracker/?group_id=144022&atid=757416 Thank you for your interest! -- Fabian Fagerholm <[EMAIL PROTECTED]> -- To U

Bug#410163: alsa-base: Recording with Intel 82801FB/FBM/FR/FW/FRW (ICH6 Family) needs additional module parameter

2007-02-08 Thread Fabian Fagerholm
Package: alsa-base Version: 1.0.13-3 Severity: normal The audio device described by lspci below needs the following in /etc/modprobe.d/alsa-base: options snd-hda-intel model=ref Otherwise sound recording through the microphone jack doesn't work. This is the lspci entry: 00:1b.0 Audio device: I

Bug#396025: python-turbogears: tg-admin quickstart fails

2007-01-13 Thread Fabian Fagerholm
Some more information on this bug... I couldn't reproduce it on a freshly installed sid box. So the failure seems to happen only in etch systems (where python-turbogears is installed from sid). Gustavo, have you tried tg-admin on an etch machine? Cheers, -- Fabian Fagerholm <[EMAIL P

Bug#400955: Time to step up to the plate... Bug 400747

2006-12-06 Thread Fabian Fagerholm
ncoded data if it contains characters outside the base alphabet..." and goes on to allow an exception for this: "...unless the specification referring to this document explicitly states otherwise" (MIME being an example). Cheers, -- Fabian Fagerholm <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Bug#397771: postfix: possible RC bug?

2006-12-06 Thread Fabian Fagerholm
rsion check from 10tls.dpatch into a simple test case piece of code which does #include at the beginning to get the version components like the postfix code, and all the conditional code was compiled in. I fail to see the mistake. Is this due to a broken compiler? Help would be appreciated. Thanks, -- Fabian Fagerholm <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Bug#401925: Not replacing /etc/default/saslauthd renders daemon unable to start.

2006-12-07 Thread Fabian Fagerholm
s fixed in the latest version: 2.1.22.dfsg1-6, currently in unstable. :) For details, have a look at bug #401716. > Hoping to help, cheers for the very good work made by DDs :-) Thanks for your help! -- Fabian Fagerholm <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Bug#401348: sasl2-bin: Problem started daemon soon after installed

2006-12-07 Thread Fabian Fagerholm
> > pmanson:~# dpkg-statoverride --list /var/run/saslauthd > pmanson:~# Here's the problem. You can fix your system with this command: dpkg-statoverride --add root sasl 710 /var/run/saslauthd You discovered a horrible bug in this package, thank you! -- Fabian

Bug#402103: sasl2-bin: Can anyone explain why did bug number 398534 got closed??

2006-12-08 Thread Fabian Fagerholm
us know how this goes, and what was the exact cause of this error. If you need assistance, don't hesitate to ask for help. Please be as specific as you can. Thanks, -- Fabian Fagerholm <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Bug#402398: evince: include option to print only even/odd pages

2006-12-09 Thread Fabian Fagerholm
Package: evince Version: 0.4.0-2+b2 Severity: wishlist I frequently want to print double-sided using a printer that has no duplex sheet feeder. It's pretty simple: first, print all odd pages. Then, turn the result over (taking care to turn in across the long side or the short side, depending on wh

Bug#372070: Seems to work here, too...

2006-12-11 Thread Fabian Fagerholm
FWIW, I can run flightgear with no problems on a 1,2GHz Pentium M machine with 1GB of RAM. So lack of memory would be a good guess as to why the submitter experienced this problem. Now if I could only figure out how to fly this thing... -- Fabian Fagerholm <[EMAIL PROTECTED]> signatu

Bug#402844: libsasl2-modules-gssapi-mit: sasl-sample-client/sasl-sample-server authentication fails with GSSAPI mechanism

2006-12-14 Thread Fabian Fagerholm
On the client: $ kinit $ sasl-sample-client -m gssapi -n geomancer.nutwerk.org On the server: $ sasl-sample-server Then manually copy and paste the server output (the whole line, starting with and including S: or C:) to stdin on the client and vice versa, until you either get success or fail

Bug#402844: libsasl2-modules-gssapi-mit: sasl-sample-client/sasl-sample-server authentication fails with GSSAPI mechanism

2006-12-16 Thread Fabian Fagerholm
t seems to me that something should be different here, as Kerberos will handle how authentication data is stored, and saslauthd should simply ask it to authenticate the user (or fail). Let's see if we can get Sam's config and find out if there is a deciding difference between his and yours. Cheer

Bug#400772: Call for testers: cyrus-sasl2

2006-11-28 Thread Fabian Fagerholm
Package: cyrus-sasl2 Version: 2.1.22.dfsg1-4 On Tue, 2006-11-28 at 09:51 +0100, Andreas Barth wrote: > * Fabian Fagerholm ([EMAIL PROTECTED]) [061128 07:54]: > > Importantly, > > Postfix users must upgrade to the unstable version (2.3.4-2). > > I think that calls for a con

Bug#400955: base64 problems authenticating using gssapi

2006-11-30 Thread Fabian Fagerholm
o, what about the case when the authentication should succeed? Does it succeed or do you get some similar, unexpected error? Thanks, -- Fabian Fagerholm <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Bug#400955: base64 problems authenticating using gssapi

2006-12-01 Thread Fabian Fagerholm
mplement CRLF-ignoring at the end of the string. The attached patch makes sasl_decode64 ignore a trailing CRLF. More eyes are welcome! Please let me know if the patch seems to be incorrect. Thanks, -- Fabian Fagerholm <[EMAIL PROTECTED]> 0015_saslutil_decode64_fix.dpatch Description: appli

Bug#401348: sasl2-bin: Problem started daemon soon after installed

2006-12-03 Thread Fabian Fagerholm
it? Also, please send the output of dpkg-statoverride --list /var/run/saslauthd Finally, please send the file /etc/init.d/saslauthd to this bug. Thanks! -- Fabian Fagerholm <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Bug#400955: base 64 decode problems

2006-12-05 Thread Fabian Fagerholm
. (I was able to reproduce the bug as you showed.) -- Fabian Fagerholm <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Bug#400955: base 64 decode problems

2006-12-05 Thread Fabian Fagerholm
On Tue, 2006-12-05 at 09:59 +0200, Fabian Fagerholm wrote: > Thanks for the report Michele, I'm marking this as found and I'm > starting to investigate. (I was able to reproduce the bug as you > showed.) Apparently the input string can be terminated by just a single LF. I p

Bug#400955: base 64 decode problems

2006-12-05 Thread Fabian Fagerholm
s also a little bit easier to understand since all conditions are positive. Other than these differences, your patch seems to be equivalent. Yours is prettier, though, but I'm afraid that's secondary. :) If you see any mistakes in my patch, then please yell! An upload will be made wi

Bug#401716: sasl2-bin: non-existent THREADS env variable not handled gracefully

2006-12-05 Thread Fabian Fagerholm
value suggested in the new defaults file. So the init script should handle the case where THREADS is unset. A fix has been committed and will be included in the next version, due in no more than 48 hours. Thanks, -- Fabian Fagerholm <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Bug#401771: netpanzer: big games are extremely slow

2006-12-05 Thread Fabian Fagerholm
n (never saturated during play) Client - 1,2 GHz Pentium M - 1024 MB RAM (~70 MB free while playing) - 10/1 Mbps internet connection (never saturated during play) Obviously, I have no idea what kind of specs the other players have. If more detailed information is needed, please let me kn

Bug#401775: netpanzer: please provide debug package

2006-12-05 Thread Fabian Fagerholm
where the game has crashed. I'm attaching a quick patch to create netpanzer-dbg. Please consider applying it -- and sorry if I've forgotten something. Thanks, -- Fabian Fagerholm <[EMAIL PROTECTED]> --- debian/control.orig 2006-12-05 22:38:54.0 +0200 +++ debian/control

Bug#401773: netpanzer: client doesn't detect server shutdown, eats 100% cpu

2006-12-05 Thread Fabian Fagerholm
= 1 write(4, "effects=yes\neffectsvolume=100\nen"..., 191) = 191 fsync(4)= 0 close(4)= 0 write(3, "Closing logfile.\n", 17) = 17 fsync(3)= 0 close(3) = 0 fs

Bug#370459: #370459 synfigstudio is not suitable for testing (yet)

2007-02-20 Thread Fabian Fagerholm
http://www.synfig.com/ -- and upstream definitely needs more hands! -- Fabian Fagerholm <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Bug#153915: Problem still exists in etch

2007-02-23 Thread Fabian Fagerholm
ep it running, but I'd say an hour or two should be enough, if there is a decent amount of logins during that time. If you have any questions at all, don't hesitate to ask! It would be really nice to get a better view of this issue. Thanks for your help! :) -- Fabian Fagerholm <[EM

Bug#411148: sasl2-bin: "/etc/init.d/saslauthd {stop|restart}" kills instances in unrelated chroots

2007-02-24 Thread Fabian Fagerholm
e etch version "doesn't support multiple instances of saslauthd", so I'm setting the severity to normal. I'm merging this with #320377, which concerns the same general issue. The plan is to introduce multiple-instance support for lenny. Thanks for reporting this! -- Fabian Fag

Bug#397275: gdm: crashes when running the configure gui from gdm menu

2006-11-05 Thread Fabian Fagerholm
Package: gdm Version: 2.16.1-1 Severity: important I ran the configuration gui from the gdm menu after upgrading to 2.16.1-1. Gdm asked for my root password, which I typed in. The configuration gui was briefly displayed, but then gdm crashed and was restarted. My gdm.conf includes the daemon, sec

Bug#397554: imgseek: main window has too large minimum height

2006-11-07 Thread Fabian Fagerholm
Package: imgseek Version: 0.8.6-1 Severity: wishlist The main window of imgseek has a minimum height that is too large to fit on a 768 pixels high screen. I suggest allowing the main window to be much smaller, say 400 pixels or so. It's fine if the GUI has to degrade a bit, but IMHO it's more usef

Bug#397603: cyrus-sasl2: FTBFS on amd64 (PIC linking issue)

2006-11-08 Thread Fabian Fagerholm
Package: cyrus-sasl2 Version: 2.1.22-1 Severity: serious cyrus-sasl2 fails to build from source on amd64 because autotools generates non-PIC static libraries which are then used to create a PIC shared library. This works on i386 but not on amd64. A build log fragment [0]: --8<-- Making all in

Bug#397605: cyrus-sasl2: FTBFS on hppa (PIC linking issue)

2006-11-08 Thread Fabian Fagerholm
Package: cyrus-sasl2 Version: 2.1.22-1 Severity: serious cyrus-sasl2 fails to build from source on hppa: --8<-- Making all in plugins make[3]: Entering directory `/build/buildd/cyrus-sasl2-2.1.22/plugins' /bin/sh ../libtool --tag=CC --mode=link hppa-linux-gnu-gcc -Wall -W -Wall -g -O2 -Wl,-z,de

Bug#397818: sasl2-bin: init script is broken if MECH_OPTIONS is empty

2006-11-09 Thread Fabian Fagerholm
Package: sasl2-bin Version: 2.1.22.dfsg1-1 Severity: important Tags: patch pending If MECH_OPTIONS is empty, the -O flag will eat some of the subsequent options. The attached patch fixes this by including the -O flag only if MECH_OPTIONS contains something. -- Fabian Fagerholm <[EMAIL PROTEC

Bug#397876: etl should not enter testing (yet)

2006-11-09 Thread Fabian Fagerholm
be folding the library into synfig, etl should not be part of testing at this time. Please see the synfig and synfigstudio packages for examples of how etl is used. -- Fabian Fagerholm <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscrib

Bug#396025: python-turbogears: tg-admin quickstart fails

2006-11-13 Thread Fabian Fagerholm
e same error... Cheers, -- Fabian Fagerholm <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Bug#398759: libapache2-mod-fcgid: ProcessLifeTime and IdleTimeout don't work

2006-11-15 Thread Fabian Fagerholm
x27;t affect anything. I've left the script running for hours but it is never terminated. Nor does IdleTimeout seem to work. Or have I misconfigured fcgid? Thanks, -- Fabian Fagerholm <[EMAIL PROTECTED]> -- System Information: Debian Release: 4.0 APT prefers testing APT policy: (500

Bug#377628: ipmitool: segfault with IPMI over LAN

2006-07-10 Thread Fabian Fagerholm
Package: ipmitool Version: 1.8.7-2 Severity: normal ipmitool segfaults when accessing an IPMI-enabled host over LAN: ipmitool -o lan -H 192.168.104.130 chassis status Password: xxx Segmentation fault I'm including an strace. The host being accessed is an amd64 machine, but ipmitool crashe

Bug#377628: ipmitool: segfault with IPMI over LAN

2006-07-10 Thread Fabian Fagerholm
#x27;d like me to try! Cheers, -- Fabian Fagerholm <[EMAIL PROTECTED]> ==18521== Memcheck, a memory error detector. ==18521== Copyright (C) 2002-2005, and GNU GPL'd, by Julian Seward et al. ==18521== Using LibVEX rev 1575, a library for dynamic binary translation. ==18521== Copyright

Bug#377628: ipmitool: segfault with IPMI over LAN

2006-07-11 Thread Fabian Fagerholm
could be downgraded. It's up to you, Petter. Thanks, -- Fabian Fagerholm <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Bug#351237: totem-xine: audio error playing a dvd

2006-08-26 Thread Fabian Fagerholm
Package: totem Version: 1.4.1-2 Followup-For: Bug #351237 I'm able to consistently reproduce this bug. Here's the information requested by Gustavo. No application is using /dev/dsp, so I'm looking for /dev/snd instead: $ sudo lsof | grep /dev/snd mixer_app 6004 fabbe 39u CHR 116

Bug#351237: totem-xine: audio error playing a dvd

2006-08-26 Thread Fabian Fagerholm
On Sat, 2006-08-26 at 09:50 +0300, Fabian Fagerholm wrote: > I shut down gnome-volume-control (pid 6057 above) and killed mixer_app > (pid 6004) and after that the sound worked in totem. I didn't have esd > running (GNOME menu Desktop->Preferences->Sound, Enable software soun

Bug#351237: totem-xine: audio error playing a dvd

2006-08-28 Thread Fabian Fagerholm
s the only one I've seen this problem with. I don't use that many sound apps though, so there may be others. Anything else you want me to check? -- Fabian Fagerholm <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Bug#379739: openoffice.org: Debian missing from About dialog

2006-07-25 Thread Fabian Fagerholm
Package: openoffice.org Version: 2.0.3-2 Severity: minor The About dialog (menu: Help -> About) says: "This product has been created by [blank] based on OpenOffice.org." Presumably, the blank should be "Debian" or "The Debian Project" or "The Debian OpenOffice.org Packaging Team" or something si

Bug#365183: #365183: [NONFREE-DOC] Package contains IETF RFC/I-D

2006-10-02 Thread Fabian Fagerholm
Hi, The pkg-cyrus-sasl2 group is working (slowly) on a new version of this package, with the new upstream version. In our package, we'll probably just repackage the source without the IETF docs. -- Fabian Fagerholm <[EMAIL PROTECTED]> signature.asc Description: This is a digit

Bug#365183: #365183: [NONFREE-DOC] Package contains IETF RFC/I-D

2006-10-02 Thread Fabian Fagerholm
On Mon, 2006-10-02 at 15:00 +0200, Christian Aichinger wrote: > On Mon, Oct 02, 2006 at 03:32:54PM +0300, Fabian Fagerholm wrote: > > The pkg-cyrus-sasl2 group is working (slowly) on a new version of this > > package, with the new upstream version. In our package, we'll probabl

Bug#429643: RM: libsasl2-gssapi-mit -- RoM; NBS

2007-06-19 Thread Fabian Fagerholm
t-report, but I can't seem to get that output and this package isn't in http://ftp-master.debian.org/rene-daily.txt although it does show up correctly in http://bjorn.haxx.se/debian/testing.pl?package=cyrus-sasl2 Please remove libsasl2-gssapi-mit from unstable. Thanks, -- Fabian Fa

Bug#429643: RM: libsasl2-gssapi-mit -- RoM; NBS

2007-06-19 Thread Fabian Fagerholm
y move information around and set up links between them etc. Cheers, -- Fabian Fagerholm <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Bug#424169: Fixing the "twice build" failure

2007-06-20 Thread Fabian Fagerholm
way some files that I'm not yet sure how to get back after a build. -- Fabian Fagerholm <[EMAIL PROTECTED]> Index: debian/rules === --- debian/rules (revision 243) +++ debian/rules (working copy) @@ -69,14 +69,26 @@

Bug#423952: inkscape: printing to local CUPS printer doesn't work

2007-05-14 Thread Fabian Fagerholm
scape would use the default GTK/GNOME printing dialog, but it seems that this is already planned for a future upstream release (?). Thanks, -- Fabian Fagerholm <[EMAIL PROTECTED]> -- System Information: Debian Release: 4.0 APT prefers oldstable APT policy: (500, 'oldstable&

Bug#423952: inkscape: printing to local CUPS printer doesn't work

2007-05-21 Thread Fabian Fagerholm
but lp, or use whichever is available. Oh well, I guess the problem will disappear once upstream reworks the printing. But in the meantime... Cheers, -- Fabian Fagerholm <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Bug#426017: f-spot: import is very slow on large photo collection

2007-05-25 Thread Fabian Fagerholm
However, all of these photos have been shot by me over a period of five years, and I haven't been working as a professional during that time. So it's conceivable that someone might have a collection of hundreds of thousands of images and still be a regular user. -- Fabian Fagerholm &l

Bug#419376: saslauthd: no output from init script in default etch install

2007-04-24 Thread Fabian Fagerholm
egrated with the lsb_* output functions and be transparent to the init-script writer. Also see this thread: http://lists.debian.org/debian-devel/2007/04/msg00491.html -- Fabian Fagerholm <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Bug#419420: Heimdal

2007-04-25 Thread Fabian Fagerholm
urce package and the main source package is trivial, and any enhancements should be easy to merge. (The reason for uploading this version of -modules-gssapi-heimdal was to get it into NEW immediately, so it would pass through NEW in a reasonable time. Work continues, of course.) -- Fabian Fager

Bug#419173: saslauthd with postfix broken in etch

2007-04-26 Thread Fabian Fagerholm
to reproduce your setup and see if the bug is still there? Thanks, -- Fabian Fagerholm <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Bug#421913: logcheck: spamd rules, another variation

2007-05-02 Thread Fabian Fagerholm
amd (again... :). Thanks, -- Fabian Fagerholm <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#421940: cyrus-sasl2: build against newer Berkeley DB

2007-05-02 Thread Fabian Fagerholm
we are going to build against a newer libdb as soon as we have the necessary stuff in place for a db upgrade. Thanks, -- Fabian Fagerholm <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Bug#421622: libsasl2-modules-gssapi-mit: GSSAPI keytabs not working

2007-05-02 Thread Fabian Fagerholm
MIT and Heimdal GSSAPI. Cheers, -- Fabian Fagerholm <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Bug#431191: cyrus-sasl2: don't allow trailing CR/LF/CRLF in base64 data

2007-06-30 Thread Fabian Fagerholm
and help other maintainers to fix their packages. -- Fabian Fagerholm <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#354413: Updating libdb

2007-07-03 Thread Fabian Fagerholm
hat there were no reports on the experimental versions despite requests for testing. We try to be as careful as possible, and then upload to unstable. That way, we get decent exposure. -- Fabian Fagerholm <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Bug#354413: Updating libdb

2007-07-03 Thread Fabian Fagerholm
On Tue, 2007-07-03 at 22:58 +0300, Fabian Fagerholm wrote: > I'm attaching a patch [...] Ahem. Here it is. -- Fabian Fagerholm <[EMAIL PROTECTED]> Index: debian/control === --- debian/control (revision 243) +++

Bug#261028: Progress on "sql format syntax doesn't differentiate NULL values" ?

2007-06-03 Thread Fabian Fagerholm
bug, but there was no reply. The patch needs a review and some testing. It should compile, but I haven't actually tested it at all. -- Fabian Fagerholm <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Bug#411148: sasl2-bin: "/etc/init.d/saslauthd {stop|restart}" kills instances in unrelated chroots

2007-06-07 Thread Fabian Fagerholm
months now, I'm going to upload a new init script that supports multiple instances of saslauthd. Expect breakage. :) Cheers, -- Fabian Fagerholm <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Bug#424169: Fixing the "twice build" failure

2007-06-07 Thread Fabian Fagerholm
reakage or make the build unnecessarily complicated or make maintenance disproportionally hard. Perhaps you could try to implement building in a subdirectory as you describe and report the results to this bug (these bugs), preferably with a patch? Cheers, -- Fabian Fagerholm <[EMAIL PROTECTE

Bug#428041: cyrus-sasl2-heimdal: both binary packages depend on wrong version of cyrus-sasl2 packages

2007-06-08 Thread Fabian Fagerholm
in an upcoming upload, probably with some other things. -- Fabian Fagerholm <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#428048: cyrus-sasl2: make debconf templates translatable

2007-06-08 Thread Fabian Fagerholm
Package: cyrus-sasl2 Version: 2.1.22.dfsg1-12 Severity: wishlist The debconf templates should be translatable. I didn't have time to implement that yet. -- Fabian Fagerholm <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe&qu

Bug#382017: pdns: pdns-backend-pgsql + chroot + ssl does not work out of the box

2006-08-08 Thread Fabian Fagerholm
to allow loading libssl before chrooting, and to document how to make it work. For now, a note in README.Debian, saying that the chroot option won't work with SSL connections would be nice. Thanks! -- Fabian Fagerholm <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PRO

Bug#419173: saslauthd with postfix broken in etch

2007-04-15 Thread Fabian Fagerholm
column in /etc/postfix/master.cf for each service.) * What version of saslauthd? * What version of postfix? * Any special options set in /etc/default/saslauthd? (You can attach the whole file if you want.) Thanks for your debugging efforts! -- Fabian Fagerholm <[EMAIL

Bug#419376: saslauthd: no output from init script in default etch install

2007-04-15 Thread Fabian Fagerholm
Package: sasl2-bin Version: 2.1.22.dfsg1-8 Severity: normal Installing sasl2-bin on a clean etch system, and setting START=yes in /etc/default/saslauthd, results in no output from the saslauthd init script. Removing the checks for the VERBOSE variable results in normal output. Is that variable

Bug#419356: synaptic: built-in repository choices are outdated

2007-04-15 Thread Fabian Fagerholm
Package: synaptic Version: 0.57.11.1+b1 Severity: normal The built-in choices for repositories are outdated. 1. Settings -> Repositories 2. Add The Channel dropdown now has these choices: Debian 3.1 "Sarge" Debian 3.1 "Sarge" Security Updates Debian "Etch" (testing) Debian "Sid" (unstable) For

Bug#419420: cyrus-sasl2: provide GSSAPI modules for Heimdal implementation (libsasl2-modules-gssapi-heimdal)

2007-04-15 Thread Fabian Fagerholm
. However, it should be possible to make the source package general enough to require very minimal changes to build this module. -- Fabian Fagerholm <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#419420: Heimdal package (was Re: Cyrus SASL plans for the lenny cycle)

2007-04-15 Thread Fabian Fagerholm
current SVN repository? An svn branch seems to be the logical choice. Does anyone foresee problems with that approach? Another option would be to create a new top-level directory in svn. Also, what should the name of the new source package be? cyrus-sasl2-heimdal? -- Fabian Fagerholm <[EMAI

Bug#419420: Heimdal package

2007-04-16 Thread Fabian Fagerholm
as a lot of debhelper complaints, and I'm thinking about how to make debian/rules general enough to require no or only a few lines of changes to cope with both the main package and the heimdal version. Anyone is welcome to submit improvements, of course. -- Fabian Fagerholm <[EMAIL PROTECTE

Bug#396025: python-turbogears: tg-admin quickstart fails

2006-10-29 Thread Fabian Fagerholm
Package: python-turbogears Version: 1.0~b1-1 Severity: normal I just installed python-turbogears, and tried to follow a tutorial which suggested running the following command: $ tg-admin quickstart The result was this: Traceback (most recent call last): File "/usr/bin/tg-admin", line 7, in ?

Bug#435927: RFP: rapidminer -- Integrated data mining environment

2007-08-04 Thread Fabian Fagerholm
en, package this as a Java library for data mining. Later, perhaps the non-free GUI can be packaged separately or replaced by a free software version. Who knows, maybe the authors would consider releasing the GUI parts under the GPL? -- Fabian Fagerholm <[EMAIL PROTECTED]> -- To UNSUBSCRIBE

Bug#435930: RFP: weka -- Data mining program using machine learning algorithms

2007-08-04 Thread Fabian Fagerholm
ariety of tools that can be used for pre-processing datasets. (Description ends.) Some parts might be licensed differently (eg. public domain) but I believe this is entirely free software. -- Fabian Fagerholm <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with

Bug#398759: libapache2-mod-fcgid: ProcessLifeTime and IdleTimeout don't work

2007-09-09 Thread Fabian Fagerholm
rticular FastCGI program is running." So 0 is a reasonable value if you think most of your FastCGI processes should be shut off by default and get spawned on demand. -- Fabian Fagerholm <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

  1   2   >