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

Suggestion: Mention expected errors from "cp -rp ~/.gnupg [/media/disk/name]/gnupg-backup" #25

Closed
jkbullard opened this issue Dec 17, 2017 · 1 comment

Comments

@jkbullard
Copy link

Thanks for the great protecting-code-integrity.md guide.

When I did cp -rp ~/.gnupg [/media/disk/name]/gnupg-backup on macOS 10.13.2, I got the following errors:

cp: /Users/---/.gnupg/S.gpg-agent.ssh: Operation not supported on socket
cp: /Users/---/.gnupg/S.dirmngr: Operation not supported on socket
cp: /Users/---/.gnupg/S.gpg-agent: Operation not supported on socket
cp: /Users/---/.gnupg/S.gpg-agent.browser: Operation not supported on socket

If they should be ignored, I suggest that you add a note to that effect just below the command line.

@mricon
Copy link
Member

mricon commented Dec 18, 2017

Good catch -- the socket files are not in the home directory on Linux, so I didn't see those. I'll add a warning.

mricon added a commit that referenced this issue Dec 18, 2017
Per issue #25.

Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
@mricon mricon closed this as completed Dec 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants