Bug#671690: libgamin0 breaks courier-imap/courier-imap-ssl (Sudden termination of connection)

2012-05-11 Thread Piotr Kaczuba
Package: libgamin0 Version: 0.1.10-4 Followup-For: Bug #671690 A temporary workaround for this issue is to set IMAP_ENHANCEDIDLE to 0 in /etc/courier/imapd. You won't get instant notification then when new mail arrives, but courier will poll for changes every IMAP_IDLE_TIMEOUT seconds, default is

Bug#628550: Probably same bug when loading font

2011-11-10 Thread Piotr Kaczuba
On 11/10/2011 11:02 AM, Vladimir 'φ-coder/phcoder' Serbinenko wrote: On 03.06.2011 19:32, Piotr Kaczuba wrote: I've hit probably the same bug when loading unicode.pf2, also from a XFS partition. Version is 1.99-6. This is completely unrelated and probably fixed by recent XFS fi

Bug#643977: checkrestart fails with "KeyError: '_[1]'" in line 191

2011-10-01 Thread Piotr Kaczuba
Package: debian-goodies Version: 0.55 Followup-For: Bug #643977 Hello, the above patch creates a dictionary, not a set, which results in this error: # checkrestart Found 8 processes using old versions of upgraded files (2 distinct programs) (2 distinct packages) Traceback (most recent call last)

Bug#628550: Probably same bug when loading font

2011-06-03 Thread Piotr Kaczuba
I've hit probably the same bug when loading unicode.pf2, also from a XFS partition. Version is 1.99-6. Here's the (truncated) debug output: ... kern/fs.c:54: Detecting xfs... kern/disk.c:397: Read out of range: sector 0xe20999b96b68 (out of partition). ... error: font format error: can't

Bug#613409: grub-pc: overwrites first sector of first partition

2011-02-25 Thread Piotr Kaczuba
W dniu 2011-02-25 12:09, Antonio Valentino pisze: > Hi Piotr, > I'm experimenting the same problem. > Do you have an idea if it is possible to recover damaged partition and > how to do it? [...] Hi, I was very lucky, because in my case the partition in question was a FAT partition, which has a bac

Bug#613409: grub-pc: overwrites first sector of first partition

2011-02-14 Thread Piotr Kaczuba
Package: grub-pc Version: 1.99~rc1-2 Severity: critical Tags: upstream Justification: causes serious data loss Running grub-install during upgrade to 1.99~rc1-2, the following message is shown: /usr/sbin/grub-setup: warn: Sector 60 is already in use by FlexNet; avoiding it. This software may cau

Bug#582714: please update so it's the same version as cairo-dock-plugins

2010-05-22 Thread Piotr Kaczuba
Package: cairo-dock Version: 2.1.3.5-2 Severity: normal Please update cairo-dock to the same version as all the plugins. Plugins are right now 2.1.3.10-1 and because of the version mismatch, the dock quits after launching saying that "no plugins are found." Running it in a terminal you can see man

Bug#575722: syslog-ng.conf: d_syslog should be /var/log/syslog, not syslog.log

2010-03-28 Thread Piotr Kaczuba
Package: syslog-ng Version: 3.0.5-3 Severity: normal In syslog-ng.conf, the destination d_syslog should point to /var/log/syslog, not /var/log/syslog.log. Unless of course this was a deliberate change but then /etc/logrotate.d/syslog-ng and possibly other files need to be updated, too. Cheers, Pi

Bug#575723: init.d script: provides syslog-ng, not syslog

2010-03-28 Thread Piotr Kaczuba
Package: syslog-ng Version: 3.0.5-3 Severity: normal Provides in init.d script should be syslog-ng, not just syslog. Insserv.conf takes care of recognising syslog-ng as another syslog variant. -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable

Bug#567828: geoip: free GeoIPRecord after use

2010-01-31 Thread Piotr Kaczuba
Package: geoip Severity: minor Tags: patch Free GeoIPRecord after use in geoiplookup.c, similar to GeoIPRegion a few lines above. This doesn't actually matter much as the program terminates right after that, but it's good behaviour to clean up after oneself. :-) -- System Information: Debian Rel

