Summary: | Backup run terminates unexpectedly | ||
---|---|---|---|
Product: | [Applications] kup | Reporter: | pewkrause |
Component: | general | Assignee: | Simon Persson <simon.persson> |
Status: | RESOLVED UPSTREAM | ||
Severity: | normal | CC: | kopper.patrick, salvuzzo82 |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Kup log |
Description
pewkrause
2024-08-18 16:43:28 UTC
I am observing the same behaviour on a recent Arch Linux installation. I'm backing up to an ZFS file system on an external NAS. Without changes to the setup, KUP suddenly stopped working when run from my local machine. Running bup on the NAS successfully completes fsck. OBSERVED RESULT Kup is starting bup backup job at Tuesday 20 August 2024 19:01:55 CEST bup "-d" "[...]" "init" bup "-d" "[...]" "fsck" "--quick" "-j" "4" Exit code: 0 bup "-d" "[...]" "index" "-u" "--exclude" "[...]" "[...]" Exit code: 0 bup "-d" "[...]" "save" "-n" "kup" "-vv" "[...]" Saving: 100.00% (89032805/89032805k, 165872/165872 files), done. Exit code: 0 bup "-d" "[...]" "fsck" "-g" "-j" "4" error: index-pack died of signal 11 b'pack-894dc69af7d5d1197c8e5683253edbf09220a5b8' git verify: failed (1) Exit code: 1 Kup did not successfully complete the bup backup job: failed to generate recovery info. SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: 6.1.4 KDE Frameworks Version: 6.5.0 Qt Version: 6.7.2 Kernel Version: 6.10.6-zen1-1-zen (64-bit) Graphics Platform: Wayland Processors: 16 × AMD Ryzen 7 4800H with Radeon Graphics Memory: 15.0 GiB of RAM Graphics Processor: AMD Radeon Graphics Manufacturer: HUAWEI Product Name: KLVL-WXX9 System Version: M1040 Created attachment 173049 [details]
Kup log
Same issue for me:
# OS: Arch Linux (6.10.6-arch1-1)
# DE: KDE Plasma 6.1.4 (Wayland)
This was a bug in git 2.46.0 that was fixed in version 2.46.1. |