http://bugzilla.novell.com/show_bug.cgi?id=547578 http://bugzilla.novell.com/show_bug.cgi?id=547578#c4 Martin Jungowski <martin@rhm.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW CC| |martin@rhm.de Info Provider|martin@rhm.de | --- Comment #4 from Martin Jungowski <martin@rhm.de> 2009-12-04 07:38:29 UTC --- Yes, it is still reproducible:
martin/rebd$ cat /usr/sbin/pure-config-args | grep numpair -A5 my %numpairb_switch_for = ( LimitRecursion => "-L", AnonymousRatio => "-q", UserRatio => "-Q", # PassivePortRange => "-p", ); -- my %numpairc_switch_for = ( Umask => "-U", Quota => "-n", PerUserLimits => "-y", PassivePortRange => "-p", ); martin/rebd$ /usr/sbin/pure-config-args /etc/pure-ftpd/pure-ftpd.conf -A -c10 -B -C3 -z -D -E -fftp -H -I14 -lldap:/etc/pure-ftpd/pureftpd-ldapconf -lpam -L2000:8 -m4 -s -U177:077 -u40 -x -r -i -j -k99 -G -Z -Y1
But:
martin/rebd$ cat /usr/sbin/pure-config-args | grep numpair -A5 my %numpairb_switch_for = ( LimitRecursion => "-L", AnonymousRatio => "-q", UserRatio => "-Q", PassivePortRange => "-p", ); -- my %numpairc_switch_for = ( Umask => "-U", Quota => "-n", PerUserLimits => "-y", # PassivePortRange => "-p", ); martin/rebd$ /usr/sbin/pure-config-args /etc/pure-ftpd/pure-ftpd.conf -A -c10 -B -C3 -z -D -E -fftp -H -I14 -lldap:/etc/pure-ftpd/pureftpd-ldapconf -lpam -L2000:8 -m4 -s -U177:077 -u40 -x -r -i -j -k99 -G -Z -p60000:63000 -Y1
I first encountered this in 11.2 Beta M7 or M8, not quite sure which one. It still seems to be present in 11.2 Final, since I still have to move PassivePortRange back from numpairc_switch_for to numpairb_switch_for in order for it to be recognized -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.