Skip to content

Commit

Permalink
Merge pull request #690 from autonomys/update-space-acres-min-support…
Browse files Browse the repository at this point in the history
…ed-ubuntu-version

Update Space Acres minimum supported ubuntu version
  • Loading branch information
jim-counter authored Oct 14, 2024
2 parents c518a73 + f441f21 commit de8ee87
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/farming-&-staking/farming/common-problems.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ These errors and warnings are tied to specific components. In this section, we w
<TabItem value="node" label="Node" default>

<details>
<summary><small>WARN Consensus: telemetry: ❌ Error while dialing /dns/telemetry.subspace.network/tcp/443/x-parity-wss/%2Fsubmit%2F: Custom \{ kind: Other, error: Timeout \}</small></summary>
<summary><small>WARN Consensus: telemetry: ❌ Error while dialing /dns/telemetry.subspace.network/tcp/443/x-parity-wss/%2Fsubmit%2F: Custom &#123; kind: Other, error: Timeout &#125;</small></summary>

🟢 This error is specifically related to the telemetry server. It may occur occasionally, but it has no impact on farming operations and can be safely ignored.

Expand Down Expand Up @@ -77,7 +77,7 @@ The drive where you are storing your plot is out of space. Reduce the plot size
<TabItem value="farming-cluster" label="Farming Cluster">

<details>
<summary><small>WARN \{farm_index=3}:\{sector_index=1036}: subspace_farmer::single_disk_farm::plotting: Failed to plot sector, retrying in 1s error=Low-level plotting error: Received only &lt;sector&gt; sector bytes out of &lt;bytes&gt; expected bytes</small></summary>
<summary><small>WARN &#123;farm_index=3&#125;:&#123;sector_index=1036&#125;: subspace_farmer::single_disk_farm::plotting: Failed to plot sector, retrying in 1s error=Low-level plotting error: Received only &lt;sector&gt; sector bytes out of &lt;bytes&gt; expected bytes</small></summary>


🟠 This is a known issue that is actively being investigated. To help mitigate these errors, run your NATS component on the same system as your Controller, Cache, and Plotter components.
Expand Down
22 changes: 20 additions & 2 deletions docs/farming-&-staking/farming/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,27 @@ For those who prefer a visual guide, we have prepared installation videos to ass
:::

## Operating System

<small>
| Minimum Supported Version |🐧 Ubuntu 22.04 | 🪟 Windows 11 | 🍎 macOS 14 (Sonoma) |
| --- | --- | --- | --- |
<table>
<tr>
<th>Application</th>
<th colspan="3">Minimum Supported Version*</th>
</tr>
<tr>
<td><strong>Advanced CLI</strong></td>
<td>🐧 Ubuntu 22.04</td>
<td>🪟 Windows 11</td>
<td>🍎 macOS 14 (Sonoma)</td>
</tr>
<tr>
<td><strong>Space Acres</strong></td>
<td>🐧 Ubuntu 24.04</td>
<td>🪟 Windows 11</td>
<td>🍎 macOS 14 (Sonoma)</td>
</tr>
</table>
&#42; Note that these are the officially supported minimum versions. For example, Windows 10 will not be officially supported but is likely to work. Team will not prioritise supporting issues that are only present on Windows 10.
</small>

## Hardware
Expand Down

0 comments on commit de8ee87

Please sign in to comment.