After several unsuccessful attempts using my own knowledge, I’m trying to get help here with my problem:
Okay, maybe the solution simply lies in changing the user in front of the screen!
Problem: Neither Zypper nor Myrlyn work behind my firewall: (IPFire) do work!!
Yes, even though I’ve tried several things with various adjustments.
Configured the file: /etc/sysconfig/proxy → resulting in the correct entries being visible in the shell using the export command.
As I know it from other Linux distributions:
The file: /etc/wgetrc configured
In the KDE settings…
Now for something interesting:
YES, in Firefox (but only if I manually configure the proxy → which suggests that something is still wrong with my configuration in /etc/sysconfig/proxy mentioned above)
the connection to the outside world works perfectly.
Does anyone have any other ideas?
Update-Info: After reconfigure my /etc/sysconfig/proxy = zypper works.
Myrlyn doesn’t do anything special with regards to proxies; it simply uses libzypp in its standard configuration. libzypp uses libcurl and libproxy, and it has some special code to use /etc/sysconfig/proxy. If a proxy setup works for zypper, it should also work for Myrlyn.
Remember that you need any environment variables in the environment of the root user, not your normal user!
If all else fails, check out man zypper; there is a section about proxy usage:
I’d try to edit the baseurl field in the .repo files in /etc/zypp/repos.d/ accordingly. Of course start with only one, and copy the original files to a safe place before you start experimenting.