Date: Fri, 30 Jan 1998 08:04:56 -0500 (EST) From: The Hermit Hacker <scrappy@hub.org> To: Simon Shapiro <shimon@simon-shapiro.org> Cc: freebsd-database@FreeBSD.ORG Subject: Re: your mail Message-ID: <Pine.NEB.3.95.980130080355.10720D-100000@hub.org> In-Reply-To: <XFMail.980129202632.shimon@simon-shapiro.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 29 Jan 1998, Simon Shapiro wrote: > I am redirecting to the database list, which is more appropriate. I think. I've forwarded this over to pgsql-ports@postgresql.org...the version that Simon is using is a purely development snapshot...not even beta yet...the problems report are most likely PostgreSQL/Alpha related then anything in FreeBSD... > > On 29-Jan-98 The Hermit Hacker wrote: > > On Thu, 29 Jan 1998, Simon Shapiro wrote: > > > >> I am on shaky ground here, so be kind to me: > >> > >> I am trying to get a very new PostgreSQL snapshot to work. > >> One of the things it does is create a UNIX Socket in /tmp. > >> It uses a template to create the ``filename'': > >> > >> #define UNIXSOCK_PATH(sun,port) \ > >> (sprintf((sun).sun_path, "/tmp/.s.PGSQL.%d", (port)) + \ > >> sizeof ((sun).sun_family)) > >> > >> This seems to work OK (I traced it in the RDBMS code), up to the bind > >> syscall. The port is 5432, and the socket gets created as: > >> > >> srwx------ 1 pgsql bin 0 Jan 27 16:18 /tmp/.s.PGSQL.543 > >> > >> The bind(2) call is: > > > > > > Just curious, but I'm running the snapshot on my 3.0-CURRENT > > machine and I can run the full regression tests without a problem...what > > sort of problem are you experiencing? > > Cannot connect. It looks like either the pg_hba.conf file is incorrect > (including the one which works in 6.2.1), or that the sockets cannot be > opened. While digging, I see that the filename representing the Unix > socket is wrong (the last digit gets truncated). > > I need to try today's snapshot. Maybe the problem is gone. > > ---------- > > > Sincerely Yours, > > Simon Shapiro > Shimon@Simon-Shapiro.ORG Voice: 503.799.2313 >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.NEB.3.95.980130080355.10720D-100000>