mirror of
https://github.com/TrentSPalmer/trentdocs_website.git
synced 2025-08-01 13:33:57 -07:00
extend docs/misc_tips_troubleshooting.md with zfs disk error tip
This commit is contained in:
@@ -131,6 +131,8 @@
|
||||
|
||||
<li><a class="toctree-l3" href="#updating-caddy-server">Updating Caddy Server</a></li>
|
||||
|
||||
<li><a class="toctree-l3" href="#zfs-disc-error-disc-identification">ZFS Disc Error Disc Identification</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
@@ -231,6 +233,11 @@ Also, WTF?</p>
|
||||
Maybe you get an error message such as the following <code>listen tcp :80: bind: permission denied</code> and/or
|
||||
<code>listen tcp :443: bind: permission denied</code>.<br />
|
||||
Fix this error with the following command <code>sudo setcap CAP_NET_BIND_SERVICE=+eip /path/to/caddy</code></p>
|
||||
<h2 id="zfs-disc-error-disc-identification">ZFS Disc Error Disc Identification</h2>
|
||||
<p>You created a zpool using /dev/disk-by-id to specify the devices, and now you want to figure out
|
||||
which disks are causing you trouble. For instance, your system log, <code>journalctl | grep -i fail</code>
|
||||
shows read error on /dev/sdc. </p>
|
||||
<p>You can use <code>lsblk -o MODEL,SERIAL</code> to match the information generated by <code>zpool status</code>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user