Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default output directory emptied when used offline without specifying -o #9

Open
zpuskas opened this issue Jul 2, 2015 · 1 comment
Assignees
Labels
bug waitingonsubmitter Waiting on the sbumitter

Comments

@zpuskas
Copy link

zpuskas commented Jul 2, 2015

Ran command:
$ pius -r somekeyring.gpg -A -s 0xSomeid

Expected result:
/tmp/pius_out containing signed keys

Actual result:
/tmp/pius_out contained only 2 random signed uid-s instead of all found in the keyring

If command ran is:
$ pius -r somekeyring.gpg -A -s 0xSomeid -e -o /tmp/signed_keys

Actual result is as expected:
All signed and encrypted signed UID-s are stored in /tmp/signed keys.

As I did not run with -o but without -e, so I'm not sure whether this bug is triggered by the missing -o or the missing -e parameter.

Version used:
pius-2.0.7 on Debian Wheezy (armhf), but apparently this is not fixed in later versions either.

@jaymzh
Copy link
Owner

jaymzh commented Mar 19, 2018

Sorry for the delay. I just tried this and I cannot reproduce. I ran pius -r ./<keyring> -A -s $keyid, signed 5 keys, and said n to the rest and 9 signed UIDs from all 5 keys were in the out directory. Can you still reproduce this on modern PIUS? And if so, can you please provide debug output?

@jaymzh jaymzh self-assigned this Mar 19, 2018
@jaymzh jaymzh added bug waitingonsubmitter Waiting on the sbumitter labels Mar 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug waitingonsubmitter Waiting on the sbumitter
Projects
None yet
Development

No branches or pull requests

2 participants