PDA

View Full Version : Do i need to install ispconfig 2 before i install ispconfig 3?


jpmendoza
28th October 2009, 08:17
Hi everyone

Do i need to install ispconfig 2 before i install ispconfig 3?


Thanks

edge
28th October 2009, 08:36
No you do not need to install ISPconfug2 before installing ISOconfig 3

jpmendoza
28th October 2009, 08:41
Tnx edge

do you know where i can find a manual for ispconfig 3?

till
28th October 2009, 09:05
The installation manuals for ispconfig 3 are on ispconfig.org. A user manual is not available yet.

jpmendoza
28th October 2009, 09:08
tnx till

i already install ispconfig 3 but i dont know how to start that's why i need a manual for this, anyway is it the same manual or function in ispconfig 2?

thanks again

jpmendoza
28th October 2009, 09:14
hi

how can i changed the status of my ftp-server it appears offline


tnx

till
28th October 2009, 09:14
No, ISPConfig 3 is a completely different software. But ISPConfig 3 is really self explaining. E.g. if you need a website, then click on the nwe website button, enter the domain and click on save.

till
28th October 2009, 09:15
how can i changed the status of my ftp-server it appears offline


Then your FTP server is not running. Test it with:

netstat -tap | grep ftp

on the shell.

jpmendoza
28th October 2009, 09:59
Hi Till

I did your suggestion but i dont what the result means?

tcp 0 0 *:ftp *:* LISTEN -

tcp 0 0 myservername:domain *:* LISTEN -



if it is a problem how can i resolve this?


tnx

jpmendoza
28th October 2009, 11:21
i can't access the port 8080 it said in the browser "connection interrupted" but when i typed the ispconfig e.g. 192.168.1.1/ispconfig its work

till
28th October 2009, 11:38
Check the firewall on your server, router and workstation.

jpmendoza
28th October 2009, 12:13
what probably the cause of this error

"Fatal error: Out of memory (allocated 786432) (tried to allocate 19456 bytes) in /usr/local/ispconfig/interface/lib/classes/tform.inc.php on line 140"

i got this error when i clicked one of the tab but when i refresh the page its seems to be normal


thanks

jpmendoza
28th October 2009, 16:37
hi

what probably the cause of this error

"Fatal error: Out of memory (allocated 786432) (tried to allocate 19456 bytes) in /usr/local/ispconfig/interface/lib/classes/tform.inc.php on line 140"

i got this error when i clicked one of the tab but when i refresh the page its seems to be normal


thanks

till
28th October 2009, 16:59
You have to raise the memory limit in the php.ini file for mod_php and maybe cgi-php. I recommend that you set it to 32 MB.

jpmendoza
28th October 2009, 20:56
hi

can anyone tell me what the meaning of this error when installing ispconfig3

"warning: system(): Unable to fork [/etc/init.d/postfix restart] in /tmp/ispconfig3_install/install/install.php on line 214"


"warning: system(): Unable to fork [/etc/init.d/saslauth restart] in /tmp/ispconfig3_install/install/install.php on line 215"


"warning: system(): Unable to fork [/etc/init.d/amavis restart] in /tmp/ispconfig3_install/install/install.php on line 216"


"warning: system(): Unable to fork [/etc/init.d/clamav-daemon restart] in /tmp/ispconfig3_install/install/install.php on line 217"


"warning: system(): Unable to fork [/etc/init.d/courier-authdaemon restart] in /tmp/ispconfig3_install/install/install.php on line 218"

thanks for the help...

till
29th October 2009, 10:16
Is this a vserver? If yoes, then you most likely reached the process limit which is set for this vserver.

jpmendoza
29th October 2009, 10:29
its a vps... what do i need to do? how can i raise memory in the server?


tnx

falko
29th October 2009, 23:12
Which virtualization technique do you use? VMware, Xen, KVM, OpenVZ, etc.?

jpmendoza
30th October 2009, 04:57
Hi

VMware, OpenVZ etc is different in Debian 3.1? because the OS i use in my container is debian 3.1


Thanks for the reply

jpmendoza
30th October 2009, 05:32
Hi

I asked my vps provider about the virtualization technique, they said i used the OpenVZ...


What do i need to do fix this problem?


Thanks for the reply....

jpmendoza
30th October 2009, 06:05
Hi

Im sorry for my last post my vps provider response immediately according to my question which virtualization do i used, the first reply is OpenVZ and second one is

"actually it is Virtuozzo - which is similar to OpenVZ; however, not opensource - we use the commercial/enterprise version which is Virtuozzo"


that is the last response of my provider...


can you give advice on how can i managed my vps with ispconfig3 properly
i subscribed unmanaged vps that's why i need opensource control panel

Thanks a lot for the help...

till
30th October 2009, 09:39
Ask your provider to check /proc/user_beancounters and to adjust the limits so that the rocess limit does not get reached.