Current time: 06-26-2024, 01:16 PM Hello There, Guest! (LoginRegister)


Post Reply 
error in ispcp-setup in r813
Author Message
pgentoo Offline
Member
*****
Dev Team

Posts: 326
Joined: Mar 2007
Reputation: 0
Post: #7
RE: error in ispcp-setup in r813 (now r824)
Well, I still have been unable to get the latest trunk (currently trying r824) to install on my gentoo system...

There were obviously some missing variables in /etc/ispcp/ispcp.conf as well as a missing /etc/ispcp/cron.d/ispcp. I added the missing variables to the ispcp.conf, as well as to the cron.d/ispcp file (a few replacments using these are supposed to be in there, but are currently not).


I created the following script, to try to clean up old ispcp files before trying the install again.



#!/bin/bash

rm -rf /etc/ispcp
rm -rf /var/www/ispcp
rm -rf /etc/proftp*

cp -R /tmp/ispcp-1.0.0/* /

cp -R /root/ispcp-trunk/configs/cron.d /etc/ispcp/

#not sure all these are needed here, but just to be safe
echo "BACKUP_FILE_DIR = " >> /etc/ispcp/ispcp.conf
echo "TMP_DIR = " >> /etc/ispcp/ispcp.conf
echo "HOSTNAME = " >> /etc/ispcp/ispcp.conf
echo "PMA_USER = " >> /etc/ispcp/ispcp.conf
echo "PMA_PASS = " >> /etc/ispcp/ispcp.conf
echo "BLOWFISH = " >> /etc/ispcp/ispcp.conf
echo "AWSTATS_ROOT_DIR = " >> /etc/ispcp/ispcp.conf

#not sure all these are needed here, but just to be safe...
echo "#BACKUP_FILE_DIR = {BACKUP_FILE_DIR}" >> /etc/ispcp/cron.d/ispcp
echo "#TMP_DIR = {TMP_DIR}" >> /etc/ispcp/cron.d/ispcp
echo "#HOSTNAME = {HOSTNAME}" >> /etc/ispcp/cron.d/ispcp
echo "#AWSTATS_ROOT_DIR = {AWSTATS_ROOT_DIR}" >> /etc/ispcp/cron.d/ispcp


If i run this, and then kick off a fresh ispcp-setup, it doesn't error anymore, but it seems to go into some sort of endless loop calling repl_tag() and consumes all my system memory, then errors with an
"Out of Memory!" message. (although the process keeps running...)


Has anyone gotten the latest trunk installed on gentoo, or anywhere for that matter? I'm completely at a loss right now... I'm about to just give up until someone else gets it working....

Please let me know if you have any ideas on how to get this installed.

Thanks
(This post was last modified: 10-02-2007 04:36 PM by pgentoo.)
10-02-2007 04:33 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
error in ispcp-setup in r813 - pgentoo - 09-23-2007, 12:02 PM
RE: error in ispcp-setup in r813 - joximu - 09-24-2007, 02:29 AM
RE: error in ispcp-setup in r813 - pgentoo - 09-25-2007, 05:21 AM
RE: error in ispcp-setup in r813 - BeNe - 09-24-2007, 03:35 AM
RE: error in ispcp-setup in r813 - BeNe - 09-25-2007, 06:09 AM
RE: error in ispcp-setup in r813 - pgentoo - 09-25-2007, 07:46 AM
RE: error in ispcp-setup in r813 (now r824) - pgentoo - 10-02-2007 04:33 PM

Forum Jump:


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