Re: [arch-general] Postgresql with Systemd

2012-09-06 Thread Paul Gideon Dann
On Thursday 06 Sep 2012 09:37:51 you wrote: > Yeah, I spotted that too, and this is probably related, but I'm not getting > a hang. After the segfault, php-fpm actually continues to work (maybe just > the worker dies and a new one is spawned?), and phpMyAdmin works with MySQL > just fine, but phpP

Re: [arch-general] Postgresql with Systemd

2012-09-06 Thread Paul Gideon Dann
On Thursday 06 Sep 2012 01:58:29 Simon Perry wrote: > On 05/09/12, Paul Gideon Dann wrote: > | :: Checking configuration [DONE] > | :: Starting php-fpm[BUSY] > | > | /etc/rc.d/php-fpm: line 55: 31083 Segmentation fault > | /usr/sbin

Re: [arch-general] Postgresql with Systemd

2012-09-05 Thread Simon Perry
On 05/09/12, Paul Gideon Dann wrote: | :: Checking configuration [DONE] | :: Starting php-fpm[BUSY] | /etc/rc.d/php-fpm: line 55: 31083 Segmentation fault /usr/sbin/php-fpm | | Rebuilding php-fpm from ABS doesn't make that go away

Re: [arch-general] Postgresql with Systemd

2012-09-05 Thread Paul Gideon Dann
On Tuesday 04 Sep 2012 18:36:04 D. Can Celasun wrote: > On Tue, Sep 4, 2012 at 6:30 PM, Paul Gideon Dann wrote: > > On Tuesday 04 Sep 2012 16:13:32 you wrote: > > > The socket is being created fine, but phpPgAdmin still won't connect, > > > > even > > > > > though pgsql is fine, and I'm not sure

Re: [arch-general] Postgresql with Systemd

2012-09-04 Thread D. Can Celasun
On Tue, Sep 4, 2012 at 6:30 PM, Paul Gideon Dann wrote: > On Tuesday 04 Sep 2012 16:13:32 you wrote: > > The socket is being created fine, but phpPgAdmin still won't connect, > even > > though pgsql is fine, and I'm not sure why. > > I now think this is something to do with php-fpm.service having

Re: [arch-general] Postgresql with Systemd

2012-09-04 Thread Paul Gideon Dann
On Tuesday 04 Sep 2012 16:13:32 you wrote: > The socket is being created fine, but phpPgAdmin still won't connect, even > though pgsql is fine, and I'm not sure why. I now think this is something to do with php-fpm.service having PrivateTmp=true, but I haven't had any luck even after commenting o

Re: [arch-general] Postgresql with Systemd

2012-09-04 Thread Paul Gideon Dann
On Tuesday 04 Sep 2012 16:10:21 you wrote: > I'm having some trouble getting postgresql working with systemd. The unit > originally would fail to start, until I realised that the script it uses to > start assume that the variables in /etc/conf.d/postgresql will be defined, > and in my setup they w

[arch-general] Postgresql with Systemd

2012-09-04 Thread Paul Gideon Dann
I'm having some trouble getting postgresql working with systemd. The unit originally would fail to start, until I realised that the script it uses to start assume that the variables in /etc/conf.d/postgresql will be defined, and in my setup they were commented out. Once I'd uncommented them, t