ProFTP und 1&1

Backup, Restore und Transfer von Daten
Post Reply
blacktiger
Posts: 239
Joined: 2003-01-15 17:02
Location: Neustadt a.d.W.
Contact:
 

ProFTP und 1&1

Post by blacktiger »

Hi,

ich besitze seit kurzem einen Rootserver L von 1&1. Mittlerweile ist die Version von ProFTP veraltet.

Ich würde gerne jetzt die neuste Version installieren. Hat das jemand von euch schon gemacht? Läuft WebFTP unter Confixx 1.65 noch richtig?

Kann mir mal jemand vielleicht eine Schritt-für-Schritt-Anleitung posten???
sascha
Posts: 1325
Joined: 2002-04-22 23:08
 

Re: ProFTP und 1&1

Post by sascha »

Blacktiger wrote: Kann mir mal jemand vielleicht eine Schritt-für-Schritt-Anleitung posten???
Na klar!

Code: Select all

rpm -Uhv http://217.160.92.19/~rootforum/proftp/1.2.7/proftpd-1.2.7-1.i686.rpm
Evtl. vorher noch ein Backup der proftpd.conf machen ;)
blacktiger
Posts: 239
Joined: 2003-01-15 17:02
Location: Neustadt a.d.W.
Contact:
 

Re: ProFTP und 1&1

Post by blacktiger »

ist das wirklich alles oder muss man noch irgendwelche einstellungen machen???

ich erhalte folgende meldungen, wenn ich upgraden will:

p..........:/etc # rpm -Uhv http://217.160.92.19/~rootforum/proftp/ ... 1.i686.rpm
Retrieving http://217.160.92.19/~rootforum/proftp/ ... 1.i686.rpm
error: failed dependencies:
liblber.so.1 is needed by proftpd-1.2.7-1
libldap.so.1 is needed by proftpd-1.2.7-1
Last edited by blacktiger on 2003-01-20 12:29, edited 1 time in total.
floschi
Userprojekt
Userprojekt
Posts: 3247
Joined: 2002-07-18 08:13
Location: München
Contact:
 

Re: ProFTP und 1&1

Post by floschi »

Es sollte alles sein :)

Wie gesagt, das Backup der proftpd.conf machen und bei Bedarf zurückspielen (sofern das Update deine überschreibt).
blacktiger
Posts: 239
Joined: 2003-01-15 17:02
Location: Neustadt a.d.W.
Contact:
 

Re: ProFTP und 1&1

Post by blacktiger »

was muss ich da noch installieren?
sascha
Posts: 1325
Joined: 2002-04-22 23:08
 

Re: ProFTP und 1&1

Post by sascha »

Wenns so nicht geht, einfach mit wget downloaden und dann mit Hilfe von Yast (Pakete einspielen) installieren. Das was hier bemängelt wird sind fehlende ldap Libraries. Yast installiert diese dann automatisch mit.
rootmaster
Posts: 483
Joined: 2002-04-28 13:30
Location: Hannover
 

Re: ProFTP und 1&1

Post by rootmaster »

Blacktiger wrote:was muss ich da noch installieren?

Code: Select all

 rpm -Uhv ftp://update.pureserver.info/suse/7.2/suse/n2/openldap-lib.rpm
"back to the roots"
Cahn's Axiom:

When all else fails, read the instructions
blacktiger
Posts: 239
Joined: 2003-01-15 17:02
Location: Neustadt a.d.W.
Contact:
 

Re: ProFTP und 1&1

Post by blacktiger »

also das update hat geklappt. wenn ich jetzt aber über webftp von confixx gehen will, dann bekomme ich folgende fehlermeldung:


Anmeldung an den FTP-Server fehlgeschlagen.
Bitte versuchen Sie es später noch einmal oder wenden sich an den Administrator.


weiß jemand ne lösung?
floschi
Userprojekt
Userprojekt
Posts: 3247
Joined: 2002-07-18 08:13
Location: München
Contact:
 

Re: ProFTP und 1&1

Post by floschi »

Blacktiger wrote:Anmeldung an den FTP-Server fehlgeschlagen.
Bitte versuchen Sie es später noch einmal oder wenden sich an den Administrator.
Hm, jetzt überleg' dir mal eines: Diese Fehlermeldung sagt so gut wie gar nichts aus. Damit kann niemand etwas anfangen.

