[Bug 853725] New: Unable to set proxy in Yast2
https://bugzilla.novell.com/show_bug.cgi?id=853725 https://bugzilla.novell.com/show_bug.cgi?id=853725#c0 Summary: Unable to set proxy in Yast2 Classification: openSUSE Product: openSUSE 13.1 Version: Final Platform: x86-64 OS/Version: openSUSE 13.1 Status: NEW Severity: Normal Priority: P5 - None Component: YaST2 AssignedTo: yast2-maintainers@suse.de ReportedBy: linxt@comcast.net QAContact: jsrain@suse.com Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:25.0) Gecko/20100101 Firefox/25.0 In OS 13.1-GA I am unable to set the proxy in Yast. In all previous versions setting proxy via Yast2 worked successfully. After entering valid proxy settings and opening the correct port on the firewall (port 17171) (also via Yast2), when I click on the "Test Proxy Settings" it returns an error popup message (see attached screenshot). I have verified the proxy settings and credentials with another distro (fedora) so know they are working. Reproducible: Always Steps to Reproduce: 1. In "Yast2 > Network Services > Proxy", enter the proxy IP information and credentials 2. Press "Test Proxy Settings" 3. An error message popup displays failure (see attached screenshot) Actual Results: Failure to set proxy data. Yast2 logs attached Expected Results: Proxy data to be accepted and test settings to show correct connection data. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=853725 https://bugzilla.novell.com/show_bug.cgi?id=853725#c1 Vladimir Moravec <vmoravec@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |linxt@comcast.net AssignedTo|yast2-maintainers@suse.de |mvidner@suse.com --- Comment #1 from Vladimir Moravec <vmoravec@suse.com> 2013-12-05 09:14:27 UTC --- Hi, thanks for reporting this, but we would need to see the yast logs, please look here for more details: http://en.opensuse.org/openSUSE:Bugreport_YaST . Altough you mentioned you attached them here along with a screenshot, bugzilla seems to have none of them. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=853725 https://bugzilla.novell.com/show_bug.cgi?id=853725#c2 --- Comment #2 from Thomas Taylor <linxt@comcast.net> 2013-12-05 23:37:31 UTC --- Created an attachment (id=570502) --> (http://bugzilla.novell.com/attachment.cgi?id=570502) Yast2 logs & error popup message -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=853725 https://bugzilla.novell.com/show_bug.cgi?id=853725#c3 Thomas Taylor <linxt@comcast.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|linxt@comcast.net | --- Comment #3 from Thomas Taylor <linxt@comcast.net> 2014-01-20 06:33:43 UTC --- Created an attachment (id=574902) --> (http://bugzilla.novell.com/attachment.cgi?id=574902) Yast2 logs Requested logs -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=853725 https://bugzilla.novell.com/show_bug.cgi?id=853725#c4 Martin Vidner <mvidner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P2 - High Status|NEW |ASSIGNED Depends on| |871945 Summary|Unable to set proxy in |[yast2-proxy] Unable to set |Yast2 |proxy in Yast2 --- Comment #4 from Martin Vidner <mvidner@suse.com> 2014-07-11 16:45:42 CEST --- Thank you for the report. Copying info from a SLES bug 871945: Congratulations, you have found a bug in the YCP-Ruby conversion: splitstring(proxy_ret_stderr, "\r?\n") in https://github.com/yast/yast-proxy/commit/e7a473781810cab2634b090f11bbb75e1c... was translated to Builtins.splitstring(proxy_ret_stderr, " ?\n") in https://github.com/yast/yast-proxy/commit/e7a473781810cab2634b090f11bbb75e1c... (AND in another place where an include file was inlined in proxy_proposal.rb) Note that the original code has a bug already: it intends to split on a regexp, but in fact it splits on any of the 3 characters (as documented, http://doc.opensuse.org/projects/YaST/openSUSE11.3/tdg/splitstring.html). But the bug only triggers when the CR is replaced with a SPACE, splitting "HTTP/9.9 999" and breaking the lookup of the HTTP status reply. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=853725 https://bugzilla.novell.com/show_bug.cgi?id=853725#c5 Martin Vidner <mvidner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |epistemepromeneur@free.fr --- Comment #5 from Martin Vidner <mvidner@suse.com> 2014-07-11 16:46:26 CEST --- *** Bug 859520 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=859520 -- Configure bugmail: https://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=853725 Martin Vidner <mvidner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |IN_PROGRESS -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=853725 Martin Vidner <mvidner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|IN_PROGRESS |RESOLVED Depends on|871945 | Resolution|--- |FIXED --- Comment #6 from Martin Vidner <mvidner@suse.com> --- https://github.com/yast/yast-proxy/pull/3 merged into SLE-12-GA and merged that to master. RPM: yast2-proxy-3.1.2 OBS: https://build.opensuse.org/request/show/255490 -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=853725 SMASH SMASH <smash_bz@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Whiteboard| | maint:planned:update -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=853725 Martin Vidner <mvidner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rolandg@web.de --- Comment #7 from Martin Vidner <mvidner@suse.com> --- *** Bug 898482 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=853725 Martin Vidner <mvidner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |miche1@earthlink.net --- Comment #8 from Martin Vidner <mvidner@suse.com> --- *** Bug 902767 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=853725 Leonardo Chiquitto <lchiquitto@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lchiquitto@suse.com Whiteboard| maint:planned:update |maint:planned:update | |ibs:running:101:moderate -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=853725 --- Comment #9 from Swamp Workflow Management <swamp@suse.de> --- SUSE-RU-2014:1495-1: An update that has two recommended fixes can now be installed. Category: recommended (moderate) Bug References: 853725,871945 CVE References: Sources used: SUSE Linux Enterprise Server 12 (src): yast2-proxy-3.1.2-4.1 SUSE Linux Enterprise Desktop 12 (src): yast2-proxy-3.1.2-4.1 -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=853725 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Whiteboard|maint:planned:update |maint:planned:update |ibs:running:101:moderate | -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=853725 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Whiteboard|maint:planned:update | -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com