Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aurora-CLI/Atuin does no longer remember new commands #215

Closed
tobiasmicheler opened this issue Feb 14, 2025 · 2 comments
Closed

Aurora-CLI/Atuin does no longer remember new commands #215

tobiasmicheler opened this issue Feb 14, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@tobiasmicheler
Copy link
Contributor

tobiasmicheler commented Feb 14, 2025

Describe the bug

I am not exactly sure when this happened, but Aurora-CLI/Atuin does no longer remember new commands. It previously worked. It was installed with the "standard" command ujust aurora-cli. Did some update break it perhaps?

What did you expect to happen?

I expected Atuin to remember commands like it used to.

Output of bootc status

❯ sudo bootc status
Place your finger on the fingerprint reader
● Booted image: ghcr.io/ublue-os/aurora-dx:stable
        Digest: sha256:270d1be8a850eff7417a069e3c924ec96ae747497d5fb28133b2c7c3092bae5e
       Version: 41.20250209.1 (2025-02-09 05:59:27 UTC)

  Rollback image: ghcr.io/ublue-os/aurora-dx:stable
          Digest: sha256:7a2158ffc82ecc2d309d7d3c24ebba9b020b4165f25af20b5e6913dfb567d756
         Version: 41.20250202.1 (2025-02-02 06:01:19 UTC)

Output of groups

❯ groups
tobias wheel incus-admin lxd docker libvirt plugdev

Extra information or context

This was tested with two machines, both have the same problem.

@dosubot dosubot bot added the bug Something isn't working label Feb 14, 2025
@tobiasmicheler
Copy link
Contributor Author

For further context, here is the output of atuin doctor:

Atuin Doctor
Checking for diagnostics

[Shell] If you are using Bash, Atuin requires that either bash-preexec or ble.sh be installed. An older ble.sh may not be detected. so ignore this if you have it set up! Read more here: https://docs.atuin.sh/guide/installation/#bash

Please include the output below with any bug reports or issues

{
  "atuin": {
    "version": "18.4.0",
    "sync": null,
    "sqlite_version": "3.46.0"
  },
  "shell": {
    "name": "bash",
    "default": "bash",
    "plugins": [
      "atuin"
    ],
    "preexec": "none"
  },
  "system": {
    "os": "Aurora",
    "arch": "x86_64",
    "version": "41",
    "disks": [
      {
        "name": "/dev/nvme1n1p3",
        "filesystem": "btrfs"
      },
      {
        "name": "/dev/nvme1n1p3",
        "filesystem": "btrfs"
      },
      {
        "name": "/dev/nvme1n1p3",
        "filesystem": "btrfs"
      },
      {
        "name": "/dev/nvme1n1p3",
        "filesystem": "btrfs"
      },
      {
        "name": "/dev/nvme1n1p2",
        "filesystem": "ext4"
      },
      {
        "name": "/dev/nvme1n1p1",
        "filesystem": "vfat"
      },
      {
        "name": "/dev/nvme1n1p3",
        "filesystem": "btrfs"
      },
      {
        "name": "overlay",
        "filesystem": "overlay"
      },
      {
        "name": "/dev/sda1",
        "filesystem": "ext4"
      },
      {
        "name": "/dev/nvme1n1p3",
        "filesystem": "btrfs"
      }
    ]
  }
}

@tobiasmicheler
Copy link
Contributor Author

Nvm, i figured out that it was already fixed in #212

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant