panic: invalid page type: 9: 10goroutine 1 [running]:go.etcd.io/bbolt.(*Cursor).search(0xc00061e6

I have a Debian container installed on my computer, but the executables inside the container didn't show up. I then tried manually adding the folder to the PATH. I tried running mega-cmd.debian and apt.debian, and it returned this error.
7 Replies
Asterisk
Asterisk3y ago
weird
MrBear038
MrBear038OP3y ago
I know right Since I'm using fish shell, I just created an alias for the commands I want to use and execute it inside the debian container
Asterisk
Asterisk3y ago
Does bash work? Fish is very different in terms of file syntax
MrBear038
MrBear038OP3y ago
it should work as long the alias syntax is correct I used alias mega-cmd "user exec debian mega-cmd" alias apt "user exec debian apt"
Asterisk
Asterisk3y ago
try bash fish isn't POSIX-compatible and its script files work differently
MrBear038
MrBear038OP3y ago
I still get the same error using bash

Did you find this page helpful?