![]() |
IBM RS/6000 (RISC) Supported? - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Development Area (/forum-1.html) +--- Forum: General discussion (/forum-11.html) +--- Thread: IBM RS/6000 (RISC) Supported? (/thread-843.html) |
IBM RS/6000 (RISC) Supported? - Mindfuck - 06-22-2007 08:17 PM Hello, ive set up an older ibm rs/6000 b50 box to give out shellaccounts to some friends who want to learn unix... Im running aix 5.3 with ibms mod of the apache webserver + php4 and i wonder if theres any chance to get ispCP up and running... (i didnt even leeched it yet, im still @ "work" and want to test, and maybe port ispCP to it this weekend...) Because i didnt peek into it, can you tell me how "things" are done? if its perl or shellscript, theres a good chance i might solve the porting, if its c or somethin, im boned RE: IBM RS/6000 (RISC) Supported? - Mindfuck - 06-22-2007 08:29 PM after i watched the cvs tree, i think it might work out after changing alot paths, ill hook you up with info when im done, or trashed ispCP ![]() nice to see that the base is written in perl ![]() RE: IBM RS/6000 (RISC) Supported? - Zothos - 06-22-2007 08:45 PM ![]() would be very interesting if ispCP can run in that environment, too. But dont forgett, ispCP is still under heavy development... XD RE: IBM RS/6000 (RISC) Supported? - joximu - 06-22-2007 09:03 PM Only the daemon is written in c - tools/daemon... The rest is apache, php(still 4) and perl... (and mysql of course) The daemon starts the engine scripts when changes are made in the gui... /J RE: IBM RS/6000 (RISC) Supported? - Mindfuck - 06-22-2007 09:52 PM joximu Wrote:Only the daemon is written in c - tools/daemon... hmm.. no good, but ill test it out RE: IBM RS/6000 (RISC) Supported? - raphael - 06-23-2007 12:06 AM I guess there won't be any problem with the daemon; just take a look at the Makefile (tools/daemon). You will need to disable the network traffic logger (installed at /etc/init.d/ispcp_network). If you have a directory called /etc/default then do something like echo "START=0" > /etc/default/ispcp_network |