bug#63869: [shepherd] `guix system reconfigure` forgets `herd disable mysrv`

2023-06-18 Thread Maxim Cournoyer
Hi, Ludovic Courtès writes: > Hi Maxim & Attila, > > Maxim Cournoyer skribis: > >> Ludovic Courtès writes: > > [...] > > When a service is stopped at the time of reconfigure, it is immediately > replaced and then started. > > Replacing works by unregistering the old instance fr

bug#63869: [shepherd] `guix system reconfigure` forgets `herd disable mysrv`

2023-06-14 Thread Ludovic Courtès
Hi Maxim & Attila, Maxim Cournoyer skribis: > Ludovic Courtès writes: [...] When a service is stopped at the time of reconfigure, it is immediately replaced and then started. Replacing works by unregistering the old instance from the registry and registering a new one

bug#63869: [shepherd] `guix system reconfigure` forgets `herd disable mysrv`

2023-06-09 Thread Maxim Cournoyer
Hi Ludovic, Ludovic Courtès writes: > Hi, > > Maxim Cournoyer skribis: > >> Ludovic Courtès writes: > > [...] > >>> When a service is stopped at the time of reconfigure, it is immediately >>> replaced and then started. >>> >>> Replacing works by unregistering the old instance from the registry

bug#63869: [shepherd] `guix system reconfigure` forgets `herd disable mysrv`

2023-06-09 Thread Ludovic Courtès
Hi, Maxim Cournoyer skribis: > Ludovic Courtès writes: [...] >> When a service is stopped at the time of reconfigure, it is immediately >> replaced and then started. >> >> Replacing works by unregistering the old instance from the registry and >> registering a new one. As a side effect, you

bug#63869: [shepherd] `guix system reconfigure` forgets `herd disable mysrv`

2023-06-06 Thread Maxim Cournoyer
Hi Ludovic, Ludovic Courtès writes: > Attila Lendvai skribis: > >> i turn off some services using `herd disable`. then i do a `guix >> system reconfigure`, and these services get enabled and started. >> >> i would expect the enabled/disabled state to be preserved across >> reconfigures. > > Wh

bug#63869: [shepherd] `guix system reconfigure` forgets `herd disable mysrv`

2023-06-05 Thread Ludovic Courtès
Attila Lendvai skribis: > i turn off some services using `herd disable`. then i do a `guix system > reconfigure`, and these services get enabled and started. > > i would expect the enabled/disabled state to be preserved across reconfigures. When a service is stopped at the time of reconfigure,

bug#63869: [shepherd] `guix system reconfigure` forgets `herd disable mysrv`

2023-06-03 Thread Attila Lendvai
i turn off some services using `herd disable`. then i do a `guix system reconfigure`, and these services get enabled and started. i would expect the enabled/disabled state to be preserved across reconfigures. if it's not easily feasible in the current architecture, then feel free to close this.