<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Kommentare zu: Proftpd + MySQL + Quota unter Debian Lenny</title>
	<atom:link href="http://blog.kevin-k.com/howtos/proftpd-mysql-quota-unter-debian-lenny.html/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.kevin-k.com</link>
	<description>just another blog from just another blogger.</description>
	<lastBuildDate>Fri, 12 Aug 2011 13:13:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Von: Lyon</title>
		<link>http://blog.kevin-k.com/howtos/proftpd-mysql-quota-unter-debian-lenny.html#comment-6869</link>
		<dc:creator>Lyon</dc:creator>
		<pubDate>Wed, 17 Nov 2010 20:54:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kevin-k.com/?page_id=445#comment-6869</guid>
		<description>achtung Sichherheitslücke endeckt lest zu mehr auf 

http://www.parallels.com/products/plesk/ProFTPD

http://www.heise.de/security/meldung/Sicherheits-Update-fuer-FTP-Server-ProFTPD-1122539.html</description>
		<content:encoded><![CDATA[<p>achtung Sichherheitslücke endeckt lest zu mehr auf </p>
<p><a href="http://www.parallels.com/products/plesk/ProFTPD" rel="nofollow">http://www.parallels.com/products/plesk/ProFTPD</a></p>
<p><a href="http://www.heise.de/security/meldung/Sicherheits-Update-fuer-FTP-Server-ProFTPD-1122539.html" rel="nofollow">http://www.heise.de/security/meldung/Sicherheits-Update-fuer-FTP-Server-ProFTPD-1122539.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: kevin</title>
		<link>http://blog.kevin-k.com/howtos/proftpd-mysql-quota-unter-debian-lenny.html#comment-5525</link>
		<dc:creator>kevin</dc:creator>
		<pubDate>Tue, 14 Sep 2010 04:49:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kevin-k.com/?page_id=445#comment-5525</guid>
		<description>Hallo Arne,

das ist mir auch schon aufgefallen, habe das aber nicht weiter verfolgt, da ich die Gruppen nicht nutze.
Da ich gerade keinen Proftpd mit MySQL zur Hand habe: Du könntest die SQL-Logs aktivieren und dort nachsehen, was er genau ausführt.

@Mario: Gut das es nun funktioniert!

Gruß,
Kevin</description>
		<content:encoded><![CDATA[<p>Hallo Arne,</p>
<p>das ist mir auch schon aufgefallen, habe das aber nicht weiter verfolgt, da ich die Gruppen nicht nutze.<br />
Da ich gerade keinen Proftpd mit MySQL zur Hand habe: Du könntest die SQL-Logs aktivieren und dort nachsehen, was er genau ausführt.</p>
<p>@Mario: Gut das es nun funktioniert!</p>
<p>Gruß,<br />
Kevin</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Arne</title>
		<link>http://blog.kevin-k.com/howtos/proftpd-mysql-quota-unter-debian-lenny.html#comment-5496</link>
		<dc:creator>Arne</dc:creator>
		<pubDate>Sun, 12 Sep 2010 19:24:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kevin-k.com/?page_id=445#comment-5496</guid>
		<description>Hi,

kann es sein, dass es egal ist was man in den Gruppen Tabelle als Gruppenname und als Mitglied einträgt? Egal was ich eintrage, es klappt immer? In wie weit wird die Gruppen Tabelle benötigt? Es ist auch egal, was man bei group_enabled wählt. Man kann sich immer einloggen.

Wie kann man Gruppenquotas vergeben?

Gruß Arne</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>kann es sein, dass es egal ist was man in den Gruppen Tabelle als Gruppenname und als Mitglied einträgt? Egal was ich eintrage, es klappt immer? In wie weit wird die Gruppen Tabelle benötigt? Es ist auch egal, was man bei group_enabled wählt. Man kann sich immer einloggen.</p>
<p>Wie kann man Gruppenquotas vergeben?</p>
<p>Gruß Arne</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Mario</title>
		<link>http://blog.kevin-k.com/howtos/proftpd-mysql-quota-unter-debian-lenny.html#comment-5268</link>
		<dc:creator>Mario</dc:creator>
		<pubDate>Sat, 21 Aug 2010 18:32:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kevin-k.com/?page_id=445#comment-5268</guid>
		<description>Und da bin ich noch einmal *g*

Problem gelöst, als ich zufällig nochmal die modules angeschaut hab während des Versuchs zum Einbau von TLS, was nun wiederum nicht so hinhauen will wie es soll (AUTH not understood)

Jedenfalls mussten auch noch diese Zeilen auskommentiert werden:
LoadModule mod_sql.c
LoadModule mod_sql_mysql.c

Wer Postgree nutzt, die hier statt der mysql:
LoadModule mod_sql_postgres.c</description>
		<content:encoded><![CDATA[<p>Und da bin ich noch einmal *g*</p>
<p>Problem gelöst, als ich zufällig nochmal die modules angeschaut hab während des Versuchs zum Einbau von TLS, was nun wiederum nicht so hinhauen will wie es soll (AUTH not understood)</p>
<p>Jedenfalls mussten auch noch diese Zeilen auskommentiert werden:<br />
LoadModule mod_sql.c<br />
LoadModule mod_sql_mysql.c</p>
<p>Wer Postgree nutzt, die hier statt der mysql:<br />
LoadModule mod_sql_postgres.c</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Mario</title>
		<link>http://blog.kevin-k.com/howtos/proftpd-mysql-quota-unter-debian-lenny.html#comment-5263</link>
		<dc:creator>Mario</dc:creator>
		<pubDate>Sat, 21 Aug 2010 11:15:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kevin-k.com/?page_id=445#comment-5263</guid>
		<description>Achja, weil ichs noch vergessen hab:

Ich hab am Anfang der sql_* Dateien das eingefügt


und am Ende


Ansonsten erkennt er das SQL nicht.
Siehe Fehlermeldung:
Starting ftp server: proftpd - Fatal: unknown configuration directive &#039;SQLEngine&#039; on line 2 of &#039;/etc/proftpd/sql.conf&#039;
 failed!


An der QuotaEngine wirds wohl a) kaum liegen b) ist die Einstellung auch auf on</description>
		<content:encoded><![CDATA[<p>Achja, weil ichs noch vergessen hab:</p>
<p>Ich hab am Anfang der sql_* Dateien das eingefügt</p>
<p>und am Ende</p>
<p>Ansonsten erkennt er das SQL nicht.<br />
Siehe Fehlermeldung:<br />
Starting ftp server: proftpd &#8211; Fatal: unknown configuration directive &#8216;SQLEngine&#8217; on line 2 of &#8216;/etc/proftpd/sql.conf&#8217;<br />
 failed!</p>
<p>An der QuotaEngine wirds wohl a) kaum liegen b) ist die Einstellung auch auf on</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Mario</title>
		<link>http://blog.kevin-k.com/howtos/proftpd-mysql-quota-unter-debian-lenny.html#comment-5262</link>
		<dc:creator>Mario</dc:creator>
		<pubDate>Sat, 21 Aug 2010 11:06:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kevin-k.com/?page_id=445#comment-5262</guid>
		<description>Hallo Francisco

Schau mal in Zeile 6 der proftpd.conf. die Zeile aus, wenn dahinter &quot;Include /etc/proftpd/modules.conf&quot; steht.

Denn wenn du das tutorial ganz durch bist, hast du die Zeile zweimal drinnen, was nicht zulässig ist

Habe selbst aber auch eine Frage:

Ich hab jetzt zwar schon den ein oder anderen fehler ausgemerzt, aber eines bleibt leider immer noch...

connected - local  : ServerIP:21
connected - remote : MeineIP:33372
FTP session opened.
dispatching PRE_CMD command &#039;USER kevin&#039; to mod_rewrite
dispatching PRE_CMD command &#039;USER kevin&#039; to mod_tls
dispatching PRE_CMD command &#039;USER kevin&#039; to mod_core
dispatching PRE_CMD command &#039;USER kevin&#039; to mod_core
dispatching PRE_CMD command &#039;USER kevin&#039; to mod_delay
dispatching PRE_CMD command &#039;USER kevin&#039; to mod_auth
dispatching CMD command &#039;USER kevin&#039; to mod_auth
no supplemental groups found for user &#039;kevin&#039;
dispatching POST_CMD command &#039;USER kevin&#039; to mod_delay
dispatching LOG_CMD command &#039;USER kevin&#039; to mod_log
dispatching PRE_CMD command &#039;PASS (hidden)&#039; to mod_rewrite
dispatching PRE_CMD command &#039;PASS (hidden)&#039; to mod_tls
dispatching PRE_CMD command &#039;PASS (hidden)&#039; to mod_core
dispatching PRE_CMD command &#039;PASS (hidden)&#039; to mod_core
dispatching PRE_CMD command &#039;PASS (hidden)&#039; to mod_wrap2
dispatching PRE_CMD command &#039;PASS (hidden)&#039; to mod_ban
dispatching PRE_CMD command &#039;PASS (hidden)&#039; to mod_wrap
dispatching PRE_CMD command &#039;PASS (hidden)&#039; to mod_radius
dispatching PRE_CMD command &#039;PASS (hidden)&#039; to mod_delay
dispatching PRE_CMD command &#039;PASS (hidden)&#039; to mod_auth
dispatching CMD command &#039;PASS (hidden)&#039; to mod_auth
no supplemental groups found for user &#039;kevin&#039;
no such user &#039;kevin&#039;
USER kevin: no such user found from MeineIP [MeineIP] to ServerIP:21
dispatching POST_CMD_ERR command &#039;PASS (hidden)&#039; to mod_delay
dispatching LOG_CMD_ERR command &#039;PASS (hidden)&#039; to mod_log
dispatching LOG_CMD_ERR command &#039;PASS (hidden)&#039; to mod_auth
FTP session closed.

Der Benutzer kevin ist als group_member eingetragen, FTP über Linux-Benutzer funktioniert tadellos</description>
		<content:encoded><![CDATA[<p>Hallo Francisco</p>
<p>Schau mal in Zeile 6 der proftpd.conf. die Zeile aus, wenn dahinter &#8220;Include /etc/proftpd/modules.conf&#8221; steht.</p>
<p>Denn wenn du das tutorial ganz durch bist, hast du die Zeile zweimal drinnen, was nicht zulässig ist</p>
<p>Habe selbst aber auch eine Frage:</p>
<p>Ich hab jetzt zwar schon den ein oder anderen fehler ausgemerzt, aber eines bleibt leider immer noch&#8230;</p>
<p>connected &#8211; local  : ServerIP:21<br />
connected &#8211; remote : MeineIP:33372<br />
FTP session opened.<br />
dispatching PRE_CMD command &#8216;USER kevin&#8217; to mod_rewrite<br />
dispatching PRE_CMD command &#8216;USER kevin&#8217; to mod_tls<br />
dispatching PRE_CMD command &#8216;USER kevin&#8217; to mod_core<br />
dispatching PRE_CMD command &#8216;USER kevin&#8217; to mod_core<br />
dispatching PRE_CMD command &#8216;USER kevin&#8217; to mod_delay<br />
dispatching PRE_CMD command &#8216;USER kevin&#8217; to mod_auth<br />
dispatching CMD command &#8216;USER kevin&#8217; to mod_auth<br />
no supplemental groups found for user &#8216;kevin&#8217;<br />
dispatching POST_CMD command &#8216;USER kevin&#8217; to mod_delay<br />
dispatching LOG_CMD command &#8216;USER kevin&#8217; to mod_log<br />
dispatching PRE_CMD command &#8216;PASS (hidden)&#8217; to mod_rewrite<br />
dispatching PRE_CMD command &#8216;PASS (hidden)&#8217; to mod_tls<br />
dispatching PRE_CMD command &#8216;PASS (hidden)&#8217; to mod_core<br />
dispatching PRE_CMD command &#8216;PASS (hidden)&#8217; to mod_core<br />
dispatching PRE_CMD command &#8216;PASS (hidden)&#8217; to mod_wrap2<br />
dispatching PRE_CMD command &#8216;PASS (hidden)&#8217; to mod_ban<br />
dispatching PRE_CMD command &#8216;PASS (hidden)&#8217; to mod_wrap<br />
dispatching PRE_CMD command &#8216;PASS (hidden)&#8217; to mod_radius<br />
dispatching PRE_CMD command &#8216;PASS (hidden)&#8217; to mod_delay<br />
dispatching PRE_CMD command &#8216;PASS (hidden)&#8217; to mod_auth<br />
dispatching CMD command &#8216;PASS (hidden)&#8217; to mod_auth<br />
no supplemental groups found for user &#8216;kevin&#8217;<br />
no such user &#8216;kevin&#8217;<br />
USER kevin: no such user found from MeineIP [MeineIP] to ServerIP:21<br />
dispatching POST_CMD_ERR command &#8216;PASS (hidden)&#8217; to mod_delay<br />
dispatching LOG_CMD_ERR command &#8216;PASS (hidden)&#8217; to mod_log<br />
dispatching LOG_CMD_ERR command &#8216;PASS (hidden)&#8217; to mod_auth<br />
FTP session closed.</p>
<p>Der Benutzer kevin ist als group_member eingetragen, FTP über Linux-Benutzer funktioniert tadellos</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Francisco</title>
		<link>http://blog.kevin-k.com/howtos/proftpd-mysql-quota-unter-debian-lenny.html#comment-5145</link>
		<dc:creator>Francisco</dc:creator>
		<pubDate>Wed, 11 Aug 2010 21:03:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kevin-k.com/?page_id=445#comment-5145</guid>
		<description>Hallo Leute,
ich habe folgendes Problem, obwol ich alles richtig gemacht habe. Kann mir jemand helfen? 

Oder den richtigen proftpd.conf posten.

root@localserver:~# /etc/init.d/proftpd start
Starting ftp server: proftpd - mod_dso/0.4: module &#039;mod_sql.c&#039; already loaded
 - Fatal: LoadModule: error loading module &#039;mod_sql.c&#039;: Operation not permitted on line 15 of &#039;/etc/proftpd/modules.conf&#039;
 failed!</description>
		<content:encoded><![CDATA[<p>Hallo Leute,<br />
ich habe folgendes Problem, obwol ich alles richtig gemacht habe. Kann mir jemand helfen? </p>
<p>Oder den richtigen proftpd.conf posten.</p>
<p>root@localserver:~# /etc/init.d/proftpd start<br />
Starting ftp server: proftpd &#8211; mod_dso/0.4: module &#8216;mod_sql.c&#8217; already loaded<br />
 &#8211; Fatal: LoadModule: error loading module &#8216;mod_sql.c&#8217;: Operation not permitted on line 15 of &#8216;/etc/proftpd/modules.conf&#8217;<br />
 failed!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Loosi</title>
		<link>http://blog.kevin-k.com/howtos/proftpd-mysql-quota-unter-debian-lenny.html#comment-5107</link>
		<dc:creator>Loosi</dc:creator>
		<pubDate>Fri, 06 Aug 2010 19:56:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kevin-k.com/?page_id=445#comment-5107</guid>
		<description>Servus!

Die Fehlermeldung 
proftpd - warning: handling possibly truncated configuration data at line XX of &#039;irgendeine.conf&#039;

Hat nicht umbedingt was mit den Anführungszeichen zu tun. Vielmehr liegt es daran das in der letzten Zeile ein sogenannter Linefeed sein muss, also eine leere Zeile. Wenn die Fehlermeldung auftritt einfach in die letzte Zeile gehen und einen Zeilenumbruch machen (Enter drücken) Damit unter dem letzten Parameter eine Leerzeile ist.


Könnte man evtl. noch ins TuT mit aufnehmen ;) Das war zumindest bei mir der Fehler.

An sonsten super Tutorial! Wird auf meiner Site verlinkt sobald sie fertig ist :)

Gruß
Loosi</description>
		<content:encoded><![CDATA[<p>Servus!</p>
<p>Die Fehlermeldung<br />
proftpd &#8211; warning: handling possibly truncated configuration data at line XX of &#8216;irgendeine.conf&#8217;</p>
<p>Hat nicht umbedingt was mit den Anführungszeichen zu tun. Vielmehr liegt es daran das in der letzten Zeile ein sogenannter Linefeed sein muss, also eine leere Zeile. Wenn die Fehlermeldung auftritt einfach in die letzte Zeile gehen und einen Zeilenumbruch machen (Enter drücken) Damit unter dem letzten Parameter eine Leerzeile ist.</p>
<p>Könnte man evtl. noch ins TuT mit aufnehmen ;) Das war zumindest bei mir der Fehler.</p>
<p>An sonsten super Tutorial! Wird auf meiner Site verlinkt sobald sie fertig ist :)</p>
<p>Gruß<br />
Loosi</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: greybit</title>
		<link>http://blog.kevin-k.com/howtos/proftpd-mysql-quota-unter-debian-lenny.html#comment-4917</link>
		<dc:creator>greybit</dc:creator>
		<pubDate>Fri, 16 Jul 2010 04:39:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kevin-k.com/?page_id=445#comment-4917</guid>
		<description>Nice Tut!

Daumen hoch^^</description>
		<content:encoded><![CDATA[<p>Nice Tut!</p>
<p>Daumen hoch^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: kevin</title>
		<link>http://blog.kevin-k.com/howtos/proftpd-mysql-quota-unter-debian-lenny.html#comment-4532</link>
		<dc:creator>kevin</dc:creator>
		<pubDate>Wed, 12 May 2010 23:06:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kevin-k.com/?page_id=445#comment-4532</guid>
		<description>@Gabriel:
Schau nach, ob es richtige Anführungsstriche sind, oder Gänsefüsschen.

@wynni:
Olli hat bereits die Lösung hierzu gepostet, kontrolliere ob in der Include /etc/proftpd/sql_quota.conf die Option &quot;QuotaEngine&quot; auf &quot;On&quot; steht.

@Olli:
Dies sollte eigentlich nicht notwendig sein, da bereits über die extra Konfigurationsdatei das Quota aktiviert wird (in der Include /etc/proftpd/sql_quota.conf).</description>
		<content:encoded><![CDATA[<p>@Gabriel:<br />
Schau nach, ob es richtige Anführungsstriche sind, oder Gänsefüsschen.</p>
<p>@wynni:<br />
Olli hat bereits die Lösung hierzu gepostet, kontrolliere ob in der Include /etc/proftpd/sql_quota.conf die Option &#8220;QuotaEngine&#8221; auf &#8220;On&#8221; steht.</p>
<p>@Olli:<br />
Dies sollte eigentlich nicht notwendig sein, da bereits über die extra Konfigurationsdatei das Quota aktiviert wird (in der Include /etc/proftpd/sql_quota.conf).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