Bug#567825: geoip: convert ASNum record from Latin-1 to UTF-8

2010-01-31 Thread Piotr Kaczuba
Package: geoip Severity: normal Tags: patch Attached patch adds conversion from Latin-1 to UTF-8 for the ASNum record in libGeoIP if UTF-8 is selected as charset. I've basically copy-pasted it from GeoIPCity.c. There are a few ISPs with non-ascii letters in their name, e.g. AS36950 Tropcon Comunic

Bug#545179: libc6: postinst must run "telinit u"

2009-09-07 Thread Piotr Kaczuba
W dniu 2009-09-07 10:46, Bastian Blank pisze: [...] >> No sophisticated test results are needed, really. Just do an upgrade of >> libc and see what happens on reboot. Init is still using the old libc >> and the read-only remount of / fails with "mount: / is busy". > > That is expected as there

Bug#545179: libc6: postinst must run "telinit u"

2009-09-06 Thread Piotr Kaczuba
W dniu 06.09.2009 13:25, Bastian Blank pisze: On Sat, Sep 05, 2009 at 04:20:55PM +0200, Piotr Kaczuba wrote: The postinst script must run "telinit u" so that init re-executes itself. Otherwise, on reboot, the old libc won't be properly deleted. Please show your test results.

Bug#545179: libc6: postinst must run "telinit u"

2009-09-05 Thread Piotr Kaczuba
Package: libc6 Version: 2.9-26 Severity: normal The postinst script must run "telinit u" so that init re-executes itself. Otherwise, on reboot, the old libc won't be properly deleted. See also bug #25444. "Telinit u" was there but with 2.9-23, it was removed from the postinst script for unknown r

Bug#355903: dosfstools: dosfsck -a corrupts filesystem

2009-07-26 Thread Piotr Kaczuba
I'm not sure anymore if my issue is the same as Ishikawa's. In his case the problem seemed to be a literal '\', in my case it's '\235', which is how 'ł' (uppercase 'Ł' actually) is represented in the short filename in CP852. Anyway, I've found out the reason for my issue and reported it in #538758

Bug#538758: dosfsck: signed/unsigned char mismatch in check.c causes false positives in bad_name()

2009-07-26 Thread Piotr Kaczuba
Package: dosfstools Version: 3.0.4-1 Severity: critical Tags: patch Justification: causes serious data loss With the change from 3.0.3 to 3.0.4 a singed/unsigned char mismatch was introduced in check.c, which causes false positives in bad_name(). The problematic line is 257: char *name = file

Bug#355903: dosfstools: dosfsck -a corrupts filesystem

2009-07-25 Thread Piotr Kaczuba
Package: dosfstools Version: 3.0.4-1 Severity: normal Today I've hit the same problem with dosfstools 3.0.4. Version 3.0.3 didn't have this issue. I've run dosfsck -afvV and several directories have been first renamed, then deleted and I've ended up with over 2000 files salvaged from unused cha

Bug#535852: geoip: add ASNum support

2009-07-05 Thread Piotr Kaczuba
Package: geoip Severity: wishlist Tags: patch The ASNum database is available for download from http://www.maxmind.com/app/asnum. Attached simple patch allows geoiplookup to make use of it. Greetings, Piotr -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy

Bug#415482: [Pkg-sysvinit-devel] Bug#415482: initscripts: when will it be solved?

2009-06-29 Thread Piotr Kaczuba
W dniu 29.06.2009 20:55, Petter Reinholdtsen pisze: [...] I'm not saying that it do not work, I am saying that the log_action_end_msg status might be wrong unless the last call to umount fail (if any of the earlier calls fail). To avoid that, only one umount call must be done, or status accumula

Bug#415482: [Pkg-sysvinit-devel] Bug#415482: initscripts: when will it be solved?

