ispCP - Board - Support
install on Ubuntu Jaunty - 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: install on Ubuntu Jaunty (/thread-6538.html)

Pages: 1 2


install on Ubuntu Jaunty - add210 - 04-27-2009 01:19 AM

From
http://www.isp-control.net/documentation/start/installation/ubuntu

got stuck where it says

Code:
for Ubuntu 6.06 LTS please use:
      # apt-get install $(cat ./docs/Ubuntu/ubuntu-packages-dapper)
for Ubuntu 6.10 please use:
# apt-get install $(cat ./docs/Ubuntu/ubuntu-packages-edgy)
for Ubuntu 7.04 please use:
    # apt-get install $(cat ./docs/Ubuntu/ubuntu-packages-feisty)
for Ubuntu 7.10 please use:
    # apt-get install $(cat ./docs/Ubuntu/ubuntu-packages-gutsy)
for Ubuntu 8.04 LTS please use:
    # apt-get install $(cat ./docs/Ubuntu/ubuntu-packages-hardy)
for Ubuntu 8.10 please use:
    # apt-get install $(cat ./docs/Ubuntu/ubuntu-packages-interpid)

Mine doesn't have interpid or jaunty. What should i use. will hardy be okay?

Thanks.


RE: install on Ubuntu Jaunty - BeNe - 04-27-2009 04:06 PM

Ubuntu Jaunty is currently not supported!
But you can try the packages from the last Ubunut Version.

Greez BeNe


RE: install on Ubuntu Jaunty - add210 - 04-27-2009 05:16 PM

(04-27-2009 04:06 PM)BeNe Wrote:  Ubuntu Jaunty is currently not supported!
But you can try the packages from the last Ubunut Version.

Greez BeNe

I am installing ispcp on Ubuntu Jaunty, but it has only

ubuntu-packages-edgy
ubuntu-packages-feisty
ubuntu-packages-gutsy
ubuntu-packages-hardy

under ./docs/Ubuntu/ folder

Anyway, I tried

Code:
apt-get install $(cat ./docs/Ubuntu/ubuntu-packages-hardy)

and the installation went fine.

It shouldn't be a problem for now.


RE: install on Ubuntu Jaunty - allx - 05-03-2009 10:22 PM

I tried many times to install ispcp omega 1.0.0 on clean jaunty using apt-get install $(cat ./docs/Ubuntu/ubuntu-packages-interpid)

apache2 mod php5 won`t install that way, so i had to install it manually.

then the setup hangs on #perl ispcp-setup, and won`t pass "Generating database keys" step without rng-tools installed (check out http://isp-control.net/forum/thread-6118.html)

I installed rng-tools edited its conf, started it, then ran again ispcp-setup.
During install there were errors:
Code:
ERROR: File '/etc/ispcp/apache/working/fastcgi_ispcp.conf' does not exist !
I managed to place the dummy fastcgi_ispcp.conf there, and setup gone further
Code:
ERROR: File '/etc/ispcp/proftpd/proftpd.conf' does not exist !
Again a dummy proftpd.conf => installation was comleted successfull, with only one "error" -
Code:
ERROR: Module php4 does not exist!

After all i cant get to ispcp gui anyways.

Starting apache2 says:
Code:
* Restarting web server apache2
[Sun May 03 16:26:04 2009] [warn] NameVirtualHost *:80 has no VirtualHosts
... waiting .[Sun May 03 16:26:06 2009] [warn] NameVirtualHost *:80 has no VirtualHosts
   ...done.



RE: install on Ubuntu Jaunty - allx - 05-04-2009 12:13 AM

OK. I reinstalled Jaunty, downloaded nightly 20090503 build, everything went fine exept

Quote: Setting GUI Permissions: - Fatal: unknown configuration directive 'SQLNamedQuery' on line 129 of '/etc/proftpd/proftpd.conf'
...fail!

Therefore I edited /etc/proftpd/modules.conf and started installation again.

Well, it went fine... but i get 404 on every page.

Logs showing that apache cant`t find /htdocs


RE: install on Ubuntu Jaunty - BeNe - 05-04-2009 05:31 AM

Can you post the full ApacheLog for this case ?

Greez BeNe


RE: install on Ubuntu Jaunty - allx - 05-04-2009 07:33 AM

Now it`s all OK, thanks. Sorry for panics Smile

Network Address during the setup should be set to REAL ip of server, not an external IP. Changed it to 192.168.1.111, edited ispcp.conf, 00_master.conf and, added some rules to my router - now i`m able to get the server from inet by domain name (xxx.udivankin.ru, I use external dns server), also by router`s ip (85.113.xxx.xxx) and in local network by local ip (192.168.1.111)

I think you should edit http://www.isp-control.net/documentation/start/installation/ubuntu
Code:
sudo make -f Makefile.ubuntu install
instead of
Quote:sudo make install

and advice another way how to accelerade database keys generation (the present one is on most systems very weak) here http://www.isp-control.net/documentation/frequently_asked_questions/what_does_generating_database_keys_it_may_take_some_time_please_wait..._on_setup​_mean
Quote:apt-get install rng-tools
nano /etc/default/rng-tools
Set HRNGDEVICE=/dev/urandom
/etc/init.d/rng-tools start

Working now on proftpd... doesnt work for me out the box

UPD:
Well, i`ve done some resarch about non-working proftpd. It seems to me that setup script cannot add mysql user into ftp login database if mysql root password is already set (this is pretty understandable, but docs saying that I should set a root password before running setup script) !!!
A solution is to edit proftpd.conf and set login as root and rootpassword OR manually add vftp user via phpmyadmin or mysqladmin.


RE: install on Ubuntu Jaunty - BeNe - 05-04-2009 03:43 PM

Quote:think you should edit http://www.isp-control.net/documentation...ion/ubuntu
Code:
sudo make -f Makefile.ubuntu install
instead of
sudo make install
Why? Did you get Errors ?
Quote:and advice another way how to accelerade database keys generation (the present one is on most systems very weak) here http://www.isp-control.net/documentation...setup_mean
Also a good idea, but not every Linux brings it per default, or you must install it on your own.


Quote:Working now on proftpd... doesnt work for me out the box
Does it work now ?

Greez BeNe


RE: install on Ubuntu Jaunty - allx - 05-04-2009 06:37 PM

(05-04-2009 03:43 PM)BeNe Wrote:  Why? Did you get Errors ?
I`m not quite sure if mod-php5 + absence of proftpd.conf and fastcgid.conf are caused by outdated 1.0.0 make script or by chosen makefile.ubuntu.

Quote:Does it work now ?

It works now, but i needed to correct usernames in mysql database (field 'userid' table 'ftp_users') from "username@groupname" to "username". I think its a bug.


RE: install on Ubuntu Jaunty - narcisgarcia - 05-05-2009 11:24 PM

The page:
http://www.isp-control.net/documentation/start/installation/ubuntu

needs a mention of the "universe" and "multiverse" repositories requirement.