deb_debris

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
deb_debris [2020/10/20 15:32] โ€“ [Finca LaDichium โ”€ DEBRiS Chrome] Jรบne Parkdeb_debris [2022/09/12 08:41] โ€“ [๏ผ‹Work logs] Jรบne Park
Line 49: Line 49:
 <code ini> <code ini>
 Mounted on     Type  Size  Used Avail Use% Mounted on     Type  Size  Used Avail Use%
-/              ext4   29G   11G   16G  42%ย +/              ext4   20G  6.8G   12G  37%ย 
-/home          ext4  916G  338G  532G  39%+/home          ext4  916G  384G  486G  45%
 </code> </code>
  
Line 61: Line 61:
 ==== ๏ผ‹Work logs ====  ==== ๏ผ‹Work logs ==== 
  
 +  * Upgrade ''Ubuntu 22.04.1 LTS (Jammy Jellyfish)'' <sub>  --- Updated on //2022/09/09 17:40// </sub>
   * Fresh installation for Ubuntu Server 20.04 ''focal'' <sub>  --- Updated on //2020/10/12 20:44// </sub>   * Fresh installation for Ubuntu Server 20.04 ''focal'' <sub>  --- Updated on //2020/10/12 20:44// </sub>
   * Upgrade ''mariadb 10.5'' <sub>  --- Updated on //2020/08/31 13:15// </sub>   * Upgrade ''mariadb 10.5'' <sub>  --- Updated on //2020/08/31 13:15// </sub>
Line 147: Line 148:
  
 ---- ----
 +
 +===== Solved problems =====
 +
 +=== Disable restarting Nginx service ===
 +<text type="warning">{{fa>exclamation}} **Problem**</text>: Nginx web service is not restarting after updating certificates with ''certbot''  
 +
 +<text type="danger">{{fa>bug}} **Symptom**</text>: Following messages are showing when it fails to restart 
 +
 +<code nginx> 
 +nginx: [emerg] bind() to 0.0.0.0:443 failed (98: Address already in use)
 +nginx: [emerg] still could not bind()
 +</code> 
 +
 +<text type="info">{{fa>lightbulb-o}} **Solution**</text>: Kill nginx service with command 
 +
 +<code bash> 
 +sudo fuser -k 443/tcp
 +sudo service nginx restart
 +</code>
 +
 +---- 
  • deb_debris
  • Last modified: 2024/05/22 09:44
  • by Jรบne Park