2013-08-27 17:28:11 +02:00
|
|
|
{% extends "zerver/portico.html" %}
|
|
|
|
|
2022-09-06 12:04:03 +02:00
|
|
|
{% block title %}
|
|
|
|
<title>Zephyr mirroring information | Zulip</title>
|
|
|
|
{% endblock %}
|
|
|
|
|
2020-10-23 02:43:28 +02:00
|
|
|
{# Zephyr mirroring information page #}
|
2013-08-27 17:28:11 +02:00
|
|
|
|
|
|
|
{% block portico_content %}
|
2013-09-13 06:06:10 +02:00
|
|
|
<h1 style="margin-top:30px;">The Zephyr mirror script (not recommended)</h1>
|
2013-08-27 17:28:11 +02:00
|
|
|
|
2021-11-24 14:25:30 +01:00
|
|
|
<p>
|
|
|
|
Webathena is the easiest way to use Zulip. With Webathena, you don't need
|
|
|
|
to run any software in a screen session. Your Athena password never leaves
|
|
|
|
your computer and the only access that any Zulip computer ever receives is the
|
|
|
|
ability to send/receive zephyrs as you.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
We recommend that you use Webathena instead of following these instructions.
|
|
|
|
Please only follow these instructions if you know that you want to run the zephyr
|
|
|
|
mirror script instead of using Webathena.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<h3 id="mirror">Running the Zephyr mirror script</h3>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
On an Athena dialup
|
|
|
|
(<a href="https://linerva.mit.edu">linerva.mit.edu</a>,
|
|
|
|
<a href="https://athena.dialup.mit.edu">athena.dialup.mit.edu</a>,
|
|
|
|
etc.), run the Zephyr mirroring script inside a screen
|
|
|
|
session.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
2021-12-01 15:24:51 +01:00
|
|
|
<strong>IMPORTANT: You must keep the Zephyr mirroring script
|
|
|
|
always running in a session with unexpired Kerberos
|
|
|
|
tickets.</strong> The script forwards personals you receive on
|
2021-11-24 14:25:30 +01:00
|
|
|
Zephyr to Zulip, and forwards messages you send in Zulip to
|
2021-12-01 15:24:51 +01:00
|
|
|
Zephyr. <strong>If it is not running, only other Zulip users
|
|
|
|
will receive messages you send from Zulip!</strong> The Zulip
|
|
|
|
web application will warn you if the Zephyr mirroring script is
|
|
|
|
not running.
|
2021-11-24 14:25:30 +01:00
|
|
|
</p>
|
2013-08-27 17:28:11 +02:00
|
|
|
|
2021-12-01 15:24:51 +01:00
|
|
|
<p>
|
|
|
|
If you already have BarnOwl running in screen/tmux somewhere,
|
|
|
|
you can just run:
|
|
|
|
</p>
|
2013-08-27 17:28:11 +02:00
|
|
|
|
2016-08-15 03:38:47 +02:00
|
|
|
<p><code>/mit/tabbott/zulip/zephyr_mirror.py</code></p>
|
2013-08-27 17:28:11 +02:00
|
|
|
|
|
|
|
<p>inside that screen session.</p>
|
|
|
|
|
2020-08-11 01:47:54 +02:00
|
|
|
<h4>Mirroring without a BarnOwl session</h4>
|
2013-08-27 17:28:11 +02:00
|
|
|
|
2021-11-24 14:25:30 +01:00
|
|
|
<p>
|
|
|
|
If you are not already running a screen/tmux for BarnOwl, you
|
|
|
|
can set up a screen session to run the Zephyr mirroring script by
|
|
|
|
running the following on a dialup such
|
|
|
|
as <a href="https://linerva.mit.edu">linerva.mit.edu</a>:
|
|
|
|
</p>
|
2013-08-27 17:28:11 +02:00
|
|
|
|
2021-11-24 14:25:30 +01:00
|
|
|
<ol>
|
|
|
|
<li><code>kinit -l7d && aklog</code></li>
|
|
|
|
<li>(Type your password to create 7-day renewable Kerberos tickets)</li>
|
|
|
|
<li>
|
|
|
|
<code>env ZEPHYR_SCREEN_CLIENT=/mit/tabbott/zulip/zephyr_mirror.py
|
2016-08-15 03:38:47 +02:00
|
|
|
SCREEN_SESSION_NAME=zulip athrun kchen owl-screen
|
2021-11-24 14:25:30 +01:00
|
|
|
</code>
|
|
|
|
</li>
|
2013-08-27 17:28:11 +02:00
|
|
|
</ol>
|
|
|
|
|
2021-11-24 14:25:30 +01:00
|
|
|
<p>
|
|
|
|
This will run the Zephyr mirroring script inside a screen
|
|
|
|
session, and use `/mit/kchen/bin/cont-renew-notify` to continually
|
|
|
|
renew your Kerberos tickets for up to a week; each week, it will
|
|
|
|
send you a Zephyr/Zulip letting you know that you need to renew
|
|
|
|
your tickets. To do so, log in to the server that you set up the
|
|
|
|
screen session on and use the following procedure:
|
|
|
|
</p>
|
2013-08-27 17:28:11 +02:00
|
|
|
|
|
|
|
<ol>
|
2021-11-24 14:25:30 +01:00
|
|
|
<li>
|
|
|
|
Run <code>screen -x zulip</code> to connect to the mirroring
|
|
|
|
screen session created above.
|
|
|
|
</li>
|
|
|
|
<li>The first time, you'll need to type <code>Ctrl-A c</code> to switch to a new terminal in your screen session.</li>
|
|
|
|
<li><code>kinit -l7d && aklog</code></li>
|
2022-02-08 00:13:33 +01:00
|
|
|
<li>(Type your password to renew your Kerberos tickets).</li>
|
2013-08-27 17:28:11 +02:00
|
|
|
</ol>
|
|
|
|
|
2021-11-24 14:25:30 +01:00
|
|
|
<p>
|
|
|
|
Don't run multiple copies of the Zephyr mirroring script;
|
|
|
|
doing so will result in messages you sent being forwarded to
|
|
|
|
Zephyr twice.
|
|
|
|
</p>
|
2013-08-27 17:28:11 +02:00
|
|
|
|
|
|
|
{% endblock %}
|