tags 386107 + unreproducible
Hi, I'm tagging this bug as unreproducible as no feedback has been received for one month. Here is how it works on my host: * ~/.bash_profile is sourcing my .bashrc: if [ -f ~/.bashrc ]; then . ~/.bashrc fi * ~/.bahrc has the following lines: if test -f $HOME/.gpg-agent-info && kill -0 `cut -d: -f 2 $HOME/.gpg-agent-info` 2>/dev/null; then export `cat $HOME/.gpg-agent-info` else eval `gpg-agent --daemon --quiet --write-env-file $HOME/.gpg-agent-info` fi export GPG_TTY=$(tty) As a result, here is what I have in a console (with or without screen): $ echo $GPG_TTY /dev/pts/1 $ echo $GPG_AGENT_INFO /tmp/gpg-5vKQhe/S.gpg-agent:8675:1 $ ps -ef |grep gpg-agent |grep -v grep xavier 8675 1 0 11:21 ? 00:00:00 gpg-agent --daemon --quiet --write-env-file /home/xavier/.gpg-agent-info $ echo test |gpg -s --> The string 'test' is signed with my private key. If no feedback is received on this bug within one week, I'll close it. Cheers, Xavier -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org