Re: Python's making my head hurt...

2008-01-07 Thread Star
Thanks for all of the feedback! I haven't gotten it ~quite~ fixed yet, but I am well on my way. It appears to be an issue with how the C components of the game server are interacting with the python modules that it's calling, and of course, the one specific for the game type I'm trying to run

managing applications

2008-01-07 Thread Bill McGonigle
OK, another unix operations theory question: What's the best way to maintain installs of applications? For instance, take mysql as an average example. For a mysql install, I'll have all of the application binaries and support files, but I'll also have, probably, an /etc/my.cnf and

Re: managing applications

2008-01-07 Thread Tom Buskey
On Jan 7, 2008 4:31 PM, Bill McGonigle [EMAIL PROTECTED] wrote: OK, another unix operations theory question: What's the best way to maintain installs of applications? RPM, DEB, Solaris packages. Know the app it's configuration files. Then you can reinstall from a kickstart/jumpstart.

Re: managing applications

2008-01-07 Thread Tom Buskey
Maybe we could keep everything in a binary database. We'll call it a registry. ___ gnhlug-discuss mailing list gnhlug-discuss@mail.gnhlug.org http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/

Re: managing applications

2008-01-07 Thread Ben Scott
On Jan 7, 2008 4:31 PM, Bill McGonigle [EMAIL PROTECTED] wrote: What's the best way to maintain installs of applications? Pay somebody else to do it. ;-) This would be easier if there were /etc/sysconfig/iptables.d/mysql and /etc/sysctl.d/mysql.conf, but there aren't (yet). Patches

Re: managing applications

2008-01-07 Thread Shawn O'Shea
On 1/7/08, Bill McGonigle [EMAIL PROTECTED] wrote: OK, another unix operations theory question: What's the best way to maintain installs of applications? This may not be as useful for small scale implementations, but I know of some sites (including other groups here where I work) that do

Re: C complex number usage

2008-01-07 Thread Bruce Labitt
Thanks everyone, I have something working using FFTW. My first program looks ok. It takes the IFFT ( FFT (x,N) , N). My second program is, shall we say, a work in progress. It runs, but the output is not as expected. C is pretty ugly. My code is even uglier. As for parallel processing, I