Open HwapX opened 1 week ago
Same here
Atuin Doctor Checking for diagnostics Please include the output below with any bug reports or issues
{
"atuin": {
"version": "18.3.0",
"sync": {
"cloud": true,
"records": true,
"auto_sync": true,
"last_sync": "2024-11-05 19:37:37.40501821 +00:00:00"
},
"sqlite_version": "3.44.0"
},
"shell": {
"name": "zsh",
"default": "zsh",
"plugins": [
"atuin"
],
"preexec": "built-in"
},
"system": {
"os": "Ubuntu",
"arch": "x86_64",
"version": "24.04",
"disks": [
{
"name": "/dev/nvme1n1p2",
"filesystem": "btrfs"
},
{
"name": "/dev/nvme1n1p2",
"filesystem": "btrfs"
},
{
"name": "/dev/nvme1n1p1",
"filesystem": "vfat"
}
]
}
}
Same here
This is the output from atuin doctor
{
"atuin": {
"version": "18.3.0",
"sync": null,
"sqlite_version": "3.44.0"
},
"shell": {
"name": "zsh",
"default": "zsh",
"plugins": [
"atuin"
],
"preexec": "built-in"
},
"system": {
"os": "Ubuntu",
"arch": "x86_64",
"version": "24.04",
"disks": [
{
"name": "/dev/mapper/ubuntu--vg-ubuntu--lv",
"filesystem": "ext4"
},
{
"name": "/dev/sda2",
"filesystem": "ext4"
}
]
}
}
This is the output of ctrl+r
➜ Error: Permission denied (os error 13)
Location:
crates/atuin/src/command/client/search/interactive.rs:990:18a
What terminals are you using?
is where the error is coming from
I'm SSH'ing into a virtual machine
but with what terminal emulator?
Is xterm-256color
a terminal emulator? That's the output of echo $TERM
The same behaviour happens outside, and within tmux.
Just to rephrase - what application are you opening on your computer in order to run the ssh command?
Such as iterm2, alacritty, gnome terminal, etc
What terminals are you using?
is where the error is coming from
Alacritty
alacritty --version │
lacritty 0.13.2
iterm2
on MacOS.
I just tested and noted the same behaviour if I SSH to the VM using Windows Terminal
Is
xterm-256color
a terminal emulator? That's the output ofecho $TERM
The same behaviour happens outside, and within tmux.
I don't know why, but just as the error came, it disappeared...
The only thing I can say is that while this was happening in zsh, on the same system with bash it worked fine.
echo $TERM
xterm-256color
This was on both zsh(broken) and bash(fine) using gnome terminal
For me its solved, for now....
What did you expect to happen?
The search panel open.
What happened?
Recently i started getting this error when running on zsh.
The following error happens when i try run it.
Atuin doctor output
Code of Conduct