Hallo zusammen
Ich habe ein kleines Problem mit ISPCP auf meinem VServer (größtes VServerpaket von
http://www.schnell-im-netz.de)
Betriebssystem ist Debian Lenny 32bit
Infos zum System aus "Systemtools=>Übersicht"
Code:
Kernel 2.6.26-2-vserver-686-bigmem (SMP)
Laufzeit 1 Stunde(n) 2 Minute(n)
Auslastung (Load) 0.03 0.05 0.02
CPU-Information
Modell Intel(R) Xeon(TM) CPU 2.80GHz
Number of CPU Cores 4
Taktrate (MHz) 2800.08
Cache 1024 KB
Bogomips 22409.51
RAM
Gesamt Belegt Frei
185.55 GB 141.18 MB 185.41 GB
Auslagerungsdatei (Swap)
Gesamt Belegt Frei
7.45 GB 668.00 KB 7.45 GB
Dateisystem-Informationen
Einhängepunkt Typ Partition Prozent Frei Belegt Größe
/ ufs /dev/hdv1 0 % 17.61 GB 0 B 18.55 GB
Das Problem (kommt beim Anlegen eines neuen Users):
Code:
Warning: fopen() [function.fopen]: open_basedir restriction in effect. File(/var/run/ispcp.lock) is not within the allowed path(s): (/var/www/ispcp/gui/:/etc/ispcp/:/var/run/ispcp.lock:/proc/:/bin/df:/bin/mount:/var/log/rkhunter.log:/var/log/chkrootkit.log:/usr/share/php:) in /var/www/ispcp/gui/include/ispcp-functions.php on line 36
Warning: fopen(/var/run/ispcp.lock) [function.fopen]: failed to open stream: Operation not permitted in /var/www/ispcp/gui/include/ispcp-functions.php on line 36
00000
Fatal error: Maximum execution time of 30 seconds exceeded in /var/www/ispcp/gui/include/ispcp-functions.php on line 55
Wobei das ja eigentlich widersprüchlich ist da in den erlaubten Pfaden ja /var/run/ispcp.lock eingetragen ist
also mach ich mal ein
Code:
touch /var/run/ispcp.lock
Ergebnis nach anlegen eines neuen Users:
Code:
00000
Fatal error: Maximum execution time of 30 seconds exceeded in /var/www/ispcp/gui/include/ispcp-functions.php on line 56
Beim Versuch die Angelegten User welche den Status "Wird angelegt..." haben zu löschen kommt ein:
Ich behaupte mal es liegt an irgendeiner Einstellung des VServers denke auch es geht in Richtung Berechtigung. Ich weiß nur nicht an welcher stelle ich nachsehen soll. Auf meinem Debian Lenny 32bit Zuhause (Minimalinstallation) funktioniert ISPCP problemlos beide sind nach unten stehender Anleitung eingerichtet
Hier jetzt mal mein Vorgehen der Installation
Code:
Vserver installieren und konfigurieren
Grundinstallation vServer
https://vconfig.schnell-im-netz.de
control => reinstall => debian_lenny_32bit
via Putty einloggen (62.134.152.120) mit Passwort welches bei der Installation angezeigt wurde
passwd
nano -w /etc/resolve.conf
nameserver 93.88.224.31
nano -w /etc/hostname
fleischauer.schnell-im-netz.de
/etc/init.d/hostname.sh stop
/etc/init.d/hostname.sh start
aptitude update && aptitude safe-upgrade
aptitude install tar bzip2 wget lsb-release bash-completion emacs less
emacs /etc/profile
=> unten anfügen
# bash-completion
if [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
# Tuerspion
echo 'Login on' `hostname` `date` `who` | mail -s "Login on `hostname` `who | awk '{print $5}'`" xxxxxx@xxx.xx
echo 'Login on' `hostname` `date` `who` | mail -s "Login on `hostname` `who | awk '{print $5}'`" x.xxxx@xx.xxx
# Jetzt wird ls bunt
export LS_OPTIONS='--color=auto'
eval "`dircolors`"
alias ls='ls $LS_OPTIONS'
alias ll='ls $LS_OPTIONS -l'
alias l='ls $LS_OPTIONS -lA'
alias la='ls $LS_OPTION -al'
alias nano='nano -w'
# um fehler zu vermeiden
alias rm='rm -i'
alias cp='cp -i'
alias mv='mv -i'
emacs /etc/inputrc
# alternate mappings for "page up" and "page down" to search the history
"\e[5~": history-search-backward
"\e[6~": history-search-forward
mkdir -p /usr/local/src/ispcp
cd /usr/local/src/ispcp
wget http://downloads.sourceforge.net/project/ispcp/ispCP%20Omega/ispCP%20Omega%201.0.6/ispcp-omega-1.0.6.tar.bz2
tar -xvf ispcp-omega-1.0.6.tar.bz2
cd ispcp-omega-1.0.6/
emacs /etc/apt/sources.list
=> kompletter inhalt
deb http://ftp.de.debian.org/debian/ lenny main contrib non-free
deb-src http://ftp.de.debian.org/debian/ lenny main contrib non-free
deb http://security.debian.org lenny/updates main contrib non-free
aptitude update && aptitude safe-upgrade
aptitude install $(cat ./docs/Debian/debian-packages-`lsb_release -cs`)
=> MySQL Passwort festlegen
=> OK => Internet Site => OK => fleischauer.schnell-im-netz.de => OK => OK => OK
=> no => standalone
make install
cp -R /tmp/ispcp/* /
mysql_secure_installation (Passwort eingeben => nach wunsch nochmal ändern oder nicht alles andere mit Y oder Enter beantworten
cd /var/www/ispcp/engine/setup
perl ./ispcp-setup
rm -fR /tmp/ispcp
http://www.isp-control.net/ispcp/export/1643/trunk/language-files/languages/german_germany
=> herunterladen
http://fleischauer.schnell-im-netz.de
=> als admin einloggen => settings => Internationalisation => german_germany datei install => settings => other settings => Panel default language deutsch => Apply changes => General Information => Language => save
Teamspeak2 installieren
cd /root
=> aus Sicherung entpacken (tar -xvf …)
adduser ts
cp -R /root/home/ts /home/
chown ts:ts -R /home/ts
crontab -u ts -e
# m h dom mon dow command
@reboot rm /home/ts/tss2_rc2/tsserver2.pid
@reboot cd /home/ts/tss2_rc2
@reboot /home/ts/tss2_rc2/teamspeak2-server_startscript start
@reboot rm /home/ts/ts2antiflood/ts2afd.pid
@reboot cd /home/ts/ts2antiflood
@reboot /home/ts/ts2antiflood/ts2afd_startscript start
Vielleicht hat ja jemand von euch eine Idee das war jetzt die hmm glaub 10te neuinstallation hab mal ein Log mitlaufen lassen.
Logfile von Putty ab "make install"
Code:
fleischauer:/usr/local/src/ispcp/ispcp-omega-1.0.6# make install
cd ./tools && make install
make[1]: Entering directory `/usr/local/src/ispcp/ispcp-omega-1.0.6/tools'
(cd ./daemon; \
make ispcp_daemon;)
make[2]: Entering directory `/usr/local/src/ispcp/ispcp-omega-1.0.6/tools/daemon'
gcc -ansi -Wall -Wstrict-prototypes -pedantic -c -O3 -o ispcp_daemon.o ispcp_daemon.c
gcc -ansi -Wall -Wstrict-prototypes -pedantic -c -O3 -o message.o message.c
gcc -ansi -Wall -Wstrict-prototypes -pedantic -c -O3 -o daemon_init.o daemon_init.c
gcc -ansi -Wall -Wstrict-prototypes -pedantic -c -O3 -o say.o say.c
gcc -ansi -Wall -Wstrict-prototypes -pedantic -c -O3 -o signal-handlers.o signal-handlers.c
gcc -ansi -Wall -Wstrict-prototypes -pedantic -c -O3 -o receive_data.o receive_data.c
gcc -ansi -Wall -Wstrict-prototypes -pedantic -c -O3 -o send_data.o send_data.c
gcc -ansi -Wall -Wstrict-prototypes -pedantic -c -O3 -o take_connection.o take_connection.c
gcc -ansi -Wall -Wstrict-prototypes -pedantic -c -O3 -o send_line.o send_line.c
gcc -ansi -Wall -Wstrict-prototypes -pedantic -c -O3 -o recv_line.o recv_line.c
gcc -ansi -Wall -Wstrict-prototypes -pedantic -c -O3 -o helo_cmd.o helo_cmd.c
gcc -ansi -Wall -Wstrict-prototypes -pedantic -c -O3 -o helo_syntax.o helo_syntax.c
gcc -ansi -Wall -Wstrict-prototypes -pedantic -c -O3 -o lr_cmd.o lr_cmd.c
gcc -ansi -Wall -Wstrict-prototypes -pedantic -c -O3 -o lr_syntax.o lr_syntax.c
gcc -ansi -Wall -Wstrict-prototypes -pedantic -c -O3 -o bye_cmd.o bye_cmd.c
gcc -ansi -Wall -Wstrict-prototypes -pedantic -c -O3 -o bye_syntax.o bye_syntax.c
gcc -ansi -Wall -Wstrict-prototypes -pedantic -O3 -o ispcp_daemon ispcp_daemon.o message.o daemon_init.o say.o signal-handlers.o receive_data.o send_data.o take_connection.o send_line.o recv_line.o helo_cmd.o helo_syntax.o lr_cmd.o lr_syntax.o bye_cmd.o bye_syntax.o
strip -s ispcp_daemon
make[2]: Leaving directory `/usr/local/src/ispcp/ispcp-omega-1.0.6/tools/daemon'
/bin/mkdir -p /tmp/ispcp/var/www/ispcp/daemon
cp ./daemon/ispcp_daemon /tmp/ispcp/var/www/ispcp/daemon
make[1]: Leaving directory `/usr/local/src/ispcp/ispcp-omega-1.0.6/tools'
/bin/mkdir -p /tmp/ispcp/etc/ispcp
/bin/mkdir -p /tmp/ispcp/var/www/ispcp
/bin/mkdir -p /tmp/ispcp/var/log/ispcp
/bin/mkdir -p /tmp/ispcp/var/log/ispcp/ispcp-arpl-msgr
/bin/mkdir -p /tmp/ispcp/var/www/virtual
/bin/mkdir -p /tmp/ispcp/var/www/fcgi
/bin/mkdir -p /tmp/ispcp/var/www/scoreboards
/bin/mkdir -p /tmp/ispcp/var/www/awstats
/bin/mkdir -p /tmp/ispcp/var/mail/virtual
/bin/mkdir -p /tmp/ispcp/var/log/apache2/backup
cd ./configs && make install &
cd ./engine && make install
make[1]: Entering directory `/usr/local/src/ispcp/ispcp-omega-1.0.6/configs'
cd debian && make install
make[1]: Entering directory `/usr/local/src/ispcp/ispcp-omega-1.0.6/engine'
/bin/mkdir -p /tmp/ispcp/var/www/ispcp/engine
make[2]: Entering directory `/usr/local/src/ispcp/ispcp-omega-1.0.6/configs/debian'
if test debian = debian ; then \
cp ./ispcp.conf /tmp/ispcp/etc/ispcp ; \
(cd ./apache && make install &); \
(cd ./awstats && make install &); \
(cd ./bind && make install &); \
(cd ./cron.d && make install &); \
(cd ./fcgi && make install &); \
(cd ./init.d && make install &); \
(cd ./postfix && make install &); \
(cd ./courier && make install &); \
(cd ./proftpd && make install &); \
(cd ./logrotate && make install); \
fi
/usr/bin/install -d -o root -g root -m 0755 /tmp/ispcp/var/www/ispcp/engine
/bin/mkdir -p /tmp/ispcp/var/www/ispcp/engine/awstats
/usr/bin/install -d -o root -g root -m 0700 /tmp/ispcp/var/www/ispcp/engine/awstats
/bin/mkdir -p /tmp/ispcp/var/www/ispcp/engine/backup
make[3]: Entering directory `/usr/local/src/ispcp/ispcp-omega-1.0.6/configs/debian/apache'
make[3]: Entering directory `/usr/local/src/ispcp/ispcp-omega-1.0.6/configs/debian/fcgi'
/bin/mkdir -p /tmp/ispcp/etc/ispcp/fcgi
make[3]: Entering directory `/usr/local/src/ispcp/ispcp-omega-1.0.6/configs/debian/awstats'
/bin/mkdir -p /tmp/ispcp/etc/ispcp/awstats
make[3]: Entering directory `/usr/local/src/ispcp/ispcp-omega-1.0.6/configs/debian/postfix'
/bin/mkdir -p /tmp/ispcp/etc/ispcp/postfix
cp ./awstats.ispcp_tpl.conf /tmp/ispcp/etc/ispcp/awstats
make[3]: Entering directory `/usr/local/src/ispcp/ispcp-omega-1.0.6/configs/debian/bind'
/bin/mkdir -p /tmp/ispcp/etc/ispcp/bind
cp -R ./backup /tmp/ispcp/etc/ispcp/fcgi
/bin/mkdir -p /tmp/ispcp/etc/ispcp/apache
make[3]: Leaving directory `/usr/local/src/ispcp/ispcp-omega-1.0.6/configs/debian/awstats'
cp ./named.conf /tmp/ispcp/etc/ispcp/bind
cp -R ./parts /tmp/ispcp/etc/ispcp/fcgi
cp -R ./backup /tmp/ispcp/etc/ispcp/bind
make[3]: Entering directory `/usr/local/src/ispcp/ispcp-omega-1.0.6/configs/debian/cron.d'
/bin/mkdir -p /tmp/ispcp/etc/ispcp/cron.d
make[3]: Entering directory `/usr/local/src/ispcp/ispcp-omega-1.0.6/configs/debian/courier'
/bin/mkdir -p /tmp/ispcp/etc/ispcp/courier
/usr/bin/install -d -o root -g root -m 0700 /tmp/ispcp/var/www/ispcp/engine/backup
/bin/mkdir -p /tmp/ispcp/etc/postfix
cp ./ispcp /tmp/ispcp/etc/ispcp/cron.d
/bin/mkdir -p /tmp/ispcp/var/www/ispcp/engine/quota
cp -R ./parts /tmp/ispcp/etc/ispcp/bind
cp -R ./backup /tmp/ispcp/etc/ispcp/cron.d
make[3]: Entering directory `/usr/local/src/ispcp/ispcp-omega-1.0.6/configs/debian/proftpd'
make[3]: Entering directory `/usr/local/src/ispcp/ispcp-omega-1.0.6/configs/debian/init.d'
/bin/mkdir -p /tmp/ispcp/etc/init.d
/bin/mkdir -p /tmp/ispcp/etc/ispcp/proftpd
/bin/mkdir -p /tmp/ispcp/etc/courier
cp -R ./working /tmp/ispcp/etc/ispcp/bind
cp -R ./backup /tmp/ispcp/etc/ispcp/proftpd
cp ./userdb /tmp/ispcp/etc/ispcp/courier
/bin/mkdir -p /tmp/ispcp/etc/default
cp -R ./parts /tmp/ispcp/etc/ispcp/proftpd
cp ispcp_daemon /tmp/ispcp/etc/init.d
cp -R ./backup /tmp/ispcp/etc/ispcp/courier
/bin/mkdir -p /tmp/ispcp/etc/apache2
make[3]: Entering directory `/usr/local/src/ispcp/ispcp-omega-1.0.6/configs/debian/logrotate'
/bin/mkdir -p /tmp/ispcp/etc/logrotate.d
cp -R ./parts /tmp/ispcp/etc/ispcp/cron.d
/bin/mkdir -p /tmp/ispcp/etc/postfix/ispcp
cp ispcp_network /tmp/ispcp/etc/init.d
/usr/bin/install -d -o root -g root -m 0700 /tmp/ispcp/var/www/ispcp/engine/quota
/bin/mkdir -p /tmp/ispcp/etc/apache2/sites-available
cp ./main.cf /tmp/ispcp/etc/ispcp/postfix/main.cf
cp ./ispcp /tmp/ispcp/etc/logrotate.d
make[3]: Leaving directory `/usr/local/src/ispcp/ispcp-omega-1.0.6/configs/debian/bind'
cp -R ./working /tmp/ispcp/etc/ispcp/proftpd
/bin/mkdir -p /tmp/ispcp/etc/apache2/mods-available
cp -R ./working /tmp/ispcp/etc/ispcp/courier
/bin/mkdir -p /tmp/ispcp/var/www/ispcp/engine/traffic
cp ./master.cf /tmp/ispcp/etc/ispcp/postfix/master.cf
chown root:root /tmp/ispcp/etc/init.d/ispcp_network /tmp/ispcp/etc/init.d/ispcp_daemon
/bin/mkdir -p /tmp/ispcp/etc/apache2/ispcp
if [ ! -d /tmp/ispcp/etc/proftpd ]; then \
/bin/mkdir -p /tmp/ispcp/etc/proftpd ; \
fi
chmod 0755 /tmp/ispcp/etc/init.d/ispcp_network /tmp/ispcp/etc/init.d/ispcp_daemon
if [ -f ispcp_daemon.default ]; then \
cp -p ispcp_daemon.default /tmp/ispcp/etc/default/ispcp_daemon ; \
fi
make[3]: Leaving directory `/usr/local/src/ispcp/ispcp-omega-1.0.6/configs/debian/logrotate'
/usr/bin/install -d -o root -g root -m 0700 /tmp/ispcp/var/www/ispcp/engine/traffic
make[2]: Leaving directory `/usr/local/src/ispcp/ispcp-omega-1.0.6/configs/debian'
cp ./httpd.conf /tmp/ispcp/etc/ispcp/apache
cp -R ./backup /tmp/ispcp/etc/ispcp/postfix
make[1]: Leaving directory `/usr/local/src/ispcp/ispcp-omega-1.0.6/configs'
cp -R ./working /tmp/ispcp/etc/ispcp/cron.d
cp ./00_master.conf /tmp/ispcp/etc/ispcp/apache
/bin/mkdir -p /tmp/ispcp/var/www/ispcp/engine/messenger
make[3]: Leaving directory `/usr/local/src/ispcp/ispcp-omega-1.0.6/configs/debian/courier'
cp -R ./working /tmp/ispcp/etc/ispcp/fcgi
cp ./01_awstats.conf /tmp/ispcp/etc/ispcp/apache
/bin/mkdir -p /tmp/ispcp/etc/proftpd/ispcp
cp -R ./backup /tmp/ispcp/etc/ispcp/apache
if [ -f ispcp_network.default ]; then \
cp -p ispcp_network.default /tmp/ispcp/etc/default/ispcp_network ; \
fi
/usr/bin/install -d -o root -g root -m 0755 /tmp/ispcp/var/www/ispcp/engine/messenger
cp ./root_domain.conf /tmp/ispcp/etc/proftpd/ispcp
# Debian 4.0 "Etch"?
cp -R ./parts /tmp/ispcp/etc/ispcp/apache
make[3]: Leaving directory `/usr/local/src/ispcp/ispcp-omega-1.0.6/configs/debian/fcgi'
/bin/mkdir -p /tmp/ispcp/var/www/ispcp/engine/setup
cp -R ./parts /tmp/ispcp/etc/ispcp/postfix
/usr/bin/install -d -o root -g root -m 0700 /tmp/ispcp/var/www/ispcp/engine/setup
make[3]: Leaving directory `/usr/local/src/ispcp/ispcp-omega-1.0.6/configs/debian/init.d'
cp -R ./working /tmp/ispcp/etc/ispcp/postfix
/bin/mkdir -p /tmp/ispcp/var/www/ispcp/engine/tools
cp -R ./working /tmp/ispcp/etc/ispcp/apache
/usr/bin/install -d -o root -g root -m 0700 /tmp/ispcp/var/www/ispcp/engine/tools
if [ `lsb_release -c | awk '{print $2}' | tr -d "\n"` = 'sarge' ]; then \
cp ./proftpd.conf /tmp/ispcp/etc/ispcp/proftpd ; \
elif [ `lsb_release -c | awk '{print $2}' | tr -d "\n"` = 'etch' ]; then \
if [ -e /etc/proftpd.conf ] ; then \
mv /etc/proftpd.conf /etc/proftpd.conf.bak ; \
fi ; \
cp ./proftpd1.3.conf /tmp/ispcp/etc/ispcp/proftpd/proftpd.conf ; \
elif [ `lsb_release -c | awk '{print $2}' | tr -d "\n"` = 'lenny' ] || [ `lsb_release -c | awk '{print $2}' | tr -d "\n"` = 'squeeze' ]; then \
if [ -e /etc/proftpd.conf ] ; then \
mv /etc/proftpd.conf /etc/proftpd.conf.bak ; \
fi ; \
cp ./proftpd1.3.conf.lenny /tmp/ispcp/etc/ispcp/proftpd/proftpd.conf ; \
fi \
cp ./httpd.conf /tmp/ispcp/etc/ispcp/apache/parts/ispcp_base.tpl
make[3]: Leaving directory `/usr/local/src/ispcp/ispcp-omega-1.0.6/configs/debian/cron.d'
cd ./traffic && make install
cp -R ./ispcp /tmp/ispcp/etc/ispcp/postfix
make[3]: Leaving directory `/usr/local/src/ispcp/ispcp-omega-1.0.6/configs/debian/postfix'
make[2]: Entering directory `/usr/local/src/ispcp/ispcp-omega-1.0.6/engine/traffic'
/bin/mkdir -p /tmp/ispcp/usr/sbin
/usr/bin/install -m 0700 -o root -g root ./maillogconvert/maillogconvert.pl /tmp/ispcp/usr/sbin
make[2]: Leaving directory `/usr/local/src/ispcp/ispcp-omega-1.0.6/engine/traffic'
/usr/bin/install -m 0700 -o root -g root ./ispcp_common_code.pl /tmp/ispcp/var/www/ispcp/engine
/usr/bin/install -m 0700 -o root -g root ./ispcp_common_methods.pl /tmp/ispcp/var/www/ispcp/engine
# keys needed for ispCP engine;
/usr/bin/install -m 0700 -o root -g root ./ispcp-db-keys.pl /tmp/ispcp/var/www/ispcp/engine
# one more copy for auto replay system;
# greater equal Debian 4.0 "Etch"?
if [ `lsb_release -c | awk '{print $2}' | tr -d "\n"` = 'sarge' ]; then \
cp ./fastcgi.conf /tmp/ispcp/etc/ispcp/apache/fastcgi_ispcp.conf ; \
elif [ `lsb_release -c | awk '{print $2}' | tr -d "\n"` = 'etch' ] || [ `lsb_release -c | awk '{print $2}' | tr -d "\n"` = 'lenny' ] || [ `lsb_release -c | awk '{print $2}' | tr -d "\n"` = 'squeeze' ]; then \
cp ./fastcgi2.conf /tmp/ispcp/etc/ispcp/apache/fastcgi_ispcp.conf ; \
fi
/usr/bin/install -m 0700 -o root -g root ./ispcp-db-keys.pl /tmp/ispcp/var/www/ispcp/engine/messenger
/usr/bin/install -m 0700 -o root -g root ./ispcp-apache-logger /tmp/ispcp/var/www/ispcp/engine
/usr/bin/install -m 0700 -o root -g root ./ispcp-rqst-mngr /tmp/ispcp/var/www/ispcp/engine
/usr/bin/install -m 0700 -o root -g root ./ispcp-dmn-mngr /tmp/ispcp/var/www/ispcp/engine
/usr/bin/install -m 0700 -o root -g root ./ispcp-sub-mngr /tmp/ispcp/var/www/ispcp/engine
/usr/bin/install -m 0700 -o root -g root ./ispcp-alssub-mngr /tmp/ispcp/var/www/ispcp/engine
/usr/bin/install -m 0700 -o root -g root ./ispcp-als-mngr /tmp/ispcp/var/www/ispcp/engine
/usr/bin/install -m 0700 -o root -g root ./ispcp-htusers-mngr /tmp/ispcp/var/www/ispcp/engine
/usr/bin/install -m 0700 -o root -g root ./ispcp-htaccess-mngr /tmp/ispcp/var/www/ispcp/engine
/usr/bin/install -m 0700 -o root -g root ./ispcp-htgroups-mngr /tmp/ispcp/var/www/ispcp/engine
/usr/bin/install -m 0700 -o root -g root ./ispcp-mbox-mngr /tmp/ispcp/var/www/ispcp/engine
/usr/bin/install -m 0700 -o root -g root ./ispcp-serv-mngr /tmp/ispcp/var/www/ispcp/engine
/usr/bin/install -m 0700 -o root -g root ./ispcp-db-passwd /tmp/ispcp/var/www/ispcp/engine
/usr/bin/install -m 0700 -o root -g root ./awstats/awstats_buildstaticpages.pl /tmp/ispcp/var/www/ispcp/engine/awstats
/usr/bin/install -m 0700 -o root -g root ./awstats/awstats_updateall.pl /tmp/ispcp/var/www/ispcp/engine/awstats
/usr/bin/install -m 0700 -o root -g root ./backup/ispcp-bk-task /tmp/ispcp/var/www/ispcp/engine/backup
/usr/bin/install -m 0700 -o root -g root ./backup/ispcp-backup-all /tmp/ispcp/var/www/ispcp/engine/backup
/usr/bin/install -m 0700 -o root -g root ./backup/ispcp-backup-ispcp /tmp/ispcp/var/www/ispcp/engine/backup
/usr/bin/install -m 0700 -o root -g root ./quota/ispcp-dsk-quota /tmp/ispcp/var/www/ispcp/engine/quota
/usr/bin/install -m 0700 -o root -g root ./messenger/ispcp-arpl-msgr /tmp/ispcp/var/www/ispcp/engine/messenger
/usr/bin/install -m 0700 -o root -g root ./setup/ispcp-permission-functions.sh /tmp/ispcp/var/www/ispcp/engine/setup
/usr/bin/install -m 0700 -o root -g root ./setup/set-engine-permissions.sh /tmp/ispcp/var/www/ispcp/engine/setup
/usr/bin/install -m 0700 -o root -g root ./setup/set-gui-permissions.sh /tmp/ispcp/var/www/ispcp/engine/setup
/usr/bin/install -m 0700 -o root -g root ./setup/reset-setup /tmp/ispcp/var/www/ispcp/engine/setup
/usr/bin/install -m 0700 -o root -g root ./setup/ispcp-setup /tmp/ispcp/var/www/ispcp/engine/setup
/usr/bin/install -m 0700 -o root -g root ./setup/ispcp-setup-methods.pl /tmp/ispcp/var/www/ispcp/engine/setup
/usr/bin/install -m 0700 -o root -g root ./setup/ispcp-update /tmp/ispcp/var/www/ispcp/engine/setup
/usr/bin/install -m 0700 -o root -g root ./setup/ispcp-uninstall /tmp/ispcp/var/www/ispcp/engine/setup
/usr/bin/install -m 0700 -o root -g root ./setup/updDB.php /tmp/ispcp/var/www/ispcp/engine/setup
/usr/bin/install -m 0700 -o root -g root ./setup/maintainer-helper.sh /tmp/ispcp/var/www/ispcp/engine/setup
/usr/bin/install -m 0700 -o root -g root ./tools/ispcp-httpd-logs-mngr /tmp/ispcp/var/www/ispcp/engine/tools/ispcp-httpd-logs-mngr
/usr/bin/install -m 0700 -o root -g root ./tools/ispcpphptemp.sh /tmp/ispcp/var/www/ispcp/engine/tools/ispcpphptemp.sh
/usr/bin/install -m 0700 -o root -g root ./tools/ispcp-net-interfaces-mngr /tmp/ispcp/var/www/ispcp/engine/tools/ispcp-net-interfaces-mngr
/usr/bin/install -m 0700 -o root -g root ./traffic/ispcp-srv-traff /tmp/ispcp/var/www/ispcp/engine/traffic
/usr/bin/install -m 0700 -o root -g root ./traffic/ispcp-vrl-traff /tmp/ispcp/var/www/ispcp/engine/traffic
/usr/bin/install -m 0700 -o root -g root ./traffic/ispcp-vrl-traff-correction /tmp/ispcp/var/www/ispcp/engine/traffic
if test debian = suse ; then \
/usr/bin/install -m 0700 -o root -g root ./traffic/ispcp-vrl-traff-SUSE /tmp/ispcp/var/www/ispcp/engine/traffic; \
elif test debian = opensuse ; then \
/usr/bin/install -m 0700 -o root -g root ./traffic/ispcp-vrl-traff-SUSE /tmp/ispcp/var/www/ispcp/engine/traffic; \
fi
make[1]: Leaving directory `/usr/local/src/ispcp/ispcp-omega-1.0.6/engine'
cd ./gui && make install
make[1]: Entering directory `/usr/local/src/ispcp/ispcp-omega-1.0.6/gui'
/bin/mkdir -p /tmp/ispcp/var/www/ispcp/gui
cp ./index.php /tmp/ispcp/var/www/ispcp/gui/index.php
cp ./lostpassword.php /tmp/ispcp/var/www/ispcp/gui/lostpassword.php
cp ./imagecode.php /tmp/ispcp/var/www/ispcp/gui/imagecode.php
cp ./robots.txt /tmp/ispcp/var/www/ispcp/gui/robots.txt
cp ./favicon.ico /tmp/ispcp/var/www/ispcp/gui/favicon.ico
cp -dR ./admin /tmp/ispcp/var/www/ispcp/gui
cp -dR ./reseller /tmp/ispcp/var/www/ispcp/gui
make[3]: Leaving directory `/usr/local/src/ispcp/ispcp-omega-1.0.6/configs/debian/proftpd'
cp -dR ./client /tmp/ispcp/var/www/ispcp/gui
cp -dR ./include /tmp/ispcp/var/www/ispcp/gui
cp ./fcgid_ispcp.conf /tmp/ispcp/etc/ispcp/apache/fcgid_ispcp.conf
make[3]: Leaving directory `/usr/local/src/ispcp/ispcp-omega-1.0.6/configs/debian/apache'
cp -dR ./domain_default_page /tmp/ispcp/var/www/ispcp/gui
cp -dR ./domain_disable_page /tmp/ispcp/var/www/ispcp/gui
cp -dR ./errordocs /tmp/ispcp/var/www/ispcp/gui
cp -dR ./themes /tmp/ispcp/var/www/ispcp/gui
cp -dR ./tools /tmp/ispcp/var/www/ispcp/gui
cp -dR ./orderpanel /tmp/ispcp/var/www/ispcp/gui
cp -dR ./phptmp /tmp/ispcp/var/www/ispcp/gui
make[1]: Leaving directory `/usr/local/src/ispcp/ispcp-omega-1.0.6/gui'
cd ./keys && make install
make[1]: Entering directory `/usr/local/src/ispcp/ispcp-omega-1.0.6/keys'
/bin/mkdir -p /tmp/ispcp/var/www/ispcp/keys
cp ./rpl.pl /tmp/ispcp/var/www/ispcp/keys
make[1]: Leaving directory `/usr/local/src/ispcp/ispcp-omega-1.0.6/keys'
cd ./database && make install
make[1]: Entering directory `/usr/local/src/ispcp/ispcp-omega-1.0.6/database'
/bin/mkdir -p /tmp/ispcp/etc/ispcp/database
cp ./database.sql /tmp/ispcp/etc/ispcp/database
cp ./languages.sql /tmp/ispcp/etc/ispcp/database
make[1]: Leaving directory `/usr/local/src/ispcp/ispcp-omega-1.0.6/database'
fleischauer:/usr/local/src/ispcp/ispcp-omega-1.0.6# cp -R /tmp/ispcp/* /
fleischauer:/usr/local/src/ispcp/ispcp-omega-1.0.6# ls -al /etc/ var/www/
total 32
drwxr-xr-x 7 root root 4096 Aug 11 16:26 .
drwxr-xr-x 14 root root 4096 Aug 11 16:20 ..
drwxr-xr-x 2 root root 4096 Aug 11 16:26 awstats
drwxr-xr-x 2 root root 4096 Aug 11 16:26 fcgi
-rw-r--r-- 1 root root 45 Aug 11 16:20 index.html
drwxr-xr-x 6 root root 4096 Aug 11 16:26 ispcp
drwxr-xr-x 2 root root 4096 Aug 11 16:26 scoreboards
drwxr-xr-x 2 root root 4096 Aug 11 16:26 virtual
fleischauer:/usr/local/src/ispcp/ispcp-omega-1.0.6# cd ispcp-omega.spec ls -al /var/www/ls ispcp/
daemon/ engine/ gui/ keys/
fleischauer:/usr/local/src/ispcp/ispcp-omega-1.0.6# ls -al /var/www/ispcp/
daemon/ engine/ gui/ keys/
fleischauer:/usr/local/src/ispcp/ispcp-omega-1.0.6# ls -al /var/www/ispcp/
total 24
drwxr-xr-x 6 root root 4096 Aug 11 16:26 .
drwxr-xr-x 7 root root 4096 Aug 11 16:26 ..
drwxr-xr-x 2 root root 4096 Aug 11 16:26 daemon
drwxr-xr-x 9 root root 4096 Aug 11 16:26 engine
drwxr-xr-x 13 root root 4096 Aug 11 16:26 gui
drwxr-xr-x 2 root root 4096 Aug 11 16:26 keys
fleischauer:/usr/local/src/ispcp/ispcp-omega-1.0.6# ls /etc/ -al /tmp/ispcp/var/www/
total 28
drwxr-xr-x 7 root root 4096 Aug 11 16:21 .
drwxr-xr-x 5 root root 4096 Aug 11 16:21 ..
drwxr-xr-x 2 root root 4096 Aug 11 16:21 awstats
drwxr-xr-x 2 root root 4096 Aug 11 16:21 fcgi
drwxr-xr-x 6 root root 4096 Aug 11 16:21 ispcp
drwxr-xr-x 2 root root 4096 Aug 11 16:21 scoreboards
drwxr-xr-x 2 root root 4096 Aug 11 16:21 virtual
fleischauer:/usr/local/src/ispcp/ispcp-omega-1.0.6# mysql-se _se
mysql_secure_installation mysql_setpermission
fleischauer:/usr/local/src/ispcp/ispcp-omega-1.0.6# mysql_secure_installation
NOTE: RUNNING ALL PARTS OF THIS SCRIPT IS RECOMMENDED FOR ALL MySQL
SERVERS IN PRODUCTION USE! PLEASE READ EACH STEP CAREFULLY!
In order to log into MySQL to secure it, we'll need the current
password for the root user. If you've just installed MySQL, and
you haven't set the root password yet, the password will be blank,
so you should just press enter here.
Enter current password for root (enter for none):
OK, successfully used password, moving on...
Setting the root password ensures that nobody can log into the MySQL
root user without the proper authorisation.
You already have a root password set, so you can safely answer 'n'.
Change the root password? [Y/n] n
... skipping.
By default, a MySQL installation has an anonymous user, allowing anyone
to log into MySQL without having to have a user account created for
them. This is intended only for testing, and to make the installation
go a bit smoother. You should remove them before moving into a
production environment.
Remove anonymous users? [Y/n] y
... Success!
Normally, root should only be allowed to connect from 'localhost'. This
ensures that someone cannot guess at the root password from the network.
Disallow root login remotely? [Y/n] y
... Success!
By default, MySQL comes with a database named 'test' that anyone can
access. This is also intended only for testing, and should be removed
before moving into a production environment.
Remove test database and access to it? [Y/n] y
- Dropping test database...
ERROR 1008 (HY000) at line 1: Can't drop database 'test'; database doesn't exist
... Failed! Not critical, keep moving...
- Removing privileges on test database...
... Success!
Reloading the privilege tables will ensure that all changes made so far
will take effect immediately.
Reload privilege tables now? [Y/n] y
... Success!
Cleaning up...
All done! If you've completed all of the above steps, your MySQL
installation should now be secure.
Thanks for using MySQL!
fleischauer:/usr/local/src/ispcp/ispcp-omega-1.0.6# cd /var/www/ispcp/engine/setu
up/
fleischauer:/var/www/ispcp/engine/setup# perl ./ispcp-setup
Generating database keys, it may take some time, please wait...
If it takes to long, please checkhttp://www.isp-control.net/documentation/frequently_asked_questions/what_does_generating_database_keys_it_may_take_some_time_please_wait..._on_setup_mean
[H[2J
Stopping services: .........
[1;4m
Welcome to ispCP '1.0.6 OMEGA' Setup Dialog.
[0m This program will set up ispCP OMEGA system on your server.
Next you are asked to enter a "fully qualified hostname" (FQHN).
For more infos read http://en.wikipedia.org/wiki/FQDN.
Please enter a fully qualified hostname. [fleischauer.schnell-im-netz.de]:
Please enter system network address. [62.134.152.120]:
Please enter the domain name where ispCP OMEGA will run on [admin.fleischauer.schnell-im-netz.de]:
Please enter SQL server host. [localhost]:
Please enter system SQL database. [ispcp]:
Please enter system SQL user. [root]:
Please enter system SQL password. [none]:
Please repeat system SQL password:
Please enter ispCP ftp SQL user. [vftp]:
Please enter ispCP ftp SQL user password. [auto generate]:
Please repeat ispCP ftp SQL user password:
Please enter ispCP phpMyAdmin Control user. [pma]:
Please enter ispCP phpMyAdmin Control user password. [auto generate]:
Please repeat ispCP phpMyAdmin Control user password:
Please enter administrator login name. [admin]:
Please enter administrator password:
Please repeat administrator password:
Please enter administrator e-mail address: dorni1@web.de
IP of Secondary DNS. (optional) []:
Use MySQL Prefix.
Possible values: [i]nfront, [b]ehind, [n]one. [none]:
FastCGI Version: [f]cgid or fast[c]gi. [fcgid]:
Activate AWStats. [no]:
[1m Starting Installation
[0m Setting GUI Permissions: .... done
Setting Engine Permissions: ... done
Starting services: .........
[1;4m
Congratulations you installed ispCP '1.0.6 OMEGA' successfully!
[0m Please type http://admin.fleischauer.schnell-im-netz.de in your browser and
log in with your Administrator Account to use ispCP.
[ Rootkit Hunter version 1.3.2 ]
[1;33mChecking rkhunter data files...[0;39m
Checking file mirrors.dat[34C[ [1;32mNo update[0;39m ]
Checking file programs_bad.dat[29C[ [1;32mUpdated[0;39m ]
Checking file backdoorports.dat[28C[ [1;32mUpdated[0;39m ]
Checking file suspscan.dat[33C[ [1;32mUpdated[0;39m ]
Checking file i18n/cn[38C[ [1;32mUpdated[0;39m ]
Checking file i18n/en[38C[ [1;32mNo update[0;39m ]
Checking file i18n/zh[38C[ [1;32mNo update[0;39m ]
Checking file i18n/zh.utf8[33C[ [1;32mNo update[0;39m ]
Ending...
fleischauer:/var/www/ispcp/engine/setup# cd /root/
fleischauer:~# tar -xvf alteshome.tar.gz
fleischauer:~# adduser ts
Adding user `ts' ...
Adding new group `ts' (1000) ...
Adding new user `ts' (1001) with group `ts' ...
Creating home directory `/home/ts' ...
Copying files from `/etc/skel' ...
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully
Changing the user information for ts
Enter the new value, or press ENTER for the default
Full Name []:
Room Number []:
Work Phone []:
Home Phone []:
Other []:
Is the information correct? [Y/n]
fleischauer:~# cp -R /root/home/t
tmn/ ts/ ts.sicherung/
fleischauer:~# cp -R /root/home/t
tmn/ ts/ ts.sicherung/
fleischauer:~# cp -R /root/home/ts /home/
fleischauer:~# cd /home/
fleischauer:/home# ls
ftp ts
fleischauer:/home# ls -al
total 16
drwxr-xr-x 4 root root 4096 Aug 11 16:40 .
drwxr-xr-x 20 root root 4096 Oct 24 2009 ..
drwxr-xr-x 2 ftp nogroup 4096 Aug 11 16:20 ftp
drwxr-xr-x 9 ts ts 4096 Aug 11 16:41 ts
fleischauer:/home# chown ts:ts -R /home/ts
fleischauer:/home# cd ts
fleischauer:/home/ts# ls -al
total 84
drwxr-xr-x 9 ts ts 4096 Aug 11 16:41 .
drwxr-xr-x 4 root root 4096 Aug 11 16:40 ..
drwxr-xr-x 2 ts ts 4096 Aug 11 16:41 .autosave
-rw-r--r-- 1 ts ts 12960 Aug 11 16:41 .bash_history
-rw-r--r-- 1 ts ts 4867 Aug 11 16:41 .bash_history~
-rw-r--r-- 1 ts ts 220 Aug 11 16:41 .bash_logout
-rw-r--r-- 1 ts ts 414 Aug 11 16:41 .bash_profile
-rw-r--r-- 1 ts ts 2227 Aug 11 16:41 .bashrc
drwxr-xr-x 3 ts ts 4096 Aug 11 16:41 .emacs.d
-rw------- 1 ts ts 35 Aug 11 16:41 .lesshst
drwxr-xr-x 2 ts ts 4096 Aug 11 16:41 .links2
-rw-r--r-- 1 ts ts 675 Aug 11 16:40 .profile
-rw-r--r-- 1 ts ts 98 Aug 11 16:41 .saves-3598-v25005
drwxr-xr-x 6 ts ts 4096 Aug 11 16:41 ts
drwxr-xr-x 3 ts ts 4096 Aug 11 16:41 ts2antiflood
drwxr-xr-x 8 ts ts 4096 Aug 11 16:41 ts3
drwxr-xr-x 7 ts ts 4096 Aug 11 16:41 tss2_rc2
fleischauer:/home/ts# su ts
ts@fleischauer.schnell-im-netz.de: ~ts@fleischauer:~$ crontab -u ts -e
no crontab for ts - using an empty one
crontab: installing new crontab
ts@fleischauer.schnell-im-netz.de: rm /home/ts/tss2_rc2/tsserver2.pid
ts@fleischauer.schnell-im-netz.de: cd /home/ts/tss2_rc2
ts@fleischauer.schnell-im-netz.de: ~/tss2_rc2$ cd /home/ts/tss2_rc2/home/ts/ts2antiflood/ts2afd_startscript start
ts@fleischauer:~/tss2_rc2$ [11Prm /home/ts/ts2antiflood/ts2afd.pid
ts@fleischauer:~/tss2_rc2$ /home/ts/ts2antiflood/ts2afd_startscript start
ts@fleischauer:~/tss2_rc2$ [11Prm /home/ts/ts2antiflood/ts2afd.pid
ts@fleischauer:~/tss2_rc2$ /home/ts/tss2_rc2/teamspeak2-server_startscript start
starting the teamspeak2 server
TeamSpeak Server Daemon started with PID 13438
ts@fleischauer.schnell-im-netz.de: ~/tss2_rc2ts@fleischauer:~/tss2_rc2$ cd /home/ts/ts2antiflood
ts@fleischauer.schnell-im-netz.de: ~/ts2antifloodts@fleischauer:~/ts2antiflood$ cd /home/ts/ts2antiflood/home/ts/tss2_rc2/teamspeak2-server_startscript start
ts@fleischauer:~/ts2antiflood$ /home/ts/tss2_rc2/home/ts/ts2antiflood/ts2afd_startscript start
TeamSpeak 2 Anti-Flood Daemon [Version 0.5]
Copyright (c) 2006 by Sven 'ScP' Paulsen
Connecting to server localhost -> [OK]
Checking server compatibility -> [OK]
Authenticating as superadmin -> [OK]
Getting serverlist from database -> [OK]
Accessing the servers logfile -> [OK]
Accessing the scripts logfile -> [OK]
TeamSpeak 2 Anti-Flood Daemon started with PID 13449
ts@fleischauer.schnell-im-netz.de: ~/ts2antifloodts@fleischauer:~/ts2antiflood$ crontab -u ts -e
ts@fleischauer.schnell-im-netz.de: ~/ts2antifloodts@fleischauer:~/ts2antiflood$ exit
fleischauer:/home/ts# ls -al /etc/var/www/
awstats/ fcgi/ index.html ispcp/ scoreboards/ virtual/
fleischauer:/home/ts# ls -al /var/www/
total 32
drwxr-xr-x 7 root root 4096 Aug 11 16:26 .
drwxr-xr-x 14 root root 4096 Aug 11 16:20 ..
drwxr-xr-x 2 root root 4096 Aug 11 16:26 awstats
dr-xr-xr-x 3 root root 4096 Aug 11 16:34 fcgi
-rw-r--r-- 1 root root 45 Aug 11 16:20 index.html
drwxr-xr-x 7 root root 4096 Aug 11 16:34 ispcp
drwxr-xr-x 2 root root 4096 Aug 11 16:26 scoreboards
dr-xr-xr-x 2 root root 4096 Aug 11 16:26 virtual
fleischauer:/home/ts# ls -al /var/www/ispcp/
total 28
drwxr-xr-x 7 root root 4096 Aug 11 16:34 .
drwxr-xr-x 7 root root 4096 Aug 11 16:26 ..
drwxr-xr-x 2 root root 4096 Aug 11 16:34 backups
drwxr-xr-x 2 root root 4096 Aug 11 16:26 daemon
drwxr-xr-x 9 root root 4096 Aug 11 16:26 engine
dr-xr-x--- 13 vu2000 www-data 4096 Aug 11 16:26 gui
drwxr-xr-x 2 root root 4096 Aug 11 16:26 keys
fleischauer:/home/ts# less /etc/passwd
root:x:0:0:root:/root:/bin/bash
daemon:x:1:1:daemon:/usr/sbin:/bin/sh
bin:x:2:2:bin:/bin:/bin/sh
sys:x:3:3:sys:/dev:/bin/sh
sync:x:4:65534:sync:/bin:/bin/sync
games:x:5:60:games:/usr/games:/bin/sh
man:x:6:12:man:/var/cache/man:/bin/sh
lp:x:7:7:lp:/var/spool/lpd:/bin/sh
mail:x:8:8:mail:/var/mail:/bin/sh
news:x:9:9:news:/var/spool/news:/bin/sh
uucp:x:10:10:uucp:/var/spool/uucp:/bin/sh
proxy:x:13:13:proxy:/bin:/bin/sh
www-data:x:33:33:www-data:/var/www:/bin/sh
backup:x:34:34:backup:/var/backups:/bin/sh
list:x:38:38:Mailing List Manager:/var/list:/bin/sh
irc:x:39:39:ircd:/var/run/ircd:/bin/sh
gnats:x:41:41:Gnats Bug-Reporting System (admin):/var/lib/gnats:/bin/sh
nobody:x:65534:65534:nobody:/nonexistent:/bin/sh
libuuid:x:100:101::/var/lib/libuuid:/bin/sh
sshd:x:101:65534::/var/run/sshd:/usr/sbin/nologin
mysql:x:102:104:MySQL Server,,,:/var/lib/mysql:/bin/false
postfix:x:103:106::/var/spool/postfix:/bin/false
bind:x:104:108::/var/cache/bind:/bin/false
fleischauer:/home/ts#
falls noch etwas vom Logfile vor "make install" gebraucht wird einfach bescheid sagen
Ach bevor ich es Vergesse das Problem hatte ich schon mit 1.0.5 Probiere hier schon seit ein paar Wochen rum und hab noch keine Lösung gefunden.