severity 572118 normal thanks Thorsten Glaser wrote: > Resul Cetin dixit: > >Thorsten Glaser wrote: > >> Resul Cetin dixit: > >> >Personally i doubt that gpg-agent really starts pinentry-kwallet. > >> > >> Does it now start it or not? > > > >It seems that it start, but I don't know why it doesn't create that > >/tmp/blablub file. Maybe a mksh specific behavior? The debug output seems > > to indicate that it is, because I see "warning: unknown line 'GETINFO > > pid'" > > So you get the debug output from the script I sent you? Why didn’t > you say so.
No, the stuff you send all the time were quite useless and it seems you never read the stuff I wrote in the first place. > As I don’t know where you inserted your line that should > create the file, I cannot comment on this, but, combined with Werner’s > statements this starts to reek of PEBKAC to me. I wrote were I inserted it. And thanks to insulting me. > >No it isn't normal. It breaks other things in Debian and this makes it > > No it doesn’t, because you have configured your gpg-agent to explicitly > use it (if any; I’m not too sure about whether you indeed did that yet) > and it doesn’t break a single thing in the default configuration. But your manpages says to do so. And as I told you yesterday more than one time, i just changed my configuration as your manpage states and even send you the configuration file so you can check. > >But having broken gpg-agent due to that package after the release of > >squeeze is a no go. > > Like I said, nothing “breaks” unless you do manual intervention. > Besides, why are you so aggressive? Squeeze is months away, perso- > nally I hope it won’t be released before 2011 anyway, and considering > my response time you shouldn’t be so rude and demand things and get > people into panic mode right now. Yes, and why does it get delayed? Because packages needs to be fixed. Where do release manager know about packages to fix? Yes, from the severity in their bugs. Quite easy. This has nothing to do with panic mode. The package breaks other packages when doing what the manpage states. > >or nothing will happen when you run gpg-agent with pinentry-kwallet as > >pinentry-program. > > Okay. Let’s try this again. *boots Debian unstable in qemu* > *installs gnupg-agent* > > t...@sid:~ $ cat .gnupg/gpg.conf > use-agent > t...@sid:~ $ cat .gnupg/gpg-agent.conf > pinentry-program /usr/bin/pinentry-kwallet > > Then I run 「eval $(gpg-agent --daemon)」 and use > $ gpg --clearsign foo > > Indeed, I do not get anything at all. > > > Ok, let’s try something… > > t...@sid:~ $ cat /usr/bin/pinentry-kwallet > #!/bin/sh > /usr/bin/logger -t pkw "I'm here" > echo yes >/tmp/x > exit 0 > t...@sid:~ $ ls -l /usr/bin/pinentry-kwallet > -rwxr-xr-x 1 root root 68 Mar 2 14:34 /usr/bin/pinentry-kwallet > t...@sid:~ $ ls -l /tmp/x > ls: cannot access /tmp/x: No such file or directory Have you restarted the gpg-agent? This was my fault yesterday. I just forgot to restart gpg-agent when I changed /usr/bin/pinentry-kwallet The bug in the end is the "GETINFO pid" one - I don't care which package fixes it, but it is still there. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org