Skip to content

Commit

Permalink
Upgrading to noble numbat
Browse files Browse the repository at this point in the history
  • Loading branch information
ninabarzh committed Sep 13, 2024
1 parent f0a0c25 commit 5f6446d
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 4 deletions.
2 changes: 1 addition & 1 deletion project/blog/templates/blog/blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div class="blog-post-card__body">
<a href="{{ url_for('blog.posts', blog_title='noble') }}">
<h2 class="recipe-title-long">Upgrading to Noble Numbat</h2></a>
<p>For a change, I decided to try the do-release-upgrade script. Ugh.</p>
<p>The software updater tool prompted about the available upgrade to Noble Numbat. For a change, I decided to try the do-release-upgrade script. Ugh. Hold off, or shoot troubles.</p>
<p class="blog-post-card__date">Published on Sept 13, 2024</p>
</div>
</div>
Expand Down
23 changes: 22 additions & 1 deletion project/blog/templates/blog/noble.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h2>Signal desktop</h2>

<pre><code>Err:2 https://updates.signal.org/desktop/apt xenial/main amd64 signal-desktop amd64 7.24.1
Error reading from server - read (5: Input/output error) [IP: 172.64.155.138 443]
Fetched 1280 kB in 18min 13s (1171 B/s)
Fetched 1 280 kB in 18min 13s (1 171 B/s)
E: Failed to fetch https://updates.signal.org/desktop/apt/pool/s/signal-desktop/signal-desktop_7.24.1_amd64.deb
Error reading from server - read (5: Input/output error) [IP: 172.64.155.138 443]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?</code></pre>
Expand Down Expand Up @@ -271,6 +271,27 @@ <h2>Reboot</h2>

<code>nina@tardis:~$ sudo reboot</code>

<h2>Dang! Network problems</h2>

<p>Network manager was gone. Nowhere to be found. And <code>dhcpcd</code> had a dangling <code>/etc/resolv.conf</code> symlink problem.</p>

<p>Try this first:</p>

<pre><code>sudo dhcpcd
[sudo] password for nina:
dhcpcd-10.0.6 starting
dev: loaded udev
...
</code></pre>

<p>Then:</p>

<pre><code>sudo apt install network-manager</code></pre>

<p>If no dangling symlink problem appeared because of broken packages, that's it. Else:</p>

<pre><code>sudo apt install systemd-resolved</code></pre>

<h2>Aftermath</h2>

<h3>Close port:</h3>
Expand Down
2 changes: 1 addition & 1 deletion project/build/blog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h1><a href="https://tymyrddin.dev">Ty Myrddin Home</a></h1>
<div class="blog-post-card__body">
<a href="/noble/">
<h2 class="recipe-title-long">Upgrading to Noble Numbat</h2></a>
<p>For a change, I decided to try the do-release-upgrade script. Ugh.</p>
<p>The software updater tool prompted about the available upgrade to Noble Numbat. For a change, I decided to try the do-release-upgrade script. Ugh. Hold off, or shoot troubles.</p>
<p class="blog-post-card__date">Published on Sept 13, 2024</p>
</div>
</div>
Expand Down
23 changes: 22 additions & 1 deletion project/build/noble/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ <h2>Signal desktop</h2>

<pre><code>Err:2 https://updates.signal.org/desktop/apt xenial/main amd64 signal-desktop amd64 7.24.1
Error reading from server - read (5: Input/output error) [IP: 172.64.155.138 443]
Fetched 1280 kB in 18min 13s (1171 B/s)
Fetched 1 280 kB in 18min 13s (1 171 B/s)
E: Failed to fetch https://updates.signal.org/desktop/apt/pool/s/signal-desktop/signal-desktop_7.24.1_amd64.deb
Error reading from server - read (5: Input/output error) [IP: 172.64.155.138 443]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?</code></pre>
Expand Down Expand Up @@ -321,6 +321,27 @@ <h2>Reboot</h2>

<code>nina@tardis:~$ sudo reboot</code>

<h2>Dang! Network problems</h2>

<p>Network manager was gone. Nowhere to be found. And <code>dhcpcd</code> had a dangling <code>/etc/resolv.conf</code> symlink problem.</p>

<p>Try this first:</p>

<pre><code>sudo dhcpcd
[sudo] password for nina:
dhcpcd-10.0.6 starting
dev: loaded udev
...
</code></pre>

<p>Then:</p>

<pre><code>sudo apt install network-manager</code></pre>

<p>If no dangling symlink problem appeared because of broken packages, that's it. Else:</p>

<pre><code>sudo apt install systemd-resolved</code></pre>

<h2>Aftermath</h2>

<h3>Close port:</h3>
Expand Down

0 comments on commit 5f6446d

Please sign in to comment.