2009-06-29 Thread Piotr Kaczuba
W dniu 29.06.2009 19:02, Petter Reinholdtsen pisze: [...] I agree, but when I looked at the patch just now, it do not seem to work properly. The exit code ($?) will be that of the last umount command, while it should report an error if any of the umount calls failed. Minor nitpick is that it sh

Bug#415482: initscripts: when will it be solved?

2009-06-28 Thread Piotr Kaczuba
Package: initscripts Version: 2.86.ds1-62 Severity: normal When will this bug be solved? Has anyone looked into this problem? I think it's an important enough issue, and after two years, it should be cleared out. -- System Information: Debian Release: squeeze/sid APT prefers unstable APT po

Bug#531337: bash-completion: mplayer subtitles: change AAS to ASS

2009-05-31 Thread Piotr Kaczuba
Package: bash-completion Severity: normal Tags: patch In /etc/bash_completion there is a typo regarding ASS subtitles with mplayer. Instead of the filename extensions AAS and aas it should be ASS and ass, respectively. Attached you will find a patch that fixes this. -- System Information: Debi

Bug#495469: brasero: fails to start integrity check after burning

2008-08-17 Thread Piotr Kaczuba
Package: brasero Version: 0.8.0-2 Severity: normal Brasero fails to start the integrity check after a successful burning session because it can't mount the disc. Here are the last lines from brasero-session.log: BraseroGrowisofs process finished with status 0 BraseroGrowisofs called brasero_job_

Bug#493265: proftpd-basic: Authoritative PAM is not honored

2008-08-01 Thread Piotr Kaczuba
Package: proftpd-basic Version: 1.3.1-12 Severity: normal Despite the patch authoritative_pam.dpatch PAM isn't authoritative. I've uncommented the AuthOrder directive in proftpd.conf so that it reads AuthOrder *mod_auth_pam.c mod_auth_unix.c but one can still log in althoug

Bug#491235: debian-goodies: checkrestart has become unreliable (false negatives and false positives)

2008-07-18 Thread Piotr Kaczuba
Hello! Attached quick patch fixes the false negatives. Regarding the false positve, it's due to iceweasel opening and deleting a temporary file in /var/tmp. Greetings, Piotr --- a/checkrestart 2008-07-17 21:54:30.885890488 +0200 +++ b/checkrestart 2008-07-18 11:58:36.580890545 +0200 @@ -218,7 +2

Bug#489009: logcheck-database: smbd_audit ignore rule ignores everything

2008-07-02 Thread Piotr Kaczuba
Package: logcheck-database Version: 1.2.66 Severity: grave Justification: renders package unusable The rule in /etc/logcheck/ignore.d.server/smbd_audit ignores everything. The reason seems to be missing grouping with regard to the pipe (|) operator. At the end of the rule you have |.+$, which eff

Bug#488102: [Logcheck-devel] Bug#488102: logcheck: please revert bsd-mailx dependency

2008-06-26 Thread Piotr Kaczuba
W dniu 2008-06-26 14:26, martin f krafft pisze: tags 488102 moreinfo thanks also sprach Piotr Kaczuba <[EMAIL PROTECTED]> [2008.06.26.1402 +0200]: Please revert the bsd-mailx dependency that was introduced with logcheck 1.2.65. It breaks the use of GNU mailutils together with logcheck.

Bug#488102: logcheck: please revert bsd-mailx dependency

2008-06-26 Thread Piotr Kaczuba
Package: logcheck Version: 1.2.65 Severity: normal Please revert the bsd-mailx dependency that was introduced with logcheck 1.2.65. It breaks the use of GNU mailutils together with logcheck. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') A

Bug#462159: grub-pc: doesn't boot: "free magic is broken"

2008-01-31 Thread Piotr Kaczuba
/2008-01/msg00830.html and it works, maybe we can avoid disabling xfs support. Yes, it works. The patch solved both problems, the one with "free magic is broken" and the rebooting when doing TAB completion in order to list all partitions. Thank you very much, Piotr Kaczuba -- To U

Bug#462159: grub-pc: doesn't boot: "free magic is broken"

2008-01-31 Thread Piotr Kaczuba
W dniu 23.01.2008 22:52, Piotr Kaczuba pisze: [...] I will try it but not sooner than at the weekend. [...] I've finally managed to attach a second computer via serial cable and do a debug run of grub. I'm attaching the log. The command that has triggered the reboot is "linux

Bug#462159: grub-pc: doesn't boot: "free magic is broken"

2008-01-23 Thread Piotr Kaczuba
[ anything you need to try crashing it ] and send us the whole log. If it crashes when you issue one of the two first commands, try preloading serial.mod and terminal.mod (--modules parameter to grub-install). [...] I will try it but not sooner than at the weekend. Thanks, Piotr Kaczuba -- To

Bug#462159: grub-pc: doesn't boot: "free magic is broken"

2008-01-23 Thread Piotr Kaczuba
ble to run memtest86 on this machine (probably at the weekend). I will report back, then. Thanks, Piotr Kaczuba -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#462159: grub-pc: doesn't boot: "free magic is broken"

2008-01-23 Thread Piotr Kaczuba
ly reboots (well, not immediately, it lists at least some partitions before rebooting). Thanks, Piotr Kaczuba -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#462159: grub-pc: doesn't boot: "free magic is broken"

2008-01-23 Thread Piotr Kaczuba
. Thanks, Piotr Kaczuba -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#462159: grub-pc: doesn't boot: "free magic is broken"

2008-01-22 Thread Piotr Kaczuba
Package: grub-pc Version: 1.95+20080116-2 Severity: critical Justification: breaks the whole system After having done a 'grub-install --recheck --no-floppy /dev/hda' and 'update-grub' the system has become unbootable. After 'Loading grub' the message 'free magic is broken at (some address): (some

Bug#445658: gdm: always restarts X server

2007-10-07 Thread Piotr Kaczuba
Well, it seems that this was a deliberate change by the developers and the AlwaysRestartServer option is now deprecated and even ignored. They've forgotten to remove it from defaults.conf though and add an explanation beyond the changelog. Greetings, Piotr -- To UNSUBSCRIBE, email to [EMAIL

Bug#445658: gdm: always restarts X server

2007-10-07 Thread Piotr Kaczuba
Package: gdm Version: 2.20.0-2 Severity: normal GDM always restarts the X server regardless of what the AlwaysRestartServer option is set to. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (x86_64) Kernel: Linux 2.6.22.

Bug#445657: twinkle: undefined symbol: _ZThn580_N3ost9ZrtpQueue11sendDataRTPEPKhi

2007-10-07 Thread Piotr Kaczuba
Package: twinkle Version: 1:1.1-2 Severity: normal When the "Enable ZRTP/SRTP encryption" option is checked, twinkle crashes as soon as one makes or answers a call. This is what is printed in a terminal: twinkle: symbol lookup error: twinkle: undefined symbol: _ZThn580_N3ost9ZrtpQueue11sendData

Bug#423658: gnome-screensaver: doesn't honour TMPDIR

2007-08-30 Thread Piotr Kaczuba
W dniu 30 VIII 2007 21:32, Sven Arvidsson pisze: On Thu, 2007-08-30 at 11:46 +0200, Piotr Kaczuba wrote: W dniu 2007-08-29 22:31, Sven Arvidsson pisze: On Mon, 2007-05-28 at 20:27 +0200, Piotr Kaczuba wrote: On 2007-05-27 22:28, Sven Arvidsson wrote: AFAIK, that's gconf and not

Bug#423658: gnome-screensaver: doesn't honour TMPDIR

2007-08-30 Thread Piotr Kaczuba
W dniu 2007-08-29 22:31, Sven Arvidsson pisze: > On Mon, 2007-05-28 at 20:27 +0200, Piotr Kaczuba wrote: >> On 2007-05-27 22:28, Sven Arvidsson wrote: >>> AFAIK, that's gconf and not gnome-screensaver. gconf already uses >>> g_get_tmp_dir so I think it should use T

