deb_mutism

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_mutism [2019/05/22 17:16] – [+Work logs] Júne Parkdeb_mutism [2019/08/16 11:30] – [Solved Problems] Júne Park
Line 26: Line 26:
 {{:logo_ubuntu.png?nolink&250|}} {{:logo_ubuntu.png?nolink&250|}}
  
-  * Name: {{material>assignment_turned_in}} MUTiSM Magnum (official) | {{material>create}} 라이몽 (korean)+Name: {{material>assignment_turned_in}} MUTiSM Magnum (official) | {{material>create}} ''라이몽'' (korean)
  
 ---- ----
Line 32: Line 32:
 ==== Specification ====  ==== Specification ==== 
  
-  * {{fa>microchip?color=#dd4814}} CPU: Intel(tm) i5-3337U  +{{fa>microchip?color=#dd4814&size=24}} CPU: Intel(tm) i5-3337U  
-  {{fa>microchip?color=#dd4814}} Memory: ''8G'' + 
-  {{fa>database?color=#dd4814}} Stoage:  +{{fa>microchip?color=#dd4814&size=24}} Memory: ''8G'' 
-    * ''128G'' (m.2 type SSD) --- ''**/**'' partition  + 
-    * ''500G'' (SATA HDD) --- ''**~/storage**'' partition   +{{fa>database?color=#dd4814&size=24}} Storages:  
-  {{fa>wifi?color=#dd4814}} WiFi+  * ''128G'' (m.2 type SSD) --- ''**/**'' partition  
 +  * ''500G'' (SATA HDD) --- ''**~/storage**'' partition   
 + 
 +=== Live status of storages === 
 + 
 +<code ini> 
 +Mounted on          Type  Size  Used Avail Use% 
 +/                   ext4  117G   15G   97G  14% 
 +/home/meson/storage ext4  458G  281G  154G  65% 
 +</code> 
 + 
 +{{fa>wifi?color=#dd4814&size=24}} Wireless
     * Intel<sup>(r)</sup> Dual Band Wireless-AC 3160 (802.11ac)      * Intel<sup>(r)</sup> Dual Band Wireless-AC 3160 (802.11ac) 
     * Realtek<sup>(r)</sup> WLAN USB Adapter (802.11ac)     * Realtek<sup>(r)</sup> WLAN USB Adapter (802.11ac)
Line 60: Line 71:
 ==== +Work logs ====  ==== +Work logs ==== 
  
-  * {{fa>certificate}} ''Renew SSL certificates'' ((Let's Encrypt) done <sub>  --- Updated on //2019/05/23 02:16// </sub> +  * {{fa>certificate}} ''Renew SSL certificates'' (Let's Encrypt) done <sub>  --- Updated on //2019/08/01 21:17// </sub> 
-  * {{fa>wordpress?color=#21759b}} Wordpress(tm) installed <sub> --- Updated on //2018/09/10 00:44//</sub>+  * **Nextcloud** ''install'' <sub>  --- Updated on //2019/05/17 01:02// </sub> 
 +  * {{fa>wordpress?color=#21759b}} Wordpress(tm) ''installed'' <sub> --- Updated on //2018/09/10 00:44//</sub>
   * {{fa>user?color=#da1884}} Added first ''new user'' for ''x.meson.ml'' <sub> --- Updated on //2018/09/10 00:43//</sub>   | {{material>account_box}} [[::private:june_todo#xmesonml|Registered Users]] {{fa>lock}}   * {{fa>user?color=#da1884}} Added first ''new user'' for ''x.meson.ml'' <sub> --- Updated on //2018/09/10 00:43//</sub>   | {{material>account_box}} [[::private:june_todo#xmesonml|Registered Users]] {{fa>lock}}
   * **Docker Client/Server** installed <sub> --- Updated on //2018/07/18 01:20//</sub>   * **Docker Client/Server** installed <sub> --- Updated on //2018/07/18 01:20//</sub>
Line 67: Line 79:
   * ''mu.meson.one'' page is created and need to attention to edit <sub> --- Updated on //2018/07/13 02:00//</sub>   * ''mu.meson.one'' page is created and need to attention to edit <sub> --- Updated on //2018/07/13 02:00//</sub>
   * ''Let's Encrypted'' issued and installed  <sub> --- Updated on //2018/07/10 23:48//</sub>   * ''Let's Encrypted'' issued and installed  <sub> --- Updated on //2018/07/10 23:48//</sub>
 +
 +
 +<hidden>
 +  * {{fa>certificate}} ''Renew SSL certificates'' (Let's Encrypt) done <sub>  --- Updated on //2019/05/23 02:16// </sub>
 +</hidden>
  
 === +Que to do ===  === +Que to do === 
Line 521: Line 538:
 ---- ----
 ==== Solved Problems ===== ==== Solved Problems =====
 +
 +=== Stuck during update in Nextcloud (tm) === 
 +<text type="danger">{{fa>bug}} **Symptom**</text>: Stuck in page showing ''Step 4 is currently in process. Please reload this page later'' during Nextcloud (tm) update using updater. 
 +
 +<text type="info">{{fa>lightbulb-o}} **Solution**</text>: ''Delete'' ''.step'' file in ''nextcloud-data/updater-randomstring/**.step**''
 +
  
 === Has sum mismatch ===  === Has sum mismatch === 
Line 540: Line 563:
  
 ---- ----
 +=== No apps found for your version === 
 +
 +<text type="danger">{{fa>bug}} **Symptom**</text>: Error showing **No apps found for your version** in Nextcloud (tm) Apps. 
 +
 +<text type="info">{{fa>lightbulb-o}} **Solution**</text>: ''Edit'' Fetching time in script, located in ''../nextcloud_root/lib/private/App/AppStore/Fetcher/Fetcher.php''
 +
 +<code php> 
 +  }
 + 
 +  $options = [
 +- 'timeout' => 10,
 ++ 'timeout' => 300,
 +  ];
 +</code>
 +
 +---- 
  • deb_mutism
  • Last modified: 2024/03/15 23:49
  • by Júne Park