Bug#619334: winbind authentication failed when running on PDC/BDC

2011-03-22 Thread gary ng
Package: winbind Version: 2:3.5.6~dfsg-3squeeze2 Severity: important This is a bug introduced upstream in 3.5.x(3.4 worked). The setup is that if I have a samba PDC which also run squid as a proxy machine for windows workstation, it requires winbind to have NTLM authentication support. But

Bug#541767: asterisk: the jabber/gtalk module can receive voice call but not initiate(to gtalk account)

2009-08-16 Thread gary ng
Package: asterisk Version: 1:1.4.21.2~dfsg-3 Severity: normal I can setup the asterisk successfully so gtalk user can call my JID which got relayed to my SIP phone. But I cannot initiate a call to those on the buddy list. The problem is that res_jabber.c parse the XML sent from gtalk account

Bug#413474: stunnel4: configurable timeout_close in client mode ?

2007-03-05 Thread gary ng
Package: stunnel4 Version: 3:4.18-2 Severity: minor I use stunnel to get SSL feature in lua through unix domain socket by dup2 the stdin with a socketpair() then fork(), exec() stunnel. It works very well except one thing, closing the domain socket would take 60 seconds(waitpid) for stunnel to

Bug#413452: socat: -t option not honoured as specified in manpage ?

2007-03-04 Thread gary ng
Package: socat Version: 1.4.3.1-1 Severity: normal given this command : echo | socat - openssl:remote:443,capath=/etc/ssl/certs I would expect socat to terminate after 0.5 second but it doesn't. Or I have misunderstood something ? -- System Information: Debian Release: 4.0 APT prefers

Bug#409887: git-core: git-http-fetch creates double slash(//) which not all servers know how to handle

2007-02-13 Thread gary ng
--- Gerrit Pape [EMAIL PROTECTED] wrote: Hi gary, I guess you have a trailing slash in the URL in .git/remotes/origin. If you remove the trailing slash, it should be as expected, e.g.: $ cat .git/remotes/origin URL: http://gondor.apana.org.au/~herbert/dash/dash.git Pull:

Bug#410360: liblua5.1-curl0: curl.OPT_INFILESIZE_LARGE is still limited to 32 bit ?

