search for: cnelson

Displaying 3 results from an estimated 3 matches for "cnelson".

Did you mean: nelson
2009 Jun 04
10
vm86 mode is not supported
...applications menu, which is really the only test I know how to do. I've got a piece of software called PL/SQL Developer, which is in the apps db and looks to work. I've also seen on their user forum where people have it working, no problem. But when I try to install, I get this: Code: cnelson at pcda5561:~/Desktop$ wine plsqldev715.exe wine: Cannot start DOS application "E:\\home\\cnelson\\Desktop\\plsqldev715.exe" because vm86 mode is not supported on this platform. cnelson at pcda5561:~/Desktop$ It looks like I'm not the only person to have this issue in wine,...
2010 Oct 26
1
Markov Switching with TVTP - problems with convergence
Greetings fellow R entusiasts! We have some problems converting a computer routine written initially for Gauss to estimate a Markov Regime Switching analysis with Time Varying Transition Probability. The source code in Gauss is here: http://www.econ.washington.edu/user/cnelson/markov/programs/hmt_tvp.opt We have converted the code to R, and it's running without errors, but we have some convergence problems. According to the authors of the Gauss code, the initial guess for the Transition Matrix (probability of going from one regime to the other) could be chosen arbit...
2010 May 11
1
Problems with gluster and autofs
There appears to be a race condition or a cycle with autofs and gluster 3.0.4. When gluster tries to stat the mount point in fuse-bridge.c, it hangs. When I comment out the code in lines: 3389-3415 it hangs on the call to mount() in fuse-lib/mount.c:538. This is true whether or not --ghost is specified. Has this problem been resolved? Is there a patch somewhere? --- gdb output after