jekyll build from Action 594b802f927d9622bddd342aa9da54c836e0673a
This commit is contained in:
@ -460,7 +460,7 @@ util.lua: highlight<span class="o">(</span>group, properties<span class="o">)
|
||||
<span class="page__meta-readtime">
|
||||
<i class="far fa-fw fa-clock" aria-hidden="true"></i>
|
||||
|
||||
1 minute read
|
||||
2 minute read
|
||||
|
||||
</span>
|
||||
|
||||
|
@ -582,7 +582,7 @@ WantedBy=multi-user.target
|
||||
<span class="page__meta-readtime">
|
||||
<i class="far fa-fw fa-clock" aria-hidden="true"></i>
|
||||
|
||||
1 minute read
|
||||
2 minute read
|
||||
|
||||
</span>
|
||||
|
||||
|
@ -421,7 +421,7 @@ ffmpeg <span class="nt">-f</span> concat <span class="nt">-i</span> mylist.txt <
|
||||
<span class="page__meta-readtime">
|
||||
<i class="far fa-fw fa-clock" aria-hidden="true"></i>
|
||||
|
||||
1 minute read
|
||||
2 minute read
|
||||
|
||||
</span>
|
||||
|
||||
|
@ -440,7 +440,7 @@ ssh <span class="nt">-p</span> 7777 homeuser@localhost
|
||||
<span class="page__meta-readtime">
|
||||
<i class="far fa-fw fa-clock" aria-hidden="true"></i>
|
||||
|
||||
1 minute read
|
||||
2 minute read
|
||||
|
||||
</span>
|
||||
|
||||
|
@ -430,7 +430,7 @@ uselessuser@remote.host<span class="se">\'</span>s password:
|
||||
<span class="page__meta-readtime">
|
||||
<i class="far fa-fw fa-clock" aria-hidden="true"></i>
|
||||
|
||||
1 minute read
|
||||
2 minute read
|
||||
|
||||
</span>
|
||||
|
||||
|
@ -465,7 +465,7 @@ grub-install <span class="nt">--efi-directory</span><span class="o">=</span>/boo
|
||||
<span class="page__meta-readtime">
|
||||
<i class="far fa-fw fa-clock" aria-hidden="true"></i>
|
||||
|
||||
1 minute read
|
||||
2 minute read
|
||||
|
||||
</span>
|
||||
|
||||
|
@ -302,7 +302,7 @@
|
||||
<span class="page__meta-readtime">
|
||||
<i class="far fa-clock" aria-hidden="true"></i>
|
||||
|
||||
1 minute read
|
||||
2 minute read
|
||||
|
||||
</span>
|
||||
|
||||
@ -322,6 +322,20 @@
|
||||
|
||||
<p>If you know the original quote, email me… No, do not email because it does not work. F%ck this thing. F*%k everything. I deserved this. Do not help. If I can’t fix this by myself, I should not call myself computer engineer. I am out.</p>
|
||||
|
||||
<p><strong>Update:</strong> The problem is fixed. One of my colleagues told me to reboot the server so that it will (possibly) trigger a script to get a new certificate. I did not think it would work because I already try to get a new certificate manually running <code class="language-plaintext highlighter-rouge">certbot renew</code>. And yeah, it didn’t change anything but gave me courage to try other <em>dead simple</em> solutions.</p>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<p>One of them was adding missing MX records for my domain. <code class="language-plaintext highlighter-rouge">certbot</code> was telling me that it can’t find any <code class="language-plaintext highlighter-rouge">A</code> or <code class="language-plaintext highlighter-rouge">AAAA</code> records for <code class="language-plaintext highlighter-rouge">www.mail</code>. I didn’t think this is related with my problem because how would I receive emails before then? Anyway, I added the records and the errors are gone. It was only giving me success messages now. Everything seemed to be fine. But I still could not connect to my mail account.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>And here is the solution: <code class="language-plaintext highlighter-rouge">sudo systemctl restart dovecot</code>. Kill me. I am <em>guessing</em> I had to restart the mail service because certificate has changed and it had to pick up the new one. I bet if I had run this command right after <code class="language-plaintext highlighter-rouge">certbot renew</code> I would not face any issues. The error messages caused by missing mx records were not related with this problem but I was confused by them and I thought something wrong with my certificates.</p>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<p>Any way, I am happy that it is finally fixed. Did I learn something from this? Not much, but yeah. Sometimes all you need is a simple restart :D</p>
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
|
Reference in New Issue
Block a user