From: Michal B. <mic...@ge...> - 2011-02-08 06:33:08
|
Hi! This > + WARNING: could not open statistics file "pg_stat_tmp/pgstat.stat": > Operation not permitted looks more like a problem with access rights than with the MooseFS itself. Would you check it? Regards Michal -----Original Message----- From: Anh K. Huynh [mailto:ky...@vi...] Sent: Tuesday, February 08, 2011 6:56 AM To: moosefs-users Subject: [Moosefs-users] (FYI) fail to build postgresql on MFS disk Hi, I am trying to build `postgresql-9.0.3` on a Lenny system. The source is located on a MFS disk. The build process is good (binaries are created), but the tests fails (for example, test "numeric_big" as below); and many sql statements cannot be executed. Please note that during the test, Debian system will run a temporary database server to feed SQL statements. I move source to a NFS disk, and things go well. So this post may help anyone who intends to build `postgresql` on MFS disk. If you need any information, just let me know. Regards, Logs: *** /home/debian/psql.source/postgresql-9.0-9.0.3/src/test/regress/expected/nume ric_big.out 2011-01-27 18:21:31.000000000 -0800 --- /home/debian/psql.source/postgresql-9.0-9.0.3/src/test/regress/results/numer ic_big.out 2011-02-07 20:17:12.000000000 -0800 *************** *** 500,505 **** --- 500,506 ---- CREATE UNIQUE INDEX num_exp_log10_idx ON num_exp_log10 (id); CREATE UNIQUE INDEX num_exp_power_10_ln_idx ON num_exp_power_10_ln (id); VACUUM ANALYZE num_exp_add; + WARNING: could not open statistics file "pg_stat_tmp/pgstat.stat": Operation not permitted VACUUM ANALYZE num_exp_sub; VACUUM ANALYZE num_exp_div; VACUUM ANALYZE num_exp_mul; -- Anh Ky Huynh @ UTC+7 ---------------------------------------------------------------------------- -- The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ moosefs-users mailing list moo...@li... https://lists.sourceforge.net/lists/listinfo/moosefs-users |