[Bug 547578] New: Pure-FTPD fails to recognize PassivePortRange Option in /etc/pure-ftpd/pure-ftpd.conf
http://bugzilla.novell.com/show_bug.cgi?id=547578 User martin@rhm.de added comment http://bugzilla.novell.com/show_bug.cgi?id=547578#c465954 Summary: Pure-FTPD fails to recognize PassivePortRange Option in /etc/pure-ftpd/pure-ftpd.conf Classification: openSUSE Product: openSUSE 11.2 Version: RC 1 Platform: x86-64 OS/Version: openSUSE 11.2 Status: NEW Severity: Critical Priority: P5 - None Component: Network AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: martin@rhm.de QAContact: qa@suse.de Found By: --- User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.1.3) Gecko/20090909 SUSE/3.5.3-1.3 Firefox/3.5.3 Follow-up bug for #465954. The fix proposed there is not working anymore, or to be more specific: one has to revert the 11.1 fix for 11.2 in order to get pure-ftpd to honor the PassivePortRange setting. Reproducible: Always Steps to Reproduce: 1. Add PassivePortRange 30000:35000 to /etc/pure-ftpd/pure-ftpd.conf 2. /usr/sbin/pure-config-args /etc/pure-ftpd/pure-ftpd.conf Actual Results: Output does not include -p 30000:35000 Expected Results: Output should include -p 30000:35000 Editing /etc/sbin/pure-config-args to move PassivePortRange => "-p" back from numpairc_switch_for to numpairb_switch_for. -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=547578 Andreas Jaeger <aj@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.pr |hvogel@novell.com |ovo.novell.com | -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=547578 Stephan Kulow <coolo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |SHIP_STOPPER- -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=547578 http://bugzilla.novell.com/show_bug.cgi?id=547578#c Hendrik Vogelsang <hvogel@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|hvogel@novell.com |mike@novell.com -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=547578 http://bugzilla.novell.com/show_bug.cgi?id=547578#c2 Michal Seben <mseben@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P4 - Low Status|NEW |NEEDINFO Info Provider| |martin@rhm.de Severity|Critical |Normal --- Comment #2 from Michal Seben <mseben@novell.com> 2009-12-03 12:11:03 UTC --- hello Martin I can't reproduce this on 11.2 : /usr/sbin/pure-config-args /etc/pure-ftpd/pure-ftpd.conf -A -c10 -B -C3 -z -D -e -fftp -H -I15 -lpam -L2000:8 -m4 -s -U177:077 -u40 -x -r -i -k99 -G -Z -p30000:35000 could you check please this in 11.2 ? if your issue occurs again please attach your pure-ftpd.conf thanks -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=547578 http://bugzilla.novell.com/show_bug.cgi?id=547578#c3 --- Comment #3 from Martin Jungowski <martin@rhm.de> 2009-12-04 07:36:23 UTC --- Created an attachment (id=330989) --> (http://bugzilla.novell.com/attachment.cgi?id=330989) pure-ftpd config file -- 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.
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.
http://bugzilla.novell.com/show_bug.cgi?id=547578 http://bugzilla.novell.com/show_bug.cgi?id=547578#c5 --- Comment #5 from Michal Seben <mseben@novell.com> 2010-01-12 16:57:27 UTC --- hello Martin, this issue is related to bnc#465954, patch from bnc#465954 change default PassivePortRange syntax, you have to use colon (:) to define passive port range: PassivePortRange 60000:63000 and here is the problem : your config contain syntax without colon: PassivePortRange 60000 63000 but I think patch from bnc#465954 is misunderstanding : we should have modify our (suse specific) config option instead of changing parsing algorithm of pure-config-args script I will rework patch from bnc#465954 so pure-config-args will accept syntax with and without colon -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=547578 http://bugzilla.novell.com/show_bug.cgi?id=547578#c Anja Stock <ast@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Info Provider|ast@novell.com |maintenance@opensuse.org -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=547578 http://bugzilla.novell.com/show_bug.cgi?id=547578#c7 Marcus Meissner <meissner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW CC| |meissner@novell.com Info Provider|maintenance@opensuse.org | --- Comment #7 from Marcus Meissner <meissner@novell.com> 2010-01-13 14:37:46 UTC --- fine for openSUSE i would say we regressed. -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=547578 http://bugzilla.novell.com/show_bug.cgi?id=547578#c8 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard| |maint:running:30144 --- Comment #8 from Swamp Workflow Management <swamp@suse.com> 2010-01-13 14:40:34 UTC --- The SWAMPID for this issue is 30144. Please submit the patch and patchinfo file using this ID. (https://swamp.suse.de/webswamp/wf/30144) -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=547578 http://bugzilla.novell.com/show_bug.cgi?id=547578#c9 Marcus Meissner <meissner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |ast@novell.com --- Comment #9 from Marcus Meissner <meissner@novell.com> 2010-01-13 14:42:01 UTC --- Ok for opensuse, is a SLE11 update wanted too? Then we could just add to the same SWAMP. -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=547578 http://bugzilla.novell.com/show_bug.cgi?id=547578#c10 Anja Stock <ast@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|ast@novell.com | --- Comment #10 from Anja Stock <ast@novell.com> 2010-01-13 17:22:01 UTC --- yes, please track together with sle 11 -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=547578 http://bugzilla.novell.com/show_bug.cgi?id=547578#c11 Michal Seben <mseben@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #11 from Michal Seben <mseben@novell.com> 2010-01-15 13:16:49 UTC --- fixed in 11.1, 11.2 and SLE11 -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=547578 http://bugzilla.novell.com/show_bug.cgi?id=547578#c12 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:running:30144 |maint:running:30144 | |maint:released:11.1:30172 | |maint:released:11.2:30172 --- Comment #12 from Swamp Workflow Management <swamp@suse.com> 2010-01-21 11:20:47 UTC --- Update released for: pure-ftpd, pure-ftpd-debuginfo, pure-ftpd-debugsource Products: openSUSE 11.1 (debug, i586, ppc, x86_64) openSUSE 11.2 (debug, i586, x86_64) -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=547578 http://bugzilla.novell.com/show_bug.cgi?id=547578#c13 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:running:30144 |maint:running:30144 |maint:released:11.1:30172 |maint:released:11.1:30172 |maint:released:11.2:30172 |maint:released:11.2:30172 | |maint:released:sle11:30171 --- Comment #13 from Swamp Workflow Management <swamp@suse.com> 2010-01-21 23:08:24 UTC --- Update released for: pure-ftpd, pure-ftpd-debuginfo, pure-ftpd-debugsource Products: SLE-DEBUGINFO 11 (i386, ia64, ppc64, s390x, x86_64) SLE-DESKTOP 11 (i386, x86_64) SLE-SERVER 11 (i386, ia64, ppc64, s390x, x86_64) -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=547578 http://bugzilla.novell.com/show_bug.cgi?id=547578#c Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:running:30144 |maint:released:11.1:30172 |maint:released:11.1:30172 |maint:released:11.2:30172 |maint:released:11.2:30172 |maint:released:sle11:30171 |maint:released:sle11:30171 | -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=547578 http://bugzilla.novell.com/show_bug.cgi?id=547578#c15 Michal Seben <mseben@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #15 from Michal Seben <mseben@novell.com> 2010-02-19 08:27:35 UTC --- Hi Darcy, you are right same issue also in SLES-10-SP3 You don't need to create new request,I will ask maintenance team for maintenance update thanks -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=547578 http://bugzilla.novell.com/show_bug.cgi?id=547578#c17 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:11.1:30172 |maint:released:11.1:30172 |maint:released:11.2:30172 |maint:released:11.2:30172 |maint:released:sle11:30171 |maint:released:sle11:30171 | |maint:running:31273 --- Comment #17 from Swamp Workflow Management <swamp@suse.com> 2010-02-19 13:11:01 UTC --- The SWAMPID for this issue is 31273. Please submit the patch and patchinfo file using this ID. (https://swamp.suse.de/webswamp/wf/31273) -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=547578 http://bugzilla.novell.com/show_bug.cgi?id=547578#c18 Christian Dengler <cdengler@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |REOPENED CC| |cdengler@novell.com Info Provider|ast@novell.com | --- Comment #18 from Christian Dengler <cdengler@novell.com> 2010-02-19 13:13:15 UTC --- ok, then we have to do also an update for sle10 sp3 .... please submit a patchinfo -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=547578 http://bugzilla.novell.com/show_bug.cgi?id=547578#c19 --- Comment #19 from Darcy Partridge <dpartrid@novell.com> 2010-02-26 21:46:57 UTC --- Is it Michal that will be submitting the patchinfo requested in Comment 18? -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=547578 http://bugzilla.novell.com/show_bug.cgi?id=547578#c20 Marcus Meissner <meissner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|meissner@novell.com | --- Comment #20 from Marcus Meissner <meissner@novell.com> 2010-03-01 13:27:53 UTC --- it has been submitted and is now waiting for QA. -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=547578 http://bugzilla.novell.com/show_bug.cgi?id=547578#c21 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:11.1:30172 |maint:released:11.1:30172 |maint:released:11.2:30172 |maint:released:11.2:30172 |maint:released:sle11:30171 |maint:released:sle11:30171 |maint:running:31273 |maint:running:31273 | |maint:released:sle10-sp3:31 | |282 --- Comment #21 from Swamp Workflow Management <swamp@suse.com> 2010-03-25 10:53:50 UTC --- Update released for: pure-ftpd, pure-ftpd-debuginfo Products: SLE-DESKTOP 10-SP3 (i386, x86_64) SLE-SAP-APL 10-SP3 (x86_64) SLE-SERVER 10-SP3 (i386, ia64, ppc, s390x, x86_64) -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=547578 http://bugzilla.novell.com/show_bug.cgi?id=547578#c Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:11.1:30172 |maint:released:11.1:30172 |maint:released:11.2:30172 |maint:released:11.2:30172 |maint:released:sle11:30171 |maint:released:sle11:30171 |maint:running:31273 | |maint:released:sle10-sp3:31 | |282 | -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=547578 http://bugzilla.novell.com/show_bug.cgi?id=547578#c22 Michal Seben <mseben@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |CLOSED Resolution| |FIXED --- Comment #22 from Michal Seben <mseben@novell.com> 2010-03-25 11:01:30 UTC --- Update released, closing as fixed -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=547578 http://bugzilla.novell.com/show_bug.cgi?id=547578#c23 --- Comment #23 from Bernhard Wiedemann <bwiedemann@suse.com> --- This is an autogenerated message for OBS integration: This bug (547578) was mentioned in https://build.opensuse.org/request/show/29371 Factory / pure-ftpd -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com