Bug#488635: libnss-ldapd: failes to map Windows type groupnames like "Domain Computers"

2008-07-05 Thread Andreas Schultz
On Saturday 05 July 2008 16:30:31 Arthur de Jong wrote: [...] > I don't think that having spaces in POSIX group names is a good idea > because it is bound to break stuff. > > If you can come up with good arguments as to why this should be > supported I may reconsider though. The main argument i

Bug#488635: libnss-ldapd: failes to map Windows type groupnames like "Domain Computers"

2008-06-30 Thread Andreas Schultz
Package: libnss-ldapd Version: 0.6.3 Severity: important *** Please type your report below this line *** samba with LDAP based accounts uses Groups and Usernames that can contain spaces. nslcd refuses to map those names and logs a error message: Jun 30 10:40:51 baxter nslcd[28034]: [7b23c6] grou

Bug#420296: please make this a dup of #411982

2007-04-21 Thread Andreas Schultz
sorry for reporting this again, found the other bug report to late Andreas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#420296: installing php4-curl (or php5-curl) together with php4-pgsql causes segfaults

2007-04-21 Thread Andreas Schultz
Package: php4-curl Version: 6:4.4.4-8+etch1 Severity: important pgsql works fine, but adding curl to php{4,5} installation causes segfaults later on. Example: Connect('db01:5432', 'travelping', 'travelping', 'template1'); print_r($tpdb); $a = array(); var_dump($a); echo sizeof($a); ?> Segfau

Bug#391773: small correction

2006-10-08 Thread Andreas Schultz
Hi, small correction, i wrote that the problem occurs with cp -rP, it was of course not the capital P, but the lowercase p or --preserve=mode,ownership,timestamps. Also, the account is not member of the src group, but has the required rights though the ACL's. Andreas pgpGdeTjGm3c7.pgp Descr

Bug#391773: coreutils: cp -rP mangles permissions if acl's are present

2006-10-08 Thread Andreas Schultz
Package: coreutils Version: 5.97-5 Severity: important using a cp -rP on a directory that contains entris with acl's mangles the normal file access permissions in the copy, acl's are copied correctly though. in the following example the set group id bit is incorrectly set in the copy. source:

Bug#385720: m4: INTERNAL ERROR: recursive push_string

2006-09-03 Thread Andreas Schultz
On Saturday 02 September 2006 18:03, Santiago Vila wrote: [...] > You don't have to pinpoint the source of the problem, as m4 has upstream > maintainers who know the code very well. > > What I need (before forwarding this report to them) is a way to reproduce > it, something like "when I run m4 o

Bug#385720: m4: INTERNAL ERROR: recursive push_string

2006-09-02 Thread Andreas Schultz
Subject: m4: INTERNAL ERROR: recursive push_string Package: m4 Version: 1.4.6-1 Severity: important *** Please type your report below this line *** m4 crashes with "m4: INTERNAL ERROR: recursive push_string" I don't know how to pinpoint the exact source of this problem, please advice Andreas -

Bug#364707: ltsp-client: X_HORZSYNC and X_VERTREFRESH don't work

2006-04-24 Thread Andreas Schultz
Package: ltsp-client Version: 0.82debian2 Severity: normal *** Please type your report below this line *** dexconf includes the HorizSync and VertRefresh values only if $xserver_package/config/monitor/use_sync_ranges is set to true. etc/init.d/ltsp-client-setup needs to set this when apply the o

Bug#312207: initrd-tools: don't include drbd module in initrd

2005-06-06 Thread Andreas Schultz
Hi again and sorry for so much noise ;-) I've found out why the drbd module still got included. The short story is that a bug in modules_exists() cause it to be included. Full story is in bug #312213 Regards Andreas pgpp9XcJQ1VtO.pgp Description: PGP signature

Bug#312213: initrd-tools: excessive amount of modules included in initrd

2005-06-06 Thread Andreas Schultz
Package: initrd-tools Version: 0.1.81.1 Severity: important Tags: patch While hunting for a solution to my bug #312207, i came accross a problem in module_exists(). The shell replacement in there causes the find statement to search for to much files. A invocation like: module_exists drivers/m

Bug#312207: initrd-tools: don't include drbd module in initrd

2005-06-06 Thread Andreas Schultz
Hi again, jsut found out that the patch is not sufficient to keep the module from being loaded. I tried to find out why it still gets included, but i got lost in mkinitrd. Andreas pgpKFyJtrLPUb.pgp Description: PGP signature

Bug#312207: initrd-tools: don't include drbd module in initrd

2005-06-06 Thread Andreas Schultz
Package: initrd-tools Version: 0.1.81.1 Severity: normal Tags: patch mkinitrd currently includes and loads the drbd module (from drbd0.7-module-source) if it's installed. This moduls might need additional parameters that are normaly set by its startup script. Loading it in initrd omits those para

Bug#302125: php4: move xmlrpc extension to seperate package

2005-03-29 Thread Andreas Schultz
Package: php4 Version: 4:4.3.10-10 Severity: wishlist The XMLRPC extension is currently included by default in the base php4 packages. Here are two reason to move it to a seperate package: 1. It slashes with 3th party php only implementation of xmlrpc's (e.g. http://phpxmlrpc.sourceforge.net/)