Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Overview

In order to use a GPG key that has a passphrase, an external gpg-agent must be running and seeded with your passphrase and key before attempting packagecloud:enterprise installation.

Required Setup

The Socket Environment file


Monitoring Considerations

Since the external gpg-agent lives in a critical code path (signing repository metadata), it's important that it stays up

Common Errors

When using the Indexer Status area, you might see recently failed jobs with the following errors:

ErrorDescriptionTroubleshooting Tips
NoSocketEnvironmentFileThe socket environment file cannot be located.

Is the --write-env-file option being used correctly?

SocketEnvironmentFileUnreadableThe socket environment file is unreadable.Are the permissions of the socket environment file readable by the packagecloud user?
CannotParseSocketEnvironmentFileThe socket file is malformed and cannot be parsed.Are you using gpg-agent 2.0.x?
  • No labels