ispCP - Board - Support
stilll a load of cr##p - 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: stilll a load of cr##p (/thread-16086.html)



stilll a load of cr##p - jacksparrow - 05-26-2012 10:39 PM

why dont you guys fix this for once and for all

Code:
4) Installation
---------------
Make sure you are logged in as root and MySQL is running.

1. Untar or unzip the distribution files to a secure directory:
    # cd /usr/local/src
    # tar xjvf ispcp-omega-1.0.7.tar.bz2

2. Change to the newly created directory:
    # cd ./ispcp-omega-1.0.7

3. Install the required packages

   First update your system:
    # aptitude update && aptitude safe-upgrade

   Make sure you have added the non-free into your /etc/apt/sources.list:

   Lenny:
    deb     http://ftp.debian.org/debian/    lenny main contrib non-free
    deb     http://security.debian.org/    lenny/updates main contrib non-free

   Squeeze:
      deb     http://ftp.debian.org/debian/    squeeze    main contrib non-free
    deb     http://security.debian.org/    squeeze/updates main contrib non-free

   Install all required packages:

    # aptitude install lsb-release
    # aptitude install $(cat ./docs/Debian/debian-packages-`lsb_release -cs`)

    (if you get to the courier screen select 'no' to web directories)
    (if you get to the postfix screen select 'internet site'. 'mail name' should
    be the server's domain. If you've set debian up correctly on install your
    domain should be already shown.)
    (if you get to the proftpd screen, select 'standalone')

4. (optional) Check the ispcp.conf and adapt it to your requirements.

5. Build the Software by using make:
    # make install

6. Copy all the directories into your system. If you have not yet, now is a good
   time to make backups of your server. The following steps do fundamental
   changes to your system configuration.
    # cp -R /tmp/ispcp/* /

7. Change or create MySQL root password, remove anonymous users, disallow root
    login remotely, remove test database (and access to it), reload privilege tables.
    # mysql_secure_installation

8. Now it's time to set up the frontend. Change into the engine directory and
    start the engine setup:
    # cd /var/www/ispcp/engine/setup
    # perl ispcp-setup

9. Install ispCP ω step-by-step

    If you get no error, all went good; if you get one, look at
    http://isp-control.net to solve the problem.

10. Clean the temporary folders:
    # rm -fR /tmp/ispcp/

its just not working like this and its frustrating

Code:
root@homeserver:/usr/local/src/ispcp# root@homeserver:/usr/local/src/ispcp# apt-get install $ (cat ./docs/Debian/debian-packages-squeeze`lsb_release -cs`)
-bash: syntaxerror nabij onverwacht symbool '('

Code:
root@homeserver:/usr/local/src/ispcp# make install
-bash: make: opdracht niet gevonden

these are just a couple of errors and i am only 10 minutes busy
fresh install debian
and ispcp is already frustrating me
on this page it faisl on point 5 the make install command
http://isp-control.net/documentation/start/installation/debian


RE: stilll a load of cr##p - rudi1977 - 05-26-2012 11:41 PM

Rmove the blank between $ and ( .

root@homeserver:/usr/local/src/ispcp# root@homeserver:/usr/local/src/ispcp# apt-get install $(cat ./docs/Debian/debian-packages-squeeze`lsb_release -cs`)


RE: stilll a load of cr##p - jacksparrow - 05-26-2012 11:59 PM

thnx m8
thats what i meen and its frustrating

next problem
Code:
root@homeserver:~# cd /root/ispcp/ispcp-omega-1.0.7
root@homeserver:~/ispcp/ispcp-omega-1.0.7# make install
cd ./tools && make install
make[1]: Map '/root/ispcp/ispcp-omega-1.0.7/tools' wordt binnengegaan
(cd ./daemon; \
        make ispcp_daemon;)
make[2]: Map '/root/ispcp/ispcp-omega-1.0.7/tools/daemon' wordt binnengegaan
gcc -ansi -Wall -Wstrict-prototypes -pedantic -c -O3 -o ispcp_daemon.o ispcp_dae                                                                             mon.c
make[2]: gcc: Opdracht niet gevonden
make[2]: *** [ispcp_daemon.o] Fout 127
make[2]: Map '/root/ispcp/ispcp-omega-1.0.7/tools/daemon' wordt verlaten
make[1]: *** [daemon/ispcp_daemon] Fout 2
make[1]: Map '/root/ispcp/ispcp-omega-1.0.7/tools' wordt verlaten
make: *** [install] Fout 2
root@homeserver:~/ispcp/ispcp-omega-1.0.7#

error up on error


(05-26-2012 11:41 PM)rudi1977 Wrote:  Rmove the blank between $ and ( .

root@homeserver:/usr/local/src/ispcp# root@homeserver:/usr/local/src/ispcp# apt-get install $(cat ./docs/Debian/debian-packages-squeeze`lsb_release -cs`)

the errors above where a result of the errors in the apt-get install $(cat ./docs/Debian/debian-packages-squeeze`lsb_release -cs`)

loose the -cs and the errors disapeare

THNX DEVS FOR THE EASY INSTALL NICE FAST QUICK SIMPLE ADMIN PANNEL


RE: stilll a load of cr##p - jacksparrow - 05-27-2012 03:04 AM

just forget about this whole sjabang with this line
apt-get install $(cat ./docs/Debian/debian-packages-squeeze`lsb_release -cs`)


its a load of crap does not work will give you error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error after error

nice work guys

the wget rubbish they post does not work either so you have to figure that out yourself

look at the /root/ispcp/ispcp-omega-1.0.7/docs/Debian/debian-packages-squeeze file and install them all one on one with apt-get install xxxxxxx

when you have done all this pray that it will work and if it does close your eyes and never look at your server again Big Grin

a warning to all debain users if you follow the install instructions you might end up killing your wife or neighbour so be very carefull with what you do Tongue


RE: stilll a load of cr##p - Dorishnd - 08-12-2012 07:10 AM

I think you should compile the main program code and retake the coding system