bug#67538: Shepherd stops responding during "guix system reconfigure"

2023-12-11 Thread Michal Atlas
I've been experiencing this occasionally ever since I started using guix. It happens on all of my machines and across different setups. I don't use syncthing so it's probably not that. The set of services I have has changed so much I'd have trouble identifying a singular service that was in all

bug#68968: system reconfigure ignores incorrect --on-error flag value

2024-02-07 Thread Michal Atlas
In the guix/scripts/system.scm file we do not check the value while parsing the flag: --8<---cut here---start->8--- (option '("on-error") #t #f     (lambda (opt name arg result)   (alist-cons 'on-error (string->symbol arg)   res