Hi,
First off, thanks for the fantastic panel. I tried a couple of other free panels and none had such a well documentation and smooth installation procedure.
However, unfortunately I could not get it up and running at the first strock. After installing ispCP Omega 1.0.5 (until step 3
here) on Debian lenny, I could not access admin.mysite.com page.
I figured out that apache daemon was not running and after trying to restart the process it I got this message:
Quote:Restarting web server: apache2WARNING: MaxClients (10) must be at least as large
as ThreadsPerChild (25). Automatically
increasing MaxClients to 25.
WARNING: MaxClients (10) must be at least as large
as ThreadsPerChild (25). Automatically
increasing MaxClients to 25.
This might also help to find out the reason: During the installation, while running 'make install', my 512Mb ram VPS ran out of memory and install failed, so, I stoped mysql and bind, and redone the step. then started the heavy procedures.
Here is my current 'top' procedures:
Quote:top - 00:31:15 up 1:06, 1 user, load average: 0.00, 0.00, 0.00
Tasks: 32 total, 1 running, 31 sleeping, 0 stopped, 0 zombie
Cpu(s): 0.0%us, 0.0%sy, 0.0%ni,100.0%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
Mem: 524288k total, 255808k used, 268480k free, 0k buffers
Swap: 0k total, 0k used, 0k free, 0k cached
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
1 root 18 0 1980 684 588 S 0 0.1 0:02.59 init
3306 root 18 0 9844 4092 2232 S 0 0.8 0:00.31 sshd
3354 root 15 0 2784 1452 1156 S 0 0.3 0:00.02 bash
23815 root 15 0 2256 956 792 R 0 0.2 0:00.03 top
34394 root 20 0 3764 1256 1068 S 0 0.2 0:00.00 mysqld_safe
34437 mysql 15 0 141m 17m 5068 S 0 3.4 0:00.18 mysqld
34441 root 18 0 2884 600 524 S 0 0.1 0:00.00 logger
44133 polw 16 0 7936 5428 1176 S 0 1.0 0:00.00 policyd-weight
44134 polw 18 0 7936 5172 920 S 0 1.0 0:00.00 policyd-weight
44451 postgrey 18 0 11368 7880 2440 S 0 1.5 0:00.00 postgrey
44606 root 25 0 2912 812 668 S 0 0.2 0:00.00 xinetd
48536 root 15 0 1692 596 488 S 0 0.1 0:00.01 syslogd
48583 root 18 0 5272 1020 668 S 0 0.2 0:00.00 sshd
48803 root 15 0 106m 940 708 S 0 0.2 0:00.09 nscd
49106 root 15 0 2036 684 548 S 0 0.1 0:00.00 cron
52346 root 23 0 1628 416 348 S 0 0.1 0:00.00 ispcp_daemon
52392 bind 18 0 83348 13m 2608 S 0 2.6 0:00.03 named
52535 nobody 18 0 9304 1788 632 S 0 0.3 0:00.00 proftpd
52834 root 15 0 6040 1800 1464 S 0 0.3 0:00.00 master
52836 postfix 15 0 5840 1820 1492 S 0 0.3 0:00.00 qmgr
52837 postfix 15 0 5796 1728 1404 S 0 0.3 0:00.00 pickup
53208 root 17 0 1832 424 344 S 0 0.1 0:00.00 courierlogger
53209 root 18 0 2048 656 528 S 0 0.1 0:00.00 authdaemond
53210 root 18 0 2048 256 128 S 0 0.0 0:00.00 authdaemond
53211 root 18 0 2048 256 128 S 0 0.0 0:00.00 authdaemond
53212 root 18 0 2048 256 128 S 0 0.0 0:00.00 authdaemond
53213 root 18 0 2048 256 128 S 0 0.0 0:00.00 authdaemond
53214 root 18 0 2048 256 128 S 0 0.0 0:00.00 authdaemond
54652 root 25 0 1832 348 276 S 0 0.1 0:00.00 courierlogger
54653 root 18 0 2104 456 376 S 0 0.1 0:00.00 couriertcpd
55000 root 22 0 1832 348 276 S 0 0.1 0:00.00 courierlogger
55001 root 18 0 2104 456 376 S 0 0.1 0:00.00 couriertcpd
I appreciate if you could tell me how to resolve the issue.