rpi_nimbus

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
rpi_nimbus [2019/06/23 15:07] – [Backup & archive veb resources] Júne Parkrpi_nimbus [2019/07/18 20:19] – [Specification] Júne Park
Line 26: Line 26:
 {{:rpi_nimbus.jpg?nolink&250|}} {{:rpi_nimbus.jpg?nolink&250|}}
  
-  * Name: {{material>assignment_turned_in}} NiMBUS deBlanc (official) | {{material>create}} 구운몽 (korean)+Name: {{material>assignment_turned_in}} NiMBUS deBlanc (official) | {{material>create}} ''구운몽'' (korean)
  
 ---- ----
 ==== Specification ====  ==== Specification ==== 
  
-  * Model: [[https://www.raspberrypi.org/products/raspberry-pi-3-model-b/|Raspberry Pi 3 Model B]] [[wp>Raspberry_Pi#Model_B|Raspbierry Pi Model B]] +{{material>developer_board?32&color=#14281D}} Model: [[https://www.raspberrypi.org/products/raspberry-pi-3-model-b/|Raspberry Pi 3 Model B]] [[wp>Raspberry_Pi#Model_B|Raspbierry Pi Model B]] 
-  {{fa>database?color=#522B47}}240G on ''/var/www'' & 500G on ''~/storage'' - {{fa>plug}} [[SECURED:JUNE_HARDWARE#data_storage|Storage in details]] {{fa>lock}} + 
-  {{fa>wifi?color=#7B0828}}Wireless (''wlan0''Wired (''eth0'') - {{fa>wifi}} [[SECURED:HOME_NETWORK#dhcp_assigned_ip|Júne's home network]] {{fa>lock}} +{{material>sd_storage?32&color=#355834}} {{fa>database}} 240G on ''/var/www''{{fa>database}} 500G on ''~/storage'' --- {{fa>plug}} [[SECURED:JUNE_HARDWARE#data_storage|Storage in details]] {{fa>lock}} 
-  {{fa>globe?color=#0F0E0E}} Web service and web resources including [[wp>WebDAV]]+ 
 +=== Live status of storages === 
 + 
 +<code ini> 
 +Mounted on          Type  Size  Used Avail Use% 
 +/home/meson/storage ext4  458G   44G  391G  11% 
 +/var/www            ext4  220G   18G  191G   9% 
 +</code> 
 + 
 +{{material>network_wifi?32&color=#6E633D}} {{fa>wifi}} Wireless (''wlan0'')Wired (''eth0''& Wired {{fa>usb?color=#000000}} (''eth1'' --- {{fa>wifi}} [[SECURED:HOME_NETWORK#dhcp_assigned_ip|Júne's home network]] {{fa>lock}} 
 + 
 +{{material>https?32&color=#C2A878}}  Web service and web resources including [[wp>WebDAV]]
  
 ---- ----
Line 545: Line 556:
 <code bash>  <code bash> 
 sudo systemctl disable hciuart sudo systemctl disable hciuart
 +</code>
 +
 +----
 +==== Solved Problems ==== 
 +
 +=== symbol lookup error === 
 +
 +<text type="warning">{{fa>exclamation}} **Problem**</text>: Error during ''sudo apt update''
 +
 +<text type="danger">{{fa>bug}} **Symptom**</text>
 +<code text> 
 +apt-get: symbol lookup error: /usr/lib/arm-linux-gnueabihf/libapt-pkg.so.4.12: undefined symbol: 
 +</code>
 +
 +<text type="info">{{fa>lightbulb-o}} **Solution**</text>: reinstall package 
 +<code bash> 
 +# Download the current version of libapt-pkg4.12
 +wget http://mirrordirector.raspbian.org/raspbian/pool/main/a/apt/libapt-pkg4.12_0.9.7.9+rpi1+deb7u7_armhf.deb
 +
 +# Install it
 +sudo dpkg -i libapt-pkg4.12_0.9.7.9+rpi1+deb7u7_armhf.deb
 </code> </code>
  
  • rpi_nimbus
  • Last modified: 2024/04/18 08:58
  • by Júne Park