Bug#690679: BUG: unable to handle kernel paging request at 0000000000609920 in networking code (e1000e related?)

2012-10-16 Thread Rafal Kupka
=2eebc1e188e9e45886ee00662519849339884d6d looks very similar but it's in SCTP code. Kind Regards, Rafal Kupka -- Package-specific info: ** Version: Linux version 3.2.0-0.bpo.3-amd64 (Debian 3.2.23-1~bpo60+2) (debian-ker...@lists.debian.org) (gcc version 4.4.5 (Debian 4.4.5-8) ) #1 SMP Thu Aug 23 07:41:30

Bug#595366: portmap: Chroot(2) option brings no additional security due to implementation bug

2010-09-03 Thread Rafal Kupka
Package: portmap Version: 6.0-9 Severity: normal Running portmap in chrooted directory is implemented wrongly. Daemon has to chdir(2) after chroot(2) to prevent accessing files outside chroot directory. Running portmap with option -t /var/empty gives following lsof results: # lsof -n -p 7892

Bug#520742: udev: udevd is started even when policy-rc.d says no, and fails with debootstrap.

2009-05-18 Thread Rafal Kupka
On Sat, May 16, 2009 at 10:57:12AM +0200, Marco d'Itri wrote: Hello, On May 16, Rafa?? Kupka kup...@kupson.fdns.net wrote: I have following idea to solve that problem. Please check if it's good solution. Maybe, but does debootstrap actually use policy-rc.d? No, it uses fake

Bug#512572: munin-cgi-graph don't work, wrong semget() return code check

2009-01-21 Thread Rafal Kupka
Package: munin Version: 1.2.6-8 Severity: normal Tags: patch Hello, I think that following code (/usr/lib/cgi-bin/munin-cgi-graph lines 123-134) is incorrect: # Get semaphore handle my $semid = semget($IPC_KEY, 0, 0 ); if(!$semid) { # Or create it if needed $semid = semget($IPC_KEY, 1

Bug#470092: apt-cacher: Daemon don't completely drop root privileges.

2008-03-08 Thread Rafal Kupka
Package: apt-cacher Version: 1.5.3 Severity: normal Tags: security Apt-cacher daemon process have additional root group membership. # cat /proc/$(cat /var/run/apt-cacher.pid)/status Name: apt-cacher ... Uid:1003100310031003 Gid:1003100310031003 FDSize: 64

Bug#415811: xen-tools: use /usr/sbin/policy-rc.d in chroot

2007-05-24 Thread Rafal Kupka
On Wed, May 23, 2007 at 11:49:43PM +0100, Steve Kemp wrote: Hello, For example running the following: echo #!/bin/sh /usr/sbin/policy-rc.d echo exit 101 /usr/sbin/policy-rc.d chmod 755 /usr/sbin/policy-rc.d This *should* mean that local init scripts won't work. This

Bug#419994: Missing memory in Xen due to wrong detection of e820 memory map in grub

2007-04-19 Thread Rafal Kupka
Package: grub Version: 0.97-27 Severity: normal Tags: patch Hello, On my system grub don't properly detect E820 memory map. Without it Xen hypervisor cannot use memory above 4G range. Output from grub command displaymem: grub displaymem EISA Memory BIOS Interface is present Address Map BIOS

Bug#415845: tftpd-hpa: upgrade failure due to not running daemon

2007-03-22 Thread Rafal Kupka
Package: tftpd-hpa Version: 0.43-1.1 Severity: normal Tags: patch Hello, There is problem with upgrading this package while daemon isn't running. Without --oknodo option start-stop-daemon exits with non-zero error code (if there is no tftpd-hpa to stop). Exiting with error breaks whole package

Bug#410697: linux-image-2.6.18-4-amd64: 32-bit iptables doesn't work with xt_limit module from amd64 kernel

2007-02-12 Thread Rafal Kupka
Package: linux-image-2.6.18-4-amd64 Version: 2.6.18.dfsg.1-10 Severity: wishlist Tags: patch Hello, Please consider adding compat code to debian kernel to allow 32bit iptables work with module limit (-m limit option). Now, on kernel version 2.6.18-4-amd64 (2.6.18.dfsg.1-10): # iptables -A

Bug#409041: selinux-policy-refpolicy-targeted: openvpn policy do not allow tcp connection mode

2007-01-30 Thread Rafal Kupka
Package: selinux-policy-refpolicy-targeted Version: 0.0.20061018-3 Severity: wishlist Hello, Openvpn selinux policy don't lists 1194/tcp port as openvpn_port_t, so tcp mode VPNs don't work. utemp:~# semanage port -l | grep openvpn openvpn_port_t udp 1194 utemp:~# grep

Bug#407133: UnicodeEncodeError: ... while configuring real name with UTF-8 character

2007-01-16 Thread Rafal Kupka
reports? [Rafal Kupka] RafaƂ Kupka Traceback (most recent call last): File /usr/bin/reportbug, line 1750, in ? main() File /usr/bin/reportbug, line 779, in main return iface.user_interface() File /usr/bin/reportbug, line 883, in user_interface offer_configuration(self.options) File

Bug#348370: libldap2: ldap_search_s and ldap_simple_bind_s functions returns error when signal received

2006-01-16 Thread Rafal Kupka
Package: libldap2 Version: 2.1.30-8 Severity: normal Hello, When process execute ldap_search_s or ldap_simple_bind_s and signal (SIGCHLD) arrive function returns with error code 81 (Can't contact LDAP server) from ltrace (reformatted): 13:37:54[1] ldap_search_s(0x8261108, 0x84572a8, 2,

Bug#314938: firebird2-super-server: Installation don't create firebird user when there is another username containing string firebird

2005-06-19 Thread Rafal Kupka
in /etc/group. Maybe preinst script should use return code of getent passwd firebird or grep ^firebird: /etc/passwd Best regards, Rafal Kupka -- System Information: Debian Release: 3.1 Architecture: i386 (i686) Kernel: Linux 2.4.29-mls3 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968

Bug#312326: wrong permission on /etc/news/leafnode/debian-config after dpkg-reconfigure leafnode

2005-06-07 Thread Rafal Kupka
Package: leafnode Version: 1.11.2.rel-1 Severity: minor Before dpkg-reconfigure: -rw-r--r-- 1 root root 319 Jun 7 14:42 /etc/news/leafnode/debian-config After dpkg-reconfigure leafnode from root shell with umask 0077: -rw--- 1 root root 319 Jun 7 15:15 /etc/news/leafnode/debian-config

Bug#310282: slapd: Extended filters (ou:dn:=value) stop working after upgrade to 2.2.23-5

2005-05-22 Thread Rafal Kupka
Package: slapd Version: 2.2.23-5 Severity: important After upgrade from 2.1.30-3 to 2.2.23-5 filters like '((mailAlias=imago)(ou:dn:=Aliases))' stopped working. Problem persists even after rebuild directory from backup and recreating indexes. Backend is BDB, index objectClass eq index

Bug#304810: php4-interbase: ibase_connect doesn't work

2005-04-15 Thread Rafal Kupka
Package: php4-interbase Version: 4.3.10-1 Severity: grave Justification: renders package unusable ibase_connect doesn't work in php scripts. I found that the problem is missing configuration file for firebird. Syslog information: Apr 15 17:25:14 net2004 php4: Missing configuration file: