mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-22 07:11:55 +00:00
more troubleshooting instructions
This commit is contained in:
parent
3f1ce4b77e
commit
847ed2c629
@ -47,7 +47,15 @@ Getting infomation on the number of people attending dinner is always difficult.
|
||||
<a href="http://expo.survex.com/expofiles/writeups/2016/">expofiles/writeups/2016/</a>
|
||||
<h3>Expenses and money owed</h3>
|
||||
<p>As well as writing the amounts of money in the books, printed receipts for expo expenses need to be put in the envelope in the potato hut.
|
||||
<p>Each receipt needs the name of the person paying and a sequence number if you have more than one receipt.
|
||||
<p>Each receipt needs
|
||||
<ul>
|
||||
<li>the <b>name</b> of the person paying written on it in biro
|
||||
<li>a sequence <b>number</b> ("1" if you only have one receipt to claim)
|
||||
<li>the amount claimed <b>ringed</b> in biro - hand written if it is not thesame as the total printed
|
||||
<li>the date on the receipt <b>ringed</b> in biro
|
||||
</ul>
|
||||
because matching up receipts with scribbles in the bier book is very time-consuming / impossible
|
||||
otherwise and you may not get paid back.
|
||||
<p>Both expo communal expenses and shared group expenses should be entered into your <a href="bankofexpo.html">Bank of Expo</a> online account. When you have typed it in, make a written note "BoE done" against that line in the book. (If you don't do this the expo treasurer will
|
||||
have to do it. And you want to keep the expo treasurer happy don't you?)
|
||||
<hr />
|
||||
|
@ -5,7 +5,14 @@
|
||||
</head>
|
||||
<body>
|
||||
<h2 id="tophead">CUCC Expedition Handbook</h2>
|
||||
|
||||
|
||||
<h1>Expo computing setup</h1>
|
||||
<div align=center>
|
||||
<p>If the internet is not working, the <b>first thing to check</b> is that<br>the black WiFi antenna is
|
||||
still upright and has not been knocked sideways.
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<p>In 2018 we now have proper internet access in the tatty hut so the set-up on expo is exactly the same
|
||||
as the rest of the year. An <em>Expo laptop</em> is also provided, but you should be
|
||||
@ -45,7 +52,7 @@ are advised to use the <em>Expo laptop</em> first to see how it all works.</p>
|
||||
<p>Either the <em>Expo laptop</em> or your own laptop will use the version control system to
|
||||
synchronise cave data. It's easier to use the <em>Expo laptop</em> as the software is already set up.
|
||||
But if you set up your own computer then you will get a more familiar environment. See
|
||||
the <a href="update.htm">Expo Website Manual</a> for info on how to do that.</p>
|
||||
the <a href="update.htm">Expo Online Systems Manual</a> for info on how to do that.</p>
|
||||
|
||||
<P>Through the miracle of the distributed version control system, everyone can edit the
|
||||
data on multiple laptops at the same time and it should all get merged.</p>
|
||||
@ -55,14 +62,20 @@ data on multiple laptops at the same time and it should all get merged.</p>
|
||||
synchronised with the public server expo.survex.com during the expo.</p>
|
||||
|
||||
<h3>Printing and Scanning</h3>
|
||||
We have A4 printer and scanner attached via usb cables and a usb hub (and coffee warmer) to the <em>Expo laptop</em>.
|
||||
Configuring these to be used via WiFi is yet to be done. Meanwhile, use a usb stick to transfer files for printing.
|
||||
We have A4 printer and scanner attached via usb cables and a usb hub (and coffee warmer) to the <em>Expo laptop</em>.
|
||||
In 2018 we also connected the printer to the router with an ethernet cable and this made things more reliable.
|
||||
Configuring the scanner to be used via WiFi is yet to be done, but the printer is "shared" by the
|
||||
<em>Expo laptop</em> and so canbe usedby any laptop. (The printer has WiFi itself and so should be useable
|
||||
directly but we haven't got this configured properly yet.) Use a usb stick to transfer files for printing
|
||||
if you can't get your own laptop or phone to work with the printer.
|
||||
|
||||
<h3>Networking Hardware - experts only</h3>
|
||||
|
||||
<p>The networking hardware is an Acer Aspire netbook which keeps us logged in to the Gasthof and does firewalling, plus a WNDR4000 router/AP
|
||||
to provide local connectivity and local WiFi. The antenna which we use to connect to the Staudnwirt WiFi
|
||||
is a ~32cm long black stick mounted on a small shelf high above the sink/stove area and connected via a usb cable to the Acer netbook.</p>
|
||||
is a ~32cm long black stick mounted on a small shelf high
|
||||
above the sink/stove area and connected via a usb cable to the Acer netbook.</p>
|
||||
|
||||
|
||||
<p>The potato hut WiFi is running DHCP and allocating IP addresses of the form 192.168.200.x where x is 2, 3, 4, 5 etc.
|
||||
<p>The <em>Expo laptop</em> has fixed local address <a href="http://192.168.200.100/">192.168.200.100</a>.
|
||||
@ -81,14 +94,17 @@ ssh expo@192.168.200.200
|
||||
to run Mark Shinwell's script
|
||||
<pre>/root/fakenet/runfakenet
|
||||
</pre>
|
||||
|
||||
This typically needs to be run once or twice a day when the internt stops working.
|
||||
Sometimes you have to walk over to the blue laptop and run this script directly by typing on its keyboard
|
||||
as the network has collapsed so badly that <span style="font-family:monospace">ssh</span> doesn't work.
|
||||
<h3>Historical Note</h3>
|
||||
|
||||
<p>Prior to 2018 we used to run an unconnected local network with our own DNS domain
|
||||
name "potato.hut", our own server holding all the website and survey data, and published WiFi as SSID "tattyhut".
|
||||
Updates to the rest of the world were done by taking an up-to-date laptop which had been in
|
||||
the tatty hut to a real internet connection and
|
||||
pushing the changes to the distributed version control system on expo.survex.com to be merged.
|
||||
pushing the changes to the distributed version control system on
|
||||
<span style="font-family:monospace">expo.survex.com</span> to be merged.
|
||||
</p>
|
||||
|
||||
<p>In 2017 the hard-drive on our server died which triggered the general reconfiguration
|
||||
@ -96,21 +112,12 @@ pushing the changes to the distributed version control system on expo.survex.com
|
||||
a much-improved WiFi service at the Gasthof in recent years.
|
||||
|
||||
<h3>Footnote</h3>
|
||||
No, the usb coffee warmer doesn't work. It gets very slightly warm if you press the button to turn it on but the power drain makes horrid things happen to
|
||||
No, the usb coffee warmer doesn't work. It gets very slightly warm if you press
|
||||
the button to turn it on but the power drain makes horrid things happen to
|
||||
the laptops when they boot up. Don't touch it.
|
||||
<hr>
|
||||
<ul id="links">
|
||||
<li><a href="index.htm">Expedition Handbook</a>
|
||||
<ul>
|
||||
<li><a href="survey/index.htm">Surveying guide</a></li>
|
||||
<li><a href="look4.htm">Prospecting guide</a></li>
|
||||
<li><a href="rescue.htm">Rescue guide</a></li>
|
||||
<li><a href="rigit.htm">Rigging guide</a></li>
|
||||
<li><a href="photo.htm">Photography guide</a></li>
|
||||
</ul></li>
|
||||
<li><a href="../infodx.htm">Index to info/topics</a></li>
|
||||
|
||||
<li><a href="../index.htm">Back to Expedition Intro</a></li>
|
||||
<li><a href="../../index.htm">Back to CUCC Home</a></li>
|
||||
</ul>
|
||||
</body></html>
|
||||
|
Loading…
Reference in New Issue
Block a user