From truongcophysics at gmail.com Sun Oct 2 03:15:34 2011 From: truongcophysics at gmail.com (truongco nguyen) Date: Sun, 2 Oct 2011 16:15:34 +0700 Subject: [gold-users] ICST-gold In-Reply-To: References: Message-ID: Dear Thank you very much for your help. After take much time to configure. The gold could launch as gui. But i don't understand why i can't do anything with gui. In the web brower interface i saw the manage and logout button but only the log out button work and manage button is not. I wonder what happen with my configure. Could you give us more advice, please. Thank you in advance. I attached in this email the gui which i got. Co On Thu, Sep 29, 2011 at 11:08 PM, Scott Jackson < scottmo at adaptivecomputing.com> wrote: > This would be because the gold server had not been started. > > At one point, our documentation was flawed in that it referred to the > gchpasswd command before it referred to starting gold. Recent distributions > have fixed this in the INSTALL file and the installation documentation > included in the tarball under the doc directory. However, I have verified > that the online documentation still has this flaw. I will try to get it > updated on the web docs. > > The remedy, of course, is to start the goldd server before trying to run > any commands against it:) > > Scott > > ------------------------------ > > *From: *"truongco nguyen" > > *To: *"Gold Users Mailing List" > *Sent: *Thursday, September 29, 2011 2:10:37 AM > > *Subject: *Re: [gold-users] ICST-gold > > Dear > > Thanks you very much for your help. After doing the same your advice, it > didn't work. But when we researched all bugs, we found out the first one > was : > > *[root at cluster conf]# /opt/gold/bin/gchpasswd * > * Failed sending message: (Unable to connect to socket (Connection > refused))* > * > * > Could you give us any clues? > > Thank you in advance > > * Co* > > On Thu, Sep 29, 2011 at 1:00 AM, Scott Jackson < > scottmo at adaptivecomputing.com> wrote: > >> Yes, make sure you run the createdb and psql commands as the gold user (or >> the userid that goldd will run under). >> >> >> ----- Original Message ----- >> > From: "Steve Crusan" >> > To: "Gold Users Mailing List" >> > Sent: Wednesday, September 28, 2011 11:10:16 AM >> > Subject: Re: [gold-users] ICST-gold >> > >> > -----BEGIN PGP SIGNED MESSAGE----- >> > Hash: SHA1 >> > >> > It would be probably be easier for the list to read if you posted the >> > last few error messages than posting the whole setup steps each >> > time... >> > >> > That being said, is the gold user the owner of the postgresql >> > database, and also allowed to connect to it? >> > >> > If you connect to the postgres db, check the database ownership: >> > postgres=> \l >> > List of databases >> > Name | Owner | Encoding >> > - -----------+----------+---------- >> > gold | gold | UTF8 >> > >> > >> > Also, make sure you have a line in your >> > postgres_root/data/pg_hba.conf that is something like this: >> > >> > # IPv4 local connections: >> > host gold gold 127.0.0.1/32 md5 >> > >> > You should be able to connect from the commandline via: >> > psql -U gold -d gold -h localhost -W >> > Enter passwd: >> > >> > That password you entered needs to match the password in your >> > $gold_root/etc/goldd.conf >> > database.password = mypass >> > >> > After you make changes to your postgres pg_hba.conf file, you need to >> > restart postgres, and also the gold service. >> > >> > >> > On Sep 28, 2011, at 12:30 PM, truongco nguyen wrote: >> > >> > > Thank you very much for your help, but when i finish the make deps >> > > step. The >> > > new bug turn out. Any helps please? >> > > >> > > Thanks you in advance! >> > > >> > > Following is updated step. >> > > >> > > step 1: create user >> > > adduser gold >> > > adduser postgress >> > > step2: >> > > [root at cluster source]# cp gold-2.2.0.0.tar.gz /home/gold/ >> > > [root at cluster source]# chown gold:gold /home/gold/ >> > > step3: >> > > su gold >> > > [gold at cluster ~]$ tar -zxvf gold-2.2.0.0.tar.gz >> > > [gold at cluster ~]$ cd gold-2.2.0.0 >> > > step4: >> > > [root at cluster source]# tar -zxvf postgresql-8.3.3.tar.gz >> > > [root at cluster source]# cd postgresql-8.3.3 >> > > step5: >> > > [root at cluster postgresql-8.3.3]# ./configure >> > > report: >> > > configure: creating ./config.status >> > > config.status: creating GNUmakefile >> > > config.status: creating src/Makefile.global >> > > config.status: creating src/include/pg_config.h >> > > config.status: creating src/interfaces/ecpg/include/ecpg_config.h >> > > config.status: linking ./src/backend/port/tas/dummy.s to >> > > src/backend/port/tas.s >> > > config.status: linking ./src/backend/port/dynloader/linux.c to >> > > src/backend/port/dynloader.c >> > > config.status: linking ./src/backend/port/sysv_sema.c to >> > > src/backend/port/pg_sema.c >> > > config.status: linking ./src/backend/port/sysv_shmem.c to >> > > src/backend/port/pg_shmem.c >> > > config.status: linking ./src/backend/port/dynloader/linux.h to >> > > src/include/dynloader.h >> > > config.status: linking ./src/include/port/linux.h to >> > > src/include/pg_config_os.h >> > > config.status: linking ./src/makefiles/Makefile.linux to >> > > src/Makefile.port >> > > >> > > step6: >> > > >> > > [root at cluster postgresql-8.3.3]# make >> > > step7: >> > > >> > > [root at cluster postgresql-8.3.3]# make install >> > > [root at cluster postgresql-8.3.3]# mkdir /usr/local/pgsql/data >> > > [root at cluster postgresql-8.3.3]# chown postgress >> > > /usr/local/pgsql/data >> > > [root at cluster postgresql-8.3.3]# touch /var/log/pgsql >> > > [root at cluster postgresql-8.3.3]# chown postgress /var/log/pgsql >> > > >> > > [root at cluster postgresql-8.3.3]# rpm -qa | grep perl >> > > perl-5.8.8-32.el5_5.2 >> > > perl-suidperl-5.8.8-32.el5_5.2 >> > > >> > > [root at cluster postgresql-8.3.3]# rpm -qa |grep libxml >> > > foundation-libxml2-2.6.23-0 >> > > libxml2-2.6.26-2.1.2.8.el5_5.1 >> > > libxml2-2.6.26-2.1.2.8.el5_5.1 >> > > libxml2-devel-2.6.26-2.1.2.8.el5_5.1 >> > > libxml2-python-2.6.26-2.1.2.8.el5_5.1 >> > > >> > > [root at cluster postgresql-8.3.3]# rpm -qa |grep readline >> > > readline-5.1-3.el5 >> > > readline-5.1-3.el5 >> > > foundation-readline-5.1-0 >> > > readline-devel-5.1-3.el5 >> > > >> > > [root at cluster postgresql-8.3.3]# rpm -qa |grep httpd >> > > httpd-devel-2.2.3-43.el5.centos.3 >> > > httpd-devel-2.2.3-43.el5.centos.3 >> > > httpd-2.2.3-43.el5.centos.3 >> > > >> > > [root at cluster postgresql-8.3.3]# rpm -qa |grep openssl >> > > openssl-0.9.8e-12.el5_4.6 >> > > openssl-0.9.8e-12.el5_4.6 >> > > openssl-devel-0.9.8e-12.el5_4.6 >> > > openssl-devel-0.9.8e-12.el5_4.6 >> > > [root at cluster postgresql-8.3.3]# rpm -qa |grep mod_ssl >> > > mod_ssl-2.2.3-43.el5.centos.3 >> > > >> > > [gold at cluster gold-2.2.0.0]$ ./configure --with-db=Pg >> > > --with-readline >> > > --with-user=gold --with-perl-libs=local --with-gold-libs=local >> > > --with-cgi-bin=/var/www/cgi-bin/gold >> > > [gold at cluster gold-2.2.0.0]$ make >> > > [gold at cluster gold-2.2.0.0]$ make gui >> > > [gold at cluster gold-2.2.0.0]$ su >> > > [root at cluster gold-2.2.0.0]# *make deps* >> > > [root at cluster gold-2.2.0.0]# make install >> > > [root at cluster gold-2.2.0.0]# make install-gui >> > > [root at cluster gold-2.2.0.0]# make install-gui >> > > [root at cluster gold-2.2.0.0]# make auth_key >> > > Enter your secret key (up to 80 characters and can include spaces): >> > > sss >> > > [root at cluster gold-2.2.0.0]# vim /opt/gold/etc/goldd.conf >> > > # Gold Server Config File >> > > >> > > super.user = gold >> > > >> > > server.host = cluster.tripham.vn >> > > server.port = 7112 >> > > >> > > database.datasource = DBI:Pg:dbname=gold;host=cluster.tripham.vn >> > > # database.user = NONE >> > > # database.password = NONE >> > > >> > > response.chunksize = 100000 >> > > # currency.precision = 0 >> > > >> > > security.authentication = true >> > > # security.encryption = false >> > > >> > > account.autogen = true >> > > allocation.autogen = true >> > > # machine.autogen = false >> > > >> > > [root at cluster gold-2.2.0.0]# vim /opt/gold/etc/gold.conf >> > > Gold Client Config File >> > > >> > > server.host = cluster.tripham.vn >> > > server.port = 7112 >> > > # server.backup = NONE >> > > >> > > security.authentication = true >> > > # security.encryption = false >> > > # security.token.type = symmetric >> > > # wire.protocol = SSSRMAP >> > > >> > > # response.chunking = false >> > > # response.chunksize = 0 >> > > # currency.precision = 0 >> > > >> > > # account.show = Id,Name,Amount,Projects,Users,Machines,Description >> > > # allocation.show = >> > > Id,Account,Active,StartTime,EndTime,Amount,CreditLimit,Deposited >> > > # balance.show = >> > > Id,Name,Amount,Reserved,Balance,CreditLimit,Available >> > > # job.show = >> > > >> Id,JobId,User,Project,Machine,Queue,QualityOfService,Stage,Charge,Processors,Nodes,WallDuration,StartTime,EndTime,Description >> > > >> > > step8: >> > > >> > > [postgress at cluster postgresql-8.3.3]$ /usr/local/pgsql/bin/initdb >> > > -D >> > > /usr/local/pgsql/data >> > > [postgress at cluster postgresql-8.3.3]$ echo "host all all >> > > 172.16.1.70 >> > > 255.255.255.255 trust">>/usr/local/pgsql/data/pg_hba.conf >> > > step9: >> > > [postgress at cluster postgresql-8.3.3]$ >> > > /usr/local/pgsql/bin/postmaster -i -D >> > > /usr/local/pgsql/data >> > > LOG: database system was shut down at 2011-09-28 19:58:45 ICT >> > > LOG: autovacuum launcher started >> > > LOG: database system is ready to accept connections >> > > [postgress at cluster postgresql-8.3.3]$ >> > > /usr/local/pgsql/bin/postmaster -i -D >> > > /usr/local/pgsql/data >/var/log/pgsql 2>&1 & >> > > [1] 17250 >> > > step10: >> > > [postgress at cluster postgresql-8.3.3]$ >> > > /usr/local/pgsql/bin/createuser gold >> > > Shall the new role be a superuser? (y/n) n >> > > Shall the new role be allowed to create databases? (y/n) y >> > > Shall the new role be allowed to create more new roles? (y/n) y >> > > [postgress at cluster postgresql-8.3.3]$ /usr/local/pgsql/bin/createdb >> > > gold >> > > >> > > step11: >> > > [root at cluster ~]# cd /etc/httpd/conf >> > > [root at cluster conf]# vim httpd.conf >> > > edit line >> > > # >> > > >> > > Options ExecCGI >> > > AddHandler cgi-script .cgi .pl >> > > >> > > edit line >> > > #ScriptAlias /cgi-bin/ "/var/www/cgi-bin/" >> > > Alias /cgi-bin/ "/var/www/cgi-bin/gold" >> > > >> > > add line >> > > >> > > DocumentRoot /var/www/cgi-bin >> > > ServerName cluster.tripham.vn >> > > ServerAdmin root at cluster.tripham.vn >> > > ErrorLog logs/gold-error_log >> > > TransferLog logs/gold-access_log >> > > SSLEngine on >> > > SSLCertificateFile /etc/httpd/conf/ssl.crt/gold-server.crt >> > > SSLCertificateKeyFile /etc/httpd/conf/ssl.key/gold-server.key >> > > SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown >> > > >> > > >> > > step12: >> > > [root at cluster conf]# mkdir ssl.key >> > > [root at cluster conf]# openssl genrsa -out ssl.key/gold-server.key >> > > 1024 >> > > Generating RSA private key, 1024 bit long modulus >> > > .......................++++++ >> > > .++++++ >> > > e is 65537 (0x10001) >> > > [root at cluster ssl.crt]# mkdir ssl.crt >> > > [root at cluster ssl.crt]# touch gold-server.crt >> > > [root at cluster ssl.crt]# chmod +x gold-server.crt >> > > >> > > step13: >> > > [root at cluster conf]# openssl req -new -key ssl.key/gold-server.key >> > > -x509 >> > > -out ssl.crt/gold-server.crt >> > > You are about to be asked to enter information that will be >> > > incorporated >> > > into your certificate request. >> > > What you are about to enter is what is called a Distinguished Name >> > > or a DN. >> > > There are quite a few fields but you can leave some blank >> > > For some fields there will be a default value, >> > > If you enter '.', the field will be left blank. >> > > ----- >> > > Country Name (2 letter code) [GB]:84 >> > > State or Province Name (full name) [Berkshire]:vn >> > > Locality Name (eg, city) [Newbury]:hcm >> > > Organization Name (eg, company) [My Company Ltd]:icst >> > > Organizational Unit Name (eg, section) []:tech >> > > Common Name (eg, your name or your server's hostname) >> > > []:cluster.tripham.vn >> > > Email Address []:root at cluster.tripham.vn >> > > >> > > step14: >> > > [root at cluster conf]# /usr/sbin/apachectl restart >> > > [root at cluster conf]# >> > > >> > > step15: >> > > [gold at cluster bin]$ /opt/gold/bin/gchpasswd >> > > Failed sending message: (Unable to connect to socket (Connection >> > > refused)). >> > > [gold at cluster bin]$ >> > > >> > > step16: >> > > [root at cluster ~]# cd /home/gold/gold-2.2.0.0/ >> > > [root at cluster gold-2.2.0.0]# cp bank.sql /usr/local/pgsql/ >> > > [root at cluster gold-2.2.0.0]# chown postgress >> > > /usr/local/pgsql/bank.sql >> > > [postgress at cluster pgsql]$ chmod +x bank.sql >> > > [postgress at cluster pgsql]$ /usr/local/pgsql/bin/psql gold > > > INSERT 0 1 >> > > INSERT 0 1 >> > > INSERT 0 1 >> > > INSERT 0 1 >> > > INSERT 0 1 >> > > INSERT 0 1 >> > > INSERT 0 1 >> > > >> > > step17: >> > > [postgress at cluster pgsql]$ /opt/gold/sbin/goldd >> > > [gold at cluster gold-2.2.0.0]$ /opt/gold/sbin/goldd >> > > Starting Gold Pid (19106) >> > > [gold at cluster gold-2.2.0.0]$ DBD::Pg::st execute failed: ERROR: >> > > permission >> > > denied for relation g_object at /opt/gold/lib/Gold/Database.pm line >> > > 673. >> > > Exception caught while populating metadata cache: DBD::Pg::st >> > > execute >> > > failed: >> > > ERROR: permission denied for relation g_object at >> > > /opt/gold/lib/Gold/Database.pm line 673. >> > > >> > > >> > > On Wed, Sep 28, 2011 at 10:47 PM, Scott Jackson < >> > > scottmo at adaptivecomputing.com> wrote: >> > > >> > >> You missed the make deps step. >> > >> >> > >> ------------------------------ >> > >> >> > >> *From: *"truongco nguyen" >> > >> *To: *gold-users at supercluster.org >> > >> *Sent: *Wednesday, September 28, 2011 7:51:53 AM >> > >> *Subject: *[gold-users] ICST-gold >> > >> >> > >> >> > >> Dear >> > >> >> > >> I am trying to install gold in Rock 5.4. But in installing process >> > >> i >> > >> encountered a problem like that: >> > >> >> > >> [postgress at cluster pgsql]$ */opt/gold/sbin/goldd* >> > >> >> > >> *Can't locate Log/Log4perl.pm in @INC (@INC contains: >> > >> /opt/gold/lib* >> > >> */opt/gold/lib/perl5 /usr/local/lib/perl5/5.10.0/x86_64-linux* >> > >> */usr/local/lib/perl5/5.10.0 >> > >> /usr/local/lib/perl5/site_perl/5.10.0/x86_64-linux* >> > >> */usr/local/lib/perl5/site_perl/5.10.0 .) at /opt/gold/sbin/goldd >> > >> line 52. >> > >> * >> > >> *BEGIN failed--compilation aborted at /opt/gold/sbin/goldd line >> > >> 52.* >> > >> * >> > >> * >> > >> I don't know how to fix it? Any clues are high appreciated? * * >> > >> * >> > >> * >> > >> Thank you very much >> > >> * >> > >> * >> > >> Below are steps i crossed : >> > >> >> > >> step 1: create user >> > >> adduser gold >> > >> adduser postgress >> > >> step2: >> > >> [root at cluster source]# cp gold-2.2.0.0.tar.gz /home/gold/ >> > >> [root at cluster source]# chown gold:gold /home/gold/ >> > >> step3: >> > >> su gold >> > >> [gold at cluster ~]$ tar -zxvf gold-2.2.0.0.tar.gz >> > >> [gold at cluster ~]$ cd gold-2.2.0.0 >> > >> step4: >> > >> [root at cluster source]# tar -zxvf postgresql-8.3.3.tar.gz >> > >> [root at cluster source]# cd postgresql-8.3.3 >> > >> step5: >> > >> [root at cluster postgresql-8.3.3]# ./configure >> > >> report: >> > >> configure: creating ./config.status >> > >> config.status: creating GNUmakefile >> > >> config.status: creating src/Makefile.global >> > >> config.status: creating src/include/pg_config.h >> > >> config.status: creating src/interfaces/ecpg/include/ecpg_config.h >> > >> config.status: linking ./src/backend/port/tas/dummy.s to >> > >> src/backend/port/tas.s >> > >> config.status: linking ./src/backend/port/dynloader/linux.c to >> > >> src/backend/port/dynloader.c >> > >> config.status: linking ./src/backend/port/sysv_sema.c to >> > >> src/backend/port/pg_sema.c >> > >> config.status: linking ./src/backend/port/sysv_shmem.c to >> > >> src/backend/port/pg_shmem.c >> > >> config.status: linking ./src/backend/port/dynloader/linux.h to >> > >> src/include/dynloader.h >> > >> config.status: linking ./src/include/port/linux.h to >> > >> src/include/pg_config_os.h >> > >> config.status: linking ./src/makefiles/Makefile.linux to >> > >> src/Makefile.port >> > >> >> > >> step6: >> > >> >> > >> [root at cluster postgresql-8.3.3]# make >> > >> step7: >> > >> >> > >> [root at cluster postgresql-8.3.3]# make install >> > >> [root at cluster postgresql-8.3.3]# mkdir /usr/local/pgsql/data >> > >> [root at cluster postgresql-8.3.3]# chown postgress >> > >> /usr/local/pgsql/data >> > >> [root at cluster postgresql-8.3.3]# touch /var/log/pgsql >> > >> [root at cluster postgresql-8.3.3]# chown postgress /var/log/pgsql >> > >> >> > >> [root at cluster postgresql-8.3.3]# rpm -qa | grep perl >> > >> perl-5.8.8-32.el5_5.2 >> > >> perl-suidperl-5.8.8-32.el5_5.2 >> > >> >> > >> [root at cluster postgresql-8.3.3]# rpm -qa |grep libxml >> > >> foundation-libxml2-2.6.23-0 >> > >> libxml2-2.6.26-2.1.2.8.el5_5.1 >> > >> libxml2-2.6.26-2.1.2.8.el5_5.1 >> > >> libxml2-devel-2.6.26-2.1.2.8.el5_5.1 >> > >> libxml2-python-2.6.26-2.1.2.8.el5_5.1 >> > >> >> > >> [root at cluster postgresql-8.3.3]# rpm -qa |grep readline >> > >> readline-5.1-3.el5 >> > >> readline-5.1-3.el5 >> > >> foundation-readline-5.1-0 >> > >> readline-devel-5.1-3.el5 >> > >> >> > >> [root at cluster postgresql-8.3.3]# rpm -qa |grep httpd >> > >> httpd-devel-2.2.3-43.el5.centos.3 >> > >> httpd-devel-2.2.3-43.el5.centos.3 >> > >> httpd-2.2.3-43.el5.centos.3 >> > >> >> > >> [root at cluster postgresql-8.3.3]# rpm -qa |grep openssl >> > >> openssl-0.9.8e-12.el5_4.6 >> > >> openssl-0.9.8e-12.el5_4.6 >> > >> openssl-devel-0.9.8e-12.el5_4.6 >> > >> openssl-devel-0.9.8e-12.el5_4.6 >> > >> [root at cluster postgresql-8.3.3]# rpm -qa |grep mod_ssl >> > >> mod_ssl-2.2.3-43.el5.centos.3 >> > >> >> > >> [gold at cluster gold-2.2.0.0]$ ./configure --with-db=Pg >> > >> --with-readline >> > >> --with-user=gold --with-perl-libs=local --with-gold-libs=local >> > >> --with-cgi-bin=/var/www/cgi-bin/gold >> > >> [gold at cluster gold-2.2.0.0]$ make >> > >> [gold at cluster gold-2.2.0.0]$ make gui >> > >> [gold at cluster gold-2.2.0.0]$ su >> > >> [root at cluster gold-2.2.0.0]# make install >> > >> [root at cluster gold-2.2.0.0]# make install-gui >> > >> [root at cluster gold-2.2.0.0]# make auth_key >> > >> Enter your secret key (up to 80 characters and can include >> > >> spaces): sss >> > >> [root at cluster gold-2.2.0.0]# vim /opt/gold/etc/goldd.conf >> > >> # Gold Server Config File >> > >> >> > >> super.user = gold >> > >> >> > >> server.host = cluster.tripham.vn >> > >> server.port = 7112 >> > >> >> > >> database.datasource = DBI:Pg:dbname=gold;host=cluster.tripham.vn >> > >> # database.user = NONE >> > >> # database.password = NONE >> > >> >> > >> response.chunksize = 100000 >> > >> # currency.precision = 0 >> > >> >> > >> security.authentication = true >> > >> # security.encryption = false >> > >> >> > >> account.autogen = true >> > >> allocation.autogen = true >> > >> # machine.autogen = false >> > >> >> > >> [root at cluster gold-2.2.0.0]# vim /opt/gold/etc/gold.conf >> > >> Gold Client Config File >> > >> >> > >> server.host = cluster.tripham.vn >> > >> server.port = 7112 >> > >> # server.backup = NONE >> > >> >> > >> security.authentication = true >> > >> # security.encryption = false >> > >> # security.token.type = symmetric >> > >> # wire.protocol = SSSRMAP >> > >> >> > >> # response.chunking = false >> > >> # response.chunksize = 0 >> > >> # currency.precision = 0 >> > >> >> > >> # account.show = >> > >> Id,Name,Amount,Projects,Users,Machines,Description >> > >> # allocation.show = >> > >> Id,Account,Active,StartTime,EndTime,Amount,CreditLimit,Deposited >> > >> # balance.show = >> > >> Id,Name,Amount,Reserved,Balance,CreditLimit,Available >> > >> # job.show = >> > >> >> Id,JobId,User,Project,Machine,Queue,QualityOfService,Stage,Charge,Processors,Nodes,WallDuration,StartTime,EndTime,Description >> > >> >> > >> step8: >> > >> >> > >> [postgress at cluster postgresql-8.3.3]$ /usr/local/pgsql/bin/initdb >> > >> -D >> > >> /usr/local/pgsql/data >> > >> [postgress at cluster postgresql-8.3.3]$ echo "host all all >> > >> 172.16.1.70 >> > >> 255.255.255.255 trust">>/usr/local/pgsql/data/pg_hba.conf >> > >> step9: >> > >> [postgress at cluster postgresql-8.3.3]$ >> > >> /usr/local/pgsql/bin/postmaster -i >> > >> -D /usr/local/pgsql/data >> > >> LOG: database system was shut down at 2011-09-28 19:58:45 ICT >> > >> LOG: autovacuum launcher started >> > >> LOG: database system is ready to accept connections >> > >> [postgress at cluster postgresql-8.3.3]$ >> > >> /usr/local/pgsql/bin/postmaster -i >> > >> -D /usr/local/pgsql/data >/var/log/pgsql 2>&1 & >> > >> [1] 17250 >> > >> step10: >> > >> [postgress at cluster postgresql-8.3.3]$ >> > >> /usr/local/pgsql/bin/createuser >> > >> gold >> > >> Shall the new role be a superuser? (y/n) n >> > >> Shall the new role be allowed to create databases? (y/n) y >> > >> Shall the new role be allowed to create more new roles? (y/n) y >> > >> [postgress at cluster postgresql-8.3.3]$ >> > >> /usr/local/pgsql/bin/createdb gold >> > >> >> > >> step11: >> > >> [root at cluster ~]# cd /etc/httpd/conf >> > >> [root at cluster conf]# vim httpd.conf >> > >> edit line >> > >> # >> > >> >> > >> Options ExecCGI >> > >> AddHandler cgi-script .cgi .pl >> > >> >> > >> edit line >> > >> #ScriptAlias /cgi-bin/ "/var/www/cgi-bin/" >> > >> Alias /cgi-bin/ "/var/www/cgi-bin/gold" >> > >> >> > >> add line >> > >> >> > >> DocumentRoot /var/www/cgi-bin >> > >> ServerName cluster.tripham.vn >> > >> ServerAdmin root at cluster.tripham.vn >> > >> ErrorLog logs/gold-error_log >> > >> TransferLog logs/gold-access_log >> > >> SSLEngine on >> > >> SSLCertificateFile /etc/httpd/conf/ssl.crt/gold-server.crt >> > >> SSLCertificateKeyFile /etc/httpd/conf/ssl.key/gold-server.key >> > >> SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown >> > >> >> > >> >> > >> step12: >> > >> [root at cluster conf]# mkdir ssl.key >> > >> [root at cluster conf]# openssl genrsa -out ssl.key/gold-server.key >> > >> 1024 >> > >> Generating RSA private key, 1024 bit long modulus >> > >> .......................++++++ >> > >> .++++++ >> > >> e is 65537 (0x10001) >> > >> [root at cluster ssl.crt]# mkdir ssl.crt >> > >> [root at cluster ssl.crt]# touch gold-server.crt >> > >> [root at cluster ssl.crt]# chmod +x gold-server.crt >> > >> >> > >> step13: >> > >> [root at cluster conf]# openssl req -new -key ssl.key/gold-server.key >> > >> -x509 >> > >> -out ssl.crt/gold-server.crt >> > >> You are about to be asked to enter information that will be >> > >> incorporated >> > >> into your certificate request. >> > >> What you are about to enter is what is called a Distinguished Name >> > >> or a DN. >> > >> There are quite a few fields but you can leave some blank >> > >> For some fields there will be a default value, >> > >> If you enter '.', the field will be left blank. >> > >> ----- >> > >> Country Name (2 letter code) [GB]:84 >> > >> State or Province Name (full name) [Berkshire]:vn >> > >> Locality Name (eg, city) [Newbury]:hcm >> > >> Organization Name (eg, company) [My Company Ltd]:icst >> > >> Organizational Unit Name (eg, section) []:tech >> > >> Common Name (eg, your name or your server's hostname) []: >> > >> cluster.tripham.vn >> > >> Email Address []:root at cluster.tripham.vn >> > >> >> > >> step14: >> > >> [root at cluster conf]# /usr/sbin/apachectl restart >> > >> [root at cluster conf]# >> > >> >> > >> step15: >> > >> [root at cluster ~]# gchpasswd >> > >> Can't locate Log/Log4perl.pm in @INC (@INC contains: /opt/gold/lib >> > >> /opt/gold/lib/perl5 /usr/local/lib/perl5/5.10.0/x86_64-linux >> > >> /usr/local/lib/perl5/5.10.0 >> > >> /usr/local/lib/perl5/site_perl/5.10.0/x86_64-linux >> > >> /usr/local/lib/perl5/site_perl/5.10.0) at /opt/gold/lib/Gold.pm >> > >> line 108. >> > >> BEGIN failed--compilation aborted at /opt/gold/lib/Gold.pm line >> > >> 108. >> > >> Compilation failed in require at /opt/gold/bin/gchpasswd line 52. >> > >> BEGIN failed--compilation aborted at /opt/gold/bin/gchpasswd line >> > >> 52. >> > >> >> > >> step16: >> > >> [root at cluster ~]# cd /home/gold/gold-2.2.0.0/ >> > >> [root at cluster gold-2.2.0.0]# cp bank.sql /usr/local/pgsql/ >> > >> [root at cluster gold-2.2.0.0]# chown postgress >> > >> /usr/local/pgsql/bank.sql >> > >> [postgress at cluster pgsql]$ chmod +x bank.sql >> > >> [postgress at cluster pgsql]$ /usr/local/pgsql/bin/psql gold >> > >> > > >> INSERT 0 1 >> > >> INSERT 0 1 >> > >> INSERT 0 1 >> > >> INSERT 0 1 >> > >> INSERT 0 1 >> > >> INSERT 0 1 >> > >> INSERT 0 1 >> > >> >> > >> step17: >> > >> [postgress at cluster pgsql]$ /opt/gold/sbin/goldd >> > >> Can't locate Log/Log4perl.pm in @INC (@INC contains: /opt/gold/lib >> > >> /opt/gold/lib/perl5 /usr/local/lib/perl5/5.10.0/x86_64-linux >> > >> /usr/local/lib/perl5/5.10.0 >> > >> /usr/local/lib/perl5/site_perl/5.10.0/x86_64-linux >> > >> /usr/local/lib/perl5/site_perl/5.10.0 .) at /opt/gold/sbin/goldd >> > >> line 52. >> > >> BEGIN failed--compilation aborted at /opt/gold/sbin/goldd line 52. >> > >> >> > >> -- >> > >> Nguyen Truong Co >> > >> Institute for Computational Science and Technology >> > >> Researcher of Life Science Lab >> > >> >> > >> >> > >> _______________________________________________ >> > >> gold-users mailing list >> > >> gold-users at supercluster.org >> > >> http://www.supercluster.org/mailman/listinfo/gold-users >> > >> >> > >> >> > >> >> > >> _______________________________________________ >> > >> gold-users mailing list >> > >> gold-users at supercluster.org >> > >> http://www.supercluster.org/mailman/listinfo/gold-users >> > >> >> > >> >> > > >> > > >> > > -- >> > > Nguyen Truong Co >> > > Institute for Computational Science and Technology >> > > Researcher of Life Science Lab >> > > _______________________________________________ >> > > gold-users mailing list >> > > gold-users at supercluster.org >> > > http://www.supercluster.org/mailman/listinfo/gold-users >> > >> > ---------------------- >> > Steve Crusan >> > System Administrator >> > Center for Research Computing >> > University of Rochester >> > https://www.crc.rochester.edu/ >> > >> > >> > -----BEGIN PGP SIGNATURE----- >> > Version: GnuPG/MacGPG2 v2.0.17 (Darwin) >> > Comment: GPGTools - http://gpgtools.org >> > >> > iQEcBAEBAgAGBQJOg1T/AAoJENS19LGOpgqKzjcH/1iuUHK7V0toQ2K4kCdB1y+m >> > m8knMCPySEhmWGd7TiaAMdlm1Wg00HzPcGO47InX8pQ3dTJWXmSb36l8M1RMBK3O >> > Ujz1ILdV0pd5wSRZK6Yl8upOdZDHzSe3YQlSDWuF8plA0T70n4pl5kCphjrKLXs5 >> > /GUHIvzmD+vMwVRscUO168+wNynq+y7Wdr75d88U02/jPWo08rSYPDWLU5XSMOWO >> > SuL+kstQce+EN9KxGYgvtJ+7knTlWUOxT4acNnQTQJZqAQDKy1fJXPAYqjKcgcwz >> > mixnlFrN9Kf2UYmLmF9NxHUfVU9FiclJkFzSiyUvN9whwdxXLy6BZnocNSEHKes= >> > =Eus7 >> > -----END PGP SIGNATURE----- >> > _______________________________________________ >> > gold-users mailing list >> > gold-users at supercluster.org >> > http://www.supercluster.org/mailman/listinfo/gold-users >> > >> _______________________________________________ >> gold-users mailing list >> gold-users at supercluster.org >> http://www.supercluster.org/mailman/listinfo/gold-users >> > > > > -- > Nguyen Truong Co > Institute for Computational Science and Technology > Researcher of Life Science Lab > > > _______________________________________________ > gold-users mailing list > gold-users at supercluster.org > http://www.supercluster.org/mailman/listinfo/gold-users > > > > _______________________________________________ > gold-users mailing list > gold-users at supercluster.org > http://www.supercluster.org/mailman/listinfo/gold-users > > -- Nguyen Truong Co Institute for Computational Science and Technology Researcher of Life Science Lab -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.supercluster.org/pipermail/gold-users/attachments/20111002/41522249/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: Screenshot.png Type: image/png Size: 94851 bytes Desc: not available Url : http://www.supercluster.org/pipermail/gold-users/attachments/20111002/41522249/attachment-0001.png From truongcophysics at gmail.com Mon Oct 3 02:05:51 2011 From: truongcophysics at gmail.com (truongco nguyen) Date: Mon, 3 Oct 2011 15:05:51 +0700 Subject: [gold-users] ICST-gold In-Reply-To: References: Message-ID: Dear all Because of much rubbish due to many times Gold failed installation so i got the GUI bug which i reported in the previous email. After installing again Os and gold again as your advice, everything works very good now. So we would like to thank all of you, specially in advance with Mr Scott Jackson and Steve Crusan. Cheers Nguyen Truong Co Institute for Computational Science and Technology Researcher of Life Science Lab On Sun, Oct 2, 2011 at 4:15 PM, truongco nguyen wrote: > Dear > > Thank you very much for your help. After take much time to configure. The > gold could launch as gui. But i don't understand why i can't do anything > with gui. > In the web brower interface i saw the manage and logout button but only > the log out button work and manage button is not. I wonder what happen with > my configure. > Could you give us more advice, please. Thank you in advance. > I attached in this email the gui which i got. > > Co > > On Thu, Sep 29, 2011 at 11:08 PM, Scott Jackson < > scottmo at adaptivecomputing.com> wrote: > >> This would be because the gold server had not been started. >> >> At one point, our documentation was flawed in that it referred to the >> gchpasswd command before it referred to starting gold. Recent distributions >> have fixed this in the INSTALL file and the installation documentation >> included in the tarball under the doc directory. However, I have verified >> that the online documentation still has this flaw. I will try to get it >> updated on the web docs. >> >> The remedy, of course, is to start the goldd server before trying to run >> any commands against it:) >> >> Scott >> >> ------------------------------ >> >> *From: *"truongco nguyen" >> >> *To: *"Gold Users Mailing List" >> *Sent: *Thursday, September 29, 2011 2:10:37 AM >> >> *Subject: *Re: [gold-users] ICST-gold >> >> Dear >> >> Thanks you very much for your help. After doing the same your advice, it >> didn't work. But when we researched all bugs, we found out the first one >> was : >> >> *[root at cluster conf]# /opt/gold/bin/gchpasswd * >> * Failed sending message: (Unable to connect to socket (Connection >> refused))* >> * >> * >> Could you give us any clues? >> >> Thank you in advance >> >> * Co* >> >> On Thu, Sep 29, 2011 at 1:00 AM, Scott Jackson < >> scottmo at adaptivecomputing.com> wrote: >> >>> Yes, make sure you run the createdb and psql commands as the gold user >>> (or the userid that goldd will run under). >>> >>> >>> ----- Original Message ----- >>> > From: "Steve Crusan" >>> > To: "Gold Users Mailing List" >>> > Sent: Wednesday, September 28, 2011 11:10:16 AM >>> > Subject: Re: [gold-users] ICST-gold >>> > >>> > -----BEGIN PGP SIGNED MESSAGE----- >>> > Hash: SHA1 >>> > >>> > It would be probably be easier for the list to read if you posted the >>> > last few error messages than posting the whole setup steps each >>> > time... >>> > >>> > That being said, is the gold user the owner of the postgresql >>> > database, and also allowed to connect to it? >>> > >>> > If you connect to the postgres db, check the database ownership: >>> > postgres=> \l >>> > List of databases >>> > Name | Owner | Encoding >>> > - -----------+----------+---------- >>> > gold | gold | UTF8 >>> > >>> > >>> > Also, make sure you have a line in your >>> > postgres_root/data/pg_hba.conf that is something like this: >>> > >>> > # IPv4 local connections: >>> > host gold gold 127.0.0.1/32 md5 >>> > >>> > You should be able to connect from the commandline via: >>> > psql -U gold -d gold -h localhost -W >>> > Enter passwd: >>> > >>> > That password you entered needs to match the password in your >>> > $gold_root/etc/goldd.conf >>> > database.password = mypass >>> > >>> > After you make changes to your postgres pg_hba.conf file, you need to >>> > restart postgres, and also the gold service. >>> > >>> > >>> > On Sep 28, 2011, at 12:30 PM, truongco nguyen wrote: >>> > >>> > > Thank you very much for your help, but when i finish the make deps >>> > > step. The >>> > > new bug turn out. Any helps please? >>> > > >>> > > Thanks you in advance! >>> > > >>> > > Following is updated step. >>> > > >>> > > step 1: create user >>> > > adduser gold >>> > > adduser postgress >>> > > step2: >>> > > [root at cluster source]# cp gold-2.2.0.0.tar.gz /home/gold/ >>> > > [root at cluster source]# chown gold:gold /home/gold/ >>> > > step3: >>> > > su gold >>> > > [gold at cluster ~]$ tar -zxvf gold-2.2.0.0.tar.gz >>> > > [gold at cluster ~]$ cd gold-2.2.0.0 >>> > > step4: >>> > > [root at cluster source]# tar -zxvf postgresql-8.3.3.tar.gz >>> > > [root at cluster source]# cd postgresql-8.3.3 >>> > > step5: >>> > > [root at cluster postgresql-8.3.3]# ./configure >>> > > report: >>> > > configure: creating ./config.status >>> > > config.status: creating GNUmakefile >>> > > config.status: creating src/Makefile.global >>> > > config.status: creating src/include/pg_config.h >>> > > config.status: creating src/interfaces/ecpg/include/ecpg_config.h >>> > > config.status: linking ./src/backend/port/tas/dummy.s to >>> > > src/backend/port/tas.s >>> > > config.status: linking ./src/backend/port/dynloader/linux.c to >>> > > src/backend/port/dynloader.c >>> > > config.status: linking ./src/backend/port/sysv_sema.c to >>> > > src/backend/port/pg_sema.c >>> > > config.status: linking ./src/backend/port/sysv_shmem.c to >>> > > src/backend/port/pg_shmem.c >>> > > config.status: linking ./src/backend/port/dynloader/linux.h to >>> > > src/include/dynloader.h >>> > > config.status: linking ./src/include/port/linux.h to >>> > > src/include/pg_config_os.h >>> > > config.status: linking ./src/makefiles/Makefile.linux to >>> > > src/Makefile.port >>> > > >>> > > step6: >>> > > >>> > > [root at cluster postgresql-8.3.3]# make >>> > > step7: >>> > > >>> > > [root at cluster postgresql-8.3.3]# make install >>> > > [root at cluster postgresql-8.3.3]# mkdir /usr/local/pgsql/data >>> > > [root at cluster postgresql-8.3.3]# chown postgress >>> > > /usr/local/pgsql/data >>> > > [root at cluster postgresql-8.3.3]# touch /var/log/pgsql >>> > > [root at cluster postgresql-8.3.3]# chown postgress /var/log/pgsql >>> > > >>> > > [root at cluster postgresql-8.3.3]# rpm -qa | grep perl >>> > > perl-5.8.8-32.el5_5.2 >>> > > perl-suidperl-5.8.8-32.el5_5.2 >>> > > >>> > > [root at cluster postgresql-8.3.3]# rpm -qa |grep libxml >>> > > foundation-libxml2-2.6.23-0 >>> > > libxml2-2.6.26-2.1.2.8.el5_5.1 >>> > > libxml2-2.6.26-2.1.2.8.el5_5.1 >>> > > libxml2-devel-2.6.26-2.1.2.8.el5_5.1 >>> > > libxml2-python-2.6.26-2.1.2.8.el5_5.1 >>> > > >>> > > [root at cluster postgresql-8.3.3]# rpm -qa |grep readline >>> > > readline-5.1-3.el5 >>> > > readline-5.1-3.el5 >>> > > foundation-readline-5.1-0 >>> > > readline-devel-5.1-3.el5 >>> > > >>> > > [root at cluster postgresql-8.3.3]# rpm -qa |grep httpd >>> > > httpd-devel-2.2.3-43.el5.centos.3 >>> > > httpd-devel-2.2.3-43.el5.centos.3 >>> > > httpd-2.2.3-43.el5.centos.3 >>> > > >>> > > [root at cluster postgresql-8.3.3]# rpm -qa |grep openssl >>> > > openssl-0.9.8e-12.el5_4.6 >>> > > openssl-0.9.8e-12.el5_4.6 >>> > > openssl-devel-0.9.8e-12.el5_4.6 >>> > > openssl-devel-0.9.8e-12.el5_4.6 >>> > > [root at cluster postgresql-8.3.3]# rpm -qa |grep mod_ssl >>> > > mod_ssl-2.2.3-43.el5.centos.3 >>> > > >>> > > [gold at cluster gold-2.2.0.0]$ ./configure --with-db=Pg >>> > > --with-readline >>> > > --with-user=gold --with-perl-libs=local --with-gold-libs=local >>> > > --with-cgi-bin=/var/www/cgi-bin/gold >>> > > [gold at cluster gold-2.2.0.0]$ make >>> > > [gold at cluster gold-2.2.0.0]$ make gui >>> > > [gold at cluster gold-2.2.0.0]$ su >>> > > [root at cluster gold-2.2.0.0]# *make deps* >>> > > [root at cluster gold-2.2.0.0]# make install >>> > > [root at cluster gold-2.2.0.0]# make install-gui >>> > > [root at cluster gold-2.2.0.0]# make install-gui >>> > > [root at cluster gold-2.2.0.0]# make auth_key >>> > > Enter your secret key (up to 80 characters and can include spaces): >>> > > sss >>> > > [root at cluster gold-2.2.0.0]# vim /opt/gold/etc/goldd.conf >>> > > # Gold Server Config File >>> > > >>> > > super.user = gold >>> > > >>> > > server.host = cluster.tripham.vn >>> > > server.port = 7112 >>> > > >>> > > database.datasource = DBI:Pg:dbname=gold;host=cluster.tripham.vn >>> > > # database.user = NONE >>> > > # database.password = NONE >>> > > >>> > > response.chunksize = 100000 >>> > > # currency.precision = 0 >>> > > >>> > > security.authentication = true >>> > > # security.encryption = false >>> > > >>> > > account.autogen = true >>> > > allocation.autogen = true >>> > > # machine.autogen = false >>> > > >>> > > [root at cluster gold-2.2.0.0]# vim /opt/gold/etc/gold.conf >>> > > Gold Client Config File >>> > > >>> > > server.host = cluster.tripham.vn >>> > > server.port = 7112 >>> > > # server.backup = NONE >>> > > >>> > > security.authentication = true >>> > > # security.encryption = false >>> > > # security.token.type = symmetric >>> > > # wire.protocol = SSSRMAP >>> > > >>> > > # response.chunking = false >>> > > # response.chunksize = 0 >>> > > # currency.precision = 0 >>> > > >>> > > # account.show = Id,Name,Amount,Projects,Users,Machines,Description >>> > > # allocation.show = >>> > > Id,Account,Active,StartTime,EndTime,Amount,CreditLimit,Deposited >>> > > # balance.show = >>> > > Id,Name,Amount,Reserved,Balance,CreditLimit,Available >>> > > # job.show = >>> > > >>> Id,JobId,User,Project,Machine,Queue,QualityOfService,Stage,Charge,Processors,Nodes,WallDuration,StartTime,EndTime,Description >>> > > >>> > > step8: >>> > > >>> > > [postgress at cluster postgresql-8.3.3]$ /usr/local/pgsql/bin/initdb >>> > > -D >>> > > /usr/local/pgsql/data >>> > > [postgress at cluster postgresql-8.3.3]$ echo "host all all >>> > > 172.16.1.70 >>> > > 255.255.255.255 trust">>/usr/local/pgsql/data/pg_hba.conf >>> > > step9: >>> > > [postgress at cluster postgresql-8.3.3]$ >>> > > /usr/local/pgsql/bin/postmaster -i -D >>> > > /usr/local/pgsql/data >>> > > LOG: database system was shut down at 2011-09-28 19:58:45 ICT >>> > > LOG: autovacuum launcher started >>> > > LOG: database system is ready to accept connections >>> > > [postgress at cluster postgresql-8.3.3]$ >>> > > /usr/local/pgsql/bin/postmaster -i -D >>> > > /usr/local/pgsql/data >/var/log/pgsql 2>&1 & >>> > > [1] 17250 >>> > > step10: >>> > > [postgress at cluster postgresql-8.3.3]$ >>> > > /usr/local/pgsql/bin/createuser gold >>> > > Shall the new role be a superuser? (y/n) n >>> > > Shall the new role be allowed to create databases? (y/n) y >>> > > Shall the new role be allowed to create more new roles? (y/n) y >>> > > [postgress at cluster postgresql-8.3.3]$ /usr/local/pgsql/bin/createdb >>> > > gold >>> > > >>> > > step11: >>> > > [root at cluster ~]# cd /etc/httpd/conf >>> > > [root at cluster conf]# vim httpd.conf >>> > > edit line >>> > > # >>> > > >>> > > Options ExecCGI >>> > > AddHandler cgi-script .cgi .pl >>> > > >>> > > edit line >>> > > #ScriptAlias /cgi-bin/ "/var/www/cgi-bin/" >>> > > Alias /cgi-bin/ "/var/www/cgi-bin/gold" >>> > > >>> > > add line >>> > > >>> > > DocumentRoot /var/www/cgi-bin >>> > > ServerName cluster.tripham.vn >>> > > ServerAdmin root at cluster.tripham.vn >>> > > ErrorLog logs/gold-error_log >>> > > TransferLog logs/gold-access_log >>> > > SSLEngine on >>> > > SSLCertificateFile /etc/httpd/conf/ssl.crt/gold-server.crt >>> > > SSLCertificateKeyFile /etc/httpd/conf/ssl.key/gold-server.key >>> > > SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown >>> > > >>> > > >>> > > step12: >>> > > [root at cluster conf]# mkdir ssl.key >>> > > [root at cluster conf]# openssl genrsa -out ssl.key/gold-server.key >>> > > 1024 >>> > > Generating RSA private key, 1024 bit long modulus >>> > > .......................++++++ >>> > > .++++++ >>> > > e is 65537 (0x10001) >>> > > [root at cluster ssl.crt]# mkdir ssl.crt >>> > > [root at cluster ssl.crt]# touch gold-server.crt >>> > > [root at cluster ssl.crt]# chmod +x gold-server.crt >>> > > >>> > > step13: >>> > > [root at cluster conf]# openssl req -new -key ssl.key/gold-server.key >>> > > -x509 >>> > > -out ssl.crt/gold-server.crt >>> > > You are about to be asked to enter information that will be >>> > > incorporated >>> > > into your certificate request. >>> > > What you are about to enter is what is called a Distinguished Name >>> > > or a DN. >>> > > There are quite a few fields but you can leave some blank >>> > > For some fields there will be a default value, >>> > > If you enter '.', the field will be left blank. >>> > > ----- >>> > > Country Name (2 letter code) [GB]:84 >>> > > State or Province Name (full name) [Berkshire]:vn >>> > > Locality Name (eg, city) [Newbury]:hcm >>> > > Organization Name (eg, company) [My Company Ltd]:icst >>> > > Organizational Unit Name (eg, section) []:tech >>> > > Common Name (eg, your name or your server's hostname) >>> > > []:cluster.tripham.vn >>> > > Email Address []:root at cluster.tripham.vn >>> > > >>> > > step14: >>> > > [root at cluster conf]# /usr/sbin/apachectl restart >>> > > [root at cluster conf]# >>> > > >>> > > step15: >>> > > [gold at cluster bin]$ /opt/gold/bin/gchpasswd >>> > > Failed sending message: (Unable to connect to socket (Connection >>> > > refused)). >>> > > [gold at cluster bin]$ >>> > > >>> > > step16: >>> > > [root at cluster ~]# cd /home/gold/gold-2.2.0.0/ >>> > > [root at cluster gold-2.2.0.0]# cp bank.sql /usr/local/pgsql/ >>> > > [root at cluster gold-2.2.0.0]# chown postgress >>> > > /usr/local/pgsql/bank.sql >>> > > [postgress at cluster pgsql]$ chmod +x bank.sql >>> > > [postgress at cluster pgsql]$ /usr/local/pgsql/bin/psql gold >> > > INSERT 0 1 >>> > > INSERT 0 1 >>> > > INSERT 0 1 >>> > > INSERT 0 1 >>> > > INSERT 0 1 >>> > > INSERT 0 1 >>> > > INSERT 0 1 >>> > > >>> > > step17: >>> > > [postgress at cluster pgsql]$ /opt/gold/sbin/goldd >>> > > [gold at cluster gold-2.2.0.0]$ /opt/gold/sbin/goldd >>> > > Starting Gold Pid (19106) >>> > > [gold at cluster gold-2.2.0.0]$ DBD::Pg::st execute failed: ERROR: >>> > > permission >>> > > denied for relation g_object at /opt/gold/lib/Gold/Database.pm line >>> > > 673. >>> > > Exception caught while populating metadata cache: DBD::Pg::st >>> > > execute >>> > > failed: >>> > > ERROR: permission denied for relation g_object at >>> > > /opt/gold/lib/Gold/Database.pm line 673. >>> > > >>> > > >>> > > On Wed, Sep 28, 2011 at 10:47 PM, Scott Jackson < >>> > > scottmo at adaptivecomputing.com> wrote: >>> > > >>> > >> You missed the make deps step. >>> > >> >>> > >> ------------------------------ >>> > >> >>> > >> *From: *"truongco nguyen" >>> > >> *To: *gold-users at supercluster.org >>> > >> *Sent: *Wednesday, September 28, 2011 7:51:53 AM >>> > >> *Subject: *[gold-users] ICST-gold >>> > >> >>> > >> >>> > >> Dear >>> > >> >>> > >> I am trying to install gold in Rock 5.4. But in installing process >>> > >> i >>> > >> encountered a problem like that: >>> > >> >>> > >> [postgress at cluster pgsql]$ */opt/gold/sbin/goldd* >>> > >> >>> > >> *Can't locate Log/Log4perl.pm in @INC (@INC contains: >>> > >> /opt/gold/lib* >>> > >> */opt/gold/lib/perl5 /usr/local/lib/perl5/5.10.0/x86_64-linux* >>> > >> */usr/local/lib/perl5/5.10.0 >>> > >> /usr/local/lib/perl5/site_perl/5.10.0/x86_64-linux* >>> > >> */usr/local/lib/perl5/site_perl/5.10.0 .) at /opt/gold/sbin/goldd >>> > >> line 52. >>> > >> * >>> > >> *BEGIN failed--compilation aborted at /opt/gold/sbin/goldd line >>> > >> 52.* >>> > >> * >>> > >> * >>> > >> I don't know how to fix it? Any clues are high appreciated? * * >>> > >> * >>> > >> * >>> > >> Thank you very much >>> > >> * >>> > >> * >>> > >> Below are steps i crossed : >>> > >> >>> > >> step 1: create user >>> > >> adduser gold >>> > >> adduser postgress >>> > >> step2: >>> > >> [root at cluster source]# cp gold-2.2.0.0.tar.gz /home/gold/ >>> > >> [root at cluster source]# chown gold:gold /home/gold/ >>> > >> step3: >>> > >> su gold >>> > >> [gold at cluster ~]$ tar -zxvf gold-2.2.0.0.tar.gz >>> > >> [gold at cluster ~]$ cd gold-2.2.0.0 >>> > >> step4: >>> > >> [root at cluster source]# tar -zxvf postgresql-8.3.3.tar.gz >>> > >> [root at cluster source]# cd postgresql-8.3.3 >>> > >> step5: >>> > >> [root at cluster postgresql-8.3.3]# ./configure >>> > >> report: >>> > >> configure: creating ./config.status >>> > >> config.status: creating GNUmakefile >>> > >> config.status: creating src/Makefile.global >>> > >> config.status: creating src/include/pg_config.h >>> > >> config.status: creating src/interfaces/ecpg/include/ecpg_config.h >>> > >> config.status: linking ./src/backend/port/tas/dummy.s to >>> > >> src/backend/port/tas.s >>> > >> config.status: linking ./src/backend/port/dynloader/linux.c to >>> > >> src/backend/port/dynloader.c >>> > >> config.status: linking ./src/backend/port/sysv_sema.c to >>> > >> src/backend/port/pg_sema.c >>> > >> config.status: linking ./src/backend/port/sysv_shmem.c to >>> > >> src/backend/port/pg_shmem.c >>> > >> config.status: linking ./src/backend/port/dynloader/linux.h to >>> > >> src/include/dynloader.h >>> > >> config.status: linking ./src/include/port/linux.h to >>> > >> src/include/pg_config_os.h >>> > >> config.status: linking ./src/makefiles/Makefile.linux to >>> > >> src/Makefile.port >>> > >> >>> > >> step6: >>> > >> >>> > >> [root at cluster postgresql-8.3.3]# make >>> > >> step7: >>> > >> >>> > >> [root at cluster postgresql-8.3.3]# make install >>> > >> [root at cluster postgresql-8.3.3]# mkdir /usr/local/pgsql/data >>> > >> [root at cluster postgresql-8.3.3]# chown postgress >>> > >> /usr/local/pgsql/data >>> > >> [root at cluster postgresql-8.3.3]# touch /var/log/pgsql >>> > >> [root at cluster postgresql-8.3.3]# chown postgress /var/log/pgsql >>> > >> >>> > >> [root at cluster postgresql-8.3.3]# rpm -qa | grep perl >>> > >> perl-5.8.8-32.el5_5.2 >>> > >> perl-suidperl-5.8.8-32.el5_5.2 >>> > >> >>> > >> [root at cluster postgresql-8.3.3]# rpm -qa |grep libxml >>> > >> foundation-libxml2-2.6.23-0 >>> > >> libxml2-2.6.26-2.1.2.8.el5_5.1 >>> > >> libxml2-2.6.26-2.1.2.8.el5_5.1 >>> > >> libxml2-devel-2.6.26-2.1.2.8.el5_5.1 >>> > >> libxml2-python-2.6.26-2.1.2.8.el5_5.1 >>> > >> >>> > >> [root at cluster postgresql-8.3.3]# rpm -qa |grep readline >>> > >> readline-5.1-3.el5 >>> > >> readline-5.1-3.el5 >>> > >> foundation-readline-5.1-0 >>> > >> readline-devel-5.1-3.el5 >>> > >> >>> > >> [root at cluster postgresql-8.3.3]# rpm -qa |grep httpd >>> > >> httpd-devel-2.2.3-43.el5.centos.3 >>> > >> httpd-devel-2.2.3-43.el5.centos.3 >>> > >> httpd-2.2.3-43.el5.centos.3 >>> > >> >>> > >> [root at cluster postgresql-8.3.3]# rpm -qa |grep openssl >>> > >> openssl-0.9.8e-12.el5_4.6 >>> > >> openssl-0.9.8e-12.el5_4.6 >>> > >> openssl-devel-0.9.8e-12.el5_4.6 >>> > >> openssl-devel-0.9.8e-12.el5_4.6 >>> > >> [root at cluster postgresql-8.3.3]# rpm -qa |grep mod_ssl >>> > >> mod_ssl-2.2.3-43.el5.centos.3 >>> > >> >>> > >> [gold at cluster gold-2.2.0.0]$ ./configure --with-db=Pg >>> > >> --with-readline >>> > >> --with-user=gold --with-perl-libs=local --with-gold-libs=local >>> > >> --with-cgi-bin=/var/www/cgi-bin/gold >>> > >> [gold at cluster gold-2.2.0.0]$ make >>> > >> [gold at cluster gold-2.2.0.0]$ make gui >>> > >> [gold at cluster gold-2.2.0.0]$ su >>> > >> [root at cluster gold-2.2.0.0]# make install >>> > >> [root at cluster gold-2.2.0.0]# make install-gui >>> > >> [root at cluster gold-2.2.0.0]# make auth_key >>> > >> Enter your secret key (up to 80 characters and can include >>> > >> spaces): sss >>> > >> [root at cluster gold-2.2.0.0]# vim /opt/gold/etc/goldd.conf >>> > >> # Gold Server Config File >>> > >> >>> > >> super.user = gold >>> > >> >>> > >> server.host = cluster.tripham.vn >>> > >> server.port = 7112 >>> > >> >>> > >> database.datasource = DBI:Pg:dbname=gold;host=cluster.tripham.vn >>> > >> # database.user = NONE >>> > >> # database.password = NONE >>> > >> >>> > >> response.chunksize = 100000 >>> > >> # currency.precision = 0 >>> > >> >>> > >> security.authentication = true >>> > >> # security.encryption = false >>> > >> >>> > >> account.autogen = true >>> > >> allocation.autogen = true >>> > >> # machine.autogen = false >>> > >> >>> > >> [root at cluster gold-2.2.0.0]# vim /opt/gold/etc/gold.conf >>> > >> Gold Client Config File >>> > >> >>> > >> server.host = cluster.tripham.vn >>> > >> server.port = 7112 >>> > >> # server.backup = NONE >>> > >> >>> > >> security.authentication = true >>> > >> # security.encryption = false >>> > >> # security.token.type = symmetric >>> > >> # wire.protocol = SSSRMAP >>> > >> >>> > >> # response.chunking = false >>> > >> # response.chunksize = 0 >>> > >> # currency.precision = 0 >>> > >> >>> > >> # account.show = >>> > >> Id,Name,Amount,Projects,Users,Machines,Description >>> > >> # allocation.show = >>> > >> Id,Account,Active,StartTime,EndTime,Amount,CreditLimit,Deposited >>> > >> # balance.show = >>> > >> Id,Name,Amount,Reserved,Balance,CreditLimit,Available >>> > >> # job.show = >>> > >> >>> Id,JobId,User,Project,Machine,Queue,QualityOfService,Stage,Charge,Processors,Nodes,WallDuration,StartTime,EndTime,Description >>> > >> >>> > >> step8: >>> > >> >>> > >> [postgress at cluster postgresql-8.3.3]$ /usr/local/pgsql/bin/initdb >>> > >> -D >>> > >> /usr/local/pgsql/data >>> > >> [postgress at cluster postgresql-8.3.3]$ echo "host all all >>> > >> 172.16.1.70 >>> > >> 255.255.255.255 trust">>/usr/local/pgsql/data/pg_hba.conf >>> > >> step9: >>> > >> [postgress at cluster postgresql-8.3.3]$ >>> > >> /usr/local/pgsql/bin/postmaster -i >>> > >> -D /usr/local/pgsql/data >>> > >> LOG: database system was shut down at 2011-09-28 19:58:45 ICT >>> > >> LOG: autovacuum launcher started >>> > >> LOG: database system is ready to accept connections >>> > >> [postgress at cluster postgresql-8.3.3]$ >>> > >> /usr/local/pgsql/bin/postmaster -i >>> > >> -D /usr/local/pgsql/data >/var/log/pgsql 2>&1 & >>> > >> [1] 17250 >>> > >> step10: >>> > >> [postgress at cluster postgresql-8.3.3]$ >>> > >> /usr/local/pgsql/bin/createuser >>> > >> gold >>> > >> Shall the new role be a superuser? (y/n) n >>> > >> Shall the new role be allowed to create databases? (y/n) y >>> > >> Shall the new role be allowed to create more new roles? (y/n) y >>> > >> [postgress at cluster postgresql-8.3.3]$ >>> > >> /usr/local/pgsql/bin/createdb gold >>> > >> >>> > >> step11: >>> > >> [root at cluster ~]# cd /etc/httpd/conf >>> > >> [root at cluster conf]# vim httpd.conf >>> > >> edit line >>> > >> # >>> > >> >>> > >> Options ExecCGI >>> > >> AddHandler cgi-script .cgi .pl >>> > >> >>> > >> edit line >>> > >> #ScriptAlias /cgi-bin/ "/var/www/cgi-bin/" >>> > >> Alias /cgi-bin/ "/var/www/cgi-bin/gold" >>> > >> >>> > >> add line >>> > >> >>> > >> DocumentRoot /var/www/cgi-bin >>> > >> ServerName cluster.tripham.vn >>> > >> ServerAdmin root at cluster.tripham.vn >>> > >> ErrorLog logs/gold-error_log >>> > >> TransferLog logs/gold-access_log >>> > >> SSLEngine on >>> > >> SSLCertificateFile /etc/httpd/conf/ssl.crt/gold-server.crt >>> > >> SSLCertificateKeyFile /etc/httpd/conf/ssl.key/gold-server.key >>> > >> SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown >>> > >> >>> > >> >>> > >> step12: >>> > >> [root at cluster conf]# mkdir ssl.key >>> > >> [root at cluster conf]# openssl genrsa -out ssl.key/gold-server.key >>> > >> 1024 >>> > >> Generating RSA private key, 1024 bit long modulus >>> > >> .......................++++++ >>> > >> .++++++ >>> > >> e is 65537 (0x10001) >>> > >> [root at cluster ssl.crt]# mkdir ssl.crt >>> > >> [root at cluster ssl.crt]# touch gold-server.crt >>> > >> [root at cluster ssl.crt]# chmod +x gold-server.crt >>> > >> >>> > >> step13: >>> > >> [root at cluster conf]# openssl req -new -key ssl.key/gold-server.key >>> > >> -x509 >>> > >> -out ssl.crt/gold-server.crt >>> > >> You are about to be asked to enter information that will be >>> > >> incorporated >>> > >> into your certificate request. >>> > >> What you are about to enter is what is called a Distinguished Name >>> > >> or a DN. >>> > >> There are quite a few fields but you can leave some blank >>> > >> For some fields there will be a default value, >>> > >> If you enter '.', the field will be left blank. >>> > >> ----- >>> > >> Country Name (2 letter code) [GB]:84 >>> > >> State or Province Name (full name) [Berkshire]:vn >>> > >> Locality Name (eg, city) [Newbury]:hcm >>> > >> Organization Name (eg, company) [My Company Ltd]:icst >>> > >> Organizational Unit Name (eg, section) []:tech >>> > >> Common Name (eg, your name or your server's hostname) []: >>> > >> cluster.tripham.vn >>> > >> Email Address []:root at cluster.tripham.vn >>> > >> >>> > >> step14: >>> > >> [root at cluster conf]# /usr/sbin/apachectl restart >>> > >> [root at cluster conf]# >>> > >> >>> > >> step15: >>> > >> [root at cluster ~]# gchpasswd >>> > >> Can't locate Log/Log4perl.pm in @INC (@INC contains: /opt/gold/lib >>> > >> /opt/gold/lib/perl5 /usr/local/lib/perl5/5.10.0/x86_64-linux >>> > >> /usr/local/lib/perl5/5.10.0 >>> > >> /usr/local/lib/perl5/site_perl/5.10.0/x86_64-linux >>> > >> /usr/local/lib/perl5/site_perl/5.10.0) at /opt/gold/lib/Gold.pm >>> > >> line 108. >>> > >> BEGIN failed--compilation aborted at /opt/gold/lib/Gold.pm line >>> > >> 108. >>> > >> Compilation failed in require at /opt/gold/bin/gchpasswd line 52. >>> > >> BEGIN failed--compilation aborted at /opt/gold/bin/gchpasswd line >>> > >> 52. >>> > >> >>> > >> step16: >>> > >> [root at cluster ~]# cd /home/gold/gold-2.2.0.0/ >>> > >> [root at cluster gold-2.2.0.0]# cp bank.sql /usr/local/pgsql/ >>> > >> [root at cluster gold-2.2.0.0]# chown postgress >>> > >> /usr/local/pgsql/bank.sql >>> > >> [postgress at cluster pgsql]$ chmod +x bank.sql >>> > >> [postgress at cluster pgsql]$ /usr/local/pgsql/bin/psql gold >>> > >> >> > >> INSERT 0 1 >>> > >> INSERT 0 1 >>> > >> INSERT 0 1 >>> > >> INSERT 0 1 >>> > >> INSERT 0 1 >>> > >> INSERT 0 1 >>> > >> INSERT 0 1 >>> > >> >>> > >> step17: >>> > >> [postgress at cluster pgsql]$ /opt/gold/sbin/goldd >>> > >> Can't locate Log/Log4perl.pm in @INC (@INC contains: /opt/gold/lib >>> > >> /opt/gold/lib/perl5 /usr/local/lib/perl5/5.10.0/x86_64-linux >>> > >> /usr/local/lib/perl5/5.10.0 >>> > >> /usr/local/lib/perl5/site_perl/5.10.0/x86_64-linux >>> > >> /usr/local/lib/perl5/site_perl/5.10.0 .) at /opt/gold/sbin/goldd >>> > >> line 52. >>> > >> BEGIN failed--compilation aborted at /opt/gold/sbin/goldd line 52. >>> > >> >>> > >> -- >>> > >> Nguyen Truong Co >>> > >> Institute for Computational Science and Technology >>> > >> Researcher of Life Science Lab >>> > >> >>> > >> >>> > >> _______________________________________________ >>> > >> gold-users mailing list >>> > >> gold-users at supercluster.org >>> > >> http://www.supercluster.org/mailman/listinfo/gold-users >>> > >> >>> > >> >>> > >> >>> > >> _______________________________________________ >>> > >> gold-users mailing list >>> > >> gold-users at supercluster.org >>> > >> http://www.supercluster.org/mailman/listinfo/gold-users >>> > >> >>> > >> >>> > > >>> > > >>> > > -- >>> > > Nguyen Truong Co >>> > > Institute for Computational Science and Technology >>> > > Researcher of Life Science Lab >>> > > _______________________________________________ >>> > > gold-users mailing list >>> > > gold-users at supercluster.org >>> > > http://www.supercluster.org/mailman/listinfo/gold-users >>> > >>> > ---------------------- >>> > Steve Crusan >>> > System Administrator >>> > Center for Research Computing >>> > University of Rochester >>> > https://www.crc.rochester.edu/ >>> > >>> > >>> > -----BEGIN PGP SIGNATURE----- >>> > Version: GnuPG/MacGPG2 v2.0.17 (Darwin) >>> > Comment: GPGTools - http://gpgtools.org >>> > >>> > iQEcBAEBAgAGBQJOg1T/AAoJENS19LGOpgqKzjcH/1iuUHK7V0toQ2K4kCdB1y+m >>> > m8knMCPySEhmWGd7TiaAMdlm1Wg00HzPcGO47InX8pQ3dTJWXmSb36l8M1RMBK3O >>> > Ujz1ILdV0pd5wSRZK6Yl8upOdZDHzSe3YQlSDWuF8plA0T70n4pl5kCphjrKLXs5 >>> > /GUHIvzmD+vMwVRscUO168+wNynq+y7Wdr75d88U02/jPWo08rSYPDWLU5XSMOWO >>> > SuL+kstQce+EN9KxGYgvtJ+7knTlWUOxT4acNnQTQJZqAQDKy1fJXPAYqjKcgcwz >>> > mixnlFrN9Kf2UYmLmF9NxHUfVU9FiclJkFzSiyUvN9whwdxXLy6BZnocNSEHKes= >>> > =Eus7 >>> > -----END PGP SIGNATURE----- >>> > _______________________________________________ >>> > gold-users mailing list >>> > gold-users at supercluster.org >>> > http://www.supercluster.org/mailman/listinfo/gold-users >>> > >>> _______________________________________________ >>> gold-users mailing list >>> gold-users at supercluster.org >>> http://www.supercluster.org/mailman/listinfo/gold-users >>> >> >> >> >> -- >> Nguyen Truong Co >> Institute for Computational Science and Technology >> Researcher of Life Science Lab >> >> >> _______________________________________________ >> gold-users mailing list >> gold-users at supercluster.org >> http://www.supercluster.org/mailman/listinfo/gold-users >> >> >> >> _______________________________________________ >> gold-users mailing list >> gold-users at supercluster.org >> http://www.supercluster.org/mailman/listinfo/gold-users >> >> > > > -- > Nguyen Truong Co > Institute for Computational Science and Technology > Researcher of Life Science Lab > > -- Nguyen Truong Co Institute for Computational Science and Technology Researcher of Life Science Lab -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.supercluster.org/pipermail/gold-users/attachments/20111003/cd28f87a/attachment-0001.html From scottmo at adaptivecomputing.com Mon Oct 3 10:35:29 2011 From: scottmo at adaptivecomputing.com (Scott Jackson) Date: Mon, 03 Oct 2011 10:35:29 -0600 (MDT) Subject: [gold-users] ICST-gold In-Reply-To: Message-ID: <667f7efe-5bfd-41ea-b495-203b5aa00e8e@mail> As you have noticed, it is very important that you follow the steps carefully -- especially noting which user should be executing the various commands (root, gold, postgres, etc) so that you get permissions right. It appears that you either have a permissions problem (did you run the make install-gui as root?), or perhaps you did not do add the Alias line in the httpd.conf (or delete the ScriptAlias line). Let me also advise you to use the installation chapter that comes with the distribution (doc/userguide.pdf) rather than the online one since it has become out of date. One thing you may be able to do is to take a look at the goldg.log and see if it calls out any errors. Now that I think about it some more, it seems like the code may be fine, but that it is unable to communicate with the goldd. That would explain why you see absolutely no objects in the navigation bar. Did you edit the goldg.conf to point to the right server host and port? Do the cgi scripts in /var/www/cgi-bin/... have the right use lib line to point to the right gold prefix? I think your goldg.log is going to be your best initial clue. Scott ----- Original Message ----- > From: "truongco nguyen" > To: "Gold Users Mailing List" > Sent: Sunday, October 2, 2011 3:15:34 AM > Subject: Re: [gold-users] ICST-gold > Dear > Thank you very much for your help. After take much time to configure. > The gold could launch as gui. But i don't understand why i can't do > anything with gui. > In the web brower interface i saw the manage and logout button but > only the log out button work and manage button is not. I wonder what > happen with my configure. > Could you give us more advice, please. Thank you in advance. > I attached in this email the gui which i got. > Co > On Thu, Sep 29, 2011 at 11:08 PM, Scott Jackson < > scottmo at adaptivecomputing.com > wrote: > > This would be because the gold server had not been started. > > > At one point, our documentation was flawed in that it referred to > > the > > gchpasswd command before it referred to starting gold. Recent > > distributions have fixed this in the INSTALL file and the > > installation documentation included in the tarball under the doc > > directory. However, I have verified that the online documentation > > still has this flaw. I will try to get it updated on the web docs. > > > The remedy, of course, is to start the goldd server before trying > > to > > run any commands against it:) > > > Scott > > > > From: "truongco nguyen" < truongcophysics at gmail.com > > > > > > > To: "Gold Users Mailing List" < gold-users at supercluster.org > > > > > > > Sent: Thursday, September 29, 2011 2:10:37 AM > > > > > > Subject: Re: [gold-users] ICST-gold > > > > > > Dear > > > > > > Thanks you very much for your help. After doing the same your > > > advice, > > > it didn't work. But when we researched all bugs, we found out the > > > first one was : > > > > > > [root at cluster conf]# /opt/gold/bin/gchpasswd Failed sending > > > message: > > > (Unable to connect to socket (Connection refused)) > > > > > > Could you give us any clues? > > > > > > Thank you in advance > > > > > > Co > > > > > > On Thu, Sep 29, 2011 at 1:00 AM, Scott Jackson < > > > scottmo at adaptivecomputing.com > wrote: > > > > > > > Yes, make sure you run the createdb and psql commands as the > > > > gold > > > > user (or the userid that goldd will run under). > > > > > > > > > > ----- Original Message ----- > > > > > > > > > > > From: "Steve Crusan" < scrusan at ur.rochester.edu > > > > > > > > > > > > To: "Gold Users Mailing List" < gold-users at supercluster.org > > > > > > > > > > > > Sent: Wednesday, September 28, 2011 11:10:16 AM > > > > > > > > > > > Subject: Re: [gold-users] ICST-gold > > > > > > > > > > > > > > > > > > > > > > -----BEGIN PGP SIGNED MESSAGE----- > > > > > > > > > > > Hash: SHA1 > > > > > > > > > > > > > > > > > > > > > > It would be probably be easier for the list to read if you > > > > > posted > > > > > the > > > > > > > > > > > last few error messages than posting the whole setup steps > > > > > each > > > > > > > > > > > time... > > > > > > > > > > > > > > > > > > > > > > That being said, is the gold user the owner of the postgresql > > > > > > > > > > > database, and also allowed to connect to it? > > > > > > > > > > > > > > > > > > > > > > If you connect to the postgres db, check the database > > > > > ownership: > > > > > > > > > > > postgres=> \l > > > > > > > > > > > List of databases > > > > > > > > > > > Name | Owner | Encoding > > > > > > > > > > > - -----------+----------+---------- > > > > > > > > > > > gold | gold | UTF8 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Also, make sure you have a line in your > > > > > > > > > > > postgres_root/data/pg_hba.conf that is something like this: > > > > > > > > > > > > > > > > > > > > > > # IPv4 local connections: > > > > > > > > > > > host gold gold 127.0.0.1/32 md5 > > > > > > > > > > > > > > > > > > > > > > You should be able to connect from the commandline via: > > > > > > > > > > > psql -U gold -d gold -h localhost -W > > > > > > > > > > > Enter passwd: > > > > > > > > > > > > > > > > > > > > > > That password you entered needs to match the password in your > > > > > > > > > > > $gold_root/etc/goldd.conf > > > > > > > > > > > database.password = mypass > > > > > > > > > > > > > > > > > > > > > > After you make changes to your postgres pg_hba.conf file, you > > > > > need > > > > > to > > > > > > > > > > > restart postgres, and also the gold service. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > On Sep 28, 2011, at 12:30 PM, truongco nguyen wrote: > > > > > > > > > > > > > > > > > > > > > > > Thank you very much for your help, but when i finish the > > > > > > make > > > > > > deps > > > > > > > > > > > > step. The > > > > > > > > > > > > new bug turn out. Any helps please? > > > > > > > > > > > > > > > > > > > > > > > > Thanks you in advance! > > > > > > > > > > > > > > > > > > > > > > > > Following is updated step. > > > > > > > > > > > > > > > > > > > > > > > > step 1: create user > > > > > > > > > > > > adduser gold > > > > > > > > > > > > adduser postgress > > > > > > > > > > > > step2: > > > > > > > > > > > > [root at cluster source]# cp gold-2.2.0.0.tar.gz /home/gold/ > > > > > > > > > > > > [root at cluster source]# chown gold:gold /home/gold/ > > > > > > > > > > > > step3: > > > > > > > > > > > > su gold > > > > > > > > > > > > [gold at cluster ~]$ tar -zxvf gold-2.2.0.0.tar.gz > > > > > > > > > > > > [gold at cluster ~]$ cd gold-2.2.0.0 > > > > > > > > > > > > step4: > > > > > > > > > > > > [root at cluster source]# tar -zxvf postgresql-8.3.3.tar.gz > > > > > > > > > > > > [root at cluster source]# cd postgresql-8.3.3 > > > > > > > > > > > > step5: > > > > > > > > > > > > [root at cluster postgresql-8.3.3]# ./configure > > > > > > > > > > > > report: > > > > > > > > > > > > configure: creating ./config.status > > > > > > > > > > > > config.status: creating GNUmakefile > > > > > > > > > > > > config.status: creating src/Makefile.global > > > > > > > > > > > > config.status: creating src/include/pg_config.h > > > > > > > > > > > > config.status: creating > > > > > > src/interfaces/ecpg/include/ecpg_config.h > > > > > > > > > > > > config.status: linking ./src/backend/port/tas/dummy.s to > > > > > > > > > > > > src/backend/port/tas.s > > > > > > > > > > > > config.status: linking ./src/backend/port/dynloader/linux.c > > > > > > to > > > > > > > > > > > > src/backend/port/dynloader.c > > > > > > > > > > > > config.status: linking ./src/backend/port/sysv_sema.c to > > > > > > > > > > > > src/backend/port/pg_sema.c > > > > > > > > > > > > config.status: linking ./src/backend/port/sysv_shmem.c to > > > > > > > > > > > > src/backend/port/pg_shmem.c > > > > > > > > > > > > config.status: linking ./src/backend/port/dynloader/linux.h > > > > > > to > > > > > > > > > > > > src/include/dynloader.h > > > > > > > > > > > > config.status: linking ./src/include/port/linux.h to > > > > > > > > > > > > src/include/pg_config_os.h > > > > > > > > > > > > config.status: linking ./src/makefiles/Makefile.linux to > > > > > > > > > > > > src/Makefile.port > > > > > > > > > > > > > > > > > > > > > > > > step6: > > > > > > > > > > > > > > > > > > > > > > > > [root at cluster postgresql-8.3.3]# make > > > > > > > > > > > > step7: > > > > > > > > > > > > > > > > > > > > > > > > [root at cluster postgresql-8.3.3]# make install > > > > > > > > > > > > [root at cluster postgresql-8.3.3]# mkdir > > > > > > /usr/local/pgsql/data > > > > > > > > > > > > [root at cluster postgresql-8.3.3]# chown postgress > > > > > > > > > > > > /usr/local/pgsql/data > > > > > > > > > > > > [root at cluster postgresql-8.3.3]# touch /var/log/pgsql > > > > > > > > > > > > [root at cluster postgresql-8.3.3]# chown postgress > > > > > > /var/log/pgsql > > > > > > > > > > > > > > > > > > > > > > > > [root at cluster postgresql-8.3.3]# rpm -qa | grep perl > > > > > > > > > > > > perl-5.8.8-32.el5_5.2 > > > > > > > > > > > > perl-suidperl-5.8.8-32.el5_5.2 > > > > > > > > > > > > > > > > > > > > > > > > [root at cluster postgresql-8.3.3]# rpm -qa |grep libxml > > > > > > > > > > > > foundation-libxml2-2.6.23-0 > > > > > > > > > > > > libxml2-2.6.26-2.1.2.8.el5_5.1 > > > > > > > > > > > > libxml2-2.6.26-2.1.2.8.el5_5.1 > > > > > > > > > > > > libxml2-devel-2.6.26-2.1.2.8.el5_5.1 > > > > > > > > > > > > libxml2-python-2.6.26-2.1.2.8.el5_5.1 > > > > > > > > > > > > > > > > > > > > > > > > [root at cluster postgresql-8.3.3]# rpm -qa |grep readline > > > > > > > > > > > > readline-5.1-3.el5 > > > > > > > > > > > > readline-5.1-3.el5 > > > > > > > > > > > > foundation-readline-5.1-0 > > > > > > > > > > > > readline-devel-5.1-3.el5 > > > > > > > > > > > > > > > > > > > > > > > > [root at cluster postgresql-8.3.3]# rpm -qa |grep httpd > > > > > > > > > > > > httpd-devel-2.2.3-43.el5.centos.3 > > > > > > > > > > > > httpd-devel-2.2.3-43.el5.centos.3 > > > > > > > > > > > > httpd-2.2.3-43.el5.centos.3 > > > > > > > > > > > > > > > > > > > > > > > > [root at cluster postgresql-8.3.3]# rpm -qa |grep openssl > > > > > > > > > > > > openssl-0.9.8e-12.el5_4.6 > > > > > > > > > > > > openssl-0.9.8e-12.el5_4.6 > > > > > > > > > > > > openssl-devel-0.9.8e-12.el5_4.6 > > > > > > > > > > > > openssl-devel-0.9.8e-12.el5_4.6 > > > > > > > > > > > > [root at cluster postgresql-8.3.3]# rpm -qa |grep mod_ssl > > > > > > > > > > > > mod_ssl-2.2.3-43.el5.centos.3 > > > > > > > > > > > > > > > > > > > > > > > > [gold at cluster gold-2.2.0.0]$ ./configure --with-db=Pg > > > > > > > > > > > > --with-readline > > > > > > > > > > > > --with-user=gold --with-perl-libs=local > > > > > > --with-gold-libs=local > > > > > > > > > > > > --with-cgi-bin=/var/www/cgi-bin/gold > > > > > > > > > > > > [gold at cluster gold-2.2.0.0]$ make > > > > > > > > > > > > [gold at cluster gold-2.2.0.0]$ make gui > > > > > > > > > > > > [gold at cluster gold-2.2.0.0]$ su > > > > > > > > > > > > [root at cluster gold-2.2.0.0]# *make deps* > > > > > > > > > > > > [root at cluster gold-2.2.0.0]# make install > > > > > > > > > > > > [root at cluster gold-2.2.0.0]# make install-gui > > > > > > > > > > > > [root at cluster gold-2.2.0.0]# make install-gui > > > > > > > > > > > > [root at cluster gold-2.2.0.0]# make auth_key > > > > > > > > > > > > Enter your secret key (up to 80 characters and can include > > > > > > spaces): > > > > > > > > > > > > sss > > > > > > > > > > > > [root at cluster gold-2.2.0.0]# vim /opt/gold/etc/goldd.conf > > > > > > > > > > > > # Gold Server Config File > > > > > > > > > > > > > > > > > > > > > > > > super.user = gold > > > > > > > > > > > > > > > > > > > > > > > > server.host = cluster.tripham.vn > > > > > > > > > > > > server.port = 7112 > > > > > > > > > > > > > > > > > > > > > > > > database.datasource = DBI:Pg:dbname=gold;host= > > > > > > cluster.tripham.vn > > > > > > > > > > > > # database.user = NONE > > > > > > > > > > > > # database.password = NONE > > > > > > > > > > > > > > > > > > > > > > > > response.chunksize = 100000 > > > > > > > > > > > > # currency.precision = 0 > > > > > > > > > > > > > > > > > > > > > > > > security.authentication = true > > > > > > > > > > > > # security.encryption = false > > > > > > > > > > > > > > > > > > > > > > > > account.autogen = true > > > > > > > > > > > > allocation.autogen = true > > > > > > > > > > > > # machine.autogen = false > > > > > > > > > > > > > > > > > > > > > > > > [root at cluster gold-2.2.0.0]# vim /opt/gold/etc/gold.conf > > > > > > > > > > > > Gold Client Config File > > > > > > > > > > > > > > > > > > > > > > > > server.host = cluster.tripham.vn > > > > > > > > > > > > server.port = 7112 > > > > > > > > > > > > # server.backup = NONE > > > > > > > > > > > > > > > > > > > > > > > > security.authentication = true > > > > > > > > > > > > # security.encryption = false > > > > > > > > > > > > # security.token.type = symmetric > > > > > > > > > > > > # wire.protocol = SSSRMAP > > > > > > > > > > > > > > > > > > > > > > > > # response.chunking = false > > > > > > > > > > > > # response.chunksize = 0 > > > > > > > > > > > > # currency.precision = 0 > > > > > > > > > > > > > > > > > > > > > > > > # account.show = > > > > > > Id,Name,Amount,Projects,Users,Machines,Description > > > > > > > > > > > > # allocation.show = > > > > > > > > > > > > Id,Account,Active,StartTime,EndTime,Amount,CreditLimit,Deposited > > > > > > > > > > > > # balance.show = > > > > > > > > > > > > Id,Name,Amount,Reserved,Balance,CreditLimit,Available > > > > > > > > > > > > # job.show = > > > > > > > > > > > > Id,JobId,User,Project,Machine,Queue,QualityOfService,Stage,Charge,Processors,Nodes,WallDuration,StartTime,EndTime,Description > > > > > > > > > > > > > > > > > > > > > > > > step8: > > > > > > > > > > > > > > > > > > > > > > > > [postgress at cluster postgresql-8.3.3]$ > > > > > > /usr/local/pgsql/bin/initdb > > > > > > > > > > > > -D > > > > > > > > > > > > /usr/local/pgsql/data > > > > > > > > > > > > [postgress at cluster postgresql-8.3.3]$ echo "host all all > > > > > > > > > > > > 172.16.1.70 > > > > > > > > > > > > 255.255.255.255 trust">>/usr/local/pgsql/data/pg_hba.conf > > > > > > > > > > > > step9: > > > > > > > > > > > > [postgress at cluster postgresql-8.3.3]$ > > > > > > > > > > > > /usr/local/pgsql/bin/postmaster -i -D > > > > > > > > > > > > /usr/local/pgsql/data > > > > > > > > > > > > LOG: database system was shut down at 2011-09-28 19:58:45 > > > > > > ICT > > > > > > > > > > > > LOG: autovacuum launcher started > > > > > > > > > > > > LOG: database system is ready to accept connections > > > > > > > > > > > > [postgress at cluster postgresql-8.3.3]$ > > > > > > > > > > > > /usr/local/pgsql/bin/postmaster -i -D > > > > > > > > > > > > /usr/local/pgsql/data >/var/log/pgsql 2>&1 & > > > > > > > > > > > > [1] 17250 > > > > > > > > > > > > step10: > > > > > > > > > > > > [postgress at cluster postgresql-8.3.3]$ > > > > > > > > > > > > /usr/local/pgsql/bin/createuser gold > > > > > > > > > > > > Shall the new role be a superuser? (y/n) n > > > > > > > > > > > > Shall the new role be allowed to create databases? (y/n) y > > > > > > > > > > > > Shall the new role be allowed to create more new roles? > > > > > > (y/n) > > > > > > y > > > > > > > > > > > > [postgress at cluster postgresql-8.3.3]$ > > > > > > /usr/local/pgsql/bin/createdb > > > > > > > > > > > > gold > > > > > > > > > > > > > > > > > > > > > > > > step11: > > > > > > > > > > > > [root at cluster ~]# cd /etc/httpd/conf > > > > > > > > > > > > [root at cluster conf]# vim httpd.conf > > > > > > > > > > > > edit line > > > > > > > > > > > > # > > > > > > > > > > > > > > > > > > > > > > > > Options ExecCGI > > > > > > > > > > > > AddHandler cgi-script .cgi .pl > > > > > > > > > > > > > > > > > > > > > > > > edit line > > > > > > > > > > > > #ScriptAlias /cgi-bin/ "/var/www/cgi-bin/" > > > > > > > > > > > > Alias /cgi-bin/ "/var/www/cgi-bin/gold" > > > > > > > > > > > > > > > > > > > > > > > > add line > > > > > > > > > > > > > > > > > > > > > > > > DocumentRoot /var/www/cgi-bin > > > > > > > > > > > > ServerName cluster.tripham.vn > > > > > > > > > > > > ServerAdmin root at cluster.tripham.vn > > > > > > > > > > > > ErrorLog logs/gold-error_log > > > > > > > > > > > > TransferLog logs/gold-access_log > > > > > > > > > > > > SSLEngine on > > > > > > > > > > > > SSLCertificateFile /etc/httpd/conf/ssl.crt/gold-server.crt > > > > > > > > > > > > SSLCertificateKeyFile > > > > > > /etc/httpd/conf/ssl.key/gold-server.key > > > > > > > > > > > > SetEnvIf User-Agent ".*MSIE.*" nokeepalive > > > > > > ssl-unclean-shutdown > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > step12: > > > > > > > > > > > > [root at cluster conf]# mkdir ssl.key > > > > > > > > > > > > [root at cluster conf]# openssl genrsa -out > > > > > > ssl.key/gold-server.key > > > > > > > > > > > > 1024 > > > > > > > > > > > > Generating RSA private key, 1024 bit long modulus > > > > > > > > > > > > .......................++++++ > > > > > > > > > > > > .++++++ > > > > > > > > > > > > e is 65537 (0x10001) > > > > > > > > > > > > [root at cluster ssl.crt]# mkdir ssl.crt > > > > > > > > > > > > [root at cluster ssl.crt]# touch gold-server.crt > > > > > > > > > > > > [root at cluster ssl.crt]# chmod +x gold-server.crt > > > > > > > > > > > > > > > > > > > > > > > > step13: > > > > > > > > > > > > [root at cluster conf]# openssl req -new -key > > > > > > ssl.key/gold-server.key > > > > > > > > > > > > -x509 > > > > > > > > > > > > -out ssl.crt/gold-server.crt > > > > > > > > > > > > You are about to be asked to enter information that will be > > > > > > > > > > > > incorporated > > > > > > > > > > > > into your certificate request. > > > > > > > > > > > > What you are about to enter is what is called a > > > > > > Distinguished > > > > > > Name > > > > > > > > > > > > or a DN. > > > > > > > > > > > > There are quite a few fields but you can leave some blank > > > > > > > > > > > > For some fields there will be a default value, > > > > > > > > > > > > If you enter '.', the field will be left blank. > > > > > > > > > > > > ----- > > > > > > > > > > > > Country Name (2 letter code) [GB]:84 > > > > > > > > > > > > State or Province Name (full name) [Berkshire]:vn > > > > > > > > > > > > Locality Name (eg, city) [Newbury]:hcm > > > > > > > > > > > > Organization Name (eg, company) [My Company Ltd]:icst > > > > > > > > > > > > Organizational Unit Name (eg, section) []:tech > > > > > > > > > > > > Common Name (eg, your name or your server's hostname) > > > > > > > > > > > > []: cluster.tripham.vn > > > > > > > > > > > > Email Address []: root at cluster.tripham.vn > > > > > > > > > > > > > > > > > > > > > > > > step14: > > > > > > > > > > > > [root at cluster conf]# /usr/sbin/apachectl restart > > > > > > > > > > > > [root at cluster conf]# > > > > > > > > > > > > > > > > > > > > > > > > step15: > > > > > > > > > > > > [gold at cluster bin]$ /opt/gold/bin/gchpasswd > > > > > > > > > > > > Failed sending message: (Unable to connect to socket > > > > > > (Connection > > > > > > > > > > > > refused)). > > > > > > > > > > > > [gold at cluster bin]$ > > > > > > > > > > > > > > > > > > > > > > > > step16: > > > > > > > > > > > > [root at cluster ~]# cd /home/gold/gold-2.2.0.0/ > > > > > > > > > > > > [root at cluster gold-2.2.0.0]# cp bank.sql /usr/local/pgsql/ > > > > > > > > > > > > [root at cluster gold-2.2.0.0]# chown postgress > > > > > > > > > > > > /usr/local/pgsql/bank.sql > > > > > > > > > > > > [postgress at cluster pgsql]$ chmod +x bank.sql > > > > > > > > > > > > [postgress at cluster pgsql]$ /usr/local/pgsql/bin/psql gold > > > > > > > > > > > > > > > > > INSERT 0 1 > > > > > > > > > > > > INSERT 0 1 > > > > > > > > > > > > INSERT 0 1 > > > > > > > > > > > > INSERT 0 1 > > > > > > > > > > > > INSERT 0 1 > > > > > > > > > > > > INSERT 0 1 > > > > > > > > > > > > INSERT 0 1 > > > > > > > > > > > > > > > > > > > > > > > > step17: > > > > > > > > > > > > [postgress at cluster pgsql]$ /opt/gold/sbin/goldd > > > > > > > > > > > > [gold at cluster gold-2.2.0.0]$ /opt/gold/sbin/goldd > > > > > > > > > > > > Starting Gold Pid (19106) > > > > > > > > > > > > [gold at cluster gold-2.2.0.0]$ DBD::Pg::st execute failed: > > > > > > ERROR: > > > > > > > > > > > > permission > > > > > > > > > > > > denied for relation g_object at > > > > > > /opt/gold/lib/Gold/Database.pm > > > > > > line > > > > > > > > > > > > 673. > > > > > > > > > > > > Exception caught while populating metadata cache: > > > > > > DBD::Pg::st > > > > > > > > > > > > execute > > > > > > > > > > > > failed: > > > > > > > > > > > > ERROR: permission denied for relation g_object at > > > > > > > > > > > > /opt/gold/lib/Gold/Database.pm line 673. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > On Wed, Sep 28, 2011 at 10:47 PM, Scott Jackson < > > > > > > > > > > > > scottmo at adaptivecomputing.com > wrote: > > > > > > > > > > > > > > > > > > > > > > > >> You missed the make deps step. > > > > > > > > > > > >> > > > > > > > > > > > >> ------------------------------ > > > > > > > > > > > >> > > > > > > > > > > > >> *From: *"truongco nguyen" < truongcophysics at gmail.com > > > > > > > > > > > > >> *To: * gold-users at supercluster.org > > > > > > > > > > > >> *Sent: *Wednesday, September 28, 2011 7:51:53 AM > > > > > > > > > > > >> *Subject: *[gold-users] ICST-gold > > > > > > > > > > > >> > > > > > > > > > > > >> > > > > > > > > > > > >> Dear > > > > > > > > > > > >> > > > > > > > > > > > >> I am trying to install gold in Rock 5.4. But in installing > > > > > >> process > > > > > > > > > > > >> i > > > > > > > > > > > >> encountered a problem like that: > > > > > > > > > > > >> > > > > > > > > > > > >> [postgress at cluster pgsql]$ */opt/gold/sbin/goldd* > > > > > > > > > > > >> > > > > > > > > > > > >> *Can't locate Log/Log4perl.pm in @INC (@INC contains: > > > > > > > > > > > >> /opt/gold/lib* > > > > > > > > > > > >> */opt/gold/lib/perl5 > > > > > >> /usr/local/lib/perl5/5.10.0/x86_64-linux* > > > > > > > > > > > >> */usr/local/lib/perl5/5.10.0 > > > > > > > > > > > >> /usr/local/lib/perl5/site_perl/5.10.0/x86_64-linux* > > > > > > > > > > > >> */usr/local/lib/perl5/site_perl/5.10.0 .) at > > > > > >> /opt/gold/sbin/goldd > > > > > > > > > > > >> line 52. > > > > > > > > > > > >> * > > > > > > > > > > > >> *BEGIN failed--compilation aborted at /opt/gold/sbin/goldd > > > > > >> line > > > > > > > > > > > >> 52.* > > > > > > > > > > > >> * > > > > > > > > > > > >> * > > > > > > > > > > > >> I don't know how to fix it? Any clues are high > > > > > >> appreciated? > > > > > >> * > > > > > >> * > > > > > > > > > > > >> * > > > > > > > > > > > >> * > > > > > > > > > > > >> Thank you very much > > > > > > > > > > > >> * > > > > > > > > > > > >> * > > > > > > > > > > > >> Below are steps i crossed : > > > > > > > > > > > >> > > > > > > > > > > > >> step 1: create user > > > > > > > > > > > >> adduser gold > > > > > > > > > > > >> adduser postgress > > > > > > > > > > > >> step2: > > > > > > > > > > > >> [root at cluster source]# cp gold-2.2.0.0.tar.gz /home/gold/ > > > > > > > > > > > >> [root at cluster source]# chown gold:gold /home/gold/ > > > > > > > > > > > >> step3: > > > > > > > > > > > >> su gold > > > > > > > > > > > >> [gold at cluster ~]$ tar -zxvf gold-2.2.0.0.tar.gz > > > > > > > > > > > >> [gold at cluster ~]$ cd gold-2.2.0.0 > > > > > > > > > > > >> step4: > > > > > > > > > > > >> [root at cluster source]# tar -zxvf postgresql-8.3.3.tar.gz > > > > > > > > > > > >> [root at cluster source]# cd postgresql-8.3.3 > > > > > > > > > > > >> step5: > > > > > > > > > > > >> [root at cluster postgresql-8.3.3]# ./configure > > > > > > > > > > > >> report: > > > > > > > > > > > >> configure: creating ./config.status > > > > > > > > > > > >> config.status: creating GNUmakefile > > > > > > > > > > > >> config.status: creating src/Makefile.global > > > > > > > > > > > >> config.status: creating src/include/pg_config.h > > > > > > > > > > > >> config.status: creating > > > > > >> src/interfaces/ecpg/include/ecpg_config.h > > > > > > > > > > > >> config.status: linking ./src/backend/port/tas/dummy.s to > > > > > > > > > > > >> src/backend/port/tas.s > > > > > > > > > > > >> config.status: linking > > > > > >> ./src/backend/port/dynloader/linux.c > > > > > >> to > > > > > > > > > > > >> src/backend/port/dynloader.c > > > > > > > > > > > >> config.status: linking ./src/backend/port/sysv_sema.c to > > > > > > > > > > > >> src/backend/port/pg_sema.c > > > > > > > > > > > >> config.status: linking ./src/backend/port/sysv_shmem.c to > > > > > > > > > > > >> src/backend/port/pg_shmem.c > > > > > > > > > > > >> config.status: linking > > > > > >> ./src/backend/port/dynloader/linux.h > > > > > >> to > > > > > > > > > > > >> src/include/dynloader.h > > > > > > > > > > > >> config.status: linking ./src/include/port/linux.h to > > > > > > > > > > > >> src/include/pg_config_os.h > > > > > > > > > > > >> config.status: linking ./src/makefiles/Makefile.linux to > > > > > > > > > > > >> src/Makefile.port > > > > > > > > > > > >> > > > > > > > > > > > >> step6: > > > > > > > > > > > >> > > > > > > > > > > > >> [root at cluster postgresql-8.3.3]# make > > > > > > > > > > > >> step7: > > > > > > > > > > > >> > > > > > > > > > > > >> [root at cluster postgresql-8.3.3]# make install > > > > > > > > > > > >> [root at cluster postgresql-8.3.3]# mkdir > > > > > >> /usr/local/pgsql/data > > > > > > > > > > > >> [root at cluster postgresql-8.3.3]# chown postgress > > > > > > > > > > > >> /usr/local/pgsql/data > > > > > > > > > > > >> [root at cluster postgresql-8.3.3]# touch /var/log/pgsql > > > > > > > > > > > >> [root at cluster postgresql-8.3.3]# chown postgress > > > > > >> /var/log/pgsql > > > > > > > > > > > >> > > > > > > > > > > > >> [root at cluster postgresql-8.3.3]# rpm -qa | grep perl > > > > > > > > > > > >> perl-5.8.8-32.el5_5.2 > > > > > > > > > > > >> perl-suidperl-5.8.8-32.el5_5.2 > > > > > > > > > > > >> > > > > > > > > > > > >> [root at cluster postgresql-8.3.3]# rpm -qa |grep libxml > > > > > > > > > > > >> foundation-libxml2-2.6.23-0 > > > > > > > > > > > >> libxml2-2.6.26-2.1.2.8.el5_5.1 > > > > > > > > > > > >> libxml2-2.6.26-2.1.2.8.el5_5.1 > > > > > > > > > > > >> libxml2-devel-2.6.26-2.1.2.8.el5_5.1 > > > > > > > > > > > >> libxml2-python-2.6.26-2.1.2.8.el5_5.1 > > > > > > > > > > > >> > > > > > > > > > > > >> [root at cluster postgresql-8.3.3]# rpm -qa |grep readline > > > > > > > > > > > >> readline-5.1-3.el5 > > > > > > > > > > > >> readline-5.1-3.el5 > > > > > > > > > > > >> foundation-readline-5.1-0 > > > > > > > > > > > >> readline-devel-5.1-3.el5 > > > > > > > > > > > >> > > > > > > > > > > > >> [root at cluster postgresql-8.3.3]# rpm -qa |grep httpd > > > > > > > > > > > >> httpd-devel-2.2.3-43.el5.centos.3 > > > > > > > > > > > >> httpd-devel-2.2.3-43.el5.centos.3 > > > > > > > > > > > >> httpd-2.2.3-43.el5.centos.3 > > > > > > > > > > > >> > > > > > > > > > > > >> [root at cluster postgresql-8.3.3]# rpm -qa |grep openssl > > > > > > > > > > > >> openssl-0.9.8e-12.el5_4.6 > > > > > > > > > > > >> openssl-0.9.8e-12.el5_4.6 > > > > > > > > > > > >> openssl-devel-0.9.8e-12.el5_4.6 > > > > > > > > > > > >> openssl-devel-0.9.8e-12.el5_4.6 > > > > > > > > > > > >> [root at cluster postgresql-8.3.3]# rpm -qa |grep mod_ssl > > > > > > > > > > > >> mod_ssl-2.2.3-43.el5.centos.3 > > > > > > > > > > > >> > > > > > > > > > > > >> [gold at cluster gold-2.2.0.0]$ ./configure --with-db=Pg > > > > > > > > > > > >> --with-readline > > > > > > > > > > > >> --with-user=gold --with-perl-libs=local > > > > > >> --with-gold-libs=local > > > > > > > > > > > >> --with-cgi-bin=/var/www/cgi-bin/gold > > > > > > > > > > > >> [gold at cluster gold-2.2.0.0]$ make > > > > > > > > > > > >> [gold at cluster gold-2.2.0.0]$ make gui > > > > > > > > > > > >> [gold at cluster gold-2.2.0.0]$ su > > > > > > > > > > > >> [root at cluster gold-2.2.0.0]# make install > > > > > > > > > > > >> [root at cluster gold-2.2.0.0]# make install-gui > > > > > > > > > > > >> [root at cluster gold-2.2.0.0]# make auth_key > > > > > > > > > > > >> Enter your secret key (up to 80 characters and can include > > > > > > > > > > > >> spaces): sss > > > > > > > > > > > >> [root at cluster gold-2.2.0.0]# vim /opt/gold/etc/goldd.conf > > > > > > > > > > > >> # Gold Server Config File > > > > > > > > > > > >> > > > > > > > > > > > >> super.user = gold > > > > > > > > > > > >> > > > > > > > > > > > >> server.host = cluster.tripham.vn > > > > > > > > > > > >> server.port = 7112 > > > > > > > > > > > >> > > > > > > > > > > > >> database.datasource = DBI:Pg:dbname=gold;host= > > > > > >> cluster.tripham.vn > > > > > > > > > > > >> # database.user = NONE > > > > > > > > > > > >> # database.password = NONE > > > > > > > > > > > >> > > > > > > > > > > > >> response.chunksize = 100000 > > > > > > > > > > > >> # currency.precision = 0 > > > > > > > > > > > >> > > > > > > > > > > > >> security.authentication = true > > > > > > > > > > > >> # security.encryption = false > > > > > > > > > > > >> > > > > > > > > > > > >> account.autogen = true > > > > > > > > > > > >> allocation.autogen = true > > > > > > > > > > > >> # machine.autogen = false > > > > > > > > > > > >> > > > > > > > > > > > >> [root at cluster gold-2.2.0.0]# vim /opt/gold/etc/gold.conf > > > > > > > > > > > >> Gold Client Config File > > > > > > > > > > > >> > > > > > > > > > > > >> server.host = cluster.tripham.vn > > > > > > > > > > > >> server.port = 7112 > > > > > > > > > > > >> # server.backup = NONE > > > > > > > > > > > >> > > > > > > > > > > > >> security.authentication = true > > > > > > > > > > > >> # security.encryption = false > > > > > > > > > > > >> # security.token.type = symmetric > > > > > > > > > > > >> # wire.protocol = SSSRMAP > > > > > > > > > > > >> > > > > > > > > > > > >> # response.chunking = false > > > > > > > > > > > >> # response.chunksize = 0 > > > > > > > > > > > >> # currency.precision = 0 > > > > > > > > > > > >> > > > > > > > > > > > >> # account.show = > > > > > > > > > > > >> Id,Name,Amount,Projects,Users,Machines,Description > > > > > > > > > > > >> # allocation.show = > > > > > > > > > > > >> Id,Account,Active,StartTime,EndTime,Amount,CreditLimit,Deposited > > > > > > > > > > > >> # balance.show = > > > > > > > > > > > >> Id,Name,Amount,Reserved,Balance,CreditLimit,Available > > > > > > > > > > > >> # job.show = > > > > > > > > > > > >> Id,JobId,User,Project,Machine,Queue,QualityOfService,Stage,Charge,Processors,Nodes,WallDuration,StartTime,EndTime,Description > > > > > > > > > > > >> > > > > > > > > > > > >> step8: > > > > > > > > > > > >> > > > > > > > > > > > >> [postgress at cluster postgresql-8.3.3]$ > > > > > >> /usr/local/pgsql/bin/initdb > > > > > > > > > > > >> -D > > > > > > > > > > > >> /usr/local/pgsql/data > > > > > > > > > > > >> [postgress at cluster postgresql-8.3.3]$ echo "host all all > > > > > > > > > > > >> 172.16.1.70 > > > > > > > > > > > >> 255.255.255.255 trust">>/usr/local/pgsql/data/pg_hba.conf > > > > > > > > > > > >> step9: > > > > > > > > > > > >> [postgress at cluster postgresql-8.3.3]$ > > > > > > > > > > > >> /usr/local/pgsql/bin/postmaster -i > > > > > > > > > > > >> -D /usr/local/pgsql/data > > > > > > > > > > > >> LOG: database system was shut down at 2011-09-28 19:58:45 > > > > > >> ICT > > > > > > > > > > > >> LOG: autovacuum launcher started > > > > > > > > > > > >> LOG: database system is ready to accept connections > > > > > > > > > > > >> [postgress at cluster postgresql-8.3.3]$ > > > > > > > > > > > >> /usr/local/pgsql/bin/postmaster -i > > > > > > > > > > > >> -D /usr/local/pgsql/data >/var/log/pgsql 2>&1 & > > > > > > > > > > > >> [1] 17250 > > > > > > > > > > > >> step10: > > > > > > > > > > > >> [postgress at cluster postgresql-8.3.3]$ > > > > > > > > > > > >> /usr/local/pgsql/bin/createuser > > > > > > > > > > > >> gold > > > > > > > > > > > >> Shall the new role be a superuser? (y/n) n > > > > > > > > > > > >> Shall the new role be allowed to create databases? (y/n) y > > > > > > > > > > > >> Shall the new role be allowed to create more new roles? > > > > > >> (y/n) > > > > > >> y > > > > > > > > > > > >> [postgress at cluster postgresql-8.3.3]$ > > > > > > > > > > > >> /usr/local/pgsql/bin/createdb gold > > > > > > > > > > > >> > > > > > > > > > > > >> step11: > > > > > > > > > > > >> [root at cluster ~]# cd /etc/httpd/conf > > > > > > > > > > > >> [root at cluster conf]# vim httpd.conf > > > > > > > > > > > >> edit line > > > > > > > > > > > >> # > > > > > > > > > > > >> > > > > > > > > > > > >> Options ExecCGI > > > > > > > > > > > >> AddHandler cgi-script .cgi .pl > > > > > > > > > > > >> > > > > > > > > > > > >> edit line > > > > > > > > > > > >> #ScriptAlias /cgi-bin/ "/var/www/cgi-bin/" > > > > > > > > > > > >> Alias /cgi-bin/ "/var/www/cgi-bin/gold" > > > > > > > > > > > >> > > > > > > > > > > > >> add line > > > > > > > > > > > >> > > > > > > > > > > > >> DocumentRoot /var/www/cgi-bin > > > > > > > > > > > >> ServerName cluster.tripham.vn > > > > > > > > > > > >> ServerAdmin root at cluster.tripham.vn > > > > > > > > > > > >> ErrorLog logs/gold-error_log > > > > > > > > > > > >> TransferLog logs/gold-access_log > > > > > > > > > > > >> SSLEngine on > > > > > > > > > > > >> SSLCertificateFile /etc/httpd/conf/ssl.crt/gold-server.crt > > > > > > > > > > > >> SSLCertificateKeyFile > > > > > >> /etc/httpd/conf/ssl.key/gold-server.key > > > > > > > > > > > >> SetEnvIf User-Agent ".*MSIE.*" nokeepalive > > > > > >> ssl-unclean-shutdown > > > > > > > > > > > >> > > > > > > > > > > > >> > > > > > > > > > > > >> step12: > > > > > > > > > > > >> [root at cluster conf]# mkdir ssl.key > > > > > > > > > > > >> [root at cluster conf]# openssl genrsa -out > > > > > >> ssl.key/gold-server.key > > > > > > > > > > > >> 1024 > > > > > > > > > > > >> Generating RSA private key, 1024 bit long modulus > > > > > > > > > > > >> .......................++++++ > > > > > > > > > > > >> .++++++ > > > > > > > > > > > >> e is 65537 (0x10001) > > > > > > > > > > > >> [root at cluster ssl.crt]# mkdir ssl.crt > > > > > > > > > > > >> [root at cluster ssl.crt]# touch gold-server.crt > > > > > > > > > > > >> [root at cluster ssl.crt]# chmod +x gold-server.crt > > > > > > > > > > > >> > > > > > > > > > > > >> step13: > > > > > > > > > > > >> [root at cluster conf]# openssl req -new -key > > > > > >> ssl.key/gold-server.key > > > > > > > > > > > >> -x509 > > > > > > > > > > > >> -out ssl.crt/gold-server.crt > > > > > > > > > > > >> You are about to be asked to enter information that will > > > > > >> be > > > > > > > > > > > >> incorporated > > > > > > > > > > > >> into your certificate request. > > > > > > > > > > > >> What you are about to enter is what is called a > > > > > >> Distinguished > > > > > >> Name > > > > > > > > > > > >> or a DN. > > > > > > > > > > > >> There are quite a few fields but you can leave some blank > > > > > > > > > > > >> For some fields there will be a default value, > > > > > > > > > > > >> If you enter '.', the field will be left blank. > > > > > > > > > > > >> ----- > > > > > > > > > > > >> Country Name (2 letter code) [GB]:84 > > > > > > > > > > > >> State or Province Name (full name) [Berkshire]:vn > > > > > > > > > > > >> Locality Name (eg, city) [Newbury]:hcm > > > > > > > > > > > >> Organization Name (eg, company) [My Company Ltd]:icst > > > > > > > > > > > >> Organizational Unit Name (eg, section) []:tech > > > > > > > > > > > >> Common Name (eg, your name or your server's hostname) []: > > > > > > > > > > > >> cluster.tripham.vn > > > > > > > > > > > >> Email Address []: root at cluster.tripham.vn > > > > > > > > > > > >> > > > > > > > > > > > >> step14: > > > > > > > > > > > >> [root at cluster conf]# /usr/sbin/apachectl restart > > > > > > > > > > > >> [root at cluster conf]# > > > > > > > > > > > >> > > > > > > > > > > > >> step15: > > > > > > > > > > > >> [root at cluster ~]# gchpasswd > > > > > > > > > > > >> Can't locate Log/Log4perl.pm in @INC (@INC contains: > > > > > >> /opt/gold/lib > > > > > > > > > > > >> /opt/gold/lib/perl5 > > > > > >> /usr/local/lib/perl5/5.10.0/x86_64-linux > > > > > > > > > > > >> /usr/local/lib/perl5/5.10.0 > > > > > > > > > > > >> /usr/local/lib/perl5/site_perl/5.10.0/x86_64-linux > > > > > > > > > > > >> /usr/local/lib/perl5/site_perl/5.10.0) at > > > > > >> /opt/gold/lib/Gold.pm > > > > > > > > > > > >> line 108. > > > > > > > > > > > >> BEGIN failed--compilation aborted at /opt/gold/lib/Gold.pm > > > > > >> line > > > > > > > > > > > >> 108. > > > > > > > > > > > >> Compilation failed in require at /opt/gold/bin/gchpasswd > > > > > >> line > > > > > >> 52. > > > > > > > > > > > >> BEGIN failed--compilation aborted at > > > > > >> /opt/gold/bin/gchpasswd > > > > > >> line > > > > > > > > > > > >> 52. > > > > > > > > > > > >> > > > > > > > > > > > >> step16: > > > > > > > > > > > >> [root at cluster ~]# cd /home/gold/gold-2.2.0.0/ > > > > > > > > > > > >> [root at cluster gold-2.2.0.0]# cp bank.sql /usr/local/pgsql/ > > > > > > > > > > > >> [root at cluster gold-2.2.0.0]# chown postgress > > > > > > > > > > > >> /usr/local/pgsql/bank.sql > > > > > > > > > > > >> [postgress at cluster pgsql]$ chmod +x bank.sql > > > > > > > > > > > >> [postgress at cluster pgsql]$ /usr/local/pgsql/bin/psql gold > > > > > > > > > > > >> > > > > > > > > > > >> INSERT 0 1 > > > > > > > > > > > >> INSERT 0 1 > > > > > > > > > > > >> INSERT 0 1 > > > > > > > > > > > >> INSERT 0 1 > > > > > > > > > > > >> INSERT 0 1 > > > > > > > > > > > >> INSERT 0 1 > > > > > > > > > > > >> INSERT 0 1 > > > > > > > > > > > >> > > > > > > > > > > > >> step17: > > > > > > > > > > > >> [postgress at cluster pgsql]$ /opt/gold/sbin/goldd > > > > > > > > > > > >> Can't locate Log/Log4perl.pm in @INC (@INC contains: > > > > > >> /opt/gold/lib > > > > > > > > > > > >> /opt/gold/lib/perl5 > > > > > >> /usr/local/lib/perl5/5.10.0/x86_64-linux > > > > > > > > > > > >> /usr/local/lib/perl5/5.10.0 > > > > > > > > > > > >> /usr/local/lib/perl5/site_perl/5.10.0/x86_64-linux > > > > > > > > > > > >> /usr/local/lib/perl5/site_perl/5.10.0 .) at > > > > > >> /opt/gold/sbin/goldd > > > > > > > > > > > >> line 52. > > > > > > > > > > > >> BEGIN failed--compilation aborted at /opt/gold/sbin/goldd > > > > > >> line > > > > > >> 52. > > > > > > > > > > > >> > > > > > > > > > > > >> -- > > > > > > > > > > > >> Nguyen Truong Co > > > > > > > > > > > >> Institute for Computational Science and Technology > > > > > > > > > > > >> Researcher of Life Science Lab > > > > > > > > > > > >> > > > > > > > > > > > >> > > > > > > > > > > > >> _______________________________________________ > > > > > > > > > > > >> gold-users mailing list > > > > > > > > > > > >> gold-users at supercluster.org > > > > > > > > > > > >> http://www.supercluster.org/mailman/listinfo/gold-users > > > > > > > > > > > >> > > > > > > > > > > > >> > > > > > > > > > > > >> > > > > > > > > > > > >> _______________________________________________ > > > > > > > > > > > >> gold-users mailing list > > > > > > > > > > > >> gold-users at supercluster.org > > > > > > > > > > > >> http://www.supercluster.org/mailman/listinfo/gold-users > > > > > > > > > > > >> > > > > > > > > > > > >> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > > > > > > > Nguyen Truong Co > > > > > > > > > > > > Institute for Computational Science and Technology > > > > > > > > > > > > Researcher of Life Science Lab > > > > > > > > > > > > _______________________________________________ > > > > > > > > > > > > gold-users mailing list > > > > > > > > > > > > gold-users at supercluster.org > > > > > > > > > > > > http://www.supercluster.org/mailman/listinfo/gold-users > > > > > > > > > > > > > > > > > > > > > > ---------------------- > > > > > > > > > > > Steve Crusan > > > > > > > > > > > System Administrator > > > > > > > > > > > Center for Research Computing > > > > > > > > > > > University of Rochester > > > > > > > > > > > https://www.crc.rochester.edu/ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -----BEGIN PGP SIGNATURE----- > > > > > > > > > > > Version: GnuPG/MacGPG2 v2.0.17 (Darwin) > > > > > > > > > > > Comment: GPGTools - http://gpgtools.org > > > > > > > > > > > > > > > > > > > > > > iQEcBAEBAgAGBQJOg1T/AAoJENS19LGOpgqKzjcH/1iuUHK7V0toQ2K4kCdB1y+m > > > > > > > > > > > m8knMCPySEhmWGd7TiaAMdlm1Wg00HzPcGO47InX8pQ3dTJWXmSb36l8M1RMBK3O > > > > > > > > > > > Ujz1ILdV0pd5wSRZK6Yl8upOdZDHzSe3YQlSDWuF8plA0T70n4pl5kCphjrKLXs5 > > > > > > > > > > > /GUHIvzmD+vMwVRscUO168+wNynq+y7Wdr75d88U02/jPWo08rSYPDWLU5XSMOWO > > > > > > > > > > > SuL+kstQce+EN9KxGYgvtJ+7knTlWUOxT4acNnQTQJZqAQDKy1fJXPAYqjKcgcwz > > > > > > > > > > > mixnlFrN9Kf2UYmLmF9NxHUfVU9FiclJkFzSiyUvN9whwdxXLy6BZnocNSEHKes= > > > > > > > > > > > =Eus7 > > > > > > > > > > > -----END PGP SIGNATURE----- > > > > > > > > > > > _______________________________________________ > > > > > > > > > > > gold-users mailing list > > > > > > > > > > > gold-users at supercluster.org > > > > > > > > > > > http://www.supercluster.org/mailman/listinfo/gold-users > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > > > > > > gold-users mailing list > > > > > > > > > > gold-users at supercluster.org > > > > > > > > > > http://www.supercluster.org/mailman/listinfo/gold-users > > > > > > > > > -- > > > > > > Nguyen Truong Co > > > > > > Institute for Computational Science and Technology > > > > > > Researcher of Life Science Lab > > > > > > _______________________________________________ > > > > > > gold-users mailing list > > > > > > gold-users at supercluster.org > > > > > > http://www.supercluster.org/mailman/listinfo/gold-users > > > > > _______________________________________________ > > > gold-users mailing list > > > gold-users at supercluster.org > > > http://www.supercluster.org/mailman/listinfo/gold-users > > -- > Nguyen Truong Co > Institute for Computational Science and Technology > Researcher of Life Science Lab > _______________________________________________ > gold-users mailing list > gold-users at supercluster.org > http://www.supercluster.org/mailman/listinfo/gold-users -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.supercluster.org/pipermail/gold-users/attachments/20111003/b2326dba/attachment-0001.html From scrusan at ur.rochester.edu Mon Oct 3 11:04:44 2011 From: scrusan at ur.rochester.edu (Steve Crusan) Date: Mon, 3 Oct 2011 13:04:44 -0400 Subject: [gold-users] ICST-gold In-Reply-To: <667f7efe-5bfd-41ea-b495-203b5aa00e8e@mail> References: <667f7efe-5bfd-41ea-b495-203b5aa00e8e@mail> Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Oct 3, 2011, at 12:35 PM, Scott Jackson wrote: > As you have noticed, it is very important that you follow the steps carefully -- especially noting which user should be executing the various commands (root, gold, postgres, etc) so that you get permissions right. It appears that you either have a permissions problem (did you run the make install-gui as root?), or perhaps you did not do add the Alias line in the httpd.conf (or delete the ScriptAlias line). Let me also advise you to use the installation chapter that comes with the distribution (doc/userguide.pdf) rather than the online one since it has become out of date. > > One thing you may be able to do is to take a look at the goldg.log and see if it calls out any errors. Now that I think about it some more, it seems like the code may be fine, but that it is unable to communicate with the goldd. That would explain why you see absolutely no objects in the navigation bar. Did you edit the goldg.conf to point to the right server host and port? Do the cgi scripts in /var/www/cgi-bin/... have the right use lib line to point to the right gold prefix? If I recall when I first setup gold, I was having issues with the web interface also because I didn't setup the CGI script execution correctly. In my httpd.conf file, I added a few lines: Alias /cgi-bin "/opt/gold/current/www/cgi-bin/" Options ExecCGI AddHandler cgi-script .cgi .pl I'm a bit fuzzy about the web interface though, since it's purely an internal function, and we use the cli+bank almost exclusively. > > I think your goldg.log is going to be your best initial clue. > > Scott > ----- Original Message ----- > >> From: "truongco nguyen" >> To: "Gold Users Mailing List" >> Sent: Sunday, October 2, 2011 3:15:34 AM >> Subject: Re: [gold-users] ICST-gold > >> Dear > >> Thank you very much for your help. After take much time to configure. >> The gold could launch as gui. But i don't understand why i can't do >> anything with gui. >> In the web brower interface i saw the manage and logout button but >> only the log out button work and manage button is not. I wonder what >> happen with my configure. >> Could you give us more advice, please. Thank you in advance. >> I attached in this email the gui which i got. > >> Co > >> On Thu, Sep 29, 2011 at 11:08 PM, Scott Jackson < >> scottmo at adaptivecomputing.com > wrote: > >>> This would be because the gold server had not been started. >> > >>> At one point, our documentation was flawed in that it referred to >>> the >>> gchpasswd command before it referred to starting gold. Recent >>> distributions have fixed this in the INSTALL file and the >>> installation documentation included in the tarball under the doc >>> directory. However, I have verified that the online documentation >>> still has this flaw. I will try to get it updated on the web docs. >> > >>> The remedy, of course, is to start the goldd server before trying >>> to >>> run any commands against it:) >> > >>> Scott >> > >>>> From: "truongco nguyen" < truongcophysics at gmail.com > >>> >> > >>>> To: "Gold Users Mailing List" < gold-users at supercluster.org > >>> >> >>>> Sent: Thursday, September 29, 2011 2:10:37 AM >>> >> > >>>> Subject: Re: [gold-users] ICST-gold >>> >> > >>>> Dear >>> >> > >>>> Thanks you very much for your help. After doing the same your >>>> advice, >>>> it didn't work. But when we researched all bugs, we found out the >>>> first one was : >>> >> > >>>> [root at cluster conf]# /opt/gold/bin/gchpasswd Failed sending >>>> message: >>>> (Unable to connect to socket (Connection refused)) >>> >> > >>>> Could you give us any clues? >>> >> > >>>> Thank you in advance >>> >> > >>>> Co >>> >> > >>>> On Thu, Sep 29, 2011 at 1:00 AM, Scott Jackson < >>>> scottmo at adaptivecomputing.com > wrote: >>> >> > >>>>> Yes, make sure you run the createdb and psql commands as the >>>>> gold >>>>> user (or the userid that goldd will run under). >>>> >>> >> > >>>>> ----- Original Message ----- >>>> >>> >> >>>>>> From: "Steve Crusan" < scrusan at ur.rochester.edu > >>>> >>> >> >>>>>> To: "Gold Users Mailing List" < gold-users at supercluster.org > >>>> >>> >> >>>>>> Sent: Wednesday, September 28, 2011 11:10:16 AM >>>> >>> >> >>>>>> Subject: Re: [gold-users] ICST-gold >>>> >>> >> >>>>>> >>>> >>> >> >>>>>> -----BEGIN PGP SIGNED MESSAGE----- >>>> >>> >> >>>>>> Hash: SHA1 >>>> >>> >> >>>>>> >>>> >>> >> >>>>>> It would be probably be easier for the list to read if you >>>>>> posted >>>>>> the >>>> >>> >> >>>>>> last few error messages than posting the whole setup steps >>>>>> each >>>> >>> >> >>>>>> time... >>>> >>> >> >>>>>> >>>> >>> >> >>>>>> That being said, is the gold user the owner of the postgresql >>>> >>> >> >>>>>> database, and also allowed to connect to it? >>>> >>> >> >>>>>> >>>> >>> >> >>>>>> If you connect to the postgres db, check the database >>>>>> ownership: >>>> >>> >> >>>>>> postgres=> \l >>>> >>> >> >>>>>> List of databases >>>> >>> >> >>>>>> Name | Owner | Encoding >>>> >>> >> >>>>>> - -----------+----------+---------- >>>> >>> >> >>>>>> gold | gold | UTF8 >>>> >>> >> >>>>>> >>>> >>> >> >>>>>> >>>> >>> >> >>>>>> Also, make sure you have a line in your >>>> >>> >> >>>>>> postgres_root/data/pg_hba.conf that is something like this: >>>> >>> >> >>>>>> >>>> >>> >> >>>>>> # IPv4 local connections: >>>> >>> >> >>>>>> host gold gold 127.0.0.1/32 md5 >>>> >>> >> >>>>>> >>>> >>> >> >>>>>> You should be able to connect from the commandline via: >>>> >>> >> >>>>>> psql -U gold -d gold -h localhost -W >>>> >>> >> >>>>>> Enter passwd: >>>> >>> >> >>>>>> >>>> >>> >> >>>>>> That password you entered needs to match the password in your >>>> >>> >> >>>>>> $gold_root/etc/goldd.conf >>>> >>> >> >>>>>> database.password = mypass >>>> >>> >> >>>>>> >>>> >>> >> >>>>>> After you make changes to your postgres pg_hba.conf file, you >>>>>> need >>>>>> to >>>> >>> >> >>>>>> restart postgres, and also the gold service. >>>> >>> >> >>>>>> >>>> >>> >> >>>>>> >>>> >>> >> >>>>>> On Sep 28, 2011, at 12:30 PM, truongco nguyen wrote: >>>> >>> >> >>>>>> >>>> >>> >> >>>>>>> Thank you very much for your help, but when i finish the >>>>>>> make >>>>>>> deps >>>> >>> >> >>>>>>> step. The >>>> >>> >> >>>>>>> new bug turn out. Any helps please? >>>> >>> >> >>>>>>> >>>> >>> >> >>>>>>> Thanks you in advance! >>>> >>> >> >>>>>>> >>>> >>> >> >>>>>>> Following is updated step. >>>> >>> >> >>>>>>> >>>> >>> >> >>>>>>> step 1: create user >>>> >>> >> >>>>>>> adduser gold >>>> >>> >> >>>>>>> adduser postgress >>>> >>> >> >>>>>>> step2: >>>> >>> >> >>>>>>> [root at cluster source]# cp gold-2.2.0.0.tar.gz /home/gold/ >>>> >>> >> >>>>>>> [root at cluster source]# chown gold:gold /home/gold/ >>>> >>> >> >>>>>>> step3: >>>> >>> >> >>>>>>> su gold >>>> >>> >> >>>>>>> [gold at cluster ~]$ tar -zxvf gold-2.2.0.0.tar.gz >>>> >>> >> >>>>>>> [gold at cluster ~]$ cd gold-2.2.0.0 >>>> >>> >> >>>>>>> step4: >>>> >>> >> >>>>>>> [root at cluster source]# tar -zxvf postgresql-8.3.3.tar.gz >>>> >>> >> >>>>>>> [root at cluster source]# cd postgresql-8.3.3 >>>> >>> >> >>>>>>> step5: >>>> >>> >> >>>>>>> [root at cluster postgresql-8.3.3]# ./configure >>>> >>> >> >>>>>>> report: >>>> >>> >> >>>>>>> configure: creating ./config.status >>>> >>> >> >>>>>>> config.status: creating GNUmakefile >>>> >>> >> >>>>>>> config.status: creating src/Makefile.global >>>> >>> >> >>>>>>> config.status: creating src/include/pg_config.h >>>> >>> >> >>>>>>> config.status: creating >>>>>>> src/interfaces/ecpg/include/ecpg_config.h >>>> >>> >> >>>>>>> config.status: linking ./src/backend/port/tas/dummy.s to >>>> >>> >> >>>>>>> src/backend/port/tas.s >>>> >>> >> >>>>>>> config.status: linking ./src/backend/port/dynloader/linux.c >>>>>>> to >>>> >>> >> >>>>>>> src/backend/port/dynloader.c >>>> >>> >> >>>>>>> config.status: linking ./src/backend/port/sysv_sema.c to >>>> >>> >> >>>>>>> src/backend/port/pg_sema.c >>>> >>> >> >>>>>>> config.status: linking ./src/backend/port/sysv_shmem.c to >>>> >>> >> >>>>>>> src/backend/port/pg_shmem.c >>>> >>> >> >>>>>>> config.status: linking ./src/backend/port/dynloader/linux.h >>>>>>> to >>>> >>> >> >>>>>>> src/include/dynloader.h >>>> >>> >> >>>>>>> config.status: linking ./src/include/port/linux.h to >>>> >>> >> >>>>>>> src/include/pg_config_os.h >>>> >>> >> >>>>>>> config.status: linking ./src/makefiles/Makefile.linux to >>>> >>> >> >>>>>>> src/Makefile.port >>>> >>> >> >>>>>>> >>>> >>> >> >>>>>>> step6: >>>> >>> >> >>>>>>> >>>> >>> >> >>>>>>> [root at cluster postgresql-8.3.3]# make >>>> >>> >> >>>>>>> step7: >>>> >>> >> >>>>>>> >>>> >>> >> >>>>>>> [root at cluster postgresql-8.3.3]# make install >>>> >>> >> >>>>>>> [root at cluster postgresql-8.3.3]# mkdir >>>>>>> /usr/local/pgsql/data >>>> >>> >> >>>>>>> [root at cluster postgresql-8.3.3]# chown postgress >>>> >>> >> >>>>>>> /usr/local/pgsql/data >>>> >>> >> >>>>>>> [root at cluster postgresql-8.3.3]# touch /var/log/pgsql >>>> >>> >> >>>>>>> [root at cluster postgresql-8.3.3]# chown postgress >>>>>>> /var/log/pgsql >>>> >>> >> >>>>>>> >>>> >>> >> >>>>>>> [root at cluster postgresql-8.3.3]# rpm -qa | grep perl >>>> >>> >> >>>>>>> perl-5.8.8-32.el5_5.2 >>>> >>> >> >>>>>>> perl-suidperl-5.8.8-32.el5_5.2 >>>> >>> >> >>>>>>> >>>> >>> >> >>>>>>> [root at cluster postgresql-8.3.3]# rpm -qa |grep libxml >>>> >>> >> >>>>>>> foundation-libxml2-2.6.23-0 >>>> >>> >> >>>>>>> libxml2-2.6.26-2.1.2.8.el5_5.1 >>>> >>> >> >>>>>>> libxml2-2.6.26-2.1.2.8.el5_5.1 >>>> >>> >> >>>>>>> libxml2-devel-2.6.26-2.1.2.8.el5_5.1 >>>> >>> >> >>>>>>> libxml2-python-2.6.26-2.1.2.8.el5_5.1 >>>> >>> >> >>>>>>> >>>> >>> >> >>>>>>> [root at cluster postgresql-8.3.3]# rpm -qa |grep readline >>>> >>> >> >>>>>>> readline-5.1-3.el5 >>>> >>> >> >>>>>>> readline-5.1-3.el5 >>>> >>> >> >>>>>>> foundation-readline-5.1-0 >>>> >>> >> >>>>>>> readline-devel-5.1-3.el5 >>>> >>> >> >>>>>>> >>>> >>> >> >>>>>>> [root at cluster postgresql-8.3.3]# rpm -qa |grep httpd >>>> >>> >> >>>>>>> httpd-devel-2.2.3-43.el5.centos.3 >>>> >>> >> >>>>>>> httpd-devel-2.2.3-43.el5.centos.3 >>>> >>> >> >>>>>>> httpd-2.2.3-43.el5.centos.3 >>>> >>> >> >>>>>>> >>>> >>> >> >>>>>>> [root at cluster postgresql-8.3.3]# rpm -qa |grep openssl >>>> >>> >> >>>>>>> openssl-0.9.8e-12.el5_4.6 >>>> >>> >> >>>>>>> openssl-0.9.8e-12.el5_4.6 >>>> >>> >> >>>>>>> openssl-devel-0.9.8e-12.el5_4.6 >>>> >>> >> >>>>>>> openssl-devel-0.9.8e-12.el5_4.6 >>>> >>> >> >>>>>>> [root at cluster postgresql-8.3.3]# rpm -qa |grep mod_ssl >>>> >>> >> >>>>>>> mod_ssl-2.2.3-43.el5.centos.3 >>>> >>> >> >>>>>>> >>>> >>> >> >>>>>>> [gold at cluster gold-2.2.0.0]$ ./configure --with-db=Pg >>>> >>> >> >>>>>>> --with-readline >>>> >>> >> >>>>>>> --with-user=gold --with-perl-libs=local >>>>>>> --with-gold-libs=local >>>> >>> >> >>>>>>> --with-cgi-bin=/var/www/cgi-bin/gold >>>> >>> >> >>>>>>> [gold at cluster gold-2.2.0.0]$ make >>>> >>> >> >>>>>>> [gold at cluster gold-2.2.0.0]$ make gui >>>> >>> >> >>>>>>> [gold at cluster gold-2.2.0.0]$ su >>>> >>> >> >>>>>>> [root at cluster gold-2.2.0.0]# *make deps* >>>> >>> >> >>>>>>> [root at cluster gold-2.2.0.0]# make install >>>> >>> >> >>>>>>> [root at cluster gold-2.2.0.0]# make install-gui >>>> >>> >> >>>>>>> [root at cluster gold-2.2.0.0]# make install-gui >>>> >>> >> >>>>>>> [root at cluster gold-2.2.0.0]# make auth_key >>>> >>> >> >>>>>>> Enter your secret key (up to 80 characters and can include >>>>>>> spaces): >>>> >>> >> >>>>>>> sss >>>> >>> >> >>>>>>> [root at cluster gold-2.2.0.0]# vim /opt/gold/etc/goldd.conf >>>> >>> >> >>>>>>> # Gold Server Config File >>>> >>> >> >>>>>>> >>>> >>> >> >>>>>>> super.user = gold >>>> >>> >> >>>>>>> >>>> >>> >> >>>>>>> server.host = cluster.tripham.vn >>>> >>> >> >>>>>>> server.port = 7112 >>>> >>> >> >>>>>>> >>>> >>> >> >>>>>>> database.datasource = DBI:Pg:dbname=gold;host= >>>>>>> cluster.tripham.vn >>>> >>> >> >>>>>>> # database.user = NONE >>>> >>> >> >>>>>>> # database.password = NONE >>>> >>> >> >>>>>>> >>>> >>> >> >>>>>>> response.chunksize = 100000 >>>> >>> >> >>>>>>> # currency.precision = 0 >>>> >>> >> >>>>>>> >>>> >>> >> >>>>>>> security.authentication = true >>>> >>> >> >>>>>>> # security.encryption = false >>>> >>> >> >>>>>>> >>>> >>> >> >>>>>>> account.autogen = true >>>> >>> >> >>>>>>> allocation.autogen = true >>>> >>> >> >>>>>>> # machine.autogen = false >>>> >>> >> >>>>>>> >>>> >>> >> >>>>>>> [root at cluster gold-2.2.0.0]# vim /opt/gold/etc/gold.conf >>>> >>> >> >>>>>>> Gold Client Config File >>>> >>> >> >>>>>>> >>>> >>> >> >>>>>>> server.host = cluster.tripham.vn >>>> >>> >> >>>>>>> server.port = 7112 >>>> >>> >> >>>>>>> # server.backup = NONE >>>> >>> >> >>>>>>> >>>> >>> >> >>>>>>> security.authentication = true >>>> >>> >> >>>>>>> # security.encryption = false >>>> >>> >> >>>>>>> # security.token.type = symmetric >>>> >>> >> >>>>>>> # wire.protocol = SSSRMAP >>>> >>> >> >>>>>>> >>>> >>> >> >>>>>>> # response.chunking = false >>>> >>> >> >>>>>>> # response.chunksize = 0 >>>> >>> >> >>>>>>> # currency.precision = 0 >>>> >>> >> >>>>>>> >>>> >>> >> >>>>>>> # account.show = >>>>>>> Id,Name,Amount,Projects,Users,Machines,Description >>>> >>> >> >>>>>>> # allocation.show = >>>> >>> >> >>>>>>> Id,Account,Active,StartTime,EndTime,Amount,CreditLimit,Deposited >>>> >>> >> >>>>>>> # balance.show = >>>> >>> >> >>>>>>> Id,Name,Amount,Reserved,Balance,CreditLimit,Available >>>> >>> >> >>>>>>> # job.show = >>>> >>> >> >>>>>>> Id,JobId,User,Project,Machine,Queue,QualityOfService,Stage,Charge,Processors,Nodes,WallDuration,StartTime,EndTime,Description >>>> >>> >> >>>>>>> >>>> >>> >> >>>>>>> step8: >>>> >>> >> >>>>>>> >>>> >>> >> >>>>>>> [postgress at cluster postgresql-8.3.3]$ >>>>>>> /usr/local/pgsql/bin/initdb >>>> >>> >> >>>>>>> -D >>>> >>> >> >>>>>>> /usr/local/pgsql/data >>>> >>> >> >>>>>>> [postgress at cluster postgresql-8.3.3]$ echo "host all all >>>> >>> >> >>>>>>> 172.16.1.70 >>>> >>> >> >>>>>>> 255.255.255.255 trust">>/usr/local/pgsql/data/pg_hba.conf >>>> >>> >> >>>>>>> step9: >>>> >>> >> >>>>>>> [postgress at cluster postgresql-8.3.3]$ >>>> >>> >> >>>>>>> /usr/local/pgsql/bin/postmaster -i -D >>>> >>> >> >>>>>>> /usr/local/pgsql/data >>>> >>> >> >>>>>>> LOG: database system was shut down at 2011-09-28 19:58:45 >>>>>>> ICT >>>> >>> >> >>>>>>> LOG: autovacuum launcher started >>>> >>> >> >>>>>>> LOG: database system is ready to accept connections >>>> >>> >> >>>>>>> [postgress at cluster postgresql-8.3.3]$ >>>> >>> >> >>>>>>> /usr/local/pgsql/bin/postmaster -i -D >>>> >>> >> >>>>>>> /usr/local/pgsql/data >/var/log/pgsql 2>&1 & >>>> >>> >> >>>>>>> [1] 17250 >>>> >>> >> >>>>>>> step10: >>>> >>> >> >>>>>>> [postgress at cluster postgresql-8.3.3]$ >>>> >>> >> >>>>>>> /usr/local/pgsql/bin/createuser gold >>>> >>> >> >>>>>>> Shall the new role be a superuser? (y/n) n >>>> >>> >> >>>>>>> Shall the new role be allowed to create databases? (y/n) y >>>> >>> >> >>>>>>> Shall the new role be allowed to create more new roles? >>>>>>> (y/n) >>>>>>> y >>>> >>> >> >>>>>>> [postgress at cluster postgresql-8.3.3]$ >>>>>>> /usr/local/pgsql/bin/createdb >>>> >>> >> >>>>>>> gold >>>> >>> >> >>>>>>> >>>> >>> >> >>>>>>> step11: >>>> >>> >> >>>>>>> [root at cluster ~]# cd /etc/httpd/conf >>>> >>> >> >>>>>>> [root at cluster conf]# vim httpd.conf >>>> >>> >> >>>>>>> edit line >>>> >>> >> >>>>>>> # >>>> >>> >> >>>>>>> >>>> >>> >> >>>>>>> Options ExecCGI >>>> >>> >> >>>>>>> AddHandler cgi-script .cgi .pl >>>> >>> >> >>>>>>> >>>> >>> >> >>>>>>> edit line >>>> >>> >> >>>>>>> #ScriptAlias /cgi-bin/ "/var/www/cgi-bin/" >>>> >>> >> >>>>>>> Alias /cgi-bin/ "/var/www/cgi-bin/gold" >>>> >>> >> >>>>>>> >>>> >>> >> >>>>>>> add line >>>> >>> >> >>>>>>> >>>> >>> >> >>>>>>> DocumentRoot /var/www/cgi-bin >>>> >>> >> >>>>>>> ServerName cluster.tripham.vn >>>> >>> >> >>>>>>> ServerAdmin root at cluster.tripham.vn >>>> >>> >> >>>>>>> ErrorLog logs/gold-error_log >>>> >>> >> >>>>>>> TransferLog logs/gold-access_log >>>> >>> >> >>>>>>> SSLEngine on >>>> >>> >> >>>>>>> SSLCertificateFile /etc/httpd/conf/ssl.crt/gold-server.crt >>>> >>> >> >>>>>>> SSLCertificateKeyFile >>>>>>> /etc/httpd/conf/ssl.key/gold-server.key >>>> >>> >> >>>>>>> SetEnvIf User-Agent ".*MSIE.*" nokeepalive >>>>>>> ssl-unclean-shutdown >>>> >>> >> >>>>>>> >>>> >>> >> >>>>>>> >>>> >>> >> >>>>>>> step12: >>>> >>> >> >>>>>>> [root at cluster conf]# mkdir ssl.key >>>> >>> >> >>>>>>> [root at cluster conf]# openssl genrsa -out >>>>>>> ssl.key/gold-server.key >>>> >>> >> >>>>>>> 1024 >>>> >>> >> >>>>>>> Generating RSA private key, 1024 bit long modulus >>>> >>> >> >>>>>>> .......................++++++ >>>> >>> >> >>>>>>> .++++++ >>>> >>> >> >>>>>>> e is 65537 (0x10001) >>>> >>> >> >>>>>>> [root at cluster ssl.crt]# mkdir ssl.crt >>>> >>> >> >>>>>>> [root at cluster ssl.crt]# touch gold-server.crt >>>> >>> >> >>>>>>> [root at cluster ssl.crt]# chmod +x gold-server.crt >>>> >>> >> >>>>>>> >>>> >>> >> >>>>>>> step13: >>>> >>> >> >>>>>>> [root at cluster conf]# openssl req -new -key >>>>>>> ssl.key/gold-server.key >>>> >>> >> >>>>>>> -x509 >>>> >>> >> >>>>>>> -out ssl.crt/gold-server.crt >>>> >>> >> >>>>>>> You are about to be asked to enter information that will be >>>> >>> >> >>>>>>> incorporated >>>> >>> >> >>>>>>> into your certificate request. >>>> >>> >> >>>>>>> What you are about to enter is what is called a >>>>>>> Distinguished >>>>>>> Name >>>> >>> >> >>>>>>> or a DN. >>>> >>> >> >>>>>>> There are quite a few fields but you can leave some blank >>>> >>> >> >>>>>>> For some fields there will be a default value, >>>> >>> >> >>>>>>> If you enter '.', the field will be left blank. >>>> >>> >> >>>>>>> ----- >>>> >>> >> >>>>>>> Country Name (2 letter code) [GB]:84 >>>> >>> >> >>>>>>> State or Province Name (full name) [Berkshire]:vn >>>> >>> >> >>>>>>> Locality Name (eg, city) [Newbury]:hcm >>>> >>> >> >>>>>>> Organization Name (eg, company) [My Company Ltd]:icst >>>> >>> >> >>>>>>> Organizational Unit Name (eg, section) []:tech >>>> >>> >> >>>>>>> Common Name (eg, your name or your server's hostname) >>>> >>> >> >>>>>>> []: cluster.tripham.vn >>>> >>> >> >>>>>>> Email Address []: root at cluster.tripham.vn >>>> >>> >> >>>>>>> >>>> >>> >> >>>>>>> step14: >>>> >>> >> >>>>>>> [root at cluster conf]# /usr/sbin/apachectl restart >>>> >>> >> >>>>>>> [root at cluster conf]# >>>> >>> >> >>>>>>> >>>> >>> >> >>>>>>> step15: >>>> >>> >> >>>>>>> [gold at cluster bin]$ /opt/gold/bin/gchpasswd >>>> >>> >> >>>>>>> Failed sending message: (Unable to connect to socket >>>>>>> (Connection >>>> >>> >> >>>>>>> refused)). >>>> >>> >> >>>>>>> [gold at cluster bin]$ >>>> >>> >> >>>>>>> >>>> >>> >> >>>>>>> step16: >>>> >>> >> >>>>>>> [root at cluster ~]# cd /home/gold/gold-2.2.0.0/ >>>> >>> >> >>>>>>> [root at cluster gold-2.2.0.0]# cp bank.sql /usr/local/pgsql/ >>>> >>> >> >>>>>>> [root at cluster gold-2.2.0.0]# chown postgress >>>> >>> >> >>>>>>> /usr/local/pgsql/bank.sql >>>> >>> >> >>>>>>> [postgress at cluster pgsql]$ chmod +x bank.sql >>>> >>> >> >>>>>>> [postgress at cluster pgsql]$ /usr/local/pgsql/bin/psql gold >>>>>>> >>> >>> >> >>>>>>> INSERT 0 1 >>>> >>> >> >>>>>>> INSERT 0 1 >>>> >>> >> >>>>>>> INSERT 0 1 >>>> >>> >> >>>>>>> INSERT 0 1 >>>> >>> >> >>>>>>> INSERT 0 1 >>>> >>> >> >>>>>>> INSERT 0 1 >>>> >>> >> >>>>>>> INSERT 0 1 >>>> >>> >> >>>>>>> >>>> >>> >> >>>>>>> step17: >>>> >>> >> >>>>>>> [postgress at cluster pgsql]$ /opt/gold/sbin/goldd >>>> >>> >> >>>>>>> [gold at cluster gold-2.2.0.0]$ /opt/gold/sbin/goldd >>>> >>> >> >>>>>>> Starting Gold Pid (19106) >>>> >>> >> >>>>>>> [gold at cluster gold-2.2.0.0]$ DBD::Pg::st execute failed: >>>>>>> ERROR: >>>> >>> >> >>>>>>> permission >>>> >>> >> >>>>>>> denied for relation g_object at >>>>>>> /opt/gold/lib/Gold/Database.pm >>>>>>> line >>>> >>> >> >>>>>>> 673. >>>> >>> >> >>>>>>> Exception caught while populating metadata cache: >>>>>>> DBD::Pg::st >>>> >>> >> >>>>>>> execute >>>> >>> >> >>>>>>> failed: >>>> >>> >> >>>>>>> ERROR: permission denied for relation g_object at >>>> >>> >> >>>>>>> /opt/gold/lib/Gold/Database.pm line 673. >>>> >>> >> >>>>>>> >>>> >>> >> >>>>>>> >>>> >>> >> >>>>>>> On Wed, Sep 28, 2011 at 10:47 PM, Scott Jackson < >>>> >>> >> >>>>>>> scottmo at adaptivecomputing.com > wrote: >>>> >>> >> >>>>>>> >>>> >>> >> >>>>>>>> You missed the make deps step. >>>> >>> >> >>>>>>>> >>>> >>> >> >>>>>>>> ------------------------------ >>>> >>> >> >>>>>>>> >>>> >>> >> >>>>>>>> *From: *"truongco nguyen" < truongcophysics at gmail.com > >>>> >>> >> >>>>>>>> *To: * gold-users at supercluster.org >>>> >>> >> >>>>>>>> *Sent: *Wednesday, September 28, 2011 7:51:53 AM >>>> >>> >> >>>>>>>> *Subject: *[gold-users] ICST-gold >>>> >>> >> >>>>>>>> >>>> >>> >> >>>>>>>> >>>> >>> >> >>>>>>>> Dear >>>> >>> >> >>>>>>>> >>>> >>> >> >>>>>>>> I am trying to install gold in Rock 5.4. But in installing >>>>>>>> process >>>> >>> >> >>>>>>>> i >>>> >>> >> >>>>>>>> encountered a problem like that: >>>> >>> >> >>>>>>>> >>>> >>> >> >>>>>>>> [postgress at cluster pgsql]$ */opt/gold/sbin/goldd* >>>> >>> >> >>>>>>>> >>>> >>> >> >>>>>>>> *Can't locate Log/Log4perl.pm in @INC (@INC contains: >>>> >>> >> >>>>>>>> /opt/gold/lib* >>>> >>> >> >>>>>>>> */opt/gold/lib/perl5 >>>>>>>> /usr/local/lib/perl5/5.10.0/x86_64-linux* >>>> >>> >> >>>>>>>> */usr/local/lib/perl5/5.10.0 >>>> >>> >> >>>>>>>> /usr/local/lib/perl5/site_perl/5.10.0/x86_64-linux* >>>> >>> >> >>>>>>>> */usr/local/lib/perl5/site_perl/5.10.0 .) at >>>>>>>> /opt/gold/sbin/goldd >>>> >>> >> >>>>>>>> line 52. >>>> >>> >> >>>>>>>> * >>>> >>> >> >>>>>>>> *BEGIN failed--compilation aborted at /opt/gold/sbin/goldd >>>>>>>> line >>>> >>> >> >>>>>>>> 52.* >>>> >>> >> >>>>>>>> * >>>> >>> >> >>>>>>>> * >>>> >>> >> >>>>>>>> I don't know how to fix it? Any clues are high >>>>>>>> appreciated? >>>>>>>> * >>>>>>>> * >>>> >>> >> >>>>>>>> * >>>> >>> >> >>>>>>>> * >>>> >>> >> >>>>>>>> Thank you very much >>>> >>> >> >>>>>>>> * >>>> >>> >> >>>>>>>> * >>>> >>> >> >>>>>>>> Below are steps i crossed : >>>> >>> >> >>>>>>>> >>>> >>> >> >>>>>>>> step 1: create user >>>> >>> >> >>>>>>>> adduser gold >>>> >>> >> >>>>>>>> adduser postgress >>>> >>> >> >>>>>>>> step2: >>>> >>> >> >>>>>>>> [root at cluster source]# cp gold-2.2.0.0.tar.gz /home/gold/ >>>> >>> >> >>>>>>>> [root at cluster source]# chown gold:gold /home/gold/ >>>> >>> >> >>>>>>>> step3: >>>> >>> >> >>>>>>>> su gold >>>> >>> >> >>>>>>>> [gold at cluster ~]$ tar -zxvf gold-2.2.0.0.tar.gz >>>> >>> >> >>>>>>>> [gold at cluster ~]$ cd gold-2.2.0.0 >>>> >>> >> >>>>>>>> step4: >>>> >>> >> >>>>>>>> [root at cluster source]# tar -zxvf postgresql-8.3.3.tar.gz >>>> >>> >> >>>>>>>> [root at cluster source]# cd postgresql-8.3.3 >>>> >>> >> >>>>>>>> step5: >>>> >>> >> >>>>>>>> [root at cluster postgresql-8.3.3]# ./configure >>>> >>> >> >>>>>>>> report: >>>> >>> >> >>>>>>>> configure: creating ./config.status >>>> >>> >> >>>>>>>> config.status: creating GNUmakefile >>>> >>> >> >>>>>>>> config.status: creating src/Makefile.global >>>> >>> >> >>>>>>>> config.status: creating src/include/pg_config.h >>>> >>> >> >>>>>>>> config.status: creating >>>>>>>> src/interfaces/ecpg/include/ecpg_config.h >>>> >>> >> >>>>>>>> config.status: linking ./src/backend/port/tas/dummy.s to >>>> >>> >> >>>>>>>> src/backend/port/tas.s >>>> >>> >> >>>>>>>> config.status: linking >>>>>>>> ./src/backend/port/dynloader/linux.c >>>>>>>> to >>>> >>> >> >>>>>>>> src/backend/port/dynloader.c >>>> >>> >> >>>>>>>> config.status: linking ./src/backend/port/sysv_sema.c to >>>> >>> >> >>>>>>>> src/backend/port/pg_sema.c >>>> >>> >> >>>>>>>> config.status: linking ./src/backend/port/sysv_shmem.c to >>>> >>> >> >>>>>>>> src/backend/port/pg_shmem.c >>>> >>> >> >>>>>>>> config.status: linking >>>>>>>> ./src/backend/port/dynloader/linux.h >>>>>>>> to >>>> >>> >> >>>>>>>> src/include/dynloader.h >>>> >>> >> >>>>>>>> config.status: linking ./src/include/port/linux.h to >>>> >>> >> >>>>>>>> src/include/pg_config_os.h >>>> >>> >> >>>>>>>> config.status: linking ./src/makefiles/Makefile.linux to >>>> >>> >> >>>>>>>> src/Makefile.port >>>> >>> >> >>>>>>>> >>>> >>> >> >>>>>>>> step6: >>>> >>> >> >>>>>>>> >>>> >>> >> >>>>>>>> [root at cluster postgresql-8.3.3]# make >>>> >>> >> >>>>>>>> step7: >>>> >>> >> >>>>>>>> >>>> >>> >> >>>>>>>> [root at cluster postgresql-8.3.3]# make install >>>> >>> >> >>>>>>>> [root at cluster postgresql-8.3.3]# mkdir >>>>>>>> /usr/local/pgsql/data >>>> >>> >> >>>>>>>> [root at cluster postgresql-8.3.3]# chown postgress >>>> >>> >> >>>>>>>> /usr/local/pgsql/data >>>> >>> >> >>>>>>>> [root at cluster postgresql-8.3.3]# touch /var/log/pgsql >>>> >>> >> >>>>>>>> [root at cluster postgresql-8.3.3]# chown postgress >>>>>>>> /var/log/pgsql >>>> >>> >> >>>>>>>> >>>> >>> >> >>>>>>>> [root at cluster postgresql-8.3.3]# rpm -qa | grep perl >>>> >>> >> >>>>>>>> perl-5.8.8-32.el5_5.2 >>>> >>> >> >>>>>>>> perl-suidperl-5.8.8-32.el5_5.2 >>>> >>> >> >>>>>>>> >>>> >>> >> >>>>>>>> [root at cluster postgresql-8.3.3]# rpm -qa |grep libxml >>>> >>> >> >>>>>>>> foundation-libxml2-2.6.23-0 >>>> >>> >> >>>>>>>> libxml2-2.6.26-2.1.2.8.el5_5.1 >>>> >>> >> >>>>>>>> libxml2-2.6.26-2.1.2.8.el5_5.1 >>>> >>> >> >>>>>>>> libxml2-devel-2.6.26-2.1.2.8.el5_5.1 >>>> >>> >> >>>>>>>> libxml2-python-2.6.26-2.1.2.8.el5_5.1 >>>> >>> >> >>>>>>>> >>>> >>> >> >>>>>>>> [root at cluster postgresql-8.3.3]# rpm -qa |grep readline >>>> >>> >> >>>>>>>> readline-5.1-3.el5 >>>> >>> >> >>>>>>>> readline-5.1-3.el5 >>>> >>> >> >>>>>>>> foundation-readline-5.1-0 >>>> >>> >> >>>>>>>> readline-devel-5.1-3.el5 >>>> >>> >> >>>>>>>> >>>> >>> >> >>>>>>>> [root at cluster postgresql-8.3.3]# rpm -qa |grep httpd >>>> >>> >> >>>>>>>> httpd-devel-2.2.3-43.el5.centos.3 >>>> >>> >> >>>>>>>> httpd-devel-2.2.3-43.el5.centos.3 >>>> >>> >> >>>>>>>> httpd-2.2.3-43.el5.centos.3 >>>> >>> >> >>>>>>>> >>>> >>> >> >>>>>>>> [root at cluster postgresql-8.3.3]# rpm -qa |grep openssl >>>> >>> >> >>>>>>>> openssl-0.9.8e-12.el5_4.6 >>>> >>> >> >>>>>>>> openssl-0.9.8e-12.el5_4.6 >>>> >>> >> >>>>>>>> openssl-devel-0.9.8e-12.el5_4.6 >>>> >>> >> >>>>>>>> openssl-devel-0.9.8e-12.el5_4.6 >>>> >>> >> >>>>>>>> [root at cluster postgresql-8.3.3]# rpm -qa |grep mod_ssl >>>> >>> >> >>>>>>>> mod_ssl-2.2.3-43.el5.centos.3 >>>> >>> >> >>>>>>>> >>>> >>> >> >>>>>>>> [gold at cluster gold-2.2.0.0]$ ./configure --with-db=Pg >>>> >>> >> >>>>>>>> --with-readline >>>> >>> >> >>>>>>>> --with-user=gold --with-perl-libs=local >>>>>>>> --with-gold-libs=local >>>> >>> >> >>>>>>>> --with-cgi-bin=/var/www/cgi-bin/gold >>>> >>> >> >>>>>>>> [gold at cluster gold-2.2.0.0]$ make >>>> >>> >> >>>>>>>> [gold at cluster gold-2.2.0.0]$ make gui >>>> >>> >> >>>>>>>> [gold at cluster gold-2.2.0.0]$ su >>>> >>> >> >>>>>>>> [root at cluster gold-2.2.0.0]# make install >>>> >>> >> >>>>>>>> [root at cluster gold-2.2.0.0]# make install-gui >>>> >>> >> >>>>>>>> [root at cluster gold-2.2.0.0]# make auth_key >>>> >>> >> >>>>>>>> Enter your secret key (up to 80 characters and can include >>>> >>> >> >>>>>>>> spaces): sss >>>> >>> >> >>>>>>>> [root at cluster gold-2.2.0.0]# vim /opt/gold/etc/goldd.conf >>>> >>> >> >>>>>>>> # Gold Server Config File >>>> >>> >> >>>>>>>> >>>> >>> >> >>>>>>>> super.user = gold >>>> >>> >> >>>>>>>> >>>> >>> >> >>>>>>>> server.host = cluster.tripham.vn >>>> >>> >> >>>>>>>> server.port = 7112 >>>> >>> >> >>>>>>>> >>>> >>> >> >>>>>>>> database.datasource = DBI:Pg:dbname=gold;host= >>>>>>>> cluster.tripham.vn >>>> >>> >> >>>>>>>> # database.user = NONE >>>> >>> >> >>>>>>>> # database.password = NONE >>>> >>> >> >>>>>>>> >>>> >>> >> >>>>>>>> response.chunksize = 100000 >>>> >>> >> >>>>>>>> # currency.precision = 0 >>>> >>> >> >>>>>>>> >>>> >>> >> >>>>>>>> security.authentication = true >>>> >>> >> >>>>>>>> # security.encryption = false >>>> >>> >> >>>>>>>> >>>> >>> >> >>>>>>>> account.autogen = true >>>> >>> >> >>>>>>>> allocation.autogen = true >>>> >>> >> >>>>>>>> # machine.autogen = false >>>> >>> >> >>>>>>>> >>>> >>> >> >>>>>>>> [root at cluster gold-2.2.0.0]# vim /opt/gold/etc/gold.conf >>>> >>> >> >>>>>>>> Gold Client Config File >>>> >>> >> >>>>>>>> >>>> >>> >> >>>>>>>> server.host = cluster.tripham.vn >>>> >>> >> >>>>>>>> server.port = 7112 >>>> >>> >> >>>>>>>> # server.backup = NONE >>>> >>> >> >>>>>>>> >>>> >>> >> >>>>>>>> security.authentication = true >>>> >>> >> >>>>>>>> # security.encryption = false >>>> >>> >> >>>>>>>> # security.token.type = symmetric >>>> >>> >> >>>>>>>> # wire.protocol = SSSRMAP >>>> >>> >> >>>>>>>> >>>> >>> >> >>>>>>>> # response.chunking = false >>>> >>> >> >>>>>>>> # response.chunksize = 0 >>>> >>> >> >>>>>>>> # currency.precision = 0 >>>> >>> >> >>>>>>>> >>>> >>> >> >>>>>>>> # account.show = >>>> >>> >> >>>>>>>> Id,Name,Amount,Projects,Users,Machines,Description >>>> >>> >> >>>>>>>> # allocation.show = >>>> >>> >> >>>>>>>> Id,Account,Active,StartTime,EndTime,Amount,CreditLimit,Deposited >>>> >>> >> >>>>>>>> # balance.show = >>>> >>> >> >>>>>>>> Id,Name,Amount,Reserved,Balance,CreditLimit,Available >>>> >>> >> >>>>>>>> # job.show = >>>> >>> >> >>>>>>>> Id,JobId,User,Project,Machine,Queue,QualityOfService,Stage,Charge,Processors,Nodes,WallDuration,StartTime,EndTime,Description >>>> >>> >> >>>>>>>> >>>> >>> >> >>>>>>>> step8: >>>> >>> >> >>>>>>>> >>>> >>> >> >>>>>>>> [postgress at cluster postgresql-8.3.3]$ >>>>>>>> /usr/local/pgsql/bin/initdb >>>> >>> >> >>>>>>>> -D >>>> >>> >> >>>>>>>> /usr/local/pgsql/data >>>> >>> >> >>>>>>>> [postgress at cluster postgresql-8.3.3]$ echo "host all all >>>> >>> >> >>>>>>>> 172.16.1.70 >>>> >>> >> >>>>>>>> 255.255.255.255 trust">>/usr/local/pgsql/data/pg_hba.conf >>>> >>> >> >>>>>>>> step9: >>>> >>> >> >>>>>>>> [postgress at cluster postgresql-8.3.3]$ >>>> >>> >> >>>>>>>> /usr/local/pgsql/bin/postmaster -i >>>> >>> >> >>>>>>>> -D /usr/local/pgsql/data >>>> >>> >> >>>>>>>> LOG: database system was shut down at 2011-09-28 19:58:45 >>>>>>>> ICT >>>> >>> >> >>>>>>>> LOG: autovacuum launcher started >>>> >>> >> >>>>>>>> LOG: database system is ready to accept connections >>>> >>> >> >>>>>>>> [postgress at cluster postgresql-8.3.3]$ >>>> >>> >> >>>>>>>> /usr/local/pgsql/bin/postmaster -i >>>> >>> >> >>>>>>>> -D /usr/local/pgsql/data >/var/log/pgsql 2>&1 & >>>> >>> >> >>>>>>>> [1] 17250 >>>> >>> >> >>>>>>>> step10: >>>> >>> >> >>>>>>>> [postgress at cluster postgresql-8.3.3]$ >>>> >>> >> >>>>>>>> /usr/local/pgsql/bin/createuser >>>> >>> >> >>>>>>>> gold >>>> >>> >> >>>>>>>> Shall the new role be a superuser? (y/n) n >>>> >>> >> >>>>>>>> Shall the new role be allowed to create databases? (y/n) y >>>> >>> >> >>>>>>>> Shall the new role be allowed to create more new roles? >>>>>>>> (y/n) >>>>>>>> y >>>> >>> >> >>>>>>>> [postgress at cluster postgresql-8.3.3]$ >>>> >>> >> >>>>>>>> /usr/local/pgsql/bin/createdb gold >>>> >>> >> >>>>>>>> >>>> >>> >> >>>>>>>> step11: >>>> >>> >> >>>>>>>> [root at cluster ~]# cd /etc/httpd/conf >>>> >>> >> >>>>>>>> [root at cluster conf]# vim httpd.conf >>>> >>> >> >>>>>>>> edit line >>>> >>> >> >>>>>>>> # >>>> >>> >> >>>>>>>> >>>> >>> >> >>>>>>>> Options ExecCGI >>>> >>> >> >>>>>>>> AddHandler cgi-script .cgi .pl >>>> >>> >> >>>>>>>> >>>> >>> >> >>>>>>>> edit line >>>> >>> >> >>>>>>>> #ScriptAlias /cgi-bin/ "/var/www/cgi-bin/" >>>> >>> >> >>>>>>>> Alias /cgi-bin/ "/var/www/cgi-bin/gold" >>>> >>> >> >>>>>>>> >>>> >>> >> >>>>>>>> add line >>>> >>> >> >>>>>>>> >>>> >>> >> >>>>>>>> DocumentRoot /var/www/cgi-bin >>>> >>> >> >>>>>>>> ServerName cluster.tripham.vn >>>> >>> >> >>>>>>>> ServerAdmin root at cluster.tripham.vn >>>> >>> >> >>>>>>>> ErrorLog logs/gold-error_log >>>> >>> >> >>>>>>>> TransferLog logs/gold-access_log >>>> >>> >> >>>>>>>> SSLEngine on >>>> >>> >> >>>>>>>> SSLCertificateFile /etc/httpd/conf/ssl.crt/gold-server.crt >>>> >>> >> >>>>>>>> SSLCertificateKeyFile >>>>>>>> /etc/httpd/conf/ssl.key/gold-server.key >>>> >>> >> >>>>>>>> SetEnvIf User-Agent ".*MSIE.*" nokeepalive >>>>>>>> ssl-unclean-shutdown >>>> >>> >> >>>>>>>> >>>> >>> >> >>>>>>>> >>>> >>> >> >>>>>>>> step12: >>>> >>> >> >>>>>>>> [root at cluster conf]# mkdir ssl.key >>>> >>> >> >>>>>>>> [root at cluster conf]# openssl genrsa -out >>>>>>>> ssl.key/gold-server.key >>>> >>> >> >>>>>>>> 1024 >>>> >>> >> >>>>>>>> Generating RSA private key, 1024 bit long modulus >>>> >>> >> >>>>>>>> .......................++++++ >>>> >>> >> >>>>>>>> .++++++ >>>> >>> >> >>>>>>>> e is 65537 (0x10001) >>>> >>> >> >>>>>>>> [root at cluster ssl.crt]# mkdir ssl.crt >>>> >>> >> >>>>>>>> [root at cluster ssl.crt]# touch gold-server.crt >>>> >>> >> >>>>>>>> [root at cluster ssl.crt]# chmod +x gold-server.crt >>>> >>> >> >>>>>>>> >>>> >>> >> >>>>>>>> step13: >>>> >>> >> >>>>>>>> [root at cluster conf]# openssl req -new -key >>>>>>>> ssl.key/gold-server.key >>>> >>> >> >>>>>>>> -x509 >>>> >>> >> >>>>>>>> -out ssl.crt/gold-server.crt >>>> >>> >> >>>>>>>> You are about to be asked to enter information that will >>>>>>>> be >>>> >>> >> >>>>>>>> incorporated >>>> >>> >> >>>>>>>> into your certificate request. >>>> >>> >> >>>>>>>> What you are about to enter is what is called a >>>>>>>> Distinguished >>>>>>>> Name >>>> >>> >> >>>>>>>> or a DN. >>>> >>> >> >>>>>>>> There are quite a few fields but you can leave some blank >>>> >>> >> >>>>>>>> For some fields there will be a default value, >>>> >>> >> >>>>>>>> If you enter '.', the field will be left blank. >>>> >>> >> >>>>>>>> ----- >>>> >>> >> >>>>>>>> Country Name (2 letter code) [GB]:84 >>>> >>> >> >>>>>>>> State or Province Name (full name) [Berkshire]:vn >>>> >>> >> >>>>>>>> Locality Name (eg, city) [Newbury]:hcm >>>> >>> >> >>>>>>>> Organization Name (eg, company) [My Company Ltd]:icst >>>> >>> >> >>>>>>>> Organizational Unit Name (eg, section) []:tech >>>> >>> >> >>>>>>>> Common Name (eg, your name or your server's hostname) []: >>>> >>> >> >>>>>>>> cluster.tripham.vn >>>> >>> >> >>>>>>>> Email Address []: root at cluster.tripham.vn >>>> >>> >> >>>>>>>> >>>> >>> >> >>>>>>>> step14: >>>> >>> >> >>>>>>>> [root at cluster conf]# /usr/sbin/apachectl restart >>>> >>> >> >>>>>>>> [root at cluster conf]# >>>> >>> >> >>>>>>>> >>>> >>> >> >>>>>>>> step15: >>>> >>> >> >>>>>>>> [root at cluster ~]# gchpasswd >>>> >>> >> >>>>>>>> Can't locate Log/Log4perl.pm in @INC (@INC contains: >>>>>>>> /opt/gold/lib >>>> >>> >> >>>>>>>> /opt/gold/lib/perl5 >>>>>>>> /usr/local/lib/perl5/5.10.0/x86_64-linux >>>> >>> >> >>>>>>>> /usr/local/lib/perl5/5.10.0 >>>> >>> >> >>>>>>>> /usr/local/lib/perl5/site_perl/5.10.0/x86_64-linux >>>> >>> >> >>>>>>>> /usr/local/lib/perl5/site_perl/5.10.0) at >>>>>>>> /opt/gold/lib/Gold.pm >>>> >>> >> >>>>>>>> line 108. >>>> >>> >> >>>>>>>> BEGIN failed--compilation aborted at /opt/gold/lib/Gold.pm >>>>>>>> line >>>> >>> >> >>>>>>>> 108. >>>> >>> >> >>>>>>>> Compilation failed in require at /opt/gold/bin/gchpasswd >>>>>>>> line >>>>>>>> 52. >>>> >>> >> >>>>>>>> BEGIN failed--compilation aborted at >>>>>>>> /opt/gold/bin/gchpasswd >>>>>>>> line >>>> >>> >> >>>>>>>> 52. >>>> >>> >> >>>>>>>> >>>> >>> >> >>>>>>>> step16: >>>> >>> >> >>>>>>>> [root at cluster ~]# cd /home/gold/gold-2.2.0.0/ >>>> >>> >> >>>>>>>> [root at cluster gold-2.2.0.0]# cp bank.sql /usr/local/pgsql/ >>>> >>> >> >>>>>>>> [root at cluster gold-2.2.0.0]# chown postgress >>>> >>> >> >>>>>>>> /usr/local/pgsql/bank.sql >>>> >>> >> >>>>>>>> [postgress at cluster pgsql]$ chmod +x bank.sql >>>> >>> >> >>>>>>>> [postgress at cluster pgsql]$ /usr/local/pgsql/bin/psql gold >>>> >>> >> >>>>>>>> >>> >>> >> >>>>>>>> INSERT 0 1 >>>> >>> >> >>>>>>>> INSERT 0 1 >>>> >>> >> >>>>>>>> INSERT 0 1 >>>> >>> >> >>>>>>>> INSERT 0 1 >>>> >>> >> >>>>>>>> INSERT 0 1 >>>> >>> >> >>>>>>>> INSERT 0 1 >>>> >>> >> >>>>>>>> INSERT 0 1 >>>> >>> >> >>>>>>>> >>>> >>> >> >>>>>>>> step17: >>>> >>> >> >>>>>>>> [postgress at cluster pgsql]$ /opt/gold/sbin/goldd >>>> >>> >> >>>>>>>> Can't locate Log/Log4perl.pm in @INC (@INC contains: >>>>>>>> /opt/gold/lib >>>> >>> >> >>>>>>>> /opt/gold/lib/perl5 >>>>>>>> /usr/local/lib/perl5/5.10.0/x86_64-linux >>>> >>> >> >>>>>>>> /usr/local/lib/perl5/5.10.0 >>>> >>> >> >>>>>>>> /usr/local/lib/perl5/site_perl/5.10.0/x86_64-linux >>>> >>> >> >>>>>>>> /usr/local/lib/perl5/site_perl/5.10.0 .) at >>>>>>>> /opt/gold/sbin/goldd >>>> >>> >> >>>>>>>> line 52. >>>> >>> >> >>>>>>>> BEGIN failed--compilation aborted at /opt/gold/sbin/goldd >>>>>>>> line >>>>>>>> 52. >>>> >>> >> >>>>>>>> >>>> >>> >> >>>>>>>> -- >>>> >>> >> >>>>>>>> Nguyen Truong Co >>>> >>> >> >>>>>>>> Institute for Computational Science and Technology >>>> >>> >> >>>>>>>> Researcher of Life Science Lab >>>> >>> >> >>>>>>>> >>>> >>> >> >>>>>>>> >>>> >>> >> >>>>>>>> _______________________________________________ >>>> >>> >> >>>>>>>> gold-users mailing list >>>> >>> >> >>>>>>>> gold-users at supercluster.org >>>> >>> >> >>>>>>>> http://www.supercluster.org/mailman/listinfo/gold-users >>>> >>> >> >>>>>>>> >>>> >>> >> >>>>>>>> >>>> >>> >> >>>>>>>> >>>> >>> >> >>>>>>>> _______________________________________________ >>>> >>> >> >>>>>>>> gold-users mailing list >>>> >>> >> >>>>>>>> gold-users at supercluster.org >>>> >>> >> >>>>>>>> http://www.supercluster.org/mailman/listinfo/gold-users >>>> >>> >> >>>>>>>> >>>> >>> >> >>>>>>>> >>>> >>> >> >>>>>>> >>>> >>> >> >>>>>>> >>>> >>> >> >>>>>>> -- >>>> >>> >> >>>>>>> Nguyen Truong Co >>>> >>> >> >>>>>>> Institute for Computational Science and Technology >>>> >>> >> >>>>>>> Researcher of Life Science Lab >>>> >>> >> >>>>>>> _______________________________________________ >>>> >>> >> >>>>>>> gold-users mailing list >>>> >>> >> >>>>>>> gold-users at supercluster.org >>>> >>> >> >>>>>>> http://www.supercluster.org/mailman/listinfo/gold-users >>>> >>> >> >>>>>> >>>> >>> >> >>>>>> ---------------------- >>>> >>> >> >>>>>> Steve Crusan >>>> >>> >> >>>>>> System Administrator >>>> >>> >> >>>>>> Center for Research Computing >>>> >>> >> >>>>>> University of Rochester >>>> >>> >> >>>>>> https://www.crc.rochester.edu/ >>>> >>> >> >>>>>> >>>> >>> >> >>>>>> >>>> >>> >> >>>>>> -----BEGIN PGP SIGNATURE----- >>>> >>> >> >>>>>> Version: GnuPG/MacGPG2 v2.0.17 (Darwin) >>>> >>> >> >>>>>> Comment: GPGTools - http://gpgtools.org >>>> >>> >> >>>>>> >>>> >>> >> >>>>>> iQEcBAEBAgAGBQJOg1T/AAoJENS19LGOpgqKzjcH/1iuUHK7V0toQ2K4kCdB1y+m >>>> >>> >> >>>>>> m8knMCPySEhmWGd7TiaAMdlm1Wg00HzPcGO47InX8pQ3dTJWXmSb36l8M1RMBK3O >>>> >>> >> >>>>>> Ujz1ILdV0pd5wSRZK6Yl8upOdZDHzSe3YQlSDWuF8plA0T70n4pl5kCphjrKLXs5 >>>> >>> >> >>>>>> /GUHIvzmD+vMwVRscUO168+wNynq+y7Wdr75d88U02/jPWo08rSYPDWLU5XSMOWO >>>> >>> >> >>>>>> SuL+kstQce+EN9KxGYgvtJ+7knTlWUOxT4acNnQTQJZqAQDKy1fJXPAYqjKcgcwz >>>> >>> >> >>>>>> mixnlFrN9Kf2UYmLmF9NxHUfVU9FiclJkFzSiyUvN9whwdxXLy6BZnocNSEHKes= >>>> >>> >> >>>>>> =Eus7 >>>> >>> >> >>>>>> -----END PGP SIGNATURE----- >>>> >>> >> >>>>>> _______________________________________________ >>>> >>> >> >>>>>> gold-users mailing list >>>> >>> >> >>>>>> gold-users at supercluster.org >>>> >>> >> >>>>>> http://www.supercluster.org/mailman/listinfo/gold-users >>>> >>> >> >>>>>> >>>> >>> >> >>>>> _______________________________________________ >>>> >>> >> >>>>> gold-users mailing list >>>> >>> >> >>>>> gold-users at supercluster.org >>>> >>> >> >>>>> http://www.supercluster.org/mailman/listinfo/gold-users >>>> >>> >> > >>>> -- >>> >> >>>> Nguyen Truong Co >>> >> >>>> Institute for Computational Science and Technology >>> >> >>>> Researcher of Life Science Lab >>> >> > >>>> _______________________________________________ >>> >> >>>> gold-users mailing list >>> >> >>>> gold-users at supercluster.org >>> >> >>>> http://www.supercluster.org/mailman/listinfo/gold-users >>> >> > >>> _______________________________________________ >> >>> gold-users mailing list >> >>> gold-users at supercluster.org >> >>> http://www.supercluster.org/mailman/listinfo/gold-users >> > >> -- >> Nguyen Truong Co >> Institute for Computational Science and Technology >> Researcher of Life Science Lab > >> _______________________________________________ >> gold-users mailing list >> gold-users at supercluster.org >> http://www.supercluster.org/mailman/listinfo/gold-users > _______________________________________________ > gold-users mailing list > gold-users at supercluster.org > http://www.supercluster.org/mailman/listinfo/gold-users ---------------------- Steve Crusan System Administrator Center for Research Computing University of Rochester https://www.crc.rochester.edu/ -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.17 (Darwin) Comment: GPGTools - http://gpgtools.org iQEcBAEBAgAGBQJOies5AAoJENS19LGOpgqKLWIH/0SS+iSFLH+hWssqAawC+/OZ cGfsymQKXD9LfY2D3t31x21N6NbOHMfVvphzkUJlKU4r/JBjHA8W9aUMRuwLhe8g A81WDzRDRVbTkXh/qpP9S+1AF+/UaqwBYDibD6Bep197KujsglrqKh1EWka5IKCN sttHr2ko5hj5yQM+6How4AQGUGv/Aqgc5KNs1IfUzRsAOHiFAlu+e2Z4Ov7BI50X DvdUqHyvzM+Je1me1S0vh7fUD9sqMSzKiUmss+TChz/901DuzKDwq83cmcB+SJtz FTdBdtab8Pue57doaG5wU9hrm1s2DwZzKh78AqOrZOEHaQXRw4sDKFrxFaSPqPs= =wyKg -----END PGP SIGNATURE----- From akshar.bhosale at gmail.com Thu Oct 13 20:46:13 2011 From: akshar.bhosale at gmail.com (akshar bhosale) Date: Fri, 14 Oct 2011 08:16:13 +0530 Subject: [gold-users] Fwd: refunding reserved amount in gold In-Reply-To: References: Message-ID: ---------- Forwarded message ---------- From: akshar bhosale Date: Wed, Oct 12, 2011 at 9:58 PM Subject: refunding reserved amount in gold To: Beowulf Mailing List Hi, We are using PBS (torque 2.4.8) and gold version 2.1.7.1. One of the jobs went for execution and reserved the equivalent amount. The same job came out of execution and went in queue from execution. This happened 30 times for the same job. Every time job has reserved amount. Now finally there is very huge amount(30*charges for that single job) which is shown in reserved state.Job now does not exist. User can not submit the new job now because of neglegible amount balance in his account. We want to clear reserved amount. How to do that? grefund says no such job as the job does not exist now. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.supercluster.org/pipermail/gold-users/attachments/20111014/8c79d8da/attachment.html From scottmo at adaptivecomputing.com Fri Oct 14 12:22:29 2011 From: scottmo at adaptivecomputing.com (Scott Jackson) Date: Fri, 14 Oct 2011 12:22:29 -0600 (MDT) Subject: [gold-users] Fwd: refunding reserved amount in gold In-Reply-To: Message-ID: Are you using Moab, Maui or PBS as your scheduler? It should be removing the reservations for you when the job fails to start. Before a job starts, the Scheduler or Resource Manager should be placing a reservation (hold) against your credits based on the wallclock limit of the job. This is not a charge, but a reservation. You probably have many reservations now preventing new jobs from running (these should be removed automatically by the scheduler). If these were expired reservations (older than the wallclock limit), you can remove these by running grmres -I. Otherwise, you can try grmres -n $jobId to remove all reservations for that job id. Scott ----- Original Message ----- > From: "akshar bhosale" > To: gold-users at supercluster.org > Sent: Thursday, October 13, 2011 8:46:13 PM > Subject: [gold-users] Fwd: refunding reserved amount in gold > ---------- Forwarded message ---------- > From: akshar bhosale < akshar.bhosale at gmail.com > > Date: Wed, Oct 12, 2011 at 9:58 PM > Subject: refunding reserved amount in gold > To: Beowulf Mailing List < beowulf at beowulf.org > > Hi, > We are using PBS (torque 2.4.8) and gold version 2.1.7.1. One of the > jobs went for execution and reserved the equivalent amount. The same > job came out of execution and went in queue from execution. This > happened 30 times for the same job. Every time job has reserved > amount. Now finally there is very huge amount(30*charges for that > single job) which is shown in reserved state.Job now does not exist. > User can not submit the new job now because of neglegible amount > balance in his account. We want to clear reserved amount. How to do > that? grefund says no such job as the job does not exist now. > _______________________________________________ > gold-users mailing list > gold-users at supercluster.org > http://www.supercluster.org/mailman/listinfo/gold-users -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.supercluster.org/pipermail/gold-users/attachments/20111014/05b512b3/attachment.html From samuel at unimelb.edu.au Sun Oct 23 17:22:35 2011 From: samuel at unimelb.edu.au (Christopher Samuel) Date: Mon, 24 Oct 2011 10:22:35 +1100 Subject: [gold-users] Fwd: refunding reserved amount in gold In-Reply-To: References: Message-ID: <4EA4A1BB.5060202@unimelb.edu.au> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 14/10/11 13:46, akshar bhosale wrote: > One of the jobs went for execution and reserved the equivalent amount. > The same job came out of execution and went in queue from execution. > This happened 30 times for the same job. Every time job has reserved > amount. My guess is that you are using MySQL and your table type is MyISAM and not InnoDB. Unfortunately the Gold scripts don't specify a table type and so you're going to pick up one that doesn't support transactions by default. We would see that behaviour all the time until Scott mentioned this to us - changing to InnoDB (which can be done live) fixed it for us. cheers, Chris - -- Christopher Samuel - Senior Systems Administrator VLSCI - Victorian Life Sciences Computation Initiative Email: samuel at unimelb.edu.au Phone: +61 (0)3 903 55545 http://www.vlsci.unimelb.edu.au/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk6kobsACgkQO2KABBYQAh/5EwCfWNrZoYtIpK3tw0SPgF5d6oof GfwAoIyB/V6JB8Br8Bs3zkzs1VMpt5FG =zmP/ -----END PGP SIGNATURE----- From akshar.bhosale at gmail.com Mon Oct 24 18:24:49 2011 From: akshar.bhosale at gmail.com (akshar bhosale) Date: Tue, 25 Oct 2011 05:54:49 +0530 Subject: [gold-users] Fwd: refunding reserved amount in gold In-Reply-To: <4EA4A1BB.5060202@unimelb.edu.au> References: <4EA4A1BB.5060202@unimelb.edu.au> Message-ID: hi, we are using maui and torque and gold integration with maui. We are using pgsql. -Akshar On Mon, Oct 24, 2011 at 4:52 AM, Christopher Samuel wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 14/10/11 13:46, akshar bhosale wrote: > > > One of the jobs went for execution and reserved the equivalent amount. > > The same job came out of execution and went in queue from execution. > > This happened 30 times for the same job. Every time job has reserved > > amount. > > My guess is that you are using MySQL and your table type > is MyISAM and not InnoDB. Unfortunately the Gold scripts > don't specify a table type and so you're going to pick up > one that doesn't support transactions by default. > > We would see that behaviour all the time until Scott > mentioned this to us - changing to InnoDB (which can > be done live) fixed it for us. > > cheers, > Chris > - -- > Christopher Samuel - Senior Systems Administrator > VLSCI - Victorian Life Sciences Computation Initiative > Email: samuel at unimelb.edu.au Phone: +61 (0)3 903 55545 > http://www.vlsci.unimelb.edu.au/ > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.11 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ > > iEYEARECAAYFAk6kobsACgkQO2KABBYQAh/5EwCfWNrZoYtIpK3tw0SPgF5d6oof > GfwAoIyB/V6JB8Br8Bs3zkzs1VMpt5FG > =zmP/ > -----END PGP SIGNATURE----- > _______________________________________________ > gold-users mailing list > gold-users at supercluster.org > http://www.supercluster.org/mailman/listinfo/gold-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.supercluster.org/pipermail/gold-users/attachments/20111025/3b562c96/attachment.html From scottmo at adaptivecomputing.com Tue Oct 25 10:25:39 2011 From: scottmo at adaptivecomputing.com (Scott Jackson) Date: Tue, 25 Oct 2011 10:25:39 -0600 (MDT) Subject: [gold-users] Fwd: refunding reserved amount in gold In-Reply-To: Message-ID: It is Maui's responsibility to be removing these reservations. I think I may know what the problem is. In Gold 2.1.8.0 we fixed a deficiency where Reservation Delete had not been added to the Scheduler role by default. Thus, the scheduler was authorized to make charges and reservations, but not to delete reservations. This can be remedied by adding Reservation Delete as a Scheduler Role Action. goldsh RoleAction Create Role=Scheduler Object=Reservation Name=Delete Thanks, Scott ----- Original Message ----- > From: "akshar bhosale" > To: "Gold Users Mailing List" > Sent: Monday, October 24, 2011 6:24:49 PM > Subject: Re: [gold-users] Fwd: refunding reserved amount in gold > hi, > we are using maui and torque and gold integration with maui. We are > using pgsql. > -Akshar > On Mon, Oct 24, 2011 at 4:52 AM, Christopher Samuel < > samuel at unimelb.edu.au > wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > > > Hash: SHA1 > > > On 14/10/11 13:46, akshar bhosale wrote: > > > > One of the jobs went for execution and reserved the equivalent > > > amount. > > > > The same job came out of execution and went in queue from > > > execution. > > > > This happened 30 times for the same job. Every time job has > > > reserved > > > > amount. > > > My guess is that you are using MySQL and your table type > > > is MyISAM and not InnoDB. Unfortunately the Gold scripts > > > don't specify a table type and so you're going to pick up > > > one that doesn't support transactions by default. > > > We would see that behaviour all the time until Scott > > > mentioned this to us - changing to InnoDB (which can > > > be done live) fixed it for us. > > > cheers, > > > Chris > > > - -- > > > Christopher Samuel - Senior Systems Administrator > > > VLSCI - Victorian Life Sciences Computation Initiative > > > Email: samuel at unimelb.edu.au Phone: +61 (0)3 903 55545 > > > http://www.vlsci.unimelb.edu.au/ > > > -----BEGIN PGP SIGNATURE----- > > > Version: GnuPG v1.4.11 (GNU/Linux) > > > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ > > > iEYEARECAAYFAk6kobsACgkQO2KABBYQAh/5EwCfWNrZoYtIpK3tw0SPgF5d6oof > > > GfwAoIyB/V6JB8Br8Bs3zkzs1VMpt5FG > > > =zmP/ > > > -----END PGP SIGNATURE----- > > > _______________________________________________ > > > gold-users mailing list > > > gold-users at supercluster.org > > > http://www.supercluster.org/mailman/listinfo/gold-users > > _______________________________________________ > gold-users mailing list > gold-users at supercluster.org > http://www.supercluster.org/mailman/listinfo/gold-users -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.supercluster.org/pipermail/gold-users/attachments/20111025/b7656c4b/attachment-0001.html From temmel at jcvi.org Tue Oct 25 16:22:08 2011 From: temmel at jcvi.org (Tom Emmel) Date: Tue, 25 Oct 2011 18:22:08 -0400 Subject: [gold-users] Gold / SGE integration Message-ID: <4EA73690.8030509@jcvi.org> I'm evaluating Gold for possible integration with Sun Grid Engine. I've seen the references to the gcharge and Perl API interaction methods in the User's Guide and I've also come across the prolog.pl and epilog.pl scripts in the gold contrib directory. Can anyone point me to more detailed information about adapting/implementing these for SGE? Thanks, Tom From samuel at unimelb.edu.au Wed Oct 26 18:08:24 2011 From: samuel at unimelb.edu.au (Christopher Samuel) Date: Thu, 27 Oct 2011 11:08:24 +1100 Subject: [gold-users] Gold / SGE integration In-Reply-To: <4EA73690.8030509@jcvi.org> References: <4EA73690.8030509@jcvi.org> Message-ID: <4EA8A0F8.1010709@unimelb.edu.au> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 26/10/11 09:22, Tom Emmel wrote: > I'm evaluating Gold for possible integration with Sun Grid Engine. I've > seen the references to the gcharge and Perl API interaction methods in > the User's Guide and I've also come across the prolog.pl and epilog.pl > scripts in the gold contrib directory. Can anyone point me to more > detailed information about adapting/implementing these for SGE? Does it matter whether it's Torque or SGE that Maui/Moab is scheduling for when it talks to Gold ? It's Maui/Moab which is talking to Gold, not the resource manager.. cheers, Chris - -- Christopher Samuel - Senior Systems Administrator VLSCI - Victorian Life Sciences Computation Initiative Email: samuel at unimelb.edu.au Phone: +61 (0)3 903 55545 http://www.vlsci.unimelb.edu.au/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk6ooPgACgkQO2KABBYQAh9mLQCffswgBjoPsHYXs4wholzyPk31 tJoAnRaxQjyg3AROU2s4ChjMDDhu0z7p =4y6N -----END PGP SIGNATURE----- From akshar.bhosale at gmail.com Thu Oct 27 23:24:46 2011 From: akshar.bhosale at gmail.com (akshar bhosale) Date: Fri, 28 Oct 2011 10:54:46 +0530 Subject: [gold-users] Fwd: refunding reserved amount in gold In-Reply-To: References: Message-ID: hi, thanks for the reply. we are having live setup. what efect this command will do on entire setup of gold, maui and pbs(torque)? thank you akshar On Tue, Oct 25, 2011 at 9:55 PM, Scott Jackson < scottmo at adaptivecomputing.com> wrote: > It is Maui's responsibility to be removing these reservations. I think I > may know what the problem is. In Gold 2.1.8.0 we fixed a deficiency where > Reservation Delete had not been added to the Scheduler role by default. > Thus, the scheduler was authorized to make charges and reservations, but not > to delete reservations. > > This can be remedied by adding Reservation Delete as a Scheduler Role > Action. > > goldsh RoleAction Create Role=Scheduler Object=Reservation Name=Delete > > Thanks, > > Scott > > ------------------------------ > > *From: *"akshar bhosale" > *To: *"Gold Users Mailing List" > *Sent: *Monday, October 24, 2011 6:24:49 PM > *Subject: *Re: [gold-users] Fwd: refunding reserved amount in gold > > > hi, > we are using maui and torque and gold integration with maui. We are using > pgsql. > -Akshar > > On Mon, Oct 24, 2011 at 4:52 AM, Christopher Samuel > wrote: > >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> On 14/10/11 13:46, akshar bhosale wrote: >> >> > One of the jobs went for execution and reserved the equivalent amount. >> > The same job came out of execution and went in queue from execution. >> > This happened 30 times for the same job. Every time job has reserved >> > amount. >> >> My guess is that you are using MySQL and your table type >> is MyISAM and not InnoDB. Unfortunately the Gold scripts >> don't specify a table type and so you're going to pick up >> one that doesn't support transactions by default. >> >> We would see that behaviour all the time until Scott >> mentioned this to us - changing to InnoDB (which can >> be done live) fixed it for us. >> >> cheers, >> Chris >> - -- >> Christopher Samuel - Senior Systems Administrator >> VLSCI - Victorian Life Sciences Computation Initiative >> Email: samuel at unimelb.edu.au Phone: +61 (0)3 903 55545 >> http://www.vlsci.unimelb.edu.au/ >> >> -----BEGIN PGP SIGNATURE----- >> Version: GnuPG v1.4.11 (GNU/Linux) >> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ >> >> iEYEARECAAYFAk6kobsACgkQO2KABBYQAh/5EwCfWNrZoYtIpK3tw0SPgF5d6oof >> GfwAoIyB/V6JB8Br8Bs3zkzs1VMpt5FG >> =zmP/ >> -----END PGP SIGNATURE----- >> _______________________________________________ >> gold-users mailing list >> gold-users at supercluster.org >> http://www.supercluster.org/mailman/listinfo/gold-users >> > > > _______________________________________________ > gold-users mailing list > gold-users at supercluster.org > http://www.supercluster.org/mailman/listinfo/gold-users > > > > _______________________________________________ > gold-users mailing list > gold-users at supercluster.org > http://www.supercluster.org/mailman/listinfo/gold-users > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.supercluster.org/pipermail/gold-users/attachments/20111028/b4efe192/attachment.html From temmel at jcvi.org Fri Oct 28 08:36:55 2011 From: temmel at jcvi.org (Tom Emmel) Date: Fri, 28 Oct 2011 10:36:55 -0400 Subject: [gold-users] Gold / SGE integration In-Reply-To: <4EA8A0F8.1010709@unimelb.edu.au> References: <4EA8A0F8.1010709@unimelb.edu.au> Message-ID: <4EAABE07.3090400@jcvi.org> Hi Chris, Thanks for the clarification! Tom From scottmo at adaptivecomputing.com Fri Oct 28 12:13:49 2011 From: scottmo at adaptivecomputing.com (Scott Jackson) Date: Fri, 28 Oct 2011 12:13:49 -0600 (MDT) Subject: [gold-users] Fwd: refunding reserved amount in gold In-Reply-To: Message-ID: <2355c882-670d-44b6-a40e-576e64eb108b@mail> Allow Maui to start deleting reservations. ----- Original Message ----- > From: "akshar bhosale" > To: "Gold Users Mailing List" > Sent: Thursday, October 27, 2011 11:24:46 PM > Subject: Re: [gold-users] Fwd: refunding reserved amount in gold > hi, > thanks for the reply. we are having live setup. what efect this > command will do on entire setup of gold, maui and pbs(torque)? > thank you > akshar > On Tue, Oct 25, 2011 at 9:55 PM, Scott Jackson < > scottmo at adaptivecomputing.com > wrote: > > It is Maui's responsibility to be removing these reservations. I > > think I may know what the problem is. In Gold 2.1.8.0 we fixed a > > deficiency where Reservation Delete had not been added to the > > Scheduler role by default. Thus, the scheduler was authorized to > > make charges and reservations, but not to delete reservations. > > > This can be remedied by adding Reservation Delete as a Scheduler > > Role > > Action. > > > goldsh RoleAction Create Role=Scheduler Object=Reservation > > Name=Delete > > > Thanks, > > > Scott > > > > From: "akshar bhosale" < akshar.bhosale at gmail.com > > > > > > > To: "Gold Users Mailing List" < gold-users at supercluster.org > > > > > > > Sent: Monday, October 24, 2011 6:24:49 PM > > > > > > Subject: Re: [gold-users] Fwd: refunding reserved amount in gold > > > > > > hi, > > > > > > we are using maui and torque and gold integration with maui. We > > > are > > > using pgsql. > > > > > > -Akshar > > > > > > On Mon, Oct 24, 2011 at 4:52 AM, Christopher Samuel < > > > samuel at unimelb.edu.au > wrote: > > > > > > > -----BEGIN PGP SIGNED MESSAGE----- > > > > > > > > > > Hash: SHA1 > > > > > > > > > > On 14/10/11 13:46, akshar bhosale wrote: > > > > > > > > > > > One of the jobs went for execution and reserved the > > > > > equivalent > > > > > amount. > > > > > > > > > > > The same job came out of execution and went in queue from > > > > > execution. > > > > > > > > > > > This happened 30 times for the same job. Every time job has > > > > > reserved > > > > > > > > > > > amount. > > > > > > > > > > My guess is that you are using MySQL and your table type > > > > > > > > > > is MyISAM and not InnoDB. Unfortunately the Gold scripts > > > > > > > > > > don't specify a table type and so you're going to pick up > > > > > > > > > > one that doesn't support transactions by default. > > > > > > > > > > We would see that behaviour all the time until Scott > > > > > > > > > > mentioned this to us - changing to InnoDB (which can > > > > > > > > > > be done live) fixed it for us. > > > > > > > > > > cheers, > > > > > > > > > > Chris > > > > > > > > > > - -- > > > > > > > > > > Christopher Samuel - Senior Systems Administrator > > > > > > > > > > VLSCI - Victorian Life Sciences Computation Initiative > > > > > > > > > > Email: samuel at unimelb.edu.au Phone: +61 (0)3 903 55545 > > > > > > > > > > http://www.vlsci.unimelb.edu.au/ > > > > > > > > > > -----BEGIN PGP SIGNATURE----- > > > > > > > > > > Version: GnuPG v1.4.11 (GNU/Linux) > > > > > > > > > > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ > > > > > > > > > > iEYEARECAAYFAk6kobsACgkQO2KABBYQAh/5EwCfWNrZoYtIpK3tw0SPgF5d6oof > > > > > > > > > > GfwAoIyB/V6JB8Br8Bs3zkzs1VMpt5FG > > > > > > > > > > =zmP/ > > > > > > > > > > -----END PGP SIGNATURE----- > > > > > > > > > > _______________________________________________ > > > > > > > > > > gold-users mailing list > > > > > > > > > > gold-users at supercluster.org > > > > > > > > > > http://www.supercluster.org/mailman/listinfo/gold-users > > > > > > > > > _______________________________________________ > > > > > > gold-users mailing list > > > > > > gold-users at supercluster.org > > > > > > http://www.supercluster.org/mailman/listinfo/gold-users > > > > > _______________________________________________ > > > gold-users mailing list > > > gold-users at supercluster.org > > > http://www.supercluster.org/mailman/listinfo/gold-users > > _______________________________________________ > gold-users mailing list > gold-users at supercluster.org > http://www.supercluster.org/mailman/listinfo/gold-users -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.supercluster.org/pipermail/gold-users/attachments/20111028/86f7a259/attachment-0001.html