Re: Cannot connect to postgresql-11 from another machine after boot

2020-02-22 Thread Peter J. Holzer
On 2020-02-17 10:17:41 -0500, Jason Swails wrote: > I then added "network.target", "networking.service", and > "network-online.target" to the After line of the postgresql.service systemd > file, but it still didn't fix the problem. After=network-online.target should be correct. However, see https

Re: Cannot connect to postgresql-11 from another machine after boot

2020-02-17 Thread Adrian Klaver
On 2/17/20 7:17 AM, Jason Swails wrote: On Sun, Feb 16, 2020 at 8:51 AM Peter J. Holzer > wrote: On 2020-02-13 21:03:48 -0800, Adrian Klaver wrote: > On 2/13/20 9:02 PM, Adrian Klaver wrote: > > On 2/13/20 7:54 PM, Jason Swails wrote: > > > The prob

Re: Cannot connect to postgresql-11 from another machine after boot

2020-02-17 Thread Jason Swails
On Sun, Feb 16, 2020 at 8:51 AM Peter J. Holzer wrote: > On 2020-02-13 21:03:48 -0800, Adrian Klaver wrote: > > On 2/13/20 9:02 PM, Adrian Klaver wrote: > > > On 2/13/20 7:54 PM, Jason Swails wrote: > > > > The problem is that after my machine boots, I'm unable to connect to > > > > the server fr

Re: Cannot connect to postgresql-11 from another machine after boot

2020-02-16 Thread Peter J. Holzer
On 2020-02-13 21:03:48 -0800, Adrian Klaver wrote: > On 2/13/20 9:02 PM, Adrian Klaver wrote: > > On 2/13/20 7:54 PM, Jason Swails wrote: > > > The problem is that after my machine boots, I'm unable to connect to > > > the server from anywhere except localhost.  Running a simple > > > "systemctl re

Re: Cannot connect to postgresql-11 from another machine after boot

2020-02-13 Thread Adrian Klaver
On 2/13/20 9:02 PM, Adrian Klaver wrote: On 2/13/20 7:54 PM, Jason Swails wrote: Hi, I've been struggling with a strange (to me) issue for awhile.  I have PostgreSQL 11.6 installed on my Ubuntu machine with the data directory living on a different drive than the one mounted on /. I was observ

Re: Cannot connect to postgresql-11 from another machine after boot

2020-02-13 Thread Adrian Klaver
On 2/13/20 7:54 PM, Jason Swails wrote: Hi, I've been struggling with a strange (to me) issue for awhile.  I have PostgreSQL 11.6 installed on my Ubuntu machine with the data directory living on a different drive than the one mounted on /. I was observing the same behavior when my machine was

Cannot connect to postgresql-11 from another machine after boot

2020-02-13 Thread Jason Swails
Hi, I've been struggling with a strange (to me) issue for awhile. I have PostgreSQL 11.6 installed on my Ubuntu machine with the data directory living on a different drive than the one mounted on /. I was observing the same behavior when my machine was running Gentoo a month ago. The problem is