2007-02-09 Thread gary ng
Package: liblua5.1-curl0 Version: 0.2.0-3 Severity: normal I am not sure if this is a limitation of lua or curl. My assumption is it is intended for 32 bit number but I have tried suppling one and it effectively cuts the transfer(which I believe is that internally take the number as negative

Bug#410005: liblua5.1-curl0: the doc/ directory in source should be included in the binary package

2007-02-06 Thread gary ng
Package: liblua5.1-curl0 Version: 0.2.0-3 Severity: minor I need to get to the source tarball to find out how to use the binding, I believe it should be included in the binary package. As that is the only updated doc(even the website upstream has only outdated doc) -- System Information: Debian

Bug#409887: git-core: git-http-fetch creates double slash(//) which not all servers know how to handle

2007-02-05 Thread gary ng
Package: git-core Version: 1:1.4.4.3-1 Severity: normal http-fetch.c construct the pack info retreival based on the pased in base which has deliberately added a / at the end in perl script. This results in url of the form http://base//objects/info/packs; being submitted to the server. I briefly

Bug#407695: python-fuse: backport of upstream CVS concerning multithreading and 64 bit offset support

2007-01-29 Thread gary ng
Package: python-fuse Version: 2.5-5 Followup-For: Bug #407695 Bellow is my second attempt for the 64 bit offset support as well as multithreading patch which the current version would result in deadlock(basically not usable). The multithreading patch is basically taken from upstream, the 64 bit

Bug#408057: Is it true that nbd-client and server should not be on the same machine ?

2007-01-23 Thread gary ng
Package: nbd-client Version: 1:2.8.7-3 Severity: normal Hi, I am writing my nbd-server replacement using python(mainly for the purpose of plugin non-file things as a block device). But it seems that running both the server and client on the same machine have the possbility of stalling the whole

Bug#407695: python-fuse: I have made a quick patch

2007-01-23 Thread gary ng
Is this in debian unstable ? I am running etch and need a package that is in debian which is what my patch is against. --- Csaba Henk [EMAIL PROTECTED] wrote: On Sun, Jan 21, 2007 at 12:56:33PM -0800, Sebastien Delafond wrote: tag 407695 + patch Passing on this quick patch to upstream...

Bug#407695: python-fuse: it seems that the binding only support 31 bit file size

2007-01-20 Thread gary ng
Package: python-fuse Version: 2.5-5 Severity: important I am writing a simple FUSE system interfacing with Amazon's S3 using it as a block device. That means I need to be able to handle file size which can be quite large like 100G. What I found is that the C/Python interface system to limits the

Bug#407695: Acknowledgement (python-fuse: it seems that the binding only support 31 bit file size)

2007-01-20 Thread gary ng
Further info: I grab the source of python-fuse and change the format string in the read/write function, i - L and they now come out as expected. However, the getattr function would boom because of the size return exceed what a long can hold. But I failed to find how to tell it to treat this as

Bug#407695: python-fuse: I have made a quick patch

2007-01-20 Thread gary ng
Package: python-fuse Version: 2.5-5 Followup-For: Bug #407695 Below is a diff of the quick patch I made. It does not interfere with existing applications if they work within the existing 2*31 -1 size limit. If they do, the change would mean read/write/truncate would receive the correct offset

Bug#404278: encfs: chmod not honoured ?

2006-12-22 Thread gary ng
Package: encfs Version: 1.2.5-1-1 Severity: important It seems that encfs doesn't honour chmod so all file created are in mode 0755 I initially thought that it is related to the allow_other option in fuse but I tested that sshfs with the same allow_other option does honour chmod -- System

Bug#307586: closed by Stephen Frost [EMAIL PROTECTED] (User misconfiguration)

2006-06-22 Thread gary ng
--- Debian Bug Tracking System [EMAIL PROTECTED] Which is why I said, the wording in the config prompt may need to change a bit to effectively say this solution, i.e. if you don't want to set it world-readable, you must run nscd wrote: The solution is to either use nscd, or make the file

Bug#343713: ion3: F12 behaves differently after I installed the one in unstable(over sarge)

2005-12-18 Thread gary ng
--- Norbert Tretkowski [EMAIL PROTECTED] wrote: tags 343713 +unreproducible tags 343713 +moreinfo thanks * [EMAIL PROTECTED] wrote: I I was initially using ion3 on sarge. Trying to experiment the cutting edge, I dist-upgrade it to sid and the F12 now behaves completely differently

Bug#340254: vim: syntax highlight no longer works in sid (6.4.1) ?

2005-11-22 Thread gary ng
Yes, because I just take the default N when being asked. As I have made changes to them(not just this package but many others) so I usually just blindly take the default don't change answer. --- Norbert Tretkowski [EMAIL PROTECTED] wrote: * [EMAIL PROTECTED] wrote: I don't know what has been

Bug#328032: darcs: --set-scripts-executable works partially

2005-09-15 Thread gary ng
testing shell script. It is very simple to reproduce. Just with the following : mkdir dir1 cd dir1 echo #!/bin/sh a chmod 0755 a darcs init darcs add * darcs record cd .. darcs get --set-scripts-executable dir1 dir2 Now dir2/a is 0754, instead of 0755. --- Isaac Jones [EMAIL PROTECTED] wrote:

Bug#328032: darcs: --set-scripts-executable works partially

2005-09-15 Thread gary ng
meets 95% of the need(not as good as really store the metadata). I just want it to do the right thing of change all three instead of just the first two(owner/group). This is a bug for set-scripts-executable itself. I have already informed upstream. --- Isaac Jones [EMAIL PROTECTED] wrote: gary ng

Bug#315017: samba: failed to query CUPS on boot

2005-07-06 Thread gary ng
I would say this is a problem of samba, not CUPS. CUPS being a network daemon(which AFAIK use protocol similar to HTTP, i.e. no persistent socket) should be expected to come and go at any time. Some kind of periodic polling routine is needed in samba if automatic CUPS printer discovery is a

Bug#315225: bootstrapped /etc/apt/sources.list still use testing when I said sarge on debootstrap

2005-06-21 Thread gary ng
Package: debootstrap Version: 0.2.45-0.2 Severity: minor as subject said. when I bootstrap a new image then run base-config, testing is used instead of stable for the sources.list -- System Information: Debian Release: 3.1 Architecture: i386 (i686) Kernel: Linux

Bug#315017: samba: failed to query CUPS on boot

2005-06-20 Thread gary ng
, a longer term solution is have it done periodically within samba. both CUPS and samba is now at S20, almost at the same time. I have changed CUPS to S19 but it still doesn't help. Mainly because there is still no delay. --- Christian Perrier [EMAIL PROTECTED] wrote: Quoting gary ng ([EMAIL

Bug#315035: smbldap-tools: support ldapi:/// ?

2005-06-20 Thread gary ng
Package: smbldap-tools Version: 0.8.7-4 Severity: wishlist I tried to run samba under vserver where the localhost(127.0.0.1) is being mapped to the assigned ip address. slapd has no problem about it(even if I tell it to listen to 127.0.0.1, it actually is listening to the real ip). However, many

Bug#314774: newvserver failed during debootstrap

2005-06-19 Thread gary ng
314774 + sarge thanks Hello On Sat, Jun 18, 2005 at 09:16:35PM +0800, gary ng wrote: Package: vserver-debiantools Version: 0.1.10 Severity: important = Errors were encountered while processing: /var/cache

Bug#315017: samba: failed to query CUPS on boot

2005-06-19 Thread gary ng
Package: samba Version: 3.0.14a-3 Severity: normal On my Xbox(64M, 733 Celeron), samba failed to query CUPS on bootup. This could be due to the fact that the resources is limited(and both CUPS and SAMBA is at S20) so when smbd is starting, CUPS has not fully up yet. I only see 2 lines of error in

Bug#314774: newvserver failed during debootstrap

2005-06-18 Thread gary ng
Package: vserver-debiantools Version: 0.1.10 Severity: important = Errors were encountered while processing: /var/cache/apt/archives/console-tools_1%3a0.2.3dbs-56_i386.deb W: Failure while installing base packages. This will

Bug#314240: smb4k: authentication issue with my XP pro share

2005-06-15 Thread gary ng
Package: smb4k Version: 0.5.2-1 Severity: normal I am running XP Pro on my notebook which has some share that is accessible to everyone(even though the machine is joined to a NT/Samba domain). That means, accessing these share should requires no authentication at all and this is the case when I

Bug#312631: util-vserver: lack manual pages for many of the bins shipped in the package

2005-06-09 Thread gary ng
Package: util-vserver Version: 0.30.204-5sarge2 Severity: normal a number of binaries shipped doesn't have any man pages(like vshelper, setattr etc.). I tried to find it on the vserver home page but still it is a bit hard to find. -- System Information: Debian Release: 3.1 Architecture: i386

Bug#312635: /razor-agent.log, this is no good

2005-06-09 Thread gary ng
Package: razor Version: 2.670-1 Severity: normal I didn't configure anything in /etc/razor/razor-agent.conf and found this file. I believe it is much more preferred to be in /var/log/ as that is the norm in debian. -- System Information: Debian Release: 3.1 Architecture: i386 (i686) Kernel:

Bug#312441: subversion: svn command seems to store my credential without asking me

2005-06-08 Thread gary ng
Package: subversion Version: 1.1.4-2 Severity: normal I am running svn repo behind apache2 so I need to access it through http://. It seems that the svn command line client would ask me the credential and stores it to my home directory(with proper access right bits). However, the password is

Bug#311319: util-vserver: exim4 doesn't work under vserver ?

2005-05-31 Thread gary ng
Package: util-vserver Version: 0.30.204-5 Severity: normal I tried to install exim4-daemon-heavy under a vserver instance and it fails to start because it tries to setrlimit(RLIMIT_NPROC) and failed. I am not sure if this is a problem of util-vserver or the vserver kernel limitation or exim4.

Bug#310952: util-vserver: vreboot location seems to be wrong

2005-05-27 Thread gary ng
Package: util-vserver Version: 0.30.204-5 Severity: normal It seems that the newvserver script looks for the wrong place for vreboot in this version(it is now under legacy). As a result, it is not copied over to the client(though I am not sure if it still works as there seems to be some

Bug#310952: util-vserver: vreboot location seems to be wrong

2005-05-27 Thread gary ng
the script and help message being changed and hopefully, some readme for those who need to run in legacy mode to know that it is still there. --- Ola Lundqvist [EMAIL PROTECTED] wrote: reassign 310952 vserver-debiantools thanks Hello On Fri, May 27, 2005 at 03:39:20PM +0800, gary ng wrote

Bug#310757: There are file systems without POSIX semantics

2005-05-26 Thread gary ng
Forgive me ignorance. Would the same situation happens in say SMB/CIFS ? To the server, the authentication would still be whoever mount it from the client side. I don't think this is a bug(if it is at all) worth RC status. __ Do you Yahoo!?

Bug#310938: vserver-debiantools: add a few more things during newvserver possible ?

2005-05-26 Thread gary ng
Package: vserver-debiantools Version: 0.1.10 Severity: wishlist I am testing out the vserver features and like it very much, however, I am wondering if it is possible to add a few things during the newvserver creation stage as the following : 1. mknod /dev/tap? and /dev/net/tun The rationale is

Bug#310707: svk: move/copy can make revision hard to follow or loss

2005-05-25 Thread gary ng
Package: svk Version: 1.00-1 Severity: important I like svk very much but found a very annoying lack of feature that makes it scary to use. Here is the situation : 1. create a /repo/branch/linux/vanilla branch 2. make lots of change with lots of commit 3. I need to patch in some third party

Bug#310714: sfs-client: rlimit_stack request denied by grsec

2005-05-25 Thread gary ng
Package: sfs-client Version: 1:0.8-0+pre20041016.1-1 Severity: normal I am not sure if this would affect the operation but I found some message in the syslog when I use a grsec enabled kernel grsec: denied resource overstep by requesting 60235776 for RLIMIT_STACK against limit 8388608 for

Bug#310153: modutils: /lib/modules/`uname -r`/mod* not up to date for system without hw clock

2005-05-21 Thread gary ng
Package: modutils Version: 2.4.26-1.2 Severity: minor I have a xbox which can lose the HW clock from time to time. As a result, I need to install the ntp time service to adjust it on boot up. However, modutils is currently running in rcS.d as S20modutils, before the time server starts. This means

Bug#309757: usermin-ssh: failed to read ~/.ssh/known_hosts or ~/.ssh/authorized_keys at all

2005-05-19 Thread gary ng
Package: usermin-ssh Version: 1.110-3 Severity: important this package failed to read the mentioned files. I briefly went through the code under /usr/share/usermin/ssh/ssl-lib.pl and it seems that the format it expected is not quite the same as in my files, which is for the default ssh package in

Bug#309430: coreutils: chown/chgrp has problem with LDAP based users ?

2005-05-17 Thread gary ng
Package: coreutils libpam-ldap libnss-ldap Version: 5.2.1-2 Severity: important I have no idea what the source of this. I have a LDAP directory setup for user account management. Everything things work fine including login etc. However, when I want to change the ownership of a file belong to a

Bug#309430: coreutils: chown/chgrp has problem with LDAP based users ?

2005-05-17 Thread gary ng
PROTECTED] wrote: gary ng wrote: I have no idea what the source of this. I have a LDAP directory setup for user account management. Everything things work fine including login etc. However, when I want to change the ownership of a file belong to a particular user(under his home directory

Bug#309430: coreutils: chown/chgrp has problem with LDAP based users ?

2005-05-17 Thread gary ng
in the faq. Forgive my ignorance and please close the bug. --- Bob Proulx [EMAIL PROTECTED] wrote: gary ng wrote: ah, but how come another user(non-root) can do it then ? If you own the file and are also in the group then the linux kernel allows you to change the group. drwx--x--x

Bug#309303: smbldap-tools: home creation with 0711 instead of 0700 possible ?

2005-05-16 Thread gary ng
Package: smbldap-tools Version: 0.8.7-4 Severity: wishlist I am creating a linux server for windows users using samba and smbldap-tools. Everything works fine but I would suggest to change the default home directory creation mode to 0711 instead of 0700, or may be some environment parameter. The

Bug#307589: webmin-ldap-useradmin default doesn't match samba package in sarge

2005-05-05 Thread gary ng
Hi, I found the problem. The default object class in this package use sambaAccount which is for samba 2.2, samba 3.0.x(standard in sarge) now use sambaSamAccount. This can be changed in the module config in webmin but I believe it would be better to change it in the default so it can work out of

Bug#307885: courier-authdaemon: better /etc/pam.d/imap default

2005-05-05 Thread gary ng
Package: courier-authdaemon Version: 0.47-4 Severity: normal hi, as sarge now use the covention of @include common-auth etc. for pam.d setup, it may be better to have the imap default to follow this too. The current /etc/pam.d/imap installed only have pam_unix.so hardcoded by default, and

Bug#307606: migrationtools: incompatible with latest slapd 2.2.23 in sarge

2005-05-04 Thread gary ng
Package: migrationtools Version: 46-1 Severity: important I tried to do a off line migration but failed when it try to add the domain dn, say dn=dc=my,dc=net because the slapd configure already did it. This make this tool basically useless as I need to look around to see how to bypass it. --

Bug#307613: migrationtools: can't have base domain like dc=something,dc=homeip,dc=net

2005-05-04 Thread gary ng
Package: migrationtools Version: 46-1 Severity: normal the script would start from right to left to create the dc entries so it would attempt to create dc=homeip,dc=net but since my base is dc=something,dc=homeip,dc=net, it cannot be imported to the ldap server -- System Information: Debian

Bug#307616: migrationtools: needs misc.schema which is not included in slapd configuration by default

2005-05-04 Thread gary ng
Package: migrationtools Version: 46-1 Severity: normal the tools generate ldif with entries that requires objectClass: nisMailAlias This however is only in misc.schema of openldap but slapd doesn't include it by default. So a default installation cannot use migrationtools I am not sure if this

Bug#307618: migrationtools: multiple cn=echo, ou=Services, dc=domain, dc=net entries generated

2005-05-04 Thread gary ng
Package: migrationtools Version: 46-1 Severity: normal because the script read through /etc/services but there are multiple entries (tcp/udp) for echo(may other too), so multiple entries have been generated This make the package not usable out of the box, at least the migrate-all scripts --

Bug#307628: libpam-ldap: seems that md5 is supported now but now mentioned in man or conf

2005-05-04 Thread gary ng
Package: libpam-ldap Version: 178-1 Severity: minor The changelog said that md5 is now supported(which I assume is also included in the debian build) but the man page have no mentioning of it. It would be great if it can be updated to reflect this as md5 is the preferred way for the shadow

Bug#307586: libnss-ldap: only root can see ldap entries ?

2005-05-03 Thread gary ng
Package: libnss-ldap Version: 238-1 Severity: important It seems that only root can see entries from LDAP. when I do a su abc, I can get into it. But once, there whoami failed and getent passwd also shows entries only from /etc/passwd. the ldap entries is created from webmin but it seems that

Bug#307589: webmin-ldap-useradmin: can't create if samba option is selected

2005-05-03 Thread gary ng
Package: webmin-ldap-useradmin Version: 1.180-3 Severity: important I have installed samba 3.0.14a and failed to create user using this module if I select samba as well. The error is : Failed to save user : Failed to add user to LDAP database : objectclass: value #2 invalid per syntax

Bug#282204: gmailfs in sarge is still not usable.

2005-03-11 Thread gary ng
While the dependency has changed back to fuse-utils 1.3-1, the calling parameter in mount.gmailfs seems to be changed to the newer version so it gives a unknown option with fuse-util 1.3-1(fusermount). I believe this bug should be re-opened or a new one assigned. Basically, the current gmailfs

Bug#297170: fail to build as non-root

2005-02-27 Thread gary ng
Package: lirc-modules-source Version: 0.6.6-12 Release: sarge I failed to build this package if I am not root. seems that the make-kpkg --rootcmd fakeroot has no effect on this. Another minor issue, I can't find a kdist target. I understand that in general kdist is not needed but I have included

Bug#296494: webmin-ldap-useradmin cannot create new user(no structural object class)

2005-02-22 Thread gary ng
Package: webmin-ldap-useradmin Version: 1.160-3 Distribution: testing Severity: grave The webmin module(both this and the latest one from webmin.com) is just not compatible with debian's ldap schema setup making this module not usable, thus the grave severity. The problem is that inetOrgPerson

Bug#296191: defconf value not stored on initial install

2005-02-20 Thread gary ng
Package: viewcvs Version: 0.9.2+cvs.1.0.dev.2004.07.28-4 I tried to install viewcvs on a fresh sarge. However, the configuration is not stored in /etc/viewcvs/*.conf, I believe some default is being used instead. A subsequent dpkg-reconfigure viewcvs does able to make the actual changes both to

Bug#296046: symlink doesn't work in svn merge

2005-02-19 Thread gary ng
Package: subversion Version: 1.1.3-1 Release: sarge When I tried to merge in a branch to a trunk, the symlink in branch cannot properly created in trunk. The following is an example. /repo/trunk /repo/my-branch at this time, trunk and my-branch are identical. 1. create the link in my-branch

Bug#292413: failed on dist-upgrade in sarge

2005-01-26 Thread gary ng
Package: ldap-account-manager Version: 0.4.7-1 Severity: normal *** Please type your report below this line *** I got this error when trying a apt-get dist-upgrade === After unpacking 0B of additional disk space will be used. Setting up

Bug#292413: why /etc/ldap-account-manager/config.cfg is not there

2005-01-26 Thread gary ng
I tried to purge the package and reinstall. This time I chose to have it configure for both apache and apache-ssl and now the config.cfg is there. I believed the first installation didn't create it because I chose none when asked for apache configuration. Whichever way, I think this is a bug in