Re: Unable to configure a system with 'cuirass-service'

2016-12-15 Thread Mathieu Lirzin
ng0 writes: > Mathieu Lirzin writes: > >> Hi, >> >> Mathieu Lirzin writes: >> >>> Carlo Zancanaro writes: >>> On Thu, Dec 01 2016, ng0 wrote > I tried that before (though I did just think it was wrong) and now I > get the same message as yesterday: > > ... > > In

Re: Unable to configure a system with 'cuirass-service'

2016-12-15 Thread ng0
Mathieu Lirzin writes: > Hi, > > Mathieu Lirzin writes: > >> Carlo Zancanaro writes: >> >>> On Thu, Dec 01 2016, ng0 wrote I tried that before (though I did just think it was wrong) and now I get the same message as yesterday: ... In gnu/services/cuirass.scm: 81

Re: Unable to configure a system with 'cuirass-service'

2016-12-15 Thread Mathieu Lirzin
Hi, Mathieu Lirzin writes: > Carlo Zancanaro writes: > >> On Thu, Dec 01 2016, ng0 wrote >>> I tried that before (though I did just think it was wrong) and now I >>> get the same message as yesterday: >>> >>> ... >>> >>> In gnu/services/cuirass.scm: 81: 1 [cuirass-shepherd-service #] In >>>

Re: Unable to configure a system with 'cuirass-service'

2016-12-01 Thread Mathieu Lirzin
Hi, Carlo Zancanaro writes: > On Thu, Dec 01 2016, ng0 wrote >> I tried that before (though I did just think it was wrong) and now I >> get the same message as yesterday: >> >> ... >> >> In gnu/services/cuirass.scm: 81: 1 [cuirass-shepherd-service #] In >> unknown file:?: 0 [string=? "" (

Re: Unable to configure a system with 'cuirass-service'

2016-12-01 Thread Carlo Zancanaro
On Thu, Dec 01 2016, ng0 wrote I tried that before (though I did just think it was wrong) and now I get the same message as yesterday: ... In gnu/services/cuirass.scm: 81: 1 [cuirass-shepherd-service #] In unknown file: ?: 0 [string=? "" ((# # # # ...))] ERROR: In procedure string=

Re: Unable to configure a system with 'cuirass-service'

2016-12-01 Thread ng0
Carlo Zancanaro writes: > On Thu, Dec 01 2016, ng0 wrote >> https://ptpb.pw/gQOZ.scm with this change it fails differently: > > This is wrong again, but for a different reason. The > `%desktop-services` must be the last argument to the `cons*` call. I tried that before (though I did just think

Re: Unable to configure a system with 'cuirass-service'

2016-12-01 Thread Carlo Zancanaro
On Thu, Dec 01 2016, ng0 wrote https://ptpb.pw/gQOZ.scm with this change it fails differently: This is wrong again, but for a different reason. The `%desktop-services` must be the last argument to the `cons*` call. You want it to look like this (assuming my formatting comes out at least a

Re: Unable to configure a system with 'cuirass-service'

2016-12-01 Thread ng0
Sorry, I should really set up my client to add CC or even To with lists... Carlo Zancanaro writes: > On Wed, Nov 30 2016, ng0 wrote >> Is there anything obvious I have to change? [ 6 more citation lines. Click/Enter to show. ] > > Your `let` body contains both

Re: Unable to configure a system with 'cuirass-service'

2016-11-30 Thread Carlo Zancanaro
On Wed, Nov 30 2016, ng0 wrote Is there anything obvious I have to change? Your `let` body contains both the `(cuirass-service ...)` form as well as the `%desktop-services` form. A `let` form will take the value of the last form in its body, so the `(cuirass-service ...)` value is being thro