PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : proFTPd



Maximili86
12.10.03, 21:08
hey,
bekomme es leider nicht hin proftpd unter suse linux 8.2 zu installieren. bei 7.3 war es standartmäßig dabei und ich konnte es mit yast draufpacken. bloß wie mache ich es nun? ich glaub ich brauch auch erst mal nen passendes rpm install prog für gnome... was soll ich da nehmen.
währe echt super wenn mir jemand helfen könnte den ftp-server zu laufen zu bringen... (samba kommt dann danach :-)
maxi

Sheriff
12.10.03, 21:31
Hi,

nicht verzagen Sheriff fragen ;)

Installation des ProFTP FTP-Servers:

www.proftpd.de => Download

# entpacken
cd /usr/src
tar xvfz /pfad/zur/proftpd.tar.gz

# verzeichnis wechseln
cd proftpd-<versionsnummer>

# hilfe...
./configure --help

# konfigurieren & installieren (dreisatz)
./configure –prefix=/usr/local/proftpd/<versionsnummer>
make
make install

# entpacktes löschen
cd /usr/src
rm -r proftpd-<versionsnummer>

cd /usr/local/proftpd
ln -s <versionsnummer> current


gut für:
- versionsmanagement
- start-stop-skripte
- PATH-var



Server starten:
in Verzeichnis von sbin von proftpd
./proftpd start eingeben
oder
/usr/local/proftpd/current/sbin/proftpd start


Server stoppen:
Pprozesse anzeigen
ps ax | grep proftp

prozess killen


Version des Servers auslesen:
/usr/local/proftpd/current/sbin/proftpd -v

Wer ist gerade online:
/usr/local/proftpd/current/bin/ftpwho


und geht´s ?

Maximili86
13.10.03, 15:21
danke, klappt alles super!
kann ich denn den server irgendwie restarten? (damit änderungen in der conf wirksam werden) hab ihn bis jetzt immer brutal gekillt und neu aufgerufen...

wo ftp jetzt läuft, würd ich auch gerne samba zum laufen kriegen. wieder das gleiche problem, unter suse linux 7.3 hab ich einfach in der smb.conf meine sachen eingetragen und dann rcsmb start. fertig! aber jetzt mit suse linux 8.2 funzt wieder gar nix. hab mit yast eigentlich alle pakete mit dem namen samba (samba, samba-client, etc.) installiert. wie geht's weiter?
ich denk dran: nicht verzagen Sheriff fragen ;-)

Pitty
12.03.04, 21:04
also immer wenn ich den proftpd server starten will, dann kommt folgende meldung:



linux:/usr/local/proftpd/sbin # proftpd start
linux.local - Fatal: Socket operation on non-socket
linux.local - (Running from command line? Use `ServerType standalone' in config file!)
linux:/usr/local/proftpd/sbin #


hilfe !!

mfg

Pitty

Terran Marine
13.03.04, 12:34
Original geschrieben von Pitty
linux.local - (Running from command line? Use `ServerType standalone' in config file!)


Hallo,

hast du das mal ausprobiert ?

Gruß
Terran

BiugEE
13.03.04, 20:23
Original geschrieben von Pitty
also immer wenn ich den proftpd server starten will, dann kommt folgende meldung:
hilfe !!
Pitty
steht doch da: "Use `ServerType standalone' in config file!"

vi /usr/local/etc/proftpd.conf

suche nach ServerType und ändere es auf:
ServerType standalone


Description

The ServerType directive configures the server daemon's operating mode. The type-identifier can be one of two values: inetd The daemon will expect to be run from the inetd "super server." New connections are passed from inetd to proftpd and serviced immediately. standalone The daemon starts and begins listening to the configured port for incoming connections. New connections result in spawned child processes dedicated to servicing all requests from the newly connected client.

gotzl
09.04.04, 22:26
hab auch n problem mit proFTPd...
wenn ich es starten will, kommt fogendes:

- getaddrinfo 'TaTa' error: Name or service not known
- error: unable to determine IP address of 'TaTa'
- error: no valid servers configured
- Fatal: error processing configuration file '/etc/proftpd/proftpd.conf'


was mach ich falsch??

BiugEE
10.04.04, 03:11
hab auch n problem mit proFTPd...
wenn ich es starten will, kommt fogendes:
- getaddrinfo 'TaTa' error: Name or service not known
- error: unable to determine IP address of 'TaTa'
- error: no valid servers configured
- Fatal: error processing configuration file '/etc/proftpd/proftpd.conf'
was mach ich falsch??

ip und servername (TaTa) in die /etc/hosts eintragen. dann klappt es auch mit proftpd :D

gotzl
10.04.04, 21:11
geil!!
jetzt tuts !!!
thx fuer die fixe antwort !!