This document describes how to install sup and depot on a new machine. This will generally be done shortly after installing the operating system.
These numbers are correct as of January 1996.
Software collection | Space required |
---|---|
Platform-independent | 3 Mb |
Digital Unix (OSF/1) | 84 Mb |
Solaris | 37 Mb |
Ultrix | 82 Mb |
NetBSD | 54 Mb |
NetBSD X11R6 | 36(+86) Mb |
# cd /tmp
# mkdir /usr/local
# mkdir /usr/local/depot
# cd /usr/local/depot
# ftp sup.pps.pgh.pa.us
Connected to sup.pps.pgh.pa.us.
220 sup.pps.pgh.pa.us FTP server (Version 6.00) ready.
Name (sup.pps.pgh.pa.us:bob): bob
331 Password required for bob.
Password: Bobs_Password
230 User bob logged in.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> cd /depot/lib/bsdi
250 CWD command successful.
ftp> binary
200 Type set to I.
ftp> get sup
local: sup remote: sup
200 PORT command successful.
150 Opening BINARY mode data connection for 'sup' (57340 bytes).
226 Transfer complete.
57340 bytes received in 1.49 seconds (38572 bytes/s)
ftp> get depot
local: depot remote: depot
200 PORT command successful.
150 Opening BINARY mode data connection for 'depot' (106496 bytes).
226 Transfer complete.
106496 bytes received in 3.81 seconds (27963 bytes/s)
ftp> get depot.sup
local: depot.sup remote: depot.sup
200 PORT command successful.
150 Opening BINARY mode data connection for 'depot.sup' (57340 bytes).
226 Transfer complete.
57340 bytes received in 1.49 seconds (38572 bytes/s)
ftp> get custom.depot
local: custom.depot remote: custom.depot
200 PORT command successful.
150 Opening BINARY mode data connection for 'custom.depot' (106496 bytes).
226 Transfer complete.
106496 bytes received in 3.81 seconds (27963 bytes/s)
ftp> quit
221 Goodbye.
#
# cd /usr/local/depot/site/localfiles # mkdir lib # cd lib # cp /usr/local/lib/*.samp . # ls account.conf.samp smb.conf.samp # mv account.conf.samp account.conf # mv smb.conf.samp smb.conf # pico account.conf (Make any local changes) # pico smb.conf (Make any local changes) #
If this completed succesfully then you should now have a full installation of all the associated software packages for your machine type. If you run into problems with this please give the Technical Staff a call.
Return to Using SUP and Localupdate