![]() |
Solution: ispCP 1.0.2 Daemon is not working - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: System Setup & Installation (/forum-32.html) +--- Thread: Solution: ispCP 1.0.2 Daemon is not working (/thread-7643.html) |
Solution: ispCP 1.0.2 Daemon is not working - RatS - 08-26-2009 04:39 PM If your ispCP Daemon in 1.0.2 is not working, please build it new from the sources, but please use Code: make clean before Code: make install The archives seem to be polluted with .o-files they actually should be generated by the system. We will fix this soon by uploading a new version of the files. RE: Solution: ispCP 1.0.2 Daemon is not working - freinhard - 08-26-2009 05:52 PM move to git and use "git archive" ![]() please don't re-release 1.0.2 for the third time, use 1.0.3, anything else is confusing! RE: Solution: ispCP 1.0.2 Daemon is not working - esox - 08-27-2009 08:32 AM Hey. Im a noob but have the problem that Daemon is down. Can someone please guide me through how to build it from the sources (step by step). Thnx heaps in advance. Greets EsoX RE: Solution: ispCP 1.0.2 Daemon is not working - joximu - 08-27-2009 08:41 AM before "make install" run a "make clean" RE: Solution: ispCP 1.0.2 Daemon is not working - esox - 08-27-2009 08:45 AM (08-27-2009 08:41 AM)joximu Wrote: before "make install" run a "make clean" right...... and what exactly is that? so i login to SSH in root and then i type make clean followed by make install? Thnx in advance RE: Solution: ispCP 1.0.2 Daemon is not working - momo - 08-27-2009 02:51 PM If you follow the upgrade... http://www.isp-control.net/documentation/doku.php?id=start:upgrade:rc That's where it goes. RE: Solution: ispCP 1.0.2 Daemon is not working - joximu - 08-28-2009 04:09 PM the "make clean" deletes the already compiled libraries and binaries (they should not be included in the download). /J |