Forum archive
TK LAMP: Offiine updating
Hello,
there's a way to offile update packages/module ?
Unfortunately I have a virtual production machine behind a proxy that not permit the automatic download of updates, there's no way to bypass.
At the moment the only way to update TKLAMP stuff is shutdown the server, copy the entire VM, take it to my house, install it on my VMWare workstation, upgrading it and finally put again in production ESX environment.. it's not good at all.
I have deal with proxy configuration using my login/passwrd but it seems that TKLAMP server cannot manage username in the form "domain\username" that it's mandatory to pass thru the proxy.
On the VM you have at home, plugin a USB and configure your VM software to forward it to the VM, then run these commands:
Then take the USB back to work. Plug it in and configure your VM software to forward it to the VM behind the proxy and run these commands:
Done! :)
Also have you tried configuring apt to use your proxy?
I won't provide instructions or links to 'how-tos' as I haven't tried it and can't test it (and from what I've read there are a few different ways to go and I have no idea which is best), but it should be possible and google has plenty of ideas (search for something like "configure apt-get to use proxy"). If you need to supply your username as "user@domain" (as you suggest you do) perhaps try enclosing the user@domain in single quotes?