[Bug 804641] Re: gpg-agent incorrectly detects currently running daemons

2012-06-14 Thread Roy Liu
A snippet from 90gpg-agent reads like this. # Invoking gpg-agent with no arguments exits successfully if the agent # is already running as pointed by $GPG_AGENT_INFO if ! $GPGAGENT 2>/dev/null; then STARTUP="$GPGAGENT --daemon --sh --write-env-file=$PID_FILE $STARTUP" fi That's

[Bug 804641] Re: gpg-agent incorrectly detects currently running daemons

2012-03-11 Thread Roy Liu
I just posted an explanation on the thread of the related bug report. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/804641 Title: gpg-agent incorrectly detects currently running daemons To manage n

[Bug 743268] Re: gpg-agent not launched correctly in Xsesson scripts

2012-03-11 Thread Roy Liu
I don't think the patch above works, for the reason that invoking gpg- agent without arguments achieves the same effect as invoking gpg- connect-agent with an empty stdin. Notice that the return code for former is 0 if the gpg-agent could be detected and 2 if not. The issue is that since the gpg-ag

[Bug 804641] [NEW] gpg-agent incorrectly detects currently running daemons

2011-07-01 Thread Roy Liu
Public bug reported: The Xsession.d/90gpg-agent script doesn't seem to be correct. It sources "$PID_FILE", whose contents contain something like "GPG_AGENT_INFO=/tmp/gpg-erNjuZ/S.gpg-agent:6363:1". Unfortunately, GPG_AGENT_INFO isn't used anywhere later in the script and is not visible to subseq

[Bug 540747] Re: Apache Web DAV incorrect permissions

2010-04-06 Thread Roy Liu
Hi, I noticed that the same bug is occurring again. Did the patch got taken out of a newer release? -- Apache Web DAV incorrect permissions https://bugs.launchpad.net/bugs/540747 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubunt

[Bug 540747] Re: Apache Web DAV incorrect permissions

2010-04-06 Thread Roy Liu
** Changed in: apache2 (Ubuntu) Status: Fix Released => Confirmed ** Changed in: apache2 (Ubuntu) Status: Confirmed => Fix Released -- Apache Web DAV incorrect permissions https://bugs.launchpad.net/bugs/540747 You received this bug notification because you are a member of Ubuntu B

[Bug 540747] Re: Apache Web DAV incorrect permissions

2010-03-29 Thread Roy Liu
It seems that the fix broke mod_dav_fs altogether: apache2: Syntax error on line 203 of /etc/apache2/apache2.conf: Syntax error on line 2 of /etc/apache2/mods-enabled/dav_fs.load: Cannot load /usr/lib/apache2/modules/mod_dav_fs.so into server: /usr/lib/apache2/modules/mod_dav_fs.so: undefined s

[Bug 540747] Re: Apache Web DAV incorrect permissions

2010-03-21 Thread Roy Liu
Do you think that this could be considered a bug? -- Apache Web DAV incorrect permissions https://bugs.launchpad.net/bugs/540747 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com ht

Re: [Bug 540747] Re: Apache Web DAV incorrect permissions

2010-03-19 Thread Roy Liu
Chuck, What version is Lucid's apache2.2-bin a backport of? I just tried with the last 2.2.15 version and the permissions are 644 rather than Ubuntu's 600. I did this by way of replacing mod_dav_fs.so as described below. Thanks, Roy On Fri, Mar 19, 2010 at 6:30 AM, Chuck Short wrote: > This i

[Bug 540747] [NEW] Apache Web DAV incorrect permissions

2010-03-18 Thread Roy Liu
Public bug reported: Binary package hint: apache2 I am a Git pull/push through Apache https user, and I also use the file- based protocol. Recently I noticed that the Git repository was filled with objects of permission -rw-- belonging to www-data, the Apache server username. After further