ublue-os / bluefin

The next generation Linux workstation, designed for reliability, performance, and sustainability.
https://projectbluefin.io
Apache License 2.0
896 stars 140 forks source link

mamba update fails when run from ujust #1473

Open fonnesbeck opened 4 weeks ago

fonnesbeck commented 4 weeks ago

Describe the bug

Running ujust --choose results in a failure when it tries to update mamba:

mamba failed: 
   0: Command failed: `mamba config --show auto_activate_base`

      Stdout:
      Currently, only install, create, list, search, run, info, clean, remove, update, repoquery, activate and deactivate are supported through mamba.
   1: `mamba` failed: exit status: 1

What did you expect to happen?

Should not be running mamba config, as the command does not exist.

Output of rpm-ostree status

State: idle
AutomaticUpdates: stage; rpm-ostreed-automatic.timer: no runs since boot
Deployments:
● ostree-image-signed:docker://ghcr.io/ublue-os/bluefin-dx:gts
                   Digest: sha256:e16afbddf4517f9f5b70734b9cc1f9662ee7034859aba197c8e5d3c192b0ccca
                  Version: 39.20240630.0 (2024-06-30T05:56:06Z)
          LayeredPackages: 1password 1password-cli

  ostree-image-signed:docker://ghcr.io/ublue-os/bluefin-dx:gts
                   Digest: sha256:d3317191c0e2947a448dddeb89b8aec13733c77c076ca7639f72301d5ae24dce
                  Version: 39.20240628.0 (2024-06-28T23:00:31Z)
          LayeredPackages: 1password 1password-cli

Output of groups

fonnesbeck wheel incus-admin lxd docker libvirt

Extra information or context

No response

m2Giles commented 4 weeks ago

I'm assuming you are running ujust update which calls topgrade to do the updating.

fonnesbeck commented 4 weeks ago

Correct!