Bug#404320: (no subject)

2007-08-29 Thread Piotr Kaczuba
See bug report #355923 for the possible reason. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#438761: sunclock: wrong timezone for several Central European cities

2007-08-19 Thread Piotr Kaczuba
Package: sunclock Version: 3.56-3 Severity: important Sunclockrc lists the wrong timezone for a few Central European cities: Budapest, Warsaw, Bratislava and the Torun Radiotelescope. It's CET-2CDT but it should be CET-1CDT. Piotr -- System Information: Debian Release: lenny/sid APT prefers u

Bug#435186: xorg: Crash

2007-07-30 Thread Piotr Kaczuba
I had the following error message: Backtrace: 0: /usr/bin/X(xf86SigHandler+0x81) [0x80c8631] 1: [0xe500] Fatal server error: Caught signal 11. Server aborting No mention of nvidia. Although I do use the nvidia proprietary driver. Downgrading to udev 0.105-4 solved the problem. A strace of

Bug#423658: gnome-screensaver: doesn't honour TMPDIR

2007-05-28 Thread Piotr Kaczuba
On 2007-05-27 22:28, Sven Arvidsson wrote: On Sun, 2007-05-13 at 20:10 +0200, Piotr Kaczuba wrote: Gnome-screensaver doesn't honour the TMPDIR environment variable. Instead of using the directory provided by TMPDIR (set by libpam-tmpdir), it creates gconfd-$USER and orbit-$USER directly in

Bug#423658: gnome-screensaver: doesn't honour TMPDIR

2007-05-13 Thread Piotr Kaczuba
Package: gnome-screensaver Version: 2.18.1-1 Severity: minor Gnome-screensaver doesn't honour the TMPDIR environment variable. Instead of using the directory provided by TMPDIR (set by libpam-tmpdir), it creates gconfd-$USER and orbit-$USER directly in /tmp. Piotr -- System Information: Debian

Bug#415482: initscripts: fails to umount mountpoints with spaces

