From: Anh K. H. <ky...@vi...> - 2011-02-08 08:12:20
|
On Tue, 8 Feb 2011 07:32:53 +0100 "Michal Borychowski" <mic...@ge...> wrote: > 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? This file is deleted after the error is captured, so I have no idea what it is :( I asked on #debian, but I didn't receive any reply. Will try on the list debian-users instead. I've also tried to build the package under root account, and the problem is still the same. The full log can be found at http://pastebin.com/x6YdPuvE (> 5400 lines) Regards, > -----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 |