So I am trying CP on Linux, and it seems to do well (CP itself) up to the point where Poclbm is going to start: Error=13 Permission denied.
I am running the .jar from a root terminal, have set the path to Poclbm in the config file and but now Poclbm is giving trouble.
I changed the path to another version of Poclbm and CP started normal and then gave me this:
* Cherry Picking!
Exception in thread "Thread-0" java.lang.IllegalThreadStateException
at java.lang.Thread.start(Thread.java:612)
at ProcessControl.ProcessHandler.startProcess(ProcessHandler.java:104)
at ProcessControl.MinerController.switchPool(MinerController.java:308)
at ProcessControl.MinerController.actionPerformed(MinerController.java:186)
at ProcessControl.MinerController.deadPoolNotify(MinerController.java:94)
at ProcessControl.ProcessHandler.onDeath(ProcessHandler.java:109)
at ProcessControl.ProcessHandler.run(ProcessHandler.java:134)
Hope this is useful to someone.