bug#22619: postgresql-service error checking wtf

2016-02-21 Thread Ludovic Courtès
Danny Milosavljevic skribis: > The actual problem only arises because guix reconfigure doesn't deem a change > in service arguments as reason to restart (or reconfigure) a service. > > I.e. before, my config was: > > (postgresql-service ) > > Then I did guix reconfigure

bug#22619: postgresql-service error checking wtf

2016-02-12 Thread Ludovic Courtès
Danny Milosavljevic skribis: > initdb: directory "/var/lib/postgresql/data" exists but is not empty > If you want to create a new database system, either remove or empty > the directory "/var/lib/postgresql/data" or run initdb > with an argument other than

bug#22619: postgresql-service error checking wtf

2016-02-12 Thread Ludovic Courtès
Glenn Morris skribis: > There's no postgresql package on debbugs.gnu.org, so your report > went to the help-debbugs mailing list. > >>From the rest of your report, I'm guessing this should have been > assigned to guix, so I did that. Indeed, thanks Glenn! Ludo’.

bug#22619: postgresql-service error checking wtf

2016-02-12 Thread Danny Milosavljevic
Hi, I've found out some more details. The message > > initdb: directory "/var/lib/postgresql/data" exists but is not empty > > If you want to create a new database system, either remove or empty > > the directory "/var/lib/postgresql/data" or run initdb > > with an argument other than

bug#22619: postgresql-service error checking wtf

2016-02-10 Thread Glenn Morris
Danny Milosavljevic wrote: > Package: postgresql There's no postgresql package on debbugs.gnu.org, so your report went to the help-debbugs mailing list. >From the rest of your report, I'm guessing this should have been assigned to guix, so I did that. > When I first configure operating-system