Titel: kein Schreibzugriff - Permission denied Beitrag von: Boristheblade am 23. Mai 2006, 20:57:34 Hallo,
ich hab Proftd unter Xubuntu 6.06 laufen und es läuft soweit alles bis auf die Schreibfreigabe. Merkwürdig ist dass ich unter dem Reiter "users" beim editieren der Benutzereinträge die ganzen Häckchen für die schreib/leserechte zwar setzen kann, wenn ich dann aber auf "change" gehe wurden die einstellungen nicht übernommen.... Also hier ist mal meine Config, alles was ich ausserhalb des Programmes unternommen haben ist: Code: sudo chmod -R 777 /home/ftp Die Config ist weitestgehend dem unverändert Code: ServerType standalone DefaultServer on Umask 022 ServerName "192.168.50.125" ServerIdent on "FPT-Server" Bind "192.168.50.125" ServerAdmin martin.seidel1@gmx.de IdentLookups off UseReverseDNS off Port 21 PassivePorts 49152 65534 #MasqueradeAddress None TimesGMT off MaxInstances 30 MaxLoginAttempts 2 TimeoutLogin 300 TimeoutNoTransfer 600 TimeoutIdle 600 User nobody Group nogroup DirFakeUser off nobody DirFakeGroup off nogroup DefaultTransferMode binary AllowForeignAddress on RequireValidShell off AllowRetrieveRestart on AllowStoreRestart on DeleteAbortedStores off TransferRate RETR 30 TransferRate STOR 40 TransferRate STOU 40 TransferRate APPE 40 SystemLog /var/log/secure #gp_random_username_length 6 #gp_random_password_length 6 #gp_randomize_case lower #gp_useradd_root_path /home/ftp #gp_useradd_upload_path /upload #gp_html_path /var/www/ftp.html #gp_welcome_name welcome.msg <IfModule mod_tls.c> TLSEngine off TLSRequired off TLSVerifyClient off TLSProtocol TLSv1 TLSLog /var/log/proftpd_tls.log TLSRSACertificateFile /etc/gproftpd/gproftpd.pem </IfModule> <Limit LOGIN> AllowUser martin AllowUser gast DenyALL </Limit> <Anonymous /home/ftp/> User martin Group martin AnonRequirePassword on MaxClients 3 "The server is full, hosting %m users" DisplayLogin welcome.msg DisplayFirstChdir .msg AllowOverwrite off <Limit LOGIN> Allow from all </Limit> AllowAll </Limit> DenyAll </Limit> </Anonymous> <Anonymous /home/martin/Freigabe> User gast Group gast AnonRequirePassword on MaxClients 3 "The server is full, hosting %m users" DisplayLogin welcome.msg DisplayFirstChdir .msg AllowOverwrite off <Limit LOGIN> Allow from all Deny from all </Limit> <Limit ROOT_DIR_ALLOW RETR LIST NLST MDTM SIZE STAT CWD XCWD PWD XPWD CDUP XCUP> AllowAll </Limit> </Anonymous> vielen dank für Hilfe mfG I3orisdieklinge |