1Password CLI stopped working
Forgive me, I'm in the middle of a setup of a new work machine, so I'm not entirely sure what caused 1P CLI to stop working. Sorry about that.
```
❯ op signin
[ERROR] 2023/06/10 09:07:05 connecting to desktop app: read: connection reset, make sure the CLI is correctly installed and Connect with 1Password CLI is enabled in the 1Password app
❯ cat /etc/group |grep onepass
onepassword:x:1001:
onepassword-cli:x:1002:
❯ ll /usr/bin/op
.rwxr-sr-x 21M root onepassword-cli 2023-05-15 17:32 /usr/bin/op*
```
And the tail of the log file.
WARN 2023-06-10T07:13:05.416 tokio-runtime-worker(ThreadId(11)) [1P:foundation/op-sys-info/src/process_information/linux.rs:287] binary permission verification failed for /home/linuxbrew/.linuxbrew/Cellar/zsh/5.9/bin/zsh
INFO 2023-06-10T07:13:05.417 tokio-runtime-worker(ThreadId(11)) [1P:native-messaging/op-native-core-integration/src/lib.rs:361] Extension connecting.
ERROR 2023-06-10T07:13:05.417 tokio-runtime-worker(ThreadId(11)) [1P:native-messaging/op-native-core-integration/src/lib.rs:541] Failed to accept new connection.: PipeAuthError(UnknownPeer(BinaryPermissions))
Again, it used to work fine. One of the things I remember doing was changing the name of the machine in /etc/hosts. Setting it back to the way it was didn't help. zsh has been installed for days and op signin was working fine.