2007-03-19 Thread Piotr Kaczuba
Package: initscripts Version: 2.86.ds1-38 Severity: critical Justification: causes serious data loss When mounting a device on a mountpoint with spaces in it (say "My Book", this is the default partition name for a WD external USB drive), mount writes My\040Book in /etc/mtab (as does pmount and gn

Bug#411380: (bez tematu)

2007-03-16 Thread Piotr Kaczuba
Set CONFIG_SYSFS_DEPRECATED in your kernel config and it will work again. Regards, Piotr -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#412207: hellanzb: new upstream version 0.12

2007-02-24 Thread Piotr Kaczuba
Package: hellanzb Version: 0.11-1 Severity: wishlist A new upstream release, 0.12, is available. Could you package it? Piotr -- System Information: Debian Release: 4.0 APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: L

Bug#402425: gstreamer0.10-plugins-good: doesn't register flac

2006-12-11 Thread Piotr Kaczuba
Sorry for the noise, please close this bug. Piotr Kaczuba > 0:00:00.000217000 27099 0x8052968 INFO GST_INIT > gst.c:531:init_pre: Initializing GStreamer Core Library version 0.10.10 > 0:00:00.000506000 27099 0x8052968 INFO GST_INIT > gst.c:532:init_pre: Usi

Bug#396744: rar: New upstream release 3.60

2006-11-02 Thread Piotr Kaczuba
Package: rar Version: 1:3.5.1-1 Severity: wishlist There is a new upstream release 3.60 available. Please make a debian package. -- System Information: Debian Release: 4.0 APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (x86_64) Shell: /bin/sh linked to /bin/bash Kerne

Bug#395326: bittornado: New upstream release 0.3.17 available

2006-10-26 Thread Piotr Kaczuba
Package: bittornado Version: 0.3.15-4 Severity: wishlist There is a new upstream release 0.3.17 available. Please package it. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (x86_64) Shell: /bin/sh linked to /bin/

Bug#373786: /etc/cron.daily/exim4-base should unset TMPDIR

2006-10-09 Thread Piotr Kaczuba
--reference="$PARAMFILE" "$tempgnutls" fi chown Debian-exim:Debian-exim "$tempgnutls" chmod 400 "$tempgnutls" Thanks, Piotr Kaczuba -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#373786: /etc/cron.daily/exim4-base should unset TMPDIR

2006-10-04 Thread Piotr Kaczuba
Piotr Kaczuba napisał(a): > Marc Haber napisał(a): > [...] >> Link to svn: >> http://svn.debian.org/wsvn/pkg-exim4/exim/trunk/debian/exim4-base.cron.daily?op=file&rev=0&sc=0 >> >> Piotr, can you please try if this works on your system with >> libpam-tmpd

Bug#373786: /etc/cron.daily/exim4-base should unset TMPDIR

2006-10-04 Thread Piotr Kaczuba
he same problem is also present in /usr/share/exim4/exim4_refresh_gnutls-params, which also uses start-stop-daemon and is invoked later in the exim4-base cron script. I guess you'll have to add the su alternative there, too. Thanks, Piotr Kaczuba -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] wi

Bug#387265: amd64-libs: Please add libcap

2006-09-13 Thread Piotr Kaczuba
Package: amd64-libs Version: 1.4 Severity: wishlist Please add libcap to amd64-libs. Thanks, Piotr Kaczuba -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (x86_64) Shell: /bin/sh linked to /bin/b

Bug#387020: readcd prints makefile system warning to stdout

2006-09-11 Thread Piotr Kaczuba
the following text at the beginning: Warning: This version of libscg has not been configured via the standard autoconfiguration method of the Schily makefile system. There is a high risk that the code is not configured correctly and for this reason will not behave as expected. Piotr Kaczuba --

Bug#261274: closed by Daniel Baumann <[EMAIL PROTECTED]> (Bug#261274: fixed in bchunk 1.2.0-3)

2006-09-08 Thread Piotr Kaczuba
able > Urgency: low > Maintainer: Daniel Baumann <[EMAIL PROTECTED]> > Changed-By: Daniel Baumann <[EMAIL PROTECTED]> > Description: > bchunk - CD image format conversion from bin/cue to iso/cdr > Closes: 261274 > Changes: > bchunk (1.2.0-3) unstab

Bug#382092: clamav-freshclam: doesn't start in daemon mode

2006-08-08 Thread Piotr Kaczuba
such file or directory) It seems that the start_daemon() function from /lib/lsb/init-functions wants to execute the pid file (note the exec=/var/run/clamav/freshclam.pid assignment). Piotr Kaczuba -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 

Bug#382020: libsepol1: Should run "telinit u" in postinst script

2006-08-08 Thread Piotr Kaczuba
u" or "init u" in the postinst script like it's done for libc, which had the same problem in the past. Piotr Kaczuba -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (x86_64) Shell:

Bug#382021: libselinux1: Should run "telinit u" in postinst script

2006-08-08 Thread Piotr Kaczuba
nit u" or "init u" in the postinst script like it's done for libc, which had the same problem in the past. Piotr Kaczuba -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (x86_64) Shell:

Bug#373786: /etc/cron.daily/exim4-base should unset TMPDIR

2006-06-15 Thread Piotr Kaczuba
temp directory set by pam_tmpdir. Below is the error message of /etc/cron.daily/exim4-base: /etc/cron.daily/exim4-base: tempnam: Permission denied run-parts: /etc/cron.daily/exim4-base exited with return code 1 Piotr Kaczuba -- Package-specific info: Exim version 4.62 #1 built 02-May-2006 11:

Bug#373634: libpam-tmpdir: pam-tmpdir should be linked with libpam

2006-06-14 Thread Piotr Kaczuba
Package: libpam-tmpdir Version: 0.06-1pepe Severity: normal Pam-tmpdir should be linked against libpam, so it doesn't have undefined symbols like e.g. pam_get_item. The problem shows up when using e.g. courier authdaemon: Jun 14 12:15:54 orbiter authdaemond: PAM unable to dlopen(/lib/security/pam

