Re: [boinc_dev] having trouble running xadd

2015-06-27 Thread David Anderson
What version of MySQL are you using? (see mysql --version) -- David On 26-Jun-2015 7:08 AM, Patcharaporn Jenviriyakul wrote: Dear experts, I got an error when I try to run bin/xadd command. sudo bin/xadd Processing App#None upper_case ... Traceback (most recent call last): File bin/xadd,

Re: [boinc_dev] having trouble running xadd

2015-06-27 Thread Patcharaporn Jenviriyakul
Dear David, The version of mysql on my server is 14.14 Distrib 5.5.43, for debian-linux-gnu (x86_64) using readline 6.3. Best, Patcharaporn On Sat, Jun 27, 2015 at 8:17 AM, David Anderson da...@ssl.berkeley.edu wrote: What version of MySQL are you using? (see mysql --version) -- David On

Re: [boinc_dev] [boinc_alpha] Bug#781789: boinc-manager: Boinc Manager seems to drop a configuration file into the home directory without hiding it

2015-06-27 Thread Charlie Fenton
On Jun 27, 2015, at 4:31 PM, David Anderson da...@ssl.berkeley.edu wrote: The WxWidgets default (I believe) is to put the lock file in the user's home dir, so it is a per-user lock. I think that is correct, but I prefer to put it in the standard place for user-specific files created by

Re: [boinc_dev] [boinc_alpha] Bug#781789: boinc-manager: Boinc Manager seems to drop a configuration file into the home directory without hiding it

2015-06-27 Thread Charlie Fenton
It might be worthwhile to move the definitions of the Manager's per-user paths out of diagnostics_init() into a header file, so that they can easily be accessed elsewhere. Then we could simply write something like: m_pInstanceChecker = new wxSingleInstanceChecker(BOINC, PER_USER_PATH); I

Re: [boinc_dev] [boinc_alpha] Bug#781789: boinc-manager: Boinc Manager seems to drop a configuration file into the home directory without hiding it

2015-06-27 Thread Charlie Fenton
On Jun 27, 2015, at 3:07 PM, David Anderson da...@ssl.berkeley.edu wrote: Shouldn't we just have m_pInstanceChecker = new wxSingleInstanceChecker(.boinc_manager); without any Mac special case? It needs to be a per-user path because we do allow multiple instances (one per active user)