Re: PostgreSQL, NetBSD and NFS - Mailing list pgsql-hackers

From Tom Lane
Subject Re: PostgreSQL, NetBSD and NFS
Date
Msg-id 20198.1043946428@sss.pgh.pa.us
Whole thread Raw
In response to PostgreSQL, NetBSD and NFS  ("D'Arcy J.M. Cain" <darcy@druid.net>)
Responses Re: PostgreSQL, NetBSD and NFS  ("D'Arcy J.M. Cain" <darcy@druid.net>)
List pgsql-hackers
"D'Arcy J.M. Cain" <darcy@druid.net> writes:
> I have posted before about this but I am now posting to both NetBSD and 
> PostgreSQL since it seems to be some sort of interaction between the two.  I 
> have a NetAPP filer on which I am putting a PostgreSQL database.  I run 
> PostgreSQL on a NetBSD box.  I used rsync to get the database onto the filer 
> with no problem whatsoever but as soon as I try to open the database the NFS 
> mount hangs and I can't do any operations on that mounted drive without 
> hanging.

That's darn odd.  But please be more specific: what's "open the
database"?  Start the postmaster?  Start a psql?  Issue a query?

> Does the shared memory stuff use disk at all?

No, I can't see that there would be any connection there.

Perhaps the next thing to do is to strace (ktrace, trace, truss,
whatever system-call tracing utility you got) the postmaster and
child processes.  If we could determine what system call is hanging up,
we might be a little closer to solving the mystery.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Linux.conf.au 2003 Report
Next
From: Justin Clift
Date:
Subject: A call for PostreSQL Case Study participants