bug#63082: mpd defaul configuration does not work ('No database' error)

2023-07-26 Thread Maxim Cournoyer
Hi, Bruno Victal writes: > Hi Maxim, > > On 2023-07-25 21:48, Maxim Cournoyer wrote: >> Hi Bruno, >> >> Bruno Victal writes: >> >>> Hi Maxim, >>> >>> On 2023-05-05 19:28, Maxim Cournoyer wrote: * gnu/services/audio.scm (mpd-shepherd-service): Register a new update action. * do

bug#63082: mpd defaul configuration does not work ('No database' error)

2023-07-26 Thread Bruno Victal
Hi Maxim, On 2023-07-25 21:48, Maxim Cournoyer wrote: > Hi Bruno, > > Bruno Victal writes: > >> Hi Maxim, >> >> On 2023-05-05 19:28, Maxim Cournoyer wrote: >>> * gnu/services/audio.scm (mpd-shepherd-service): Register a new update >>> action. >>> * doc/guix.texi (Audio Services): Document it.

bug#63082: mpd defaul configuration does not work ('No database' error)

2023-07-25 Thread Maxim Cournoyer
Hi Bruno, Bruno Victal writes: > Hi Maxim, > > On 2023-05-05 19:28, Maxim Cournoyer wrote: >> * gnu/services/audio.scm (mpd-shepherd-service): Register a new update >> action. >> * doc/guix.texi (Audio Services): Document it. >> --- >> doc/guix.texi | 10 ++ >> gnu/services/au

bug#63082: mpd defaul configuration does not work ('No database' error)

2023-07-25 Thread Maxim Cournoyer
Hi, Bruno Victal writes: > On 2023-05-05 19:29, Maxim Cournoyer wrote: >> - (make-forkexec-constructor >> - (list #$(file-append package "/bin/mpd") >> - "--no-daemon" >> - #$config-file) >> - #:

bug#63082: mpd defaul configuration does not work ('No database' error)

2023-07-25 Thread Maxim Cournoyer
Hi Bruno, Bruno Victal writes: > On 2023-05-05 19:29, Maxim Cournoyer wrote: >> Relates to . >> >> Quoting a MPD developer, regarding MPD's feature to switch user itself: >> "that's legacy for the dark ages when proper service managers did not exist" >> :-). >

bug#63082: mpd defaul configuration does not work ('No database' error)

2023-05-05 Thread Maxim Cournoyer
Hi Bruno, Bruno Victal writes: > Hi Maxim, > > On 2023-04-29 18:21, Maxim Cournoyer wrote: >> @@ -185,20 +174,13 @@ (define-maybe boolean (prefix mpd-)) >> (define %mpd-user >>(user-account >> (name "mpd") >> - ;; XXX: This is a place-holder to be lazily substituted in (…-accounts) >>

bug#63082: mpd defaul configuration does not work ('No database' error)

2023-04-26 Thread Liliana Marie Prikler
Hi Maxim, Am Dienstag, dem 25.04.2023 um 23:11 -0400 schrieb Maxim Cournoyer: > The cache-directory configuration doesn't seem to be useful so far; > nothing was being populated under /var/cache/mpd. > > in /var/log/messages, pulseaudio throws a couple errors: > > --8<---cut here

bug#63082: mpd defaul configuration does not work ('No database' error)

2023-04-25 Thread Maxim Cournoyer
Hello, Maxim Cournoyer writes: > Hello, > > Our MPD service does not work out of the box. Running under its default > 'mpd' user, clients would get the following error attempting to update > its database, e.g. by running 'mpc update': > > MPD error: database > > > This particular problem was so

bug#63082: mpd defaul configuration does not work ('No database' error)

2023-04-25 Thread Maxim Cournoyer
Hello, Our MPD service does not work out of the box. Running under its default 'mpd' user, clients would get the following error attempting to update its database, e.g. by running 'mpc update': --8<---cut here---start->8--- MPD error: database --8<