XAMPP ProFTP Problem

Alles, was den ProFTPD betrifft, kann hier besprochen werden.

XAMPP ProFTP Problem

Postby Dr@gon83 » 15. July 2008 22:31

Moin leutz wollte mir einen eigenen Server fertig machen und ihn dann hier in unser Rechenzetrum anschließen lassen jetzt habe ich aber bei der neuen installation was wo ich nicht weiter komme und zwar beim starten der installation von XAMPP kommt dann diese meldung

Code: Select all
Starte XAMPP fuer Linux 1.6.7...
XAMPP: Ein anderer Webserver laeuft bereits.
XAMPP: Ein anderer MySQL daemon laeuft bereits.
XAMPP: Starte ProFTPD...
XAMPP:  - warning: unable to determine IP address of 'Germany44'
 - error: no valid servers configured
 - Fatal: error processing configuration file '/opt/lampp/etc/proftpd.conf'
XAMPP: Fehler 1 beim Starten von ProFTPD!
XAMPP fuer Linux gestartet.
Germany44:/home/xampp# /opt/lampp/lampp start
Starte XAMPP fuer Linux 1.6.7...
XAMPP: Ein anderer Webserver laeuft bereits.
XAMPP: Ein anderer MySQL daemon laeuft bereits.
XAMPP: Starte ProFTPD...
XAMPP:  - warning: unable to determine IP address of 'Germany44'
 - error: no valid servers configured
 - Fatal: error processing configuration file '/opt/lampp/etc/proftpd.conf'
XAMPP: Fehler 1 beim Starten von ProFTPD!
XAMPP fuer Linux gestartet.


was genau muss ich jetzt alles in der proftpd.conf ändern damit es geht

Dateiauszug proftpd.conf

Code: Select all
# This is a basic ProFTPD configuration file (rename it to
# 'proftpd.conf' for actual use.  It establishes a single server
# and a single anonymous login.  It assumes that you have a user/group
# "nobody" and "ftp" for normal operation and anon.

ServerName         "ProFTPD"
ServerType         standalone
DefaultServer         on

# Port 21 is the standard FTP port.
Port            21
# Umask 022 is a good standard umask to prevent new dirs and files
# from being group and world writable.
Umask            022

# To prevent DoS attacks, set the maximum number of child processes
# to 30.  If you need to allow more than 30 concurrent connections
# at once, simply increase this value.  Note that this ONLY works
# in standalone mode, in inetd mode you should use an inetd server
# that allows you to limit maximum number of processes per service
# (such as xinetd)
MaxInstances         30

# Set the user and group that the server normally runs at.
User            nobody
#Group            nogroup

# Normally, we want files to be overwriteable.
<Directory /opt/lampp/htdocs/*>
  AllowOverwrite      on
</Directory>

# only for the web servers content
DefaultRoot /opt/lampp/htdocs

# nobody gets the password "lampp"
UserPassword nobody wRPBu8u4YP0CY

# nobody is no normal user so we have to allow users with no real shell
RequireValidShell off

# nobody may be in /etc/ftpusers so we also have to ignore this file
UseFtpUsers off
Dr@gon83
 
Posts: 9
Joined: 15. July 2008 22:30

Postby DJ DHG » 15. July 2008 22:59

Moin Moin!

Siehe FAQ von Proftpd.
http://proftpd.org/docs/faq/linked/faq-ch4.html#AEN403

mfg DJ DHG
User avatar
DJ DHG
AF Moderator
 
Posts: 2455
Joined: 27. December 2002 13:50
Location: Kiel

Postby Dr@gon83 » 16. July 2008 10:50

hab ich gelesehn verstehe ich aber nicht kann mir nicht einer sagen was ich einfach darein schreiben müsste das es funktioniert
Dr@gon83
 
Posts: 9
Joined: 15. July 2008 22:30

Postby DJ DHG » 16. July 2008 11:41

http://community.apachefriends.org/f/viewtopic.php?t=8636

BTW: Hast du zufällig vor, einen TeamSpeak und Hosting Server
aufzubauen?

mfg DJ DHG
User avatar
DJ DHG
AF Moderator
 
Posts: 2455
Joined: 27. December 2002 13:50
Location: Kiel

Postby Dr@gon83 » 16. July 2008 11:45

teamspeak und Streamhosting service mit jemanden zusammen also ich mache die seiten und so und er zahlt server und Lizenzen warum fragst?
Dr@gon83
 
Posts: 9
Joined: 15. July 2008 22:30

Postby Nobbie » 16. July 2008 12:03

Liest Du die Meldungen eigentlich auch? Schau doch mal genau hin:

XAMPP: Ein anderer Webserver laeuft bereits.
XAMPP: Ein anderer MySQL daemon laeuft bereits.


Das geht doch alles in die Hose - da läuft schon ein kompletter Webserver inkl. MySQL!
Nobbie
 
Posts: 13165
Joined: 09. March 2008 13:04

Postby DJ DHG » 16. July 2008 12:19

Dr@gon83 wrote:teamspeak und Streamhosting service mit jemanden zusammen also ich mache die seiten und so und er zahlt server und Lizenzen warum fragst?


Weil jemand, der so etwas aufzieht, diese Art von Problemen selbst bewältigen könnten sollte.
Zumal das ein bekanntes und gut dokumentiertes Problem ist.
Ich will dich nicht Angreifen, verstehe mich bitte nicht falsch.
Aber es fehlt, allen Anschein nach, noch Know How, um dass durch zuziehen.

mfg DJ DHG
User avatar
DJ DHG
AF Moderator
 
Posts: 2455
Joined: 27. December 2002 13:50
Location: Kiel

Postby Dr@gon83 » 16. July 2008 13:23

wie gesagt ich mache iegentlich nur die Seite da der Inhaber ja noch im urlaub ist wollte ich soweit schon alles fertig haben aber da ich nicht weiter komme werde ich wohl warten müssen bis er wieder kommt
Dr@gon83
 
Posts: 9
Joined: 15. July 2008 22:30

Postby AxxiD » 16. July 2008 18:03

habe ein ähnliches problem:

Code: Select all
Starting XAMPP for Linux 1.6.7...
XAMPP: Another web server daemon is already running.
XAMPP: Starting MySQL...
XAMPP: Starting ProFTPD...
/opt/lampp/lampp: line 122: 24173 Killed                  /opt/lampp/sbin/proftpd >/opt/lampp/var/proftpd/start.err 2>&1
XAMPP:
XAMPP: Error 137! Couln't start ProFTPD!
/opt/lampp/bin/mysql.server: fork: Cannot allocate memory
/opt/lampp/share/lampp/alladdons: line 15: 24193 Killed                  /opt/lampp/share/addons/$a $action
/opt/lampp/share/lampp/alladdons: line 15: 24196 Killed                  /opt/lampp/share/addons/$a $action
XAMPP for Linux started.


ich hab es schon mit neuinstallation versucht, allerdings kommt das immer wieder!
was muss ich jetzt tun damit er doch läuft?
AxxiD
 
Posts: 4
Joined: 16. July 2008 17:57

Postby DJ DHG » 16. July 2008 18:12

@AxxiD

Deinem Vserver ist der Speicher ausgegangen bzw. dein Limit ist erreicht.

mfg DJ DHG
User avatar
DJ DHG
AF Moderator
 
Posts: 2455
Joined: 27. December 2002 13:50
Location: Kiel

Postby AxxiD » 16. July 2008 18:19

na ganz geil :) thx... dann lösch ich mal ein wenig...
AxxiD
 
Posts: 4
Joined: 16. July 2008 17:57

Postby AxxiD » 16. July 2008 18:28

ich hab die installationsdateien gelöscht und dann hab ichs mal so versucht:

Code: Select all
vserver1327:~# /opt/lampp/lampp restart
Stopping XAMPP for Linux 1.6.7...
XAMPP: XAMPP-Apache is not running.
XAMPP: XAMPP-MySQL is not running.
XAMPP: XAMPP-ProFTPD is not running.
XAMPP stopped.
Starting XAMPP for Linux 1.6.7...
XAMPP: Another web server daemon is already running.
/opt/lampp/bin/mysql.server: fork: Cannot allocate memory
XAMPP: Starting MySQL...
XAMPP: Starting ProFTPD...
/opt/lampp/lampp: line 122: 28152 Killed                  /opt/lampp/sbin/proftpd >/opt/lampp/var/proftpd/start.err 2>&1
XAMPP:
XAMPP: Error 137! Couln't start ProFTPD!
XAMPP for Linux started.

und ich weiß auch nicht wo der den anderen webserver daemon, der darauf laufen soll, hernimmt weil da eigenldich nichts weiter drauf ist... :?


EDIT:

Code: Select all
vserver1327:/# free
             total       used       free     shared    buffers     cached
Mem:        102400     102400          0          0          0          0
-/+ buffers/cache:     102400          0
Swap:        76800      72388       4412


ich glaube da muss ich wohl ein wenig aufrüsten... :|
AxxiD
 
Posts: 4
Joined: 16. July 2008 17:57

Postby AxxiD » 16. July 2008 20:11

hat sich erledigt.
server neu gestartet und ram leer^^ :)
linux is wie windows, immer alles in ram rein aber nix raus :-D
AxxiD
 
Posts: 4
Joined: 16. July 2008 17:57


Return to ProFTPD

Who is online

Users browsing this forum: No registered users and 54 guests