X-13 Posted March 19, 2014 Posted March 19, 2014 (edited) [ATTACH=CONFIG]23435[/ATTACH] Anyone know where I'm going wrong with this? It looks like the URL is missing the slashes, but it 404s if I try it. I get the same problem with the update manager as well. It just sits there doing nothing for ages. Behind the terminal is "http://packages.linuxmint.com" so I DO have a connection. It also tries "http://archive.canonical.com[space]saucy[space]Release.gpg" which actually exists with slashes in place of spaces. Possibly related: The proxy settings are off if I go to the network settings through the toolbar... If I turn them on, they switch off again. This is also running on a VM. So it could be VM shenanigans. Edited March 19, 2014 by X-13
X-13 Posted March 20, 2014 Author Posted March 20, 2014 (edited) Le bump! Any *nix users about? For reference, this is what I'm trying to do. [update from Mint 15 to Mint 16] Edited March 20, 2014 by X-13
computer_expert Posted March 20, 2014 Posted March 20, 2014 if you use a proxy, have you specified the apt proxy settings? https://help.ubuntu.com/community/AptGet/Howto#BASH_rc_method 1
X-13 Posted March 20, 2014 Author Posted March 20, 2014 (edited) if you use a proxy, have you specified the apt proxy settings? https://help.ubuntu.com/community/AptGet/Howto#BASH_rc_method I think that did it. I'm too used to Windows using the IE proxy settings for everything... Now I need to figure out what the other program is using apt. Le EDIT: Nope. Still nothing... Edited March 20, 2014 by X-13
X-13 Posted March 20, 2014 Author Posted March 20, 2014 (edited) [ATTACH=CONFIG]23455[/ATTACH] This is what I'm getting. Nothing but failure... Has nobody encountered this? I'm at a loss of what to do here... Das EDIT: I finally got the update manager to work by downloading the mint 16 iso and setting the proxy in Synaptic. But apt-get still fails. As does the gui package store [can't remember what it's called]. I also have no "apply system wide" for the proxy settings and the slider keeps saying it's off. Edited March 20, 2014 by X-13
X-13 Posted March 21, 2014 Author Posted March 21, 2014 Finally managed to fix it. sudo gedit /etc/apt/apt.conf Add: Acquire::http::Proxy "http://[proxy goes here]:[Port here]"; All working fine now.
jinnantonnixx Posted March 21, 2014 Posted March 21, 2014 You might want to add a https line - an otherwise exact copy of the line as it still uses the same http proxy. Acquire::http::Proxy "http://[proxy goes here]:[Port here]"; Acquire::https::Proxy "http://[proxy goes here]:[Port here]";
X-13 Posted March 21, 2014 Author Posted March 21, 2014 You might want to add a https line - an otherwise exact copy of the line as it still uses the same http proxy. Acquire::http::Proxy "http://[proxy goes here]:[Port here]"; Acquire::https::Proxy "http://[proxy goes here]:[Port here]"; And probably a ftp... I've seen that mentioned too.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now