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
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
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
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
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
** 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
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
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
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
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
10 matches
Mail list logo