doc/en_US.ISO8859-1/htdocs/internal/machines.xml
Li-Wen Hsu 17cfa2ea57 Update FreeBSD.org developer hosts to reflect reality
Reviewed by:	bcr
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D18888
2019-01-18 13:52:37 +00:00

139 lines
3.6 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
"http://www.FreeBSD.org/XML/share/xml/xhtml10-freebsd.dtd" [
<!ENTITY title "The FreeBSD.org Network">
]>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>&title;</title>
<cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS">$FreeBSD$</cvs:keyword>
</head>
<body class="navinclude.docs">
<p>This page documents, for those with accounts on the FreeBSD.org
network, just what machine resources are currently available and
the sorts of jobs they are being provided for.</p>
<p>For a list of SSH host keys and their fingerprints for the
public FreeBSD.org machines, please see <a href="ssh-keys.asc">
this file</a>.</p>
<h2>Developer FreeBSD.org hosts</h2>
<p>These systems are available for FreeBSD developer / committer
use. Reference systems can be used for build tests etc.</p>
<table class="tblbasic">
<thead>
<tr>
<th align="left">Host</th>
<th align="left">OS</th>
<th align="left">Type</th>
<th align="left">Purpose</th>
</tr>
</thead>
<tbody>
<tr>
<td>freefall</td>
<td>12-CURRENT</td>
<td>amd64</td>
<td>Shell Logins.</td>
</tr>
<tr>
<td>ref[13|12|11]-amd64</td>
<td>X-STABLE</td>
<td>amd64</td>
<td>Reference machine.</td>
</tr>
<tr>
<td>ref[13|12|11]-i386</td>
<td>X-STABLE</td>
<td>i386</td>
<td>Reference machine.</td>
</tr>
<tr>
<td>ref[12|11]-aarch64</td>
<td>X-STABLE</td>
<td>arm64/aarch64</td>
<td>Reference machine.</td>
</tr>
<tr>
<td>universe[13|12|11][a|b]</td>
<td>X-STABLE</td>
<td>amd64</td>
<td>Universe build machine.</td>
</tr>
</tbody>
</table>
<h2>Hardware configurations</h2>
<table class="tblbasic">
<thead>
<tr>
<th align="left">Host</th>
<th align="left">Hardware</th>
</tr>
</thead>
<tbody>
<tr valign="top">
<td>freefall</td>
<td>Check <tt>dmesg(8)</tt>.</td>
</tr>
<tr valign="top">
<td>ref<em>[11-13]</em>-amd64</td>
<td>Check <tt>dmesg(8)</tt>.</td>
</tr>
<tr valign="top">
<td>ref<em>[11-13]</em>-i386</td>
<td>Check <tt>dmesg(8)</tt>.</td>
</tr>
<tr valign="top">
<td>ref<em>[11-12]</em>-aarch64</td>
<td>Check <tt>dmesg(8)</tt>.</td>
</tr>
<tr valign="top">
<td>universe<em>[11-13][a|b]</em></td>
<td>Check <tt>dmesg(8)</tt>.</td>
</tr>
</tbody>
</table>
<p>Machines are generally connected at 1Gbit/sec full-duplex to
a dedicated switch with redundant gigabit uplinks. All systems
have logged serial consoles and remote power management.</p>
<h2>Administrative Policies</h2>
<p>If the machine in question is "owned" by someone specific,
please direct queries to them first when asking about
administrative issues, this includes changes to user accounts or
filesystem layout.</p>
<p>All new user accounts must be cleared with the admin staff, and
are given only to FreeBSD developers, either in the docs, ports
or general src hacking category. Accounts may be given to
non-project developers if they have a specific need to test
something of a truly experimental nature and need access to
a FreeBSD machine for the purpose. See <a
href="new-account.html">New Account Creation Procedure
page</a> for details on new accounts. Accounts are not given
to the general public for "vanity domain" mail or other such
uses. It would be a waste of time to ask. Thanks.</p>
<p><a href="internal.html">FreeBSD Internal Home</a></p>
</body>
</html>