Re: OID and filesystem issues - Mailing list pgsql-admin

From Tom Lane
Subject Re: OID and filesystem issues
Date
Msg-id 15276.1208274680@sss.pgh.pa.us
Whole thread Raw
In response to Re: OID and filesystem issues  (lfedden@contextworld.com)
List pgsql-admin
lfedden@contextworld.com writes:
> Even when logged in as root, a 'ls -l' command returns:

> mm2:/var/lib/pgsql82/data/base/16673 # ls -lash | more
> /bin/ls: 19357877: Permission denied
> /bin/ls: 19569529: Permission denied

You get that as root?  I think you've got filesystem problems that are
beyond the ken of us mere database weenies.  Better ask some kernel
hackers.

(If you're on a SELinux-enabled system it might have to do with SELinux
permissions, although I thought that those typically weren't enforced
against interactive shells.  It might be useful to look in the kernel
log and see if anything comes out when you do this.)

> So can we assume it is safe to remove these none accessible files and also the couple of orphaned OID files from
pg_classwe can still access? 

If it won't let you chown it, it likely won't let you rm it, either...

            regards, tom lane

pgsql-admin by date:

Previous
From: lfedden@contextworld.com
Date:
Subject: Re: OID and filesystem issues
Next
From: Tom Lane
Date:
Subject: Re: postgres 8.2.6 core dump when initialising.