Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In order to use the raspberry pi in the SLAC network these steps have to be taken:


Proxy configuration for Ubuntu:

Add this to: /etc/apt/apt.conf.d/proxy.conf:


Acquire {
HTTP::proxy "http://yum.slac.stanford.edu:3128";
HTTPS::proxy "http:yum.slac.stanford.edu:3128";
}


Run chef script:

e320@e320pi:~$ sudo /bin/sh ./go-chef

e320@e320pi:~$ sudo chef-client 

Disable automatic updates

To avoid that automatic updates corrupt the system if carried out during beam in the tunnel, we can disable them. However, this means we have to run regular system upgrades manually:

sudo dpkg-reconfigure unattended-upgrades
references:
https://help.ubuntu.com/community/AutomaticSecurityUpdates
https://wiki.debian.org/UnattendedUpgrades