Skip to content

"Invalid signature" appears at random from different commands #26

@beaugunderson

Description

@beaugunderson

I'm on Ubuntu 12.10 and hitting this very often which makes scripting the tools a huge pain.

Here's my simple repro:

#!/bin/bash

while true; do
  sdc-listmachines --limit 100 --offset 0

  EXIT_CODE=$?

  echo "Exit code: $EXIT_CODE"

  if [[ $EXIT_CODE -ne 0 ]]; then
    exit $EXIT_CODE
  fi
done

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions