Current time: 05-18-2024, 02:12 PM Hello There, Guest! (LoginRegister)


Thread Closed 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[ERLEDIGT]ProFTP möchte nicht.
Author Message
boesemoese Offline
Junior Member
*

Posts: 18
Joined: Dec 2008
Reputation: 0
Post: #11
RE: ProFTP möchte nicht.
Das ist nett von dir, danke!

Hoffentlich kann mir BeNe helfen.
01-28-2009 02:50 AM
Find all posts by this user
Lucan Offline
Member
*
Beta Team

Posts: 982
Joined: Jul 2008
Reputation: 12
Post: #12
RE: ProFTP möchte nicht.
Was du ansonsten auch mal machen kannst, ist (falls es so ist wie ich denke und der Server komplett frisch aufgesetzt ist) den Server neu zu installieren (Vorzugsweise mit Debian Lenny (5), dann musst du später nicht mehr upgraden und sparst ne menge Arbeit etc. und installierst darauf nen Trunk.)
Oder du installierst den Server einfach nochmal mit Debian Etch (4) neu und installierst IspCP nochmal so neu, ist evtl schneller/unkomplizierter als ewige Fehlersucherei.

Kannst ja vorher auch noch nen Backup deines Servers vornehmen (scheint nen VPS zu sein wenn ich das richtig sehe, dann kannst du, falls das nicht helfen sollte deinen Server einfach wiederherstellen).

Neu installieren/Backup anfertigen etc solltest du übers Virtuozzo CP können.


Grüße
01-28-2009 02:56 AM
Find all posts by this user
boesemoese Offline
Junior Member
*

Posts: 18
Joined: Dec 2008
Reputation: 0
Post: #13
RE: ProFTP möchte nicht.
Das werde ich glaube ich machen, wie mach ich den ein Distributionsupdate?
Habe jetzt als der server neu war einfach:

apt-get update && apt-get upgrade

gemacht, aber dann bleibt es ja anscheinend auf v 4, also etch, wie komme ich auf lenny? dann setze ich den server neu auf und mache direkt lenny drauf, dann hab ich alles auf dem neusten stand. Danke für deinen Tipp!
01-28-2009 03:01 AM
Find all posts by this user
Lucan Offline
Member
*
Beta Team

Posts: 982
Joined: Jul 2008
Reputation: 12
Post: #14
RE: ProFTP möchte nicht.
Hat Hosteurope noch kein Lenny Image?

Ansonsten installier Etch und änder dann die /etc/apt/sources.list zu:

Quote:deb http://ftp.de.debian.org/debian lenny contrib main non-free
deb-src http://ftp.de.debian.org/debian lenny contrib main non-free

deb http://ftp2.de.debian.org/debian-security lenny/updates main contrib non-f$
deb-src http://ftp2.de.debian.org/debian-security lenny/updates main contrib n$

Bzw. ich weiss nicht wie deine Sources.list aussieht, dort kannst du ggf. auch einfach überall wo bei dir etch steht lenny hinschreiben.

anschliesend nen apt-get update und nen apt-get dist-upgrade.


Wenn du noch unter Etch ispcp installierst und dann auf Lenny upgradest, musst du wohl mit nen paar Fehlern rechnen, sowars zumindestens bei mir, was dann wiederrum etwas Zeit kostet diese zufinden.

Also am einfachsten ist es wohl Etch installieren, falls kein Lenny Image vorhanden, dann auf Lenny updaten und nen Trunk installieren.

Sollte normal dann alles soweit passen.


Lenny ist z.Z zwar noch nicht stable, aber steht kurz davor, deswegen ist es in meinen Augen das sinnvollste neue Server direkt mit Lenny zu installieren.


Übrigens würd ich anstatt apt-get aptitude benutzen =)



Wünsch dir viel Erfolg



Grüße
(This post was last modified: 01-28-2009 03:11 AM by Lucan.)
01-28-2009 03:09 AM
Find all posts by this user
boesemoese Offline
Junior Member
*

Posts: 18
Joined: Dec 2008
Reputation: 0
Post: #15
RE: ProFTP möchte nicht.
Ach ist das alles ein hin und her, jetzt krieg ich statt dem Control Panel nur ne weiße Seite und im Quelltext steht:
Code:
<!--
    Compression level: 8
    Original size: 0 kb
    New size: 0.01 kb
    Saving: -0.01 kb (0 %)
    Time: 0.35 ms
    Serverload: 0.13
-->
01-28-2009 05:05 AM
Find all posts by this user
Lucan Offline
Member
*
Beta Team

Posts: 982
Joined: Jul 2008
Reputation: 12
Post: #16
RE: ProFTP möchte nicht.
paar mehr infos, welches os jetzt, wie hast dus installiert, welche Version etc.

/edit scheinst nicht der erste mti dem Prob zu sein, liegt wohl daran dask eine Verbindung zur DB hergestellt werden kann, scheinst da irgendwas falsch gemacht zu haben.

Zu finden hier:
http://www.isp-control.net/forum/showthr...level%3A+8


Im englischen bereich hab ich das gefunden:
Probiers einfach mal aus.

chmod -R 0777 /var/www/ispcp/gui/include/htmlpurifier/HTMLPurifier/DefinitionCache/Serializer;
chmod -R 0777 /var/www/ispcp/gui/phptmp
(This post was last modified: 01-28-2009 05:26 AM by Lucan.)
01-28-2009 05:22 AM
Find all posts by this user
boesemoese Offline
Junior Member
*

Posts: 18
Joined: Dec 2008
Reputation: 0
Post: #17
RE: ProFTP möchte nicht.
Nun soweit alles, aber es treten genau die gleichen Fehler auf wie vorher.

1. Kann ich nicht per FTP verbinden, BeNe ich wäre dir dankbar wenn du nochmal schaust.
2. startet der Apache2 nicht automatisch nach dem rebooten!

Unter /etc/proftpd/ finde ich nun aber drei neue Dateien, muss ich diese auch irgendwie "einbinden": sql.conf; tls.conf; Idap.conf

sql.conf
Code:
#
# Proftpd sample configuration for SQL-based authentication.
#
# (This is not to be used if you prefer a PAM-based SQL authentication)
#

<IfModule mod_sql.c>
#
# Choose a SQL backend among MySQL or PostgreSQL.
# Both modules are loaded in default configuration, so you have to specify the backend
# or comment out the unused module in /etc/proftpd/modules.conf.
# Use 'mysql' or 'postgres' as possible values.
#
#SQLBackend    mysql
#
#SQLEngine on
#SQLAuthenticate on
#
# Use both a crypted or plaintext password
#SQLAuthTypes Crypt Plaintext
#
# Use a backend-crypted or a crypted password
#SQLAuthTypes Backend Crypt
#
# Connection
#SQLConnectInfo proftpd@sql.example.com proftpd_user proftpd_password
#
# Describes both users/groups tables
#
#SQLUserInfo users userid passwd uid gid homedir shell
#SQLGroupInfo groups groupname gid members
#
</IfModule>

Die proftpd.conf sieht nun so aus:
Code:
#
# ispCP ω (OMEGA) a Virtual Hosting Control System
#
# @copyright    2001-2006 by moleSoftware GmbH
# @copyright    2006-2008 by ispCP | http://isp-control.net
# @version        SVN: $Id$
# @link            http://isp-control.net
# @author        ispCP Team
#
# @license
#   This program is free software; you can redistribute it and/or modify it under
#   the terms of the MPL General Public License as published by the Free Software
#   Foundation; either version 1.1 of the License, or (at your option) any later
#   version.
#   You should have received a copy of the MPL Mozilla Public License along with
#   this program; if not, write to the Open Source Initiative (OSI)
#   http://opensource.org | osi@opensource.org
#
################################################################################​
# Includes DSO modules (this is mandatory in proftpd 1.3)
Include /etc/proftpd/modules.conf

# Set off to disable IPv6 support which is annoying on IPv4 only boxes.
UseIPv6                    off

ServerName                 "lvps87-230-9-252.dedicated.hosteurope.de"
ServerType                 standalone
DeferWelcome               off

MultilineRFC2228           on
DefaultServer              on
ShowSymlinks               on

AllowOverwrite             on
UseReverseDNS              off
IdentLookups               off
AllowStoreRestart          on
AllowForeignAddress        on

LogFormat                  traff "%b %u"

TimeoutLogin               120
TimeoutNoTransfer          600
TimeoutStalled             600
TimeoutIdle                1200

DisplayLogin               welcome.msg
DisplayChdir          message

ListOptions                "-l"
#LsDefaultOptions           "-l"

DenyFilter                 \*.*/

DefaultRoot                ~

# Uncomment this if you are using NIS or LDAP to retrieve passwords:
# PersistentPasswd         off

# Port 21 is the standard FTP port.
Port                       21

# In some cases you have to specify passive ports range to by-pass
# firewall limitations. Ephemeral ports can be used for that, but
# feel free to use a more narrow range.
#PassivePorts               49152 65534

# 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 /*>
  # Umask 022 is a good standard umask to prevent new files and dirs
  # (second parm) from being group and world writable.
  Umask                    022  022
  # Normally, we want files to be overwriteable.
  AllowOverwrite           on
  HideNoAccess             on
</Directory>

<Limit ALL>
  IgnoreHidden             on
</Limit>

# Be warned: use of this directive impacts CPU average load!
#
# Uncomment this if you like to see progress and transfer rate with ftpwho
# in downloads. That is not needed for uploads rates.
# UseSendFile               off

<Global>
  RootLogin                off
  TransferLog              /var/log/proftpd/xferlog
  ExtendedLog              /var/log/proftpd/ftp_traff.log read,write traff
  PathDenyFilter           "\.quota$"
</Global>

# Loading required modules
<IfModule !mod_sql.c>
  LoadModule mod_sql.c
</IfModule>
<IfModule !mod_sql_mysql.c>
  LoadModule mod_sql_mysql.c
</IfModule>
<IfModule !mod_quotatab.c>
  LoadModule mod_quotatab.c
</IfModule>
<IfModule !mod_quotatab_sql.c>
  LoadModule mod_quotatab_sql.c
</IfModule>


#
# SSL via TLS
#
#<IfModule mod_tls.c>
#  TLSEngine                off                           # on for use of TLS
#  TLSLog                   /var/log/proftpd/ftp_ssl.log  # where to log to
#  TLSProtocol              SSLv23                        # SSLv23 or TLSv1
#  TLSOptions               NoCertRequest                 # either to request the certificate or not
#  TLSRSACertificateFile    /etc/proftpd/ssl.crt          # SSL certfile
#  TLSRSACertificateKeyFile /etc/proftpd/ssl.key          # SSL keyfile
#  TLSVerifyClient          off                           # client verification
#</IfModule>

#
# ISPCP Quota management;
#
<IfModule mod_quotatab.c>
  QuotaEngine              on
  QuotaShowQuotas          on
  QuotaDisplayUnits        Mb

  SQLNamedQuery            get-quota-limit SELECT "name, quota_type, per_session, limit_type, bytes_in_avail, bytes_out_avail, bytes_xfer_avail, files_in_avail, files_out_avail, files_xfer_avail FROM quotalimits WHERE name = '%{0}' AND quota_type = '%{1}'"
  SQLNamedQuery            get-quota-tally SELECT "name, quota_type, bytes_in_used, bytes_out_used, bytes_xfer_used, files_in_used, files_out_used, files_xfer_used FROM quotatallies WHERE name = '%{0}' AND quota_type = '%{1}'"
  SQLNamedQuery            update-quota-tally UPDATE "bytes_in_used = bytes_in_used + %{0}, bytes_out_used = bytes_out_used + %{1}, bytes_xfer_used = bytes_xfer_used + %{2}, files_in_used = files_in_used + %{3}, files_out_used = files_out_used + %{4}, files_xfer_used = files_xfer_used + %{5} WHERE name = '%{6}' AND quota_type = '%{7}'" quotatallies
  SQLNamedQuery            insert-quota-tally INSERT "%{0}, %{1}, %{2}, %{3}, %{4}, %{5}, %{6}, %{7}" quotatallies

  QuotaLock                /var/run/proftpd/tally.lock
  QuotaLimitTable          sql:/get-quota-limit
  QuotaTallyTable          sql:/get-quota-tally/update-quota-tally/insert-quota-tally
</IfModule>

<IfModule mod_ratio.c>
  Ratios                   on
</IfModule>

# Delay engine reduces impact of the so-called Timing Attack described in
# http://security.lss.hr/index.php?page=details&ID=LSS-2004-10-02
# It is on by default.
<IfModule mod_delay.c>
  DelayEngine              on
</IfModule>

<IfModule mod_ctrls.c>
  ControlsEngine           on
  ControlsMaxClients       2
  ControlsLog              /var/log/proftpd/controls.log
  ControlsInterval         5
  ControlsSocket           /var/run/proftpd/proftpd.sock
</IfModule>

<IfModule mod_ctrls_admin.c>
  AdminControlsEngine      on
</IfModule>

# ispCP SQL Managment
SQLBackend                 mysql
SQLAuthTypes               Crypt
SQLAuthenticate            on
SQLConnectInfo             ispcp@localhost vftp xxxxx
SQLUserInfo                ftp_users userid passwd uid gid homedir shell
SQLGroupInfo               ftp_group groupname gid members
SQLMinUserUID              2000
SQLMinUserGID              2000

# A basic anonymous configuration, no upload directories.

# <Anonymous ~ftp>
#   User                   ftp
#   Group                  nogroup
#   # We want clients to be able to login with "anonymous" as well as "ftp"
#   UserAlias              anonymous ftp
#   # Cosmetic changes, all files belongs to ftp user
#   DirFakeUser            on ftp
#   DirFakeGroup           on ftp
#
#   RequireValidShell      off
#
#   # Limit the maximum number of anonymous logins
#   MaxClients             10
#
#   # We want 'welcome.msg' displayed at login, and '.message' displayed
#   # in each newly chdired directory.
#   DisplayLogin           welcome.msg
#   DisplayFirstChdir      .message
#
#   # Limit WRITE everywhere in the anonymous chroot
#   <Directory *>
#     <Limit WRITE>
#       DenyAll
#     </Limit>
#   </Directory>
#
#   # Uncomment this if you're brave.
#   # <Directory incoming>
#   #   # Umask 022 is a good standard umask to prevent new files and dirs
#   #   # (second parm) from being group and world writable.
#   #   Umask              022  022
#   #   <Limit READ WRITE>
#   #     DenyAll
#   #   </Limit>
#   #   <Limit STOR>
#   #     AllowAll
#   #   </Limit>
#   # </Directory>
#
# </Anonymous>
Include /etc/proftpd/ispcp/*

Ich habe nun Debian Lenny drauf, alles das neuste. Leider bleiben genau diese beiden Probleme, vielleicht könnt Ihr mir irgendwie helfen damit ich die ganze Sache endlich mal ans laufen kriege, verzweifle hier schon fast.
01-28-2009 05:31 AM
Find all posts by this user
Lucan Offline
Member
*
Beta Team

Posts: 982
Joined: Jul 2008
Reputation: 12
Post: #18
RE: ProFTP möchte nicht.
Hi, in der proftp.conf hast du ja
Code:
SQLConnectInfo             ispcp@localhost vftp xxxxx
Denke ich mal selber unkenntlich gemacht, sicher das dort das richtige pw steht?


Wegen des autostarts, ich hab bei meinem Server rcconf installiert, so kann man leicht einstellen, welches prog autostartet und welches nicht.

apt-get update
apt-get install rcconf

dann rcconf eingeben und nen haken bei apache machen, schon sollte es funktionieren.


Ansonsten bei nem kleinen Vserver wie du ja wahrscheinlich hast, kann ich dir nur apache prefork empfehlen, evtl startet apache am anfang, wird aber direkt wieder gekillt, da es zu viele ressourcen frisst?

einfach apt-get update und apt-get install apache2-mpm-prefork eingeben.



Grüße
01-28-2009 05:49 AM
Find all posts by this user
boesemoese Offline
Junior Member
*

Posts: 18
Joined: Dec 2008
Reputation: 0
Post: #19
RE: ProFTP möchte nicht.
Also das Password ist richtig, da ist aber nen Ausrufezeichen drinn, sollte ich das mal ohne machen? oder mal root nehmen?

Ich glaube eher das es nicht am sql login ist. In der Datenbank ist aber alles brav eingetragen.

Das mit dem Apache werd ich mal austesten, danke!

Noch Ideen wie ich das hinbekomme mit dem FTP?
Bzgl. Autostart:

habe nun beide Programme probiert, jedocbh lässt sich Apache nur per Hand starten. Bei einem reboot bleibt es aus. Es war bei der Standard Hosteurope Config (etch) auch schon so, komische Sache! Kann man irgendwo eintragen das er /etc/init.d/apache2 start beim start ausführt? dann sollte es doch gehen?!

Wichtiger ist aber das Problem mit dem FTP Server, das lässt mir echt keine Ruhe!
Hier nochmal die hosts-Datei, nicht das dort ein fehler ist:
Code:
# 'hosts' file configuration.

127.0.0.1    lvps87-230-9-252.dedicated.hosteurope.de.local    localhost
87.230.9.252    lvps87-230-9-252.dedicated.hosteurope.de    lvps87-230-9-252
::ffff:87.230.9.252    lvps87-230-9-252.dedicated.hosteurope.de    lvps87-230-9-252
::1    ip6-localhost ip6-loopback
fe00::0    ip6-localnet
ff00::0    ip6-mcastprefix
ff02::1    ip6-allnodes
ff02::2    ip6-allrouters
ff02::3    ip6-allhosts
(This post was last modified: 01-28-2009 06:21 AM by boesemoese.)
01-28-2009 05:56 AM
Find all posts by this user
Lucan Offline
Member
*
Beta Team

Posts: 982
Joined: Jul 2008
Reputation: 12
Post: #20
RE: ProFTP möchte nicht.
Wenn das Ausrufezeichen auch in deinem PW drinn ist, sollte das nicht stören.

Wie viel RAM hatn dein Server?

Ist wenn du rcconf ausführst bei apache auch so nen sternchen?
Wenn ja, dann ist der autostart aktiviert.

Instalier mal prefork und guck ob dann apache mitstartet, evtl wird apache wirklich direkt nach dem start durch zu wenig ram gekillt.
01-28-2009 06:22 AM
Find all posts by this user
Thread Closed 


Forum Jump:


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