Bug#369774: libpam-umask: undefined symbol: pam_get_item

2006-06-01 Thread Piotr Kaczuba
Package: libpam-umask Version: 0.04 Severity: normal Pam_umask.so contains undefined symbols. This is what I see in the system logs: May 31 20:29:24 orbiter authdaemond: PAM unable to dlopen(/lib/security/pam_umask.so) May 31 20:29:24 orbiter authdaemond: PAM [dlerror: /lib/security/pam_umask.so

Bug#350215: udev fails to autoload floppy, 8250 serial and possibly other modules

2006-01-28 Thread Piotr Kaczuba
On Sat, Jan 28, 2006 at 11:05:56AM +0100, Marco d'Itri wrote: > Anyway, in a few minutes I will upload 083 to > http://www.bofh.it/~md/debian/, please test it just to be sure. Yes, uedv 083 works fine again. After doing some research and looking at he changelogs, I've found the culprit: 082 was su

Bug#350218: [Pkg-sysvinit-devel] Bug#350218: initscripts: Bootclean doesn't clean all nested directories in /tmp

2006-01-28 Thread Piotr Kaczuba
On Sat, Jan 28, 2006 at 06:31:24PM +0100, Thomas Hood wrote: > Piotr Kaczuba wrote: > > When cleaning /tmp, bootclean doesn't remove all directories. > > > Thanks for the report. > > Is this a new bug introduced in 2.86.ds1-11 or was the bug already present in, >

Bug#350215: udev fails to autoload floppy, 8250 serial and possibly other modules

2006-01-27 Thread Piotr Kaczuba
On Sat, Jan 28, 2006 at 01:51:02AM +0100, Marco d'Itri wrote: > On Jan 28, Piotr Kaczuba <[EMAIL PROTECTED]> wrote: > > > Udev doesn't autoload the floppy, 8250 serial, pcspkr module and > > possibly others, too. Neither does udevsynthesize. It worked in prev

Bug#350218: initscripts: Bootclean doesn't clean all nested directories in /tmp

2006-01-27 Thread Piotr Kaczuba
Package: initscripts Version: 2.86.ds1-11 Severity: normal When cleaning /tmp, bootclean doesn't remove all directories. The problem seems to be, that find lists first a parent directory and then the directories beneath. Removing the parent directory fails silently, because it's not empty. Thus,

Bug#350215: udev fails to autoload floppy, 8250 serial and possibly other modules

2006-01-27 Thread Piotr Kaczuba
Package: udev Version: 0.082-1 Severity: important Udev doesn't autoload the floppy, 8250 serial, pcspkr module and possibly others, too. Neither does udevsynthesize. It worked in previous version, 0.081-1. -- Package-specific info: -- /etc/udev/rules.d/: /etc/udev/rules.d/: razem 4 lrwxrwxrwx

Bug#348151: gnome-panel: Doesn't scale icons to more than 48x48

2006-01-15 Thread Piotr Kaczuba
Package: gnome-panel Version: 2.12.2-3 Severity: minor Icons in gnome-panel don't scale to more than 48x48. If I set the panel size to eg. 64x64 or 128x128 the icons in it are still only 48x48. This wasn't the case in gnome 2.10. -- System Information: Debian Release: testing/unstable Architect

Bug#321620: gdm doesn't honour umask setting

2005-08-06 Thread Piotr Kaczuba
e the permissions that it found on startup. Piotr Kaczuba -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12.3-orbiter.x86-64.1 Locale: LAN

Bug#277884: xserver-xfree86: X segfaults on AMD64 with noexec enabled

2005-02-04 Thread Piotr Kaczuba
ed is the original one from Redhat. The linux defines are already present in debian, so you only need the mprotect part. Greetings, Piotr Kaczuba --- xc/programs/Xserver/hw/xfree86/loader/elfloader.c.elfloader-linux-non-exec-stack 2003-01-24 12:26:35.0 -0500 +++ xc/programs/Xserv