-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoculus_install.txt
More file actions
65 lines (47 loc) · 2.36 KB
/
oculus_install.txt
File metadata and controls
65 lines (47 loc) · 2.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Required binaries
-----------------
On oculus these were all installed in /usr/local/
On newskycam, many seem to be mixed betwen /usr/ and /home/eng/indi instead
On oculus the camera drivers were installed from a third party repository using apt.
sudo add-apt-repository ppa:mutlaqja/ppa
sudo apt-get install kstars
sudo apt-get install indi-full
On newskycam they were installed by IAS. I am not sure how or where from. Bug 2251 seems to
suggest indi was already on that machine and we are simply using the existing version. Not
sure how old that is.
Also need
sudo apt-get install ntp
sudo apt-get install ssh
sudo apt-get install saods9
sudo apt-get install nfs-common
Edit /etc/rc.local to make root start the server as user eng on boot:
echo "indiserver start"
su eng -c "/usr/bin/indiserver -p 7264 -l /icc/log/ -vvv /usr/bin/indi_sx_ccd" 1> /icc/log/indiserver_log.txt 2>&1 &
Previous versions of the data transfer script (ari_xfer_inst) used 'lockfile' which is part of procmail
but I do not want to install procmail just to get a lockfile handler. Instead the lockfile is
beind converted to use 'lockfile-create' and 'lockfile-check' which are ubuntu defaults.
/usr/local/bin/fits_get_keyword_value_static
/usr/local/bin/fits_add_keyword_value_static
/usr/local/bin/fits_add_keyword_value_comment_static
-------------------------
Binaries and scripts included in this directory
Place all in /usr/local/bin/
lmst Prints current LMST
Build from C src and place in /usr/local/bin/.
gcc -o lmst lmst.c -lm
Version exists in this directory or may be found in ltdevsrv:/space/home/dev/src/Time/lmst.c
filename Binary generates an [atz]_e_yyyymmdd_ etc filename
Build from C src found in this directory and place in /usr/local/bin/.
gcc -o filename filename.c
Loads of compile warnings because if a change in the POSIX compliance of the headers, but
it builds and works OK.
ari_xfer_skycam Approximately the same transfer script as does all the science data on occ
but updated for the skycams.
Uses one of the following, depending on which camera
/usr/local/etc/xfer_oculus.cfg.
/usr/local/etc/xfer_newskycam.cfg.
purge_skycam
Other configs
-------------
xfer config file shoulod be in /usr/local/etc as described in ari_xfer_skycam above
Create RSA key using ssh-keygen and copy the public key into lt-qc:/home/data/.shh/authorized_keys2