Was wesentlich mehr bringt, sind die Fehlermeldungen der Logfiles vom Server. Schau dort doch mal bitte nach, ob sich etwas brauchbares finden lässt und poste es evtl. hier ;)
blacktiger
Posts: 239
Joined: 2003-01-15 17:02
Location: Neustadt a.d.W.
Contact:
 

Re: ProFTP und 1&1

Post by blacktiger »

im messages-log bringt er folgendes:

Jan 20 13:10:38 p........... proftpd[28896]: Fatal: ScoreboardPath: deprecated. Use 'ScoreboardFile /path/to/scoreboard/file' instead


in der proftpd.conf steht bei Scoreboard folgendes:

# Where do we put the pid files?
ScoreboardPath /var/run/proftpd
rootmaster
Posts: 483
Joined: 2002-04-28 13:30
Location: Hannover
 

Re: ProFTP und 1&1

Post by rootmaster »

Blacktiger wrote:im messages-log bringt er folgendes:

Jan 20 13:10:38 p........... proftpd[28896]: Fatal: ScoreboardPath: deprecated. Use 'ScoreboardFile /path/to/scoreboard/file' instead


in der proftpd.conf steht bei Scoreboard folgendes:

# Where do we put the pid files?
ScoreboardPath /var/run/proftpd
seit 1.2.7 existiert diese direktive nicht mehr ;)

ändere in /etc/proftpd.conf:

ScoreboardPath /var/run/proftpd
-> ScoreboardFile /var/run/proftpd/proftpd.scorefile

"back to the roots"
Cahn's Axiom:

When all else fails, read the instructions
blacktiger
Posts: 239
Joined: 2003-01-15 17:02
Location: Neustadt a.d.W.
Contact:
 

Re: ProFTP und 1&1

Post by blacktiger »

leider hat sich dadurch nichts verändert, ich komme immer noch net auf den ftp und die gleiche fehlermeldung erscheint
cgiresource
Posts: 73
Joined: 2002-11-14 22:25
Location: Hamburg
Contact:
 

Re: ProFTP und 1&1

Post by cgiresource »

Hi,

was bekommst du denn, wenn du nach proftpd.scorefile suchst?

Gruß,

CGIResource
blacktiger
Posts: 239
Joined: 2003-01-15 17:02
Location: Neustadt a.d.W.
Contact:
 

Re: ProFTP und 1&1

Post by blacktiger »

er findet keine datei, ist da jetzt was bei der installation schiefgelaufen???
captaincrunch
Userprojekt
Userprojekt
Posts: 7066
Joined: 2002-10-09 14:30
Location: Dorsten
Contact:
 

Re: ProFTP und 1&1

Post by captaincrunch »

Hast du den Daemon nach der Ã?nderung neu gestartet, bzw. läuft der überhaupt ?
DebianHowTo
echo "[q]sa[ln0=aln256%Pln256/snlbx]sb729901041524823122snlbxq"|dc
blacktiger
Posts: 239
Joined: 2003-01-15 17:02
Location: Neustadt a.d.W.
Contact:
 

Re: ProFTP und 1&1

Post by blacktiger »

wenn du mit daemon den proftp meinst: ja, ich habe ihn versucht neu zu starten, aber dabei entstand die fehlermeldung


also ich habe diese zeile einfach mal auskommentiert und jetzt funzt alles ...
captaincrunch
Userprojekt
Userprojekt
Posts: 7066
Joined: 2002-10-09 14:30
Location: Dorsten
Contact:
 

Re: ProFTP und 1&1

Post by captaincrunch »

Poste mal die Zeile, die du in der proftpd.conf geändert hast bitte, dazu noch die letzten Zeilen aus dem Logfile
DebianHowTo
echo "[q]sa[ln0=aln256%Pln256/snlbx]sb729901041524823122snlbxq"|dc
blacktiger
Posts: 239
Joined: 2003-01-15 17:02
Location: Neustadt a.d.W.
Contact:
 

Re: ProFTP und 1&1

Post by blacktiger »

nach einem online-update des servers über yast2 läuft inzwischen alles ...
Post Reply