From scottmo at adaptivecomputing.com Wed Jun 6 15:45:58 2012 From: scottmo at adaptivecomputing.com (Scott Jackson) Date: Wed, 6 Jun 2012 15:45:58 -0600 Subject: [gold-users] Gold 2.2.0.5 Message-ID: Hello, We've just released a new fix release of Gold version 2.2.0.5. It addresses a couple of issues that may impact you. 1) Replaced die statements in goldd with logwarn and logdie. Accept will no longer die on error. At a couple of sites, goldd was dying intermittently. We tracked this down to the fact that the server calls a die statement if it receives an unexpected signal from the accept call. The modification allows the daemon to stay up and just logs the failure to STDERR and to the log. Other similar die statements were modified to just warn or to at least log to the goldd.log. 2) Fix Allocation Refresh to not bounce around activating and deactivating allocations that start or end on the current second. When an account operation was called at the exact second that an allocation became active or expired, it could result in bouncing between the active and inactive state. This would result in multiple activations and/or deactivations for the same allocation at that instant. You can download the new release from http://www.clusterresources.com/downloads/gold/gold-2.2.0.5.tar.gz Similar changes have been made to Moab Accounting Manager and will be available in mam-7.0.2.tar.gz and mam-7.1.0.tar.gz when released. Thanks, Scott Jackson Adaptive Computing -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.supercluster.org/pipermail/gold-users/attachments/20120606/d31bd058/attachment.html From renita at ca.ibm.com Mon Jun 18 21:10:04 2012 From: renita at ca.ibm.com (Renita Leung) Date: Mon, 18 Jun 2012 23:10:04 -0400 Subject: [gold-users] illegal character were found in currency.precision In-Reply-To: References: Message-ID: Resending to the group.. From: Renita Leung/Ontario/IBM To: gold-users at supercluster.org Date: 06/18/2012 06:50 PM Subject: illegal character were found in currency.precision Hello group, I was hoping someone would be able to help me out. A colleague that is not longer with the company had installed GOLD2.2 and I managed to successfully submitting to GOLD last week by setting currency.precision=0 in goldd.conf when I got the error message: Illegal characters were found in $currency_precision () When I came back to this install today, I had the same error so I uncommented out the same line in gold.conf also but it didn't help at all: [gold at goldmaster etc]$ grep currency * gold.conf:currency.precision=0 goldd.conf:currency.precision=0 [gold at goldmaster sbin]$ ./goldd -k Killing goldd Pid (5906) [gold at goldmaster sbin]$ ./goldd -s [gold at goldmaster sbin]$ Starting Gold Pid (6572) [gold at goldmaster sbin]$ ../bin/gquote -u "rleung" -p "pA" -m "goldmaster" -P 1 -t 240 --verbose Illegal characters were found in $currency_precision () Any advice would be greatly appreciated! Regards, Renita -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.supercluster.org/pipermail/gold-users/attachments/20120618/c6f545e9/attachment.html From scottmo at adaptivecomputing.com Tue Jun 19 09:51:41 2012 From: scottmo at adaptivecomputing.com (Scott Jackson) Date: Tue, 19 Jun 2012 09:51:41 -0600 Subject: [gold-users] illegal character were found in currency.precision In-Reply-To: References: Message-ID: gold-2.2.0.5.tar.gz has fixes for this problem. r447 | scottmo | 2012-01-06 16:55:39 -0700 (Fri, 06 Jan 2012) | 4 lines INCR: Fix currency_precision errors On Mon, Jun 18, 2012 at 9:10 PM, Renita Leung wrote: > > Resending to the group.. > > > > From: Renita Leung/Ontario/IBM > To: gold-users at supercluster.org > Date: 06/18/2012 06:50 PM > Subject: illegal character were found in currency.precision > ------------------------------ > > > Hello group, > > I was hoping someone would be able to help me out. > A colleague that is not longer with the company had installed GOLD2.2 and > I managed to successfully submitting to GOLD last week by setting > currency.precision=0 in goldd.conf when I got the error message: > > Illegal characters were found in $currency_precision () > > When I came back to this install today, I had the same error so I > uncommented out the same line in gold.conf also but it didn't help at all: > > [gold at goldmaster etc]$ grep currency * > gold.conf:currency.precision=0 > goldd.conf:currency.precision=0 > > [gold at goldmaster sbin]$ ./goldd -k > Killing goldd Pid (5906) > [gold at goldmaster sbin]$ ./goldd -s > [gold at goldmaster sbin]$ Starting Gold Pid (6572) > > [gold at goldmaster sbin]$ ../bin/gquote -u "rleung" -p "pA" -m "goldmaster" > -P 1 -t 240 --verbose > Illegal characters were found in $currency_precision () > > > Any advice would be greatly appreciated! > > Regards, > > *Renita * > > _______________________________________________ > 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/20120619/5879080b/attachment.html