Current time: 05-18-2024, 12:05 PM Hello There, Guest! (LoginRegister)


Post Reply 
install on Ubuntu Jaunty
Author Message
add210 Offline


Posts: 2
Joined: Apr 2009
Reputation: 0
Post: #1
install on Ubuntu Jaunty
From
http://www.isp-control.net/documentation...ion/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.
04-27-2009 01:19 AM
Find all posts by this user Quote this message in a reply
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #2
RE: install on Ubuntu Jaunty
Ubuntu Jaunty is currently not supported!
But you can try the packages from the last Ubunut Version.

Greez BeNe
04-27-2009 04:06 PM
Visit this user's website Find all posts by this user Quote this message in a reply
add210 Offline


Posts: 2
Joined: Apr 2009
Reputation: 0
Post: #3
RE: install on Ubuntu Jaunty
(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.
04-27-2009 05:16 PM
Find all posts by this user Quote this message in a reply
allx Offline


Posts: 4
Joined: May 2009
Reputation: 0
Post: #4
RE: install on Ubuntu Jaunty
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.
(This post was last modified: 05-03-2009 10:29 PM by allx.)
05-03-2009 10:22 PM
Find all posts by this user Quote this message in a reply
allx Offline


Posts: 4
Joined: May 2009
Reputation: 0
Post: #5
RE: install on Ubuntu Jaunty
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
(This post was last modified: 05-04-2009 04:44 AM by allx.)
05-04-2009 12:13 AM
Find all posts by this user Quote this message in a reply
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #6
RE: install on Ubuntu Jaunty
Can you post the full ApacheLog for this case ?

Greez BeNe
05-04-2009 05:31 AM
Visit this user's website Find all posts by this user Quote this message in a reply
allx Offline


Posts: 4
Joined: May 2009
Reputation: 0
Post: #7
RE: install on Ubuntu Jaunty
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...ion/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...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.
(This post was last modified: 05-04-2009 08:56 AM by allx.)
05-04-2009 07:33 AM
Find all posts by this user Quote this message in a reply
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #8
RE: install on Ubuntu Jaunty
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
05-04-2009 03:43 PM
Visit this user's website Find all posts by this user Quote this message in a reply
allx Offline


Posts: 4
Joined: May 2009
Reputation: 0
Post: #9
RE: install on Ubuntu Jaunty
(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.
05-04-2009 06:37 PM
Find all posts by this user Quote this message in a reply
narcisgarcia Offline


Posts: 1
Joined: May 2009
Reputation: 0
Post: #10
RE: install on Ubuntu Jaunty
The page:
http://www.isp-control.net/documentation...ion/ubuntu

needs a mention of the "universe" and "multiverse" repositories requirement.
05-05-2009 11:24 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)