Re: monitoring tool

2012-10-10 Thread Garot Conklin
Typical monitoring systems, such as Nagios, Zenoss, etc... for example, provide both a typical configuration model out the box as well as the ability to write any checks you may need for your specific environment.  You should have some level of success with any of these. -Garot  

Re: passing shell variable to the SET data type in parentheses

2012-10-03 Thread Garot Conklin
are you trying to get the value of var encapsulated with  ' ' marks? Typical shell expansion while within will output the literal: var=10 echo '$var' '10' Have you tried removing the single quotes?  The shell can be funny with ' and   garotconk...@yahoo.com

Re: passing shell variable to the SET data type in parentheses

2012-10-03 Thread Garot Conklin
; mysql -u -p --skip-column-names -e ALTER TABLE   MODIFY  SET( value1,value2,value3 ); I believe that this is what Michael was eluding to as well... garotconk...@yahoo.com From: Garot Conklin garotconk...@yahoo.com To: Michael Dykman mdyk...@gmail.com; Morning

Re: Temporary table creation fails

2012-09-10 Thread Garot Conklin
Apologies if I missed this in the thread but have you confirmed not only the effectve perms for the directory but that another user can write to this dirrectory? Perhaps outside of mysql for instance; I.e. other processes are successfully writting logs to /tmp? Anything to share from the mysql

Re: Temporary table creation fails

2012-09-10 Thread Garot Conklin
Not to beat the perms to death but /tmp should have the sticky bit set as well... so 1777 not just 0777.  Perhaps hard kill any lingering mysql PIDS unless this is production and u expect other DB's to be running... if u have duplicated this DB schema somewhow by mistake and a second or first

Re: Machine Learning

2012-08-24 Thread Garot Conklin
From: webmas...@lisol.co.uk webmas...@lisol.co.uk To: 'Garot Conklin' garotconk...@yahoo.com; 'Martin Gainty' mgai...@hotmail.com; ag4ve...@gmail.com Cc: mysql@lists.mysql.com Sent: Friday, August 24, 2012 4:04 AM Subject: RE: Machine Learning Hi Garot, How is the visual diagram coming along

Re: Machine Learning

2012-08-23 Thread Garot Conklin
me with something i've been looking into)... and getting zsh to autocomplete options might be a bonus if you parse man pages and shove it into a db (i might do that part for you if i get a lazy afternoon). On Wed, Aug 22, 2012 at 7:51 PM, Garot Conklin garotconk...@yahoo.com wrote: I am going

Re: Machine Learning

2012-08-22 Thread Garot Conklin
Conklin garotconk...@yahoo.com To: Garot Conklin garotconk...@yahoo.com; webmas...@lisol.co.uk webmas...@lisol.co.uk; 'Martin Gainty' mgai...@hotmail.com; mysql@lists.mysql.com mysql@lists.mysql.com Sent: Tuesday, August 21, 2012 4:40 PM Subject: Re: Machine Learning to elaborate: I would almost

Re: Machine Learning

2012-08-21 Thread Garot Conklin
. Thanks, Garot Interesting Martin     _ From: webmas...@lisol.co.uk webmas...@lisol.co.uk; To: 'Garot   Conklin' garotconk...@yahoo.com; 'Martin Gainty' mgai...@hotmail.com; mysql@lists.mysql.com; Subject: RE: Machine Learning Sent: Mon, Aug 20, 2012 7:13:25 AM Hi

Re: Machine Learning

2012-08-21 Thread Garot Conklin
picture. Thanks, Garot Interesting Martin   _  From: webmas...@lisol.co.uk webmas...@lisol.co.uk; To: 'Garot Conklin' garotconk...@yahoo.com; 'Martin Gainty' mgai...@hotmail.com; mysql@lists.mysql.com; Subject: RE: Machine Learning Sent: Mon, Aug 20, 2012 7:13:25 AM Hi Garot

Re: Machine Learning

2012-08-21 Thread Garot Conklin
YES!   garotconk...@yahoo.com From: webmas...@lisol.co.uk webmas...@lisol.co.uk To: 'Garot Conklin' garotconk...@yahoo.com; 'Martin Gainty' mgai...@hotmail.com; mysql@lists.mysql.com Sent: Tuesday, August 21, 2012 3:37 PM Subject: RE: Machine Learning Ah

Re: Machine Learning

2012-08-21 Thread Garot Conklin
From: webmas...@lisol.co.uk webmas...@lisol.co.uk To: 'Garot Conklin' garotconk...@yahoo.com; 'Martin Gainty' mgai...@hotmail.com; mysql@lists.mysql.com Sent: Tuesday, August 21, 2012 3:37 PM Subject: RE: Machine Learning Ah,   Getting clearer and clearer.   So these ‘nodes’ could ‘learn

Re: Machine Learning

2012-08-20 Thread Garot Conklin
My initial thought was to propagate the db with everything and allow the algorithm to then begin to determin trends/patterns and begin either an indexing methodology, additional table/db creation process or both to further optimize the calls being made and build in some internal levels of

Re: Machine Learning

2012-08-20 Thread Garot Conklin
;                                                                                        To:                                                         'Garot Conklin' garotconk...@yahoo.com; 'Martin Gainty' mgai...@hotmail.com;  mysql@lists.mysql.com

Re: Machine Learning

2012-08-20 Thread Garot Conklin
substantial load however I may not get a complete picture. Thanks, Garot Interesting Martin   _  From: webmas...@lisol.co.uk webmas...@lisol.co.uk; To: 'Garot Conklin' garotconk...@yahoo.com; 'Martin Gainty' mgai...@hotmail.com; mysql@lists.mysql.com; Subject: RE: Machine Learning Sent

Re: Machine Learning

2012-08-19 Thread Garot Conklin
The initial goal is to provide a working framework from which to call all UNIX shell command combinations as the underlying storage mechanism for a machine learning algorithm. I would like to build a completely self aware instantiation that will maintain itself on all levels... I postulate

Machine Learning

2012-08-18 Thread Garot Conklin
Although this may be a feeble first thought on a machine learning framework, I thought I would ask this group regardless. Can anyone weigh in on the possibility (or known existence) of creating a db leveraging all Linux system commands (with all flags). Thanks. garotconk...@yahoo.com