https://bugs.kde.org/show_bug.cgi?id=516861

--- Comment #8 from [email protected] ---
Workaround confirmed:

Running updatectl update twice in sequence reliably works around the
first-attempt failure:

  updatectl update; sleep 1; updatectl update

Pattern observed:
- First run: exits with "Keine Berechtigung" (permission denied) or aborts
silently
- Second run immediately afterwards: completes successfully

The sleep 1 is likely not strictly necessary, but ensures the first run has
fully exited before the second attempt. The key factor appears to be that the
first run prepares the internal state, allowing the second run to succeed.

This is consistent with the race condition hypothesis in Comment 3.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to