Current time: 11-27-2024, 11:45 AM Hello There, Guest! (LoginRegister)


Post Reply 
User Anlegen verursacht Fehler
Author Message
MasterM Offline
Junior Member
*

Posts: 20
Joined: Jun 2010
Reputation: 0
Post: #14
RE: User Anlegen verursacht Fehler
Okay, um es nun wirklich 100%ig richtig zu machen habe ich nun die englische Anleitung genommen, den Server komplett neu gemacht . und leider ist der Fehler immer noch da.

Fehler gab es nur, das die "Quelle" für die Dateien angeblich unsicher sei, ich musste zwei mal yes eingeben.


Hier noch mal alles was nach der Installation un Putty stand, der obere Teil fehlt leider, weiß nicht ob das irgendwo gespeichert wird.
Quote: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
cp ./fcgid_ispcp.conf /tmp/ispcp/etc/ispcp/apache/fcgid_ispcp.conf
make[3]: Leaving directory `/usr/local/src/ispcp/ispcp-omega-1.0.5/configs/debian/apache'
/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
make[3]: Leaving directory `/usr/local/src/ispcp/ispcp-omega-1.0.5/configs/debian/proftpd'
/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.5/engine'
cd ./gui && make install
make[1]: Entering directory `/usr/local/src/ispcp/ispcp-omega-1.0.5/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
cp -dR ./client /tmp/ispcp/var/www/ispcp/gui
cp -dR ./include /tmp/ispcp/var/www/ispcp/gui
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.5/gui'
cd ./keys && make install
make[1]: Entering directory `/usr/local/src/ispcp/ispcp-omega-1.0.5/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.5/keys'
cd ./database && make install
make[1]: Entering directory `/usr/local/src/ispcp/ispcp-omega-1.0.5/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.5/database'
heideskat:/usr/local/src/ispcp/ispcp-omega-1.0.5# cp -R /tmp/ispcp/* /
heideskat:/usr/local/src/ispcp/ispcp-omega-1.0.5# cp -R /tmp/ispcp/* /
heideskat:/usr/local/src/ispcp/ispcp-omega-1.0.5# 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!


heideskat:/usr/local/src/ispcp/ispcp-omega-1.0.5# cd /var/www/ispcp/engine/setup
heideskat:/var/www/ispcp/engine/setup#
heideskat:/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

Stopping services: .........

Welcome to ispCP '1.0.5 OMEGA' Setup Dialog.

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. [heideskat.de]: dirk.heideskat.de

Please enter system network address. [109.71.28.132]:

Please enter the domain name where ispCP OMEGA will run on [admin.dirk.heideskat.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]: DirkEuhus

Please enter administrator password:
Please repeat administrator password:

Please enter administrator e-mail address: server_wartung@live.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]:

Starting Installation
Setting GUI Permissions: .... done
Setting Engine Permissions: ... done

Starting services: .........

Congratulations you installed ispCP '1.0.5 OMEGA' successfully!

Please type http://admin.dirk.heideskat.de in your browser and
log in with your Administrator Account to use ispCP.

[ Rootkit Hunter version 1.3.2 ]

Checking rkhunter data files...
Checking file mirrors.dat [ No update ]
Checking file programs_bad.dat [ Updated ]
Checking file backdoorports.dat [ Updated ]
Checking file suspscan.dat [ Updated ]
Checking file i18n/cn [ Updated ]
Checking file i18n/en [ No update ]
Checking file i18n/zh [ No update ]
Checking file i18n/zh.utf8 [ No update ]
Ending...
heideskat:/var/www/ispcp/engine/setup# rm -fR /tmp/ispcp
heideskat:/var/www/ispcp/engine/setup#


Gruß
Dirk
06-13-2010 04:55 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
User Anlegen verursacht Fehler - MasterM - 06-12-2010, 01:22 AM
RE: User Anlegen verursacht Fehler - ZooL - 06-13-2010, 03:00 AM
RE: User Anlegen verursacht Fehler - MasterM - 06-13-2010 04:55 AM
RE: User Anlegen verursacht Fehler - ZooL - 06-14-2010, 07:26 AM
RE: User Anlegen verursacht Fehler - ZooL - 06-14-2010, 11:35 PM
RE: User Anlegen verursacht Fehler - ZooL - 06-15-2010, 12:05 AM

Forum Jump:


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