add auto fetch ssl certs

This commit is contained in:
2021-08-26 12:11:25 +08:00
parent 11ca254bed
commit 509ac048fc
237 changed files with 4968 additions and 7406 deletions

View File

@@ -13,7 +13,7 @@
"articleSection" : "post",
"name" : "[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas",
"headline" : "[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas",
"description" : "\x3cp\x3e這兩天在弄兩台Freenas 準備當作Proxmox 的Storage \x26amp; Server Backup\x3c\/p\x3e\n\n\x3cp\x3e因為伺服器的限制只能接六個SATA我接了六個2T的硬碟做raid10\x3c\/p\x3e\n\n\x3cp\x3e然後把Freenas 安裝在隨身碟上\x3c\/p\x3e\n\n\x3cp\x3e不過會一直出現Smartd failed to start 的錯誤訊息\x3c\/p\x3e",
"description" : "\x3cp\x3e這兩天在弄兩台Freenas 準備當作Proxmox 的Storage \x26amp; Server Backup\x3c\/p\x3e\n\x3cp\x3e因為伺服器的限制只能接六個SATA我接了六個2T的硬碟做raid10\x3c\/p\x3e\n\x3cp\x3e然後把Freenas 安裝在隨身碟上\x3c\/p\x3e\n\x3cp\x3e不過會一直出現Smartd failed to start 的錯誤訊息\x3c\/p\x3e",
"inLanguage" : "en",
"author" : "Eric Chang",
"creator" : "Eric Chang",
@@ -45,9 +45,9 @@
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<link href="https://h.cowbay.org/css/style.css?v=1626744134" rel="stylesheet" id="theme-stylesheet" type='text/css' media='all'>
<link href="https://h.cowbay.org/css/style.css?v=1629951055" rel="stylesheet" id="theme-stylesheet" type='text/css' media='all'>
<link href="https://h.cowbay.org/css/custom.css?v=1626744134" rel="stylesheet" type='text/css' media='all'>
<link href="https://h.cowbay.org/css/custom.css?v=1629951055" rel="stylesheet" type='text/css' media='all'>
<link rel="shortcut icon" href="https://h.cowbay.org/img/favicon.ico" type="image/x-icon">
<link rel="icon" href="https://h.cowbay.org/img/favicon.ico" type="image/x-icon">
@@ -81,10 +81,6 @@ if (!doNotTrack) {
<ul id="menu-secondary-items" class="menu-secondary-items">
<li class="menu-item menu-item-type-taxonomy menu-item-object-category">
<a href="/categories/"></a>
</li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category">
<a href="/categories/ansible">ansible</a>
</li>
@@ -309,27 +305,16 @@ if (!doNotTrack) {
<div class="entry-content">
<article>
<p>這兩天在弄兩台Freenas 準備當作Proxmox 的Storage &amp; Server Backup</p>
<p>因為伺服器的限制只能接六個SATA我接了六個2T的硬碟做raid10</p>
<p>然後把Freenas 安裝在隨身碟上</p>
<p>不過會一直出現Smartd failed to start 的錯誤訊息</p>
<p><img src="https://i.imgur.com/mj6lCc7.png" alt="Freenas smartd failed to start" /></p>
<p><img src="https://i.imgur.com/mj6lCc7.png" alt="Freenas smartd failed to start"></p>
<p>翻了一下論壇,發現因為系統安裝在隨身碟上</p>
<p>然後預設會開啟隨身碟的smart</p>
<p>可是這樣反而會造成錯誤</p>
<p>所以只要去 Storage &ndash;&gt; View Disks 找到隨身碟的代號</p>
<p>然後點兩下進去編輯,把 enable S.M.A.R.T 關閉</p>
<p><img src="https://i.imgur.com/WnvsQie.png" alt="disable SMART on USB FLASH" /></p>
<p><img src="https://i.imgur.com/WnvsQie.png" alt="disable SMART on USB FLASH"></p>
<p>接著再去啟動 SMART ,就不會有錯誤訊息了</p>
</article>
</div>
@@ -605,7 +590,7 @@ title="pinterest icon"></i>
</ul> <div class="design-credit">
<p>&copy; 2018 Göran Svensson</p>
<p>© 2018 Göran Svensson</p>
<p>Nederburg Hugo Theme by <a href="https://appernetic.io">Appernetic</a>.</p>
@@ -617,7 +602,7 @@ title="pinterest icon"></i>
</div>
<script src="https://h.cowbay.org/js/jquery.min.js"></script>
<script src="https://h.cowbay.org/js/jquerymigrate.js"></script>
<script src="https://h.cowbay.org/js/production.min.js?v=1626744134"></script>
<script src="https://h.cowbay.org/js/production.min.js?v=1629951055"></script>
</body>
</html>