www.ProFTPD.de
13. März 2007, 18:43:16 *
Willkommen Gast. Bitte einloggen oder registrieren.
Haben Sie Ihre Aktivierungs E-Mail übersehen?

Einloggen mit Benutzername, Passwort und Sitzungslänge
News: SMF - Neu installiert!
 
   Übersicht   Hilfe Suche Login Registrieren  
Seiten: 1 [2] 3   Nach unten
  Drucken  
Autor Thema: Proftpd will einfach nicht...!!  (Gelesen 2530 mal)
0 Mitglieder und 1 Gast betrachten dieses Thema.
Wörsty
Moderator
ProFTPD
*****
Offline Offline

Beiträge: 1602


50772603
Profil anzeigen WWW E-Mail
« Antwort #15 am: 10. Juni 2003, 16:14:12 »

Kommt immer noch /usr/sbin/inetd bei fuser -n tcp 21 ?
Gespeichert

RedHat 8.0 (2.4er Kernel)
proftpd 1.2.10
-mod_sql_mysql
-mow_wrap
-mod_exec
-mod_ifsession[/size]
Anonymous
Gast
« Antwort #16 am: 10. Juni 2003, 16:18:04 »

Jetzt kommt sowas...

Code:

server:~ # fuser -n tcp 21
21/tcp:               1290


Langsam wird mir das zu viel ....
Gespeichert
Wörsty
Moderator
ProFTPD
*****
Offline Offline

Beiträge: 1602


50772603
Profil anzeigen WWW E-Mail
« Antwort #17 am: 10. Juni 2003, 16:20:23 »

Ganz ruhig.

Was ist denn 1290?
Code:
ps -ef |grep  1290
Gespeichert

RedHat 8.0 (2.4er Kernel)
proftpd 1.2.10
-mod_sql_mysql
-mow_wrap
-mod_exec
-mod_ifsession[/size]
Anonymous
Gast
« Antwort #18 am: 10. Juni 2003, 16:21:37 »

Ich versuche ruhig zu bleiben...

Code:

server:~ # ps -ef |grep 1290
root      1290     1  0 16:20 ?        00:00:00 /usr/sbin/inetd
root      1329   480  0 16:30 pts/0    00:00:00 grep 1290
Gespeichert
Wörsty
Moderator
ProFTPD
*****
Offline Offline

Beiträge: 1602


50772603
Profil anzeigen WWW E-Mail
« Antwort #19 am: 10. Juni 2003, 16:21:40 »

Zitat von: "Anonymous"
inetd-Konfig
Code:
ftp stream tcp nowait root /usr/sbin/tcpd proftpd
ftp stream tcp nowait root /usr/sbin/tcpd in.ftpd
ftp stream tcp nowait root in.proftpd in.proftpd

Rauten davor (#) - neu starten
Gespeichert

RedHat 8.0 (2.4er Kernel)
proftpd 1.2.10
-mod_sql_mysql
-mow_wrap
-mod_exec
-mod_ifsession[/size]
Anonymous
Gast
« Antwort #20 am: 10. Juni 2003, 16:28:32 »

Oh man DANKE DANKE ....
Ein wirklich super Forum hier... noch mal DANKE....
Er läuft wieder... DANKE[/b]
Gespeichert
PenTroX`
Gast
...
« Antwort #21 am: 22. September 2003, 21:03:07 »

ich setz das hier mal fort :/

ich hab den thread durchgelesen und wenn ich server starte gibts folgenes in den /var/log/messages
Code:
Sep 22 21:13:37 Delta proftpd[1043]: Delta.local - Failed binding to 0.0.0.0, port 21: Address already in use
Sep 22 21:13:37 Delta proftpd[1043]: Delta.local - Check the ServerType directive to ensure you are configured correctly.


meine inetd.conf
Code:
# See "man 8 inetd" for more information.
#
# If you make changes to this file, either reboot your machine or send the
# inetd a HUP signal with "/etc/init.d/inetd reload" or by hand:
# Do a "ps x" as root and look up the pid of inetd. Then do a
# "kill -HUP <pid of inetd>".
# The inetd will re-read this file whenever it gets that signal.
#
# <service_name> <sock_type> <proto> <flags> <user> <server_path> <args>
#
# echo stream tcp nowait root internal
# echo dgram udp wait root internal
# discard stream tcp nowait root internal
# discard dgram udp wait root internal
# daytime stream tcp nowait root internal
# daytime dgram udp wait root internal
# chargen stream tcp nowait root internal
# chargen dgram udp wait root internal
# time stream tcp nowait root internal
# time dgram udp wait root internal
#
# These are standard services.
#
# ftp stream tcp nowait root /usr/sbin/tcpd in.ftpd
# ftp stream tcp nowait root /usr/sbin/tcpd vsftpd
#
# If you want telnetd not to "keep-alives" (e.g. if it runs over a ISDN
# uplink), add "-n".  See 'man telnetd' for more details.
# telnet stream  tcp     nowait  root    /usr/sbin/tcpd in.telnetd
# nntp stream tcp nowait news /usr/sbin/tcpd /usr/sbin/leafnode
# smtp stream  tcp     nowait  root    /usr/sbin/sendmail    sendmail -L sendmail -Am -bs
#
# Shell, login, exec and talk are BSD protocols.
#  The option "-h" permits ``.rhosts'' files for the superuser. Please look at
#  man-page of rlogind and rshd to see more configuration possibilities about
#  .rhosts files.
# shell stream tcp nowait root /usr/sbin/tcpd in.rshd -L
# shell stream tcp nowait root /usr/sbin/tcpd in.rshd -aL
#
# If you want rlogind not to "keep-alives" (e.g. if it runs over a ISDN
# uplink), add "-n".  See 'man rlogind' for more details.
# login stream tcp nowait root /usr/sbin/tcpd in.rlogind
# login stream tcp nowait root /usr/sbin/tcpd in.rlogind -a
# exec stream tcp nowait root /usr/sbin/tcpd in.rexecd
# talk dgram udp wait root /usr/sbin/tcpd in.talkd
# ntalk dgram udp wait root /usr/sbin/tcpd in.talkd
#
# Pop et al
#
# pop2 stream tcp nowait root /usr/sbin/tcpd ipop2d
# pop3 stream tcp nowait root /usr/sbin/tcpd ipop3d
# pop3 stream tcp nowait root /usr/sbin/tcpd /usr/sbin/popper -s
#
# Imapd - Interactive Mail Access Protocol server
# Attention:  This service is very insecure
# imap stream tcp nowait root /usr/sbin/tcpd imapd
#
# FAM - file alteration monitor, report changes of files
# sgi_fam/1-2 stream    rpc/tcp wait    root    /usr/sbin/fam      fam
#
# Comsat - has to do with mail.
#
# comsat dgram udp wait root /usr/sbin/tcpd in.comsat
#
# The Internet UUCP service.
#
# uucp stream tcp nowait uucp /usr/sbin/tcpd /usr/lib/uucp/uucico -l
#
# Tftp service is provided primarily for booting.  Most sites
# run this only on machines acting as "boot servers."
#
# tftp          dgram   udp     wait    root /usr/sbin/in.tftpd  in.tftpd -s /tftpboot
# bootps dgram udp wait root /usr/sbin/bootpd bootpd -c /tftpboot
#
# Finger, systat and netstat give out user information which may be
# valuable to potential "system crackers."  Many sites choose to disable
# some or all of these services to improve security.
# Try "telnet localhost systat" and "telnet localhost netstat" to see that
# information yourself!
#
# finger stream tcp nowait nobody /usr/sbin/tcpd in.fingerd -w
# systat stream tcp nowait nobody /usr/sbin/tcpd /bin/ps -auwwx
# netstat stream tcp nowait root /usr/sbin/tcpd /bin/netstat -a
#
# For man on the fly and ht://dig (full text search)
#
# http-rman stream tcp nowait.10000 nobody /usr/sbin/tcpd /usr/sbin/http-rman
#
# For XCept4
#
# btx stream tcp nowait root /usr/sbin/tcpd /usr/lib/xcept4/bin/ceptd -i/usr/lib/xcept4/etc/init.ceptd -u/usr/lib/xcept4/etc/users.ceptd -l/var/log/log.ceptd
#
# For rplay daemon
#
# Old versions of rplay:
# rplay dgram udp wait root /usr/sbin/tcpd rplayd -b 8192 -c 60 -s 8192
# New Versions of rplay (>=3.3.0)
# rplay dgram udp wait root /usr/sbin/tcpd rplayd -t 30 -c 60 -s 16384 -F0 --inetd
#
# vbox (Voice Box)
# vboxd stream tcp nowait root /usr/sbin/tcpd /usr/sbin/vboxd
#
# For midinetd
# midinet stream tcp nowait root /usr/sbin/tcpd in.midinetd
#
# swat is the Samba Web Administration Tool
# swat stream tcp nowait.400 root /usr/sbin/swat swat
#
#
# amanda backup server with indexing capabilities
# amandaidx stream tcp nowait amanda /usr/lib/amanda/amindexd amindexd
# amidxtape stream tcp nowait amanda /usr/lib/amanda/amidxtaped amidxtaped
#
# amanda backup client
# amanda dgram udp wait amanda /usr/lib/amanda/amandad amandad
#
# the rsync daemon
# rsync stream tcp nowait root /usr/sbin/tcpd /usr/sbin/rsyncd --daemon
#
#
# Mimer database
# mimer stream tcp nowait root /opt/mimer/bin/mimtcp mimtcp -l
#
# CVS pserver (remote acces to your CVS repositories)
# Please read the section on security and passwords in the CVS manual,
# before you enable this.
# cvspserver stream tcp nowait root /usr/sbin/tcpd /usr/bin/cvs -f --allow-root=/home/cvsroot pserver
#
# procstatd deamon (cluster software)
# procstatd stream tcp nowait nobody /usr/sbin/tcpd /usr/sbin/procstatd -i 7885
#
#
# LPD client support of CUPS
# Please enable only, after reading the manual, if no LPD daemon is running,
# and after cups-lpd (package: cups.rpm) is installed.
# printer       stream  tcp     nowait  lp      /usr/lib/cups/daemon/cups-lpd cups-lpd -o document-format=application/octet-stream
ftp stream tcp nowait /home/pentrox/proftpd-1.2.8 proftpd
#
# End.


meine proftpd.conf
Code:
# 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 Default Installation"
ServerType inetd
#ServerType standalone
DefaultServer on

ServerIdent on "FTP Server ready"
DeferWelcome on

#AuthPAM on

#AuthPAMAuthoritative on

#AuthPAMConfig proftpd


# 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 under which the server will run.
User nobody
Group nogroup

# To cause every FTP user to be "jailed" (chrooted) into their home
# directory, uncomment this line.
#DefaultRoot ~

# Normally, we want files to be overwriteable.
<Directory /public>
  AllowOverwrite off
  HiddenStor on
  HideNoAccess on
#DenyAll
</Directory>

#pathdenyfilter see also
<Directory /*>
  <Limit All>
    DenyAll
    IgnoreHidden on
  </Limit>
</Directory>

IdentLookups off

TimeoutStalled 300

#ScoreboardPath /var/run/proftpd

DefaultRoot /public

MaxLoginAttempts 3


# A basic anonymous configuration, no upload directories.  If you do not
# want anonymous users, simply delete this entire <Anonymous> section.
<Anonymous /public>
  User ftp
  Group public
 

  # We want clients to be able to login with "anonymous" as well as "ftp"
  UserAlias anonymous ftp

  # 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
  <Limit WRITE>
    DenyAll
  </Limit>
</Anonymous>


wenn ich das starte kommt:
Code:
Delta.local - fatal: Socket operation on non-socket
Delta.local - (Running from command line? Use `ServerType standalone' in config file!)


hier nochwas:
Code:
Delta:/etc # fuser -n tcp 21
21/tcp: 954
Delta:/etc # ps -ef |grep 954
nobody    954     1  0 20:58 ? 00:00:00 proftpd: (accepting connections)
root     1142   995  0 21:57 pts/0 00:00:00 grep 954


in meiner etc/services is auch nix hinter 'tcp 21'

peil das nich? was mach ich falsch? könnt ihr mir helfen?

Vielen dank schonma im Voraus !!
Gespeichert
PenTroX`
Gast
...
« Antwort #22 am: 22. September 2003, 22:05:45 »

ahh hab ich vergessen, wenns bequemer is kann ich auch über icq oder irc erreicht werden:
icq# 106485361
irc irc.quakenet.org #famas
Gespeichert
Root@Localhost
Gast
« Antwort #23 am: 25. September 2003, 07:42:44 »

Mhh so wie ich das sehe liegt das Problem doch in der inetd.conf und zwar ind den Zeilen

ftp stream tcp nowait root /usr/sbin/tcpd proftpd
ftp stream tcp nowait root /usr/sbin/tcpd in.ftpd
ftp stream tcp nowait root in.proftpd in.proftpd


da mußt du einfach eine # davor setzten und dann ein rcinetd restart
machen und in der proftpd.conf auf standalone umstellen un den Proftpd Service auch neu starten. Notfalls einmal rebooten, wenn´s nicht sofort geht ..

und das sollte es schon gewesen sein... :lol:
Gespeichert
Anonymous
Gast
« Antwort #24 am: 28. September 2003, 02:12:13 »

Ich habe zwar gar keinen blassen schimmer von der Sache, aber probier mal inetd und xinitetd zu dealtivieren unter SuSE kann ich das mit YAST2 unter runlevel Editor ... ansonsten kannst du ja mal schaun ob du zufällig andere ftp server installiert hast.
Gespeichert
PenTroX`
ProFTPD
*
Offline Offline

Beiträge: 10

106485361
Profil anzeigen E-Mail
« Antwort #25 am: 01. Oktober 2003, 17:35:22 »

hmm ja danke erstma, hab den server jetzt zum laufen bekommen und freude strahlend bin ich dann gleich vorm nächsten, auch durch tagelang forum suche, nich zu lösendem prob stehen geblieben *grmpf*

hier noch meine cfg:

Code:

ServerName "Delta FTP Server"
#ServerType inetd
ServerType standalone
DefaultServer off

ServerIdent on "Delta: I´m ready!"
DeferWelcome off #??

Port 21
Umask 022
MaxInstances 5 #maximale verbindungen

User nobody #server-user
Group nogroup #server-group

IdentLookups off
TimeoutStalled 300 #t ohne datentransfer
DefaultRoot /home/public #rootverzeichnisangabe
MaxLoginAttempts 3 #einlogversuche vor trennung pro user

<Anonymous /home/public>

  User ftp
  Group public
 
  UserAlias anonymous ftp
  UserAlias guest ftp
  UserAlias gast ftp
  MaxClients 3 "%m sind schon aufm Server, is genug :P"

  <Limit WRITE>
    Deny All
  </Limit>

<Directory /home/public/uploads/*>
  <Limit READ>
    DenyAll
  </Limit>

  <Limit STOR>
    AllowAll
  </Limit>
</Directory>

</Anonymous>


Was ich gerne haben möchte:
den /home/public als downloadordner wo keiner was draufschreiben kann und den /home/public/uploads als uploadordner wo man halt nur uploaden kann.

Soweit ok, nur der uploads ordner is nich ok, da kann ich halt nix hochladen, bekomme dann die fehlermeldung, ich hätte die rechte dazu nich.

was mach ich falsch/hab ich übersehn???
TIA!

mfg, ptx`
Gespeichert

<< MöP 4 eVeR >>
Wörsty
Moderator
ProFTPD
*****
Offline Offline

Beiträge: 1602


50772603
Profil anzeigen WWW E-Mail
« Antwort #26 am: 01. Oktober 2003, 17:52:36 »

1. Mach mal den * weg :idea:
und 2. WRITE
Gespeichert

RedHat 8.0 (2.4er Kernel)
proftpd 1.2.10
-mod_sql_mysql
-mow_wrap
-mod_exec
-mod_ifsession[/size]
PenTroX`
ProFTPD
*
Offline Offline

Beiträge: 10

106485361
Profil anzeigen E-Mail
« Antwort #27 am: 01. Oktober 2003, 18:18:36 »

also

Code:

<Directory /home/public/uploads/>
  <Limit READ>
    DenyAll
  </Limit>

  <Limit WRITE>
    AllowAll
  </Limit>
</Directory>


??[/code]
Gespeichert

<< MöP 4 eVeR >>
Wörsty
Moderator
ProFTPD
*****
Offline Offline

Beiträge: 1602


50772603
Profil anzeigen WWW E-Mail
« Antwort #28 am: 01. Oktober 2003, 18:47:17 »

äh  :arrow:  jau?
Gespeichert

RedHat 8.0 (2.4er Kernel)
proftpd 1.2.10
-mod_sql_mysql
-mow_wrap
-mod_exec
-mod_ifsession[/size]
PenTroX`
ProFTPD
*
Offline Offline

Beiträge: 10

106485361
Profil anzeigen E-Mail
« Antwort #29 am: 01. Oktober 2003, 19:53:44 »

geht immernochnich  :cry:

muss ich da vielleicht irgendwas mit rechten machen oder sowas? ich hab da wenig plan von, bin sozusagen nen linux-nub
Gespeichert

<< MöP 4 eVeR >>
Seiten: 1 [2] 3   Nach oben
  Drucken  
 
Gehe zu:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.2 | SMF © 2006-2007, Simple Machines LLC Prüfe XHTML 1.0 Prüfe CSS
Seite erstellt in 0.072 Sekunden mit 16 Zugriffen.