From: Michael Hanke Date: Tue, 2 Oct 2012 12:22:46 +0000 (+0200) Subject: VM proxy help. X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8d046715f25a8be6ce6e03e35304707a2962b008;p=neurodebian.git VM proxy help. --- diff --git a/sphinx/vm.rst b/sphinx/vm.rst index 3bb4716..f8caf10 100644 --- a/sphinx/vm.rst +++ b/sphinx/vm.rst @@ -173,6 +173,17 @@ Updating the VM or installing new packages doesn't work Only modify lines that refer to ``geomirror`` (all of them), but do **not** modify entries for ``security.debian.org``. +Our proxy setup at work prevents APT from downloading packages + APT needs to be told how to access the proxy. Talk to your local sysadmin + and ask for the proxy's address (maybe a username and password too), as well + as the ports for HTTP and FTP proxies. With this information add the following + lines in the file, /etc/apt/apt.conf.d/80proxy. This will ensure that after an + upgrade changes won't be lost:: + + Acquire::http::proxy "http://:@:/"; + Acquire::ftp::proxy "ftp://:@:/"; + Acquire::https::proxy "https://:@:/"; + I cannot hear sounds played in the virtual machine By default the sound is muted. To enable playback launch the mixer applet by clicking on the mixer icon in the task bar. Unmute the master volume control.