Bug#614374: pg_upgradecluster fails when datdba is a role without login privilege

2011-02-21 Thread Rafał Kupka
Package: postgresql-common Version: 114 Severity: minor Hi, Script /usr/bin/pg_upgradecluster fails (silently drops data) on databases which has datdba set as a role without login access. I can narrow this bug to use of pg_user view in query: select datname, datallowconn,

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

2010-09-03 Thread Rafał Kupka
Hello, I was wrong with openat() syscall, portmap daemon holds no open directories outside chroot dir. But access to files outside /var/empty is much easier -- use regular open(2) and relative pathnames. Proof: # lsof -n -p 7892 COMMAND PID USER FD TYPE DEVICESIZENODE NAME

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

2009-05-15 Thread Rafał Kupka
Hello, I have following idea to solve that problem. Please check if it's good solution. Lets add additional test similar to chrooted() in post install script. forbidden() { if [ -x /usr/sbin/policy-rc.d ]; /usr/sbin/policy-rc.d check_udevd start case $? in 0|1|100|105) #

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

2009-01-26 Thread Rafał Kupka
Dnia 2009-01-23, pią o godzinie 20:18 +0100, Holger Levsen pisze: Hi, thanks for your bugreport and patch! What are the consequences of that bug? Perl script munin-cgi-graph executes die() function and terminates without producing graphic data. Browser don't show any munin charts. Http server

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

2007-04-19 Thread Rafał Kupka
Dnia 19-04-2007, czw o godzinie 12:10 +0200, Rafal Kupka napisał: Hello, I think that problem is located in do { } while (cont) loop at file stage2/common.c around line 181. It looks like while loop is optimized away (gone) during compilation. I was wrong, on another motherboard grub (same

Bug#419994: More information about misdetection of e820 memory map

2007-04-19 Thread Rafał Kupka
Hello, I make some more tests to find this bug. --- grub-0.97/stage2/common.c 2004-03-27 17:25:44.0 +0100 +++ new/stage2/common.c 2007-04-19 16:00:00.0 +0200 @@ -181,6 +181,7 @@ do { cont = get_mmap_entry ((void *) addr, cont); + printf(SMAP: addr:%x

Bug#415811: xen-tools: use /usr/sbin/policy-rc.d in chroot instead of {enable, disable}StartStopDaemon

2007-03-22 Thread Rafał Kupka
Package: xen-tools Severity: wishlist Hello, I think that it is better to use /usr/sbin/policy-rc.d to prevent start services in chrooted environment. Quote from /usr/share/doc/sysv-rc/README.policy-rc.d.gz: #v+ POLICY-RC.D Policy layer (/usr/sbin/policy-rc.d) interface:

Bug#411645: hddtemp: rc-script try to kill not running daemon on shutdown

2007-02-20 Thread Rafał Kupka
Package: hddtemp Version: 0.3-beta15-34 Severity: minor Tags: patch Hello, Script /etc/init.d/hddtemp wrongly checks when to kill (not started before) hddtemp daemon: olimp:~# invoke-rc.d hddtemp stop Stopping disk temperature monitoring daemon: hddtempNo /usr/sbin/hddtemp found running; none

Bug#405463: dvdisaster: GLib-ERROR **: gmem.c:154: failed to allocate ... bytes error on DVD-ROM dual layer media

2007-01-19 Thread Rafał Kupka
On 17-01-2007, at 10:37 +0100, Daniel Baumann wrote: Hello, can you retry with libdvdcss installed? I have libdvdcss installed all the time. ii libdvdcss-dev 1.2.9+debian-1duo+etch1 ii libdvdcss21.2.9+debian-1duo+etch1 Packages are from

Bug#405463: dvdisaster: GLib-ERROR **: gmem.c:154: failed to allocate ... bytes error on DVD-ROM dual layer media

2007-01-12 Thread Rafał Kupka
Dnia 11-01-2007, czw o godzinie 22:10 +0100, Carsten Gnörlich wrote: Hello, thanks for the info - I have an idea now where the crash is located. However I still do not fully understand what is needed to cause the crash. I realize that with option --query-size drive or udf dvdisaster don't

Bug#405463: dvdisaster: GLib-ERROR **: gmem.c:154: failed to allocate ... bytes error on DVD-ROM dual layer media

2007-01-09 Thread Rafał Kupka
Dnia 04-01-2007, czw o godzinie 20:25 +0100, Carsten Gnörlich napisał: Hello, temp:~$ dvdisaster -r Could you give us the full output of dvdisaster -v -r as well, for the medium that produces the crash? Sure. utemp:~$ dvdisaster -v -r dvdisaster-0.70 Copyright 2004-2006 Carsten Gnoerlich.

Bug#405463: dvdisaster: GLib-ERROR **: gmem.c:154: failed to allocate ... bytes error on DVD-ROM dual layer media

2007-01-03 Thread Rafał Kupka
Package: dvdisaster Version: 0.70.3-1 Severity: important Dvdisaster on DVD-ROM dual-layer media exits with message: temp:~$ dvdisaster -r dvdisaster-0.70 Copyright 2004-2006 Carsten Gnoerlich. This software comes with ABSOLUTELY NO WARRANTY. This is free software and you are welcome to

Bug#403057: azureus: throws java.lang.NoSuchMethodError: fixedClassInitProc exception on startup (amd64 specific)

2006-12-14 Thread Rafał Kupka
Package: azureus Version: 2.5.0.0+0-1 Severity: important Hello, I don't exactly know it's azureus or swt-gtk bug. Please reassign if appropriate. Azeurus throws this exception on start (with sun-java5-jre): java.lang.reflect.InvocationTargetException at