snap run fails to run, cannot find app "me" in "me"
Bug #1618085 reported by
Stuart Bishop
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
snapd |
Confirmed
|
Medium
|
Unassigned |
Bug Description
snap run does not work for me:
$ snap run postgresql-9-6 --shell
error: cannot find app "postgresql-9-6" in "postgresql-9-6"
This is quite possibly driver error, but the cli help fails to correctly document the command:
$ snap run --help
Usage:
snap [OPTIONS] run [run-OPTIONS]
Run the given snap command with the right confinement and environment
Application Options:
--version print the version and exit
Help Options:
-h, --help Show this help message
[run command options]
--shell run a shell instead of the command (useful for debugging)
Changed in snappy: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
affects: | snappy → snapd |
To post a comment you must log in.
Does `snap run --shell postgresql-9-6` work any differently?