-
Notifications
You must be signed in to change notification settings - Fork 0
Troubleshooting
ATHA targets Arch Linux. Install and run ATHA on Arch-based systems where pacman is available.
ATHA writes to /tmp/atha.log when possible, then falls back to user cache:
- $XDG_CACHE_HOME/atha/atha.log
- ~/.cache/atha/atha.log
If log errors still appear, verify the fallback path is writable by your current user.
Expected behavior:
-
--planshows decision analysis (what and why). -
--dry-runshows execution simulation (what command would run).
If both outputs look identical, upgrade ATHA and retest:
yay -Syu atha
atha install --plan vim
atha install --dry-run vimAdd your SSH public key in your AUR account settings, then retry push.
Quick checks:
ssh -T aur@aur.archlinux.org
git remote -vMake sure ATHA is executed with bash and update to the latest package version.
If this happens only in one terminal profile, check shell init files and TERM settings.
Run these checks in order:
atha doctor
sudo -v
pacman -VIf dependency checks pass but the issue remains, include the latest log output when reporting:
tail -n 100 /tmp/atha.log
tail -n 100 ~/.cache/atha/atha.logIf AUR index is delayed, local package metadata may appear newer than remote.
Recommended checks:
pacman -Qi atha
yay -Syu athaIf needed, wait a few minutes for AUR indexing and retry.