www.ProFTPD.de
13. März 2007, 22:20:18 *
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  
  Zeige Beiträge
Seiten: 1 ... 24 25 [26] 27 28 ... 124
376  ProFTPD / ProFTPD - Deutsch / nach allkill kein start mehr :( am: 12. April 2005, 16:40:17
Zitat von: "Anonymous"
dank der hilfe von stonki im ICQ läuft nun der FTP an sich,aber:

[R] Connecting to moto.marsh-mallow.de -> IP=83.133.81.210 PORT=21
[R] Connected to moto.marsh-mallow.de
[R] Connection failed (Connection timed out)

 :evil:

bitte nochmals um Hilfe!

Vielen lieben Dank


tippe auf firewall die den Zugriff blockt. Bei Verbindungsversuch auf serverseite das ProFTPD Debuglog betrachten was passiert. Wenn nix passiert, dann kommt auch nix an -> Firewall oder Client Problem. Wenn was passiert, denn hier posten...
377  ProFTPD / ProFTPD - Deutsch / ... am: 12. April 2005, 16:38:52
Zitat von: "Wörsty"
Sorry ich habe keine Ahnung wieso dies nicht funktioniert.


von was redet Ihr ?
378  ProFTPD / ProFTPD - Deutsch / proftp.conf einfache Frage zu displaylogin am: 12. April 2005, 16:38:15
Zitat von: "schnubbie"
Mensch ... da hast du was gesagt !

Ich habe gedacht das sich z.B. beim I-Explorer ein Fenster mit der Text-Nachricht öffnet.

In der console sehe ich die Nachricht :

ftp
open 192.168.0.1
anonymous
<kein passwort>
...
230-Tach...willkommen auf meinem Server
...

Nun gut, weist du denn wie ich so ne Art Pop-Up-Fenster bekomme ?


nicht moeglich !!!
379  ProFTPD / ProFTPD - Deutsch / proftp.conf einfache Frage zu displaylogin am: 12. April 2005, 14:55:47
Zitat von: "schnubbie"
Danke für den Tipp stonki !!!

Ist es aber leider nicht. Habe eben auch nochma

chmod 644 message.msg

eingetippselt aber das brachte nix.

Habe dann proftpd neu gestartet und das brachte
ebenfalls nichts !


Wie testest Du ? Nimm am besten fuer sowas den consolen FTP client (sowohl bei Windows als auch bei allen Unixen dabei)
380  ProFTPD / ProFTPD - Deutsch / proftp.conf einfache Frage zu displaylogin am: 12. April 2005, 14:12:07
Zitat von: "schnubbie"
An diesem Server kann sich nur Anonymous anmelden.

Ich habe bei stonki gelesen das Anonymous-User immer gechrooted werden. Durch den folgenden Eintrag...

<Anonymous /home/upload>
bla
displaylogin message.msg
bla
</Anonymous>

...ist die Homedir von Anonymous doch "/home/upload", richtig ?

Die "message.msg" habe ich auch genau in diesem Verzeichniss angelegt, jedoch wird die nicht angezeigt.


waere aber richtig. Kann ProFTPD die auch lesen ? CHMOD 644

cu
stonki
381  ProFTPD / ProFTPD - Deutsch / Re: SQLUserInfo - meldet Fehler am: 11. April 2005, 13:52:26
lösche Dein "Login Enabled" in der Zeile. Das hat da nix zu suchen
382  ProFTPD / ProFTPD - Deutsch / ProFTPD 1.3.0 RC1 released am: 11. April 2005, 08:06:57
ProFTPD 1.3.0RC1 ist draussen
siehe http://www.proftpd.de/

Auszug aus "NEWS":
$Id: NEWS,v 1.657 2005/04/10 23:21:35 castaglia Exp $

-----------------------------------------------------------------------------
More details on the bugs listed below can be found by using the bug number indicated in the following URL:

    http://bugs.proftpd.org/show_bug.cgi?id=N

  where `N' is the bug number.
-----------------------------------------------------------------------------

1.3.0rc1 - Released 10-Apr-2005
--------------------------------
- Bug 2449 - ProFTPD silently ignores extra command-line parameters
- Bug 2457 - Directory listing provides bad info when path ends with /.
- Bug 2458 - Bad handling of CreateHome parameters.
- Bug 2463 - mod_xfer doesn't check how many bytes it has written to disk.
- Bug 2476 - Incorrect detection of symbolic link loop across devices.
- Add support for a -V command-line option, which displays various compile-time settings.
- Bug 2455 - Allow fine-tuning of how often mod_xfer updates the scoreboard.   This adds an --enable-scoreboard-updates configure option.
- Bug 2389 - 64-bit compilation warnings.
- Bug 2468 - Ability to disable address/port collision checking.  A new command-line option, -N, can be used to disable proftpd's checks for <VirtualHost> address/port collisions.
- Bug 2488 - Wrong order of privs calls on HP generates "unable to setregid()"  error (Bug #2317 revisited).
- Bug 2392 - mod_sql needs better handling of its backend modules.
- Daniel Weuthen <dw@megabit.net> contributed a SuSE-specific init.d script for ProFTPD.
- Bug 2485 - SQL backend modules close all open connections too early. This fixes a bug where a "signal 11" would be reported, when a session ends, if the "EXIT" SQLLog command was configured.
- New mod_ldap version 2.8.13
- Bug 2490 - <Limit ALL> affects PORT command.  When the EPRT, EPSV, PASV,   and PORT commands became <Limit>able (see Bug #2086), they became  affected by <Limit ALL> as well, which breaks older Configurations.   Using the following configuration:

    <Limit PORT PASV>
      AllowAll
    </Limit>

  is a way to workaround this bug in 1.2.10 installations.
- Bug 2492 - Off-by-one error in FreeBSD PAM username length check.
- Bug 2496 - NLST off-by-one bug when handling relative paths in a chrooted   session.
- Bug 2494 - ABOR problem with Cisco routers copy ftp flash.
- Bug 2499 - make_cmd() does not NULL-terminate cmd->argv[].
- Bug 2497 - Users can login without password if pam_start() fails.
- Bug 2273 - Ability to limit number of unauthenticated clients from a single host.  There is a new MaxConnectionsPerHost directive for configuring  the maximum number of connections from a single host at the same time.
- Bug 1965 - Change timing of handling of QUIT command.  The actual ending   of the session is now done by LOG_CMD/LOG_CMD_ERR handlers for the QUIT   command.  This allows modules that wish to do POST_CMD processing of   QUIT, like mod_sql, a chance to see the command.
- Bug 2484 - Better ftptop formatting.
- Bug 2071 - Add Variables API.
- Added DSO support.  See the README.DSO file for more information.
- Bug 2509 - sendfile() usage fails with > 2GB files.
- Bug 2480 - Remote users discovery. Leon Juranic described an information   leak via timing differences in the handling of the USER command for   valid versus invalid users.  The mod_delay module was added to address   this timing difference.  See  doc/modules/mod_delay.html for details.
- Bug 2518 - Ability to log SSL/TLS commands in an ExtendedLog.  A  new "SEC" logging class has been added for use in ExtendedLog directives,  e.g 'ExtendedLog /path/to/rfc2228.log SEC'.
- Bug 2507 - Enable use of sendfile by default.  Use the new UseSendfile directive to disable, e.g. 'UseSendfile off'.
- Bug 2471 - Restart command (REST) is not working correctly for text files.  When in ASCII mode, ProFTPD now refuses to handle REST.  This behavior  is documented in doc/howto/ASCII.html.
- Bug 2454 - Extend <VirtualHost> to honor multiple addresses.  With this   change, the Bind directive is now deprecated.  See the RELEASE_NOTES  for more details.
- Bug 2516 - Getting "421 Login Timeout" immediately upon connect.
- Bug 2520 - Turning on AuthAliasOnly disables MaxClientsPerHost.
- Bug 2510 - Use of ExportCertData TLSOption leads to segfault.
- Bug 2528 - Incorrect username 'and' parsing in AllowUser.
- Bug 2170 - Add byte count variables, similar to the file count Display variables.  The added variable names are:

     %{total_bytes_in}
     %{total_bytes_out}
     %{total_bytes_xfer}

  In addition, variables of a similar syntax can be used for display
  file counts, instead of the already-existing variables:

     %{total_files_in}
     %{total_files_out}
     %{total_files_xfer}

- Bug 2027 - Add log message for timed out passive transfers.
- Bug 2406 - Add a SQLEngine directive.  See the mod_sql documentation for details.
- Bug 2229 - NLST and LIST behave differently e.g. when listing an empty directory.
- Bug 2534 - Add suport for -S ListOption, for sorting files by file size.
- Bug 2536 - mod_ifsession does not properly merge in all directives.
- Bug 2540 - Fails to disable mod_delay if no DelayTable file exists.
- Bug 2541 - <Directory ~user> path resolved at startup time, rather than at  session time.
- Bug 2549 - Allow contrib modules to be built from multiple source files.
- Bug 1651 - Add contrib module to limit connection acceptance based on system  load.  mod_load is now one of the provided contrib/ modules.
- Bug 2503 - Bundled libcap library does not compile on IA64 machine.
- Bug 2556 - Rename of directory across devices fails.  The solution is to prevent renaming of directories.  Proper support for copying of directories will require module support.
- Bug 2563 - Linking fails on Solaris with libz and libmysqlclient.  The linker in question was Solaris ld, not GNU ld; the Solaris linker is  more particular about the order of specified libraries.  GNU ld is  less strict.
- Bug 2331 - ProFTPD does not honor POSIX ACLs.  Please read the  README.facl   file for more information on POSIX ACL support in ProFTPD.
- Bug 2573 - TLSProtocol directive in proftpd.conf is ignored.
- Bug 2559 - IPv6 socket option should be set for ServerType inetd.
- Bug 2164 - Support non-PASS response codes (i.e. 232).
- Bug 2515 - mod_quotatab should enforce hard limits at the filesystem level.
- Bug 2567 - Segmentation fault with 64-bit binary due to structure layout difference.
- Bug 2551 - Recursive LIST with symlinked directories gives duplicate results.
- Bug 2576 - PWD command does not handle " character properly.
- Bug 2493 - mod_tls should support CCC command.
- Bug 2580 - ProFTPD on Tru64 with SIA allows login with blank password.
- Bug 2554 - mod_delay gets segfault-signal on several logins.
383  ProFTPD / ProFTPD - Deutsch / Re: Probleme mit der MySQL-Authentifiezierung am ProFTP-Serv am: 10. April 2005, 21:33:57
Zitat von: "bis11"

Apr 10 12:56:25 mod_sql/4.11[28071]: message: 'Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)'
[/code]

Schalte ich die MySQL-Auth ab, funktioniert mein FTP-Server wunderbar.


naja, die Meldung ist ja eindeutig. Liegt irgendwie am SQL server. Probier mal mit IP statt localhost. Probiere es vorher in der console .... (mysql -h HOST -u NAME -p)_
384  ProFTPD / ProFTPD - Deutsch / Re: AMD64 server start Promleme am: 10. April 2005, 21:32:27
Zitat von: "WebTeufel"

 - warning: unable to determine IP address of '_none_'
 - error: no valid servers configured
 - Fatal: error processing configuration file '/etc/proftpd.conf'

bitte um Hilfe, falls noch was fehlt an Infos sagt bitte bescheid, reiche ich dann nach


nameserver richtig einrichten bzw. /etc/hosts
385  ProFTPD / ProFTPD - Deutsch / Re: proftpd will nicht starten in standalone und inetd ??? am: 07. April 2005, 08:48:49
Zitat von: "ilja"
ich bekomme diese meldung:

ProFTPd configuration error: cannot start neither in standalone nor in inetd mode

warum eigentlich? was muss ich tun?


nix....
http://www.proftpd.de/Fragen_richtig_posten.34.0.html
386  ProFTPD / ProFTPD - Deutsch / Re: Eventuelle Lösung... am: 06. April 2005, 15:25:29
da taucht sicherlich vorher eine Zeile, welche datei nicht gefunden wird
387  ProFTPD / ProFTPD - Deutsch / Verbindungsproblem von aussen durch Router am: 06. April 2005, 09:28:09
a) ProFTPD im INETD Modus laufen lassen. Dann wird naemlich fuer jede neue Verbindung die Config neu eingelesen, ergo die IP neu aufgeloest

b) http://www.castaglia.org/proftpd/modules/mod_dynmasq.html
388  ProFTPD / ProFTPD - Deutsch / Re: warning: unable to determine IP address am: 04. April 2005, 11:04:07
Zitat von: "blubba"
hallo zusammen. wollt mal fragen ob ihr mir könnt sagen von wo der fehler kommt?

R211118://# /etc/init.d/proftpd start
Starting ProFTPD ftp daemon:  - getaddrinfo 'R211118' error: Name or service not known
 - warning: unable to determine IP address of 'R211118'
 - error: no valid servers configured
 - Fatal: error processing configuration file '/etc/proftpd.conf'
.


greez



naja, deine adresse ist nicht auflösbar. bearbeite mal /etc/hosts
389  ProFTPD / ProFTPD - Deutsch / Re: Download Bereich für 192er Netz sperren am: 04. April 2005, 09:57:15
Zitat von: "KuLLeRauGe"
Hallo nochmal,

leider konnte mir noch keiner eine Antwort auf meine Frage geben:

Wie kann ich einen Bereich (in diesem Fall der Ordner Downloads) für User aus dem 192er Netz sperren?!

BITTE BITTE HELFEN!

Liebe Grüße
das KuLLeRauGe  :shock:


<Directory /ich/lese/mir/doch/keine/docs/durch/wieso/denn/auch>
<Limit READ>
Deny 192.*
</limit>
</Directory>
390  ProFTPD / ProFTPD - Deutsch / Re: Probleme mit ProFTP und MySQL am: 01. April 2005, 14:05:10
Mysql und ProFTPD laufen auf dem gleichen Rechner ?
Seiten: 1 ... 24 25 [26] 27 28 ... 124
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.08 Sekunden mit 16 Zugriffen.