Hi All
my configuration: 
(-) postgres 9.1
(-) windows 2003
(-) 4 Xeon CPUs
(-) 16GB of RAM

I'm getting a lot of errors in my postgres log file:
-------------------------------
2012-06-19 09:31:06 CESTLOCATION:  backend_read_statsfile,
.\src\backend\postmaster\pgstat.c:3807
2012-06-19 09:31:38 CESTWARNING:  01000: pgstat wait timeout
2012-06-19 09:31:38 CESTLOCATION:  backend_read_statsfile,
.\src\backend\postmaster\pgstat.c:3807
2012-06-19 09:31:58 CESTWARNING:  01000: pgstat wait timeout
2012-06-19 09:31:58 CESTLOCATION:  backend_read_statsfile,
.\src\backend\postmaster\pgstat.c:3807
2012-06-19 09:32:58 CESTWARNING:  01000: pgstat wait timeout
2012-06-19 09:32:58 CESTLOCATION:  backend_read_statsfile,
.\src\backend\postmaster\pgstat.c:3807
2012-06-19 09:33:38 CESTWARNING:  01000: pgstat wait timeout
2012-06-19 09:33:38 CESTLOCATION:  backend_read_statsfile,
.\src\backend\postmaster\pgstat.c:3807
2012-06-19 09:33:41 CESTLOG:  42501: could not rename temporary statistics
file "pg_stat_tmp/pgstat.tmp" to "pg_stat_tmp/pgstat.stat": Permission
denied
-------------------------------
and that's really odd: I mean, when postgres starts, it creates the file
pg_stat_tmp/pgstat.stat, so it means that it has all the permissions to
access to that folder.  But, nevertheless, after some time it shows the
error above.
And these are repeadtly shown in the postgres log file.

Tried to change the folder/file permissions to "everyone full control", but
nothing changes.

Do you have some hints/idea?
Thanks in advance



--
View this message in context: 
http://postgresql.1045698.n5.nabble.com/pgstat-wait-timeout-permission-denied-tp5713236.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to