mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-19 20:24:39 +02:00
update dietpi/README.md
This commit is contained in:
@@ -429,7 +429,7 @@ This guide was tested on:
|
||||
* Odroid HC1
|
||||
* Odroid HC2 (the same board except it accommodates a 3.5" 12V HDD)
|
||||
|
||||
see the instructions: [install_on_DietPi.md](install_on_DietPi.md)
|
||||
see the instructions: [dietpi/README.md](dietpi/README.md)
|
||||
(after installing DietPi and buliding the SDcard the setup continues from [Documentation](#documentation))
|
||||
|
||||
* hoping to extend this list with more compatible boards especially the ROCK64
|
@@ -1,61 +1,83 @@
|
||||
# ⚡️ this setup is tested on an ODroid HC1 ⚡️
|
||||

|
||||
# ⚡️ RaspiBlitz on DietPi ⚡️
|
||||
# A hardware agnostic platform
|
||||
|
||||
there is no LCD, but the [hardware specs](hw_comparison.md) make up for it.
|
||||
First tested on an Odroid HC1. It has no connection for an LCD, but the [hardware specs](hw_comparison.md) make up for it.
|
||||
|
||||

|
||||
|
||||
|
||||
## Setting up the DietPi OS
|
||||
|
||||
Download this image:
|
||||
### Download the updated DietPi image
|
||||
|
||||
For the Odroid HC1 / HC2 / XU3 / XU4 a v6.20.6 DietPi image with fail2ban installed is uploaded here:
|
||||
https://mega.nz/#!AcdVBAbR!O-W3jP5LUgw7lMY8S9XcBWcKX3IhRNAAFmaYzDXIUC0
|
||||
|
||||
Burn the SDCard with [Etcher](https://www.balena.io/etcher/) and extend the rootfs partition to the size of your card with a partition manager.
|
||||
|
||||
Insert the SDcard into the Odroid.
|
||||
|
||||
Power up and continue with: [Run the DietPi optimized Raspiblitz SDcard build script](#Run-the-DietPi-optimized-Raspiblitz-SDcard-build-script)
|
||||
|
||||
### Build your own DietPi image:
|
||||
|
||||
For the Odroid HC1 / HC2 / XU3 / XU4 download this image:
|
||||
https://dietpi.com/downloads/images/DietPi_OdroidXU4-ARMv7-Stretch.7z
|
||||
and burn it to the SD with https://www.balena.io/etcher/
|
||||
and burn it to the SD with [Etcher](https://www.balena.io/etcher/)
|
||||
|
||||
Getting started with DietPi: https://dietpi.com/phpbb/viewtopic.php?f=8&t=9#p9
|
||||
|
||||
In the desktop terminal on Linux / MacOS or Putty on Windows:
|
||||
|
||||
## On the desktop Linux terminal
|
||||
`ssh root@[IP-OF-DIETPI]`
|
||||
password: `dietpi`
|
||||
|
||||
>Ok > Cancel the recovery point
|
||||
Ok > Cancel > Cancel
|
||||
automatic apt update & apt upgrade on first logon and reboots
|
||||
Opt out of survey > Ok > Ok
|
||||
automatic apt update & apt upgrade and asks to reboot
|
||||

|
||||
|
||||
`ssh root@[IP-OF-DIETPI]`
|
||||
`ssh root@[IP-OF-DIETPI]`
|
||||
after the previous update the ssh keys might change:
|
||||
|
||||
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
|
||||
@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
|
||||
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
|
||||
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
|
||||
@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
|
||||
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
|
||||
|
||||
run (can be copied from the terminal output):
|
||||
run (can be copied from the terminal output):
|
||||
`ssh-keygen -f "/home/[your-linux-username]/.ssh/known_hosts" -R "dietpi.IP"`
|
||||
|
||||
`ssh root@[IP-OF-DIETPI]`
|
||||
`ssh root@[IP-OF-DIETPI]`
|
||||
yes >
|
||||
password: `dietpi`
|
||||
|
||||
At this point if the DietPi was not updated from 6.14 it does not manage to save settings going forward.
|
||||
Exit with CTRL + C and run
|
||||
`dietpi-update`
|
||||
update continue after the reboot.
|
||||
Exit the sotware installer (press Tab to jump to Exit)
|
||||

|
||||
|
||||
in the bash prompt run:
|
||||
`dietpi-update`
|
||||
>Ok > Cancel the recovery point
|
||||
update > >Opt out of survey > Ok
|
||||
Reboots
|
||||
|
||||
`ssh root@[IP-OF-DIETPI]`
|
||||
password: `dietpi`
|
||||
|
||||
>Ok > Cancel > Cancel
|
||||
Search `fail2ban` > Space to select > Enter
|
||||
Search `openssh` > Space to select OpenSSH Client > Enter
|
||||
> Install > Ok
|
||||
|
||||

|
||||
|
||||
>Opt out of survey > Ok
|
||||
Reboots again
|
||||
|
||||
## Run the DietPi optimized Raspiblitz SDcard build script
|
||||
|
||||
In the desktop terminal in Linux / MacOS or Putty in Windows:
|
||||
|
||||
`ssh root@[IP-OF-DIETPI]`
|
||||
password: `dietpi`
|
||||
Should end up here on version v6.20.6 or higher:
|
||||
|
||||

|
||||
|
||||
|
||||
run the SDcard build script in this format:
|
||||
`wget https://raw.githubusercontent.com/[GITHUB-USERNAME]/raspiblitz/[BRANCH]/build.sdcard/raspbianStretchDesktop.sh && sudo bash raspbianStretchDesktop.sh [BRANCH] [GITHUB-USERNAME]`
|
||||
|
||||
@@ -69,12 +91,15 @@ See my example output: [sdcard_build_output](DietPi/sdcard_build_output)
|
||||
`ssh admin@[IP-OF-DROIDBLITZ]`
|
||||
password: raspiblitz
|
||||
|
||||
The setup continues as described in the RaspiBlitz setup [README.md](/README.md#documentation)
|
||||
### The setup continues as described in the RaspiBlitz setup [README.md](/README.md#documentation)
|
||||
|
||||
## Example of setting up a RaspiBlitz HDD to be copied to the ODroid:
|
||||
|
||||

|
||||
|
||||
### Examples of copying the blockchain data from a HDD using a powered USB to SATA adapter
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
### Useful commands for debugging:
|
||||
To test a new configuration run XXcleanHDD.sh and strictly restart
|
||||
@@ -87,7 +112,10 @@ To test a new configuration run XXcleanHDD.sh and strictly restart
|
||||
`sudo tail -n100 /mnt/hdd/bitcoin/debug.log` - shows the last 100 lines
|
||||
`sudo systemctl status lnd`
|
||||
`sudo journalctl -f -u lnd`
|
||||
`./home/admin/XXdebugLogs.sh` - debug log collection on the raspiblitz
|
||||
`./home/admin/XXdebugLogs.sh` - debug log collection on the raspiblitz
|
||||
|
||||
Currently the DietPi update process has a bug causing bootloop if left alone. Will be sorted once the current, >6.2 version is uploaded as the starting image.
|
||||
Here find some excerpts from the deafult dietpi.txt (https://github.com/Fourdee/DietPi/blob/master/dietpi.txt) to be used once the automatic install is feasible:
|
||||
|
||||
### Automate installation with the dietpi.txt
|
||||
Need to copy to SDcard /boot/dietpi.txt after burning the image with Etcher.
|
@@ -1,5 +1,5 @@
|
||||
────────────────────────────────────────────────
|
||||
DietPi | Wed 30/01/19 - 12:55
|
||||
DietPi | Mon 04/02/19 - 10:02
|
||||
────────────────────────────────────────────────
|
||||
v6.20.6 | Odroid XU3/XU4/HC1/HC2 (armv7l)
|
||||
────────────────────────────────────────────────
|
||||
@@ -18,24 +18,17 @@
|
||||
htop = Resource monitor.
|
||||
cpu = Shows CPU information and stats.
|
||||
|
||||
root@DietPi:~# (if it would start the DietPi-Software GUI again >
|
||||
-bash: syntax error near unexpected token `newline'
|
||||
root@DietPi:~# Exit with CTRL + C
|
||||
-bash: Exit: command not found
|
||||
root@DietPi:~# `run dietpi-update`
|
||||
-bash: run: command not found
|
||||
root@DietPi:~# and reinstall fail2ban and openssh after the reboot)^C
|
||||
root@DietPi:~# wget https://raw.githubusercontent.com/openoms/HardwareNode/raspiblitz-dev/build.sdcard/raspbianStretchDesktop.sh && sudo bash raspbianStretchDesktop.sh raspiblitz-dev openoms
|
||||
--2019-01-30 12:56:46-- https://raw.githubusercontent.com/openoms/HardwareNode/raspiblitz-dev/build.sdcard/raspbianStretchDesktop.sh
|
||||
root@DietPi:~# wget https://raw.githubusercontent.com/openoms/raspiblitz/raspiblitz-dev/build.sdcard/raspbianStretchDesktop.sh && sudo bash raspbianStretchDesktop.sh raspiblitz-dev openoms
|
||||
--2019-02-04 10:02:34-- https://raw.githubusercontent.com/openoms/raspiblitz/raspiblitz-dev/build.sdcard/raspbianStretchDesktop.sh
|
||||
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.60.133
|
||||
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.60.133|:443... connected.
|
||||
HTTP request sent, awaiting response... 200 OK
|
||||
Length: 21177 (21K) [text/plain]
|
||||
Length: 21481 (21K) [text/plain]
|
||||
Saving to: ‘raspbianStretchDesktop.sh’
|
||||
|
||||
raspbianStretchDesktop.sh 100%[===================================>] 20.68K --.-KB/s in 0.02s
|
||||
raspbianStretchDesktop.sh 100%[====================================>] 20.98K --.-KB/s in 0.03s
|
||||
|
||||
2019-01-30 12:56:46 (978 KB/s) - ‘raspbianStretchDesktop.sh’ saved [21177/21177]
|
||||
2019-02-04 10:02:34 (649 KB/s) - ‘raspbianStretchDesktop.sh’ saved [21481/21481]
|
||||
|
||||
|
||||
*****************************************
|
||||
@@ -63,12 +56,13 @@ Generation complete.
|
||||
*** UPDATE DEBIAN ***
|
||||
Hit:1 http://fuzon.co.uk/meveric all InRelease
|
||||
Hit:2 http://fuzon.co.uk/meveric stretch InRelease
|
||||
Hit:3 https://oph.mdrjr.net/meveric all InRelease
|
||||
Hit:3 https://oph.mdrjr.net/meveric all InRelease
|
||||
Ign:4 https://cdn-aws.deb.debian.org/debian stretch InRelease
|
||||
Hit:5 https://cdn-aws.deb.debian.org/debian stretch-updates InRelease
|
||||
Get:5 https://cdn-aws.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
|
||||
Hit:6 https://cdn-aws.deb.debian.org/debian-security stretch/updates InRelease
|
||||
Hit:7 https://cdn-aws.deb.debian.org/debian stretch-backports InRelease
|
||||
Hit:8 https://cdn-aws.deb.debian.org/debian stretch Release
|
||||
Get:7 https://cdn-aws.deb.debian.org/debian stretch-backports InRelease [91.8 kB]
|
||||
Hit:8 https://cdn-aws.deb.debian.org/debian stretch Release
|
||||
Fetched 183 kB in 3s (58.9 kB/s)
|
||||
Reading package lists... Done
|
||||
Reading package lists... Done
|
||||
Building dependency tree
|
||||
@@ -96,15 +90,15 @@ The following packages will be REMOVED:
|
||||
fail2ban
|
||||
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
|
||||
After this operation, 1,321 kB disk space will be freed.
|
||||
(Reading database ... 15569 files and directories currently installed.)
|
||||
(Reading database ... 15499 files and directories currently installed.)
|
||||
Removing fail2ban (0.9.6-2) ...
|
||||
Reading package lists... Done
|
||||
Building dependency tree
|
||||
Reading state information... Done
|
||||
The following additional packages will be installed:
|
||||
binutils cpp cpp-6 dpkg-dev g++ g++-6 gcc gcc-6 libasan3 libatomic1 libc-dev-bin libc6-dev
|
||||
libcc1-0 libdpkg-perl libgcc-6-dev libgdbm3 libgomp1 libisl15 libmpc3 libmpfr4 libperl5.24
|
||||
libstdc++-6-dev libubsan0 linux-libc-dev make patch perl perl-modules-5.24 xz-utils
|
||||
binutils cpp cpp-6 dpkg-dev g++ g++-6 gcc gcc-6 libasan3 libatomic1 libc-dev-bin libc6-dev libcc1-0
|
||||
libdpkg-perl libgcc-6-dev libgdbm3 libgomp1 libisl15 libmpc3 libmpfr4 libperl5.24 libstdc++-6-dev
|
||||
libubsan0 linux-libc-dev make patch perl perl-modules-5.24 xz-utils
|
||||
Suggested packages:
|
||||
binutils-doc cpp-doc gcc-6-locales debian-keyring gcc-6-doc libstdc++6-6-dbg gcc-multilib
|
||||
manpages-dev autoconf automake libtool flex bison gdb gcc-doc libgcc1-dbg libgomp1-dbg libitm1-dbg
|
||||
@@ -124,16 +118,16 @@ Get:1 https://cdn-aws.deb.debian.org/debian-security stretch/updates/main armhf
|
||||
Get:2 https://cdn-aws.deb.debian.org/debian stretch/main armhf libgdbm3 armhf 1.8.3-14 [28.5 kB]
|
||||
Get:3 https://cdn-aws.deb.debian.org/debian-security stretch/updates/main armhf libperl5.24 armhf 5.24.1-3+deb9u5 [2,850 kB]
|
||||
Get:4 https://cdn-aws.deb.debian.org/debian-security stretch/updates/main armhf perl armhf 5.24.1-3+deb9u5 [219 kB]
|
||||
Get:5 https://cdn-aws.deb.debian.org/debian stretch/main armhf xz-utils armhf 5.2.2-1.2+b1 [263 kB]
|
||||
Get:6 https://cdn-aws.deb.debian.org/debian stretch/main armhf binutils armhf 2.28-5 [3,900 kB]
|
||||
Get:5 https://cdn-aws.deb.debian.org/debian stretch/main armhf xz-utils armhf 5.2.2-1.2+b1 [263 kB]
|
||||
Get:6 https://cdn-aws.deb.debian.org/debian stretch/main armhf binutils armhf 2.28-5 [3,900 kB]
|
||||
Get:7 https://cdn-aws.deb.debian.org/debian stretch/main armhf libc-dev-bin armhf 2.24-11+deb9u3 [253 kB]
|
||||
Get:8 https://cdn-aws.deb.debian.org/debian stretch/main armhf linux-libc-dev armhf 4.9.130-2 [1,350 kB]
|
||||
Get:9 https://cdn-aws.deb.debian.org/debian stretch/main armhf libc6-dev armhf 2.24-11+deb9u3 [1,995 kB]
|
||||
Get:10 https://cdn-aws.deb.debian.org/debian stretch/main armhf libisl15 armhf 0.18-1 [441 kB]
|
||||
Get:11 https://cdn-aws.deb.debian.org/debian stretch/main armhf libmpfr4 armhf 3.1.5-1 [536 kB]
|
||||
Get:12 https://cdn-aws.deb.debian.org/debian stretch/main armhf libmpc3 armhf 1.0.3-1+b2 [32.6 kB]
|
||||
Get:10 https://cdn-aws.deb.debian.org/debian stretch/main armhf libisl15 armhf 0.18-1 [441 kB]
|
||||
Get:11 https://cdn-aws.deb.debian.org/debian stretch/main armhf libmpfr4 armhf 3.1.5-1 [536 kB]
|
||||
Get:12 https://cdn-aws.deb.debian.org/debian stretch/main armhf libmpc3 armhf 1.0.3-1+b2 [32.6 kB]
|
||||
Get:13 https://cdn-aws.deb.debian.org/debian stretch/main armhf cpp-6 armhf 6.3.0-18+deb9u1 [5,239 kB]
|
||||
Get:14 https://cdn-aws.deb.debian.org/debian stretch/main armhf cpp armhf 4:6.3.0-4 [18.7 kB]
|
||||
Get:14 https://cdn-aws.deb.debian.org/debian stretch/main armhf cpp armhf 4:6.3.0-4 [18.7 kB]
|
||||
Get:15 https://cdn-aws.deb.debian.org/debian stretch/main armhf libcc1-0 armhf 6.3.0-18+deb9u1 [25.2 kB]
|
||||
Get:16 https://cdn-aws.deb.debian.org/debian stretch/main armhf libgomp1 armhf 6.3.0-18+deb9u1 [64.6 kB]
|
||||
Get:17 https://cdn-aws.deb.debian.org/debian stretch/main armhf libatomic1 armhf 6.3.0-18+deb9u1 [6,010 B]
|
||||
@@ -141,18 +135,18 @@ Get:18 https://cdn-aws.deb.debian.org/debian stretch/main armhf libasan3 armhf 6
|
||||
Get:19 https://cdn-aws.deb.debian.org/debian stretch/main armhf libubsan0 armhf 6.3.0-18+deb9u1 [92.9 kB]
|
||||
Get:20 https://cdn-aws.deb.debian.org/debian stretch/main armhf libgcc-6-dev armhf 6.3.0-18+deb9u1 [531 kB]
|
||||
Get:21 https://cdn-aws.deb.debian.org/debian stretch/main armhf gcc-6 armhf 6.3.0-18+deb9u1 [5,511 kB]
|
||||
Get:22 https://cdn-aws.deb.debian.org/debian stretch/main armhf gcc armhf 4:6.3.0-4 [5,212 B]
|
||||
Get:22 https://cdn-aws.deb.debian.org/debian stretch/main armhf gcc armhf 4:6.3.0-4 [5,212 B]
|
||||
Get:23 https://cdn-aws.deb.debian.org/debian stretch/main armhf libstdc++-6-dev armhf 6.3.0-18+deb9u1 [1,487 kB]
|
||||
Get:24 https://cdn-aws.deb.debian.org/debian stretch/main armhf g++-6 armhf 6.3.0-18+deb9u1 [5,665 kB]
|
||||
Get:25 https://cdn-aws.deb.debian.org/debian stretch/main armhf g++ armhf 4:6.3.0-4 [1,520 B]
|
||||
Get:26 https://cdn-aws.deb.debian.org/debian stretch/main armhf make armhf 4.1-9.1 [290 kB]
|
||||
Get:27 https://cdn-aws.deb.debian.org/debian stretch/main armhf libdpkg-perl all 1.18.25 [1,287 kB]
|
||||
Get:28 https://cdn-aws.deb.debian.org/debian stretch/main armhf patch armhf 2.7.5-1+deb9u1 [106 kB]
|
||||
Get:29 https://cdn-aws.deb.debian.org/debian stretch/main armhf dpkg-dev all 1.18.25 [1,595 kB]
|
||||
Get:30 https://cdn-aws.deb.debian.org/debian stretch/main armhf build-essential armhf 12.3 [7,342 B]
|
||||
Fetched 36.8 MB in 17s (2,149 kB/s)
|
||||
Get:25 https://cdn-aws.deb.debian.org/debian stretch/main armhf g++ armhf 4:6.3.0-4 [1,520 B]
|
||||
Get:26 https://cdn-aws.deb.debian.org/debian stretch/main armhf make armhf 4.1-9.1 [290 kB]
|
||||
Get:27 https://cdn-aws.deb.debian.org/debian stretch/main armhf libdpkg-perl all 1.18.25 [1,287 kB]
|
||||
Get:28 https://cdn-aws.deb.debian.org/debian stretch/main armhf patch armhf 2.7.5-1+deb9u1 [106 kB]
|
||||
Get:29 https://cdn-aws.deb.debian.org/debian stretch/main armhf dpkg-dev all 1.18.25 [1,595 kB]
|
||||
Get:30 https://cdn-aws.deb.debian.org/debian stretch/main armhf build-essential armhf 12.3 [7,342 B]
|
||||
Fetched 36.8 MB in 6s (5,292 kB/s)
|
||||
Selecting previously unselected package perl-modules-5.24.
|
||||
(Reading database ... 15324 files and directories currently installed.)
|
||||
(Reading database ... 15254 files and directories currently installed.)
|
||||
Preparing to unpack .../00-perl-modules-5.24_5.24.1-3+deb9u5_all.deb ...
|
||||
Unpacking perl-modules-5.24 (5.24.1-3+deb9u5) ...
|
||||
Selecting previously unselected package libgdbm3:armhf.
|
||||
@@ -302,9 +296,9 @@ Get:6 https://cdn-aws.deb.debian.org/debian stretch/main armhf libpython-stdlib
|
||||
Get:7 https://cdn-aws.deb.debian.org/debian stretch/main armhf python armhf 2.7.13-2 [154 kB]
|
||||
Get:8 https://cdn-aws.deb.debian.org/debian stretch/main armhf python-pip-whl all 9.0.1-2 [1,406 kB]
|
||||
Get:9 https://cdn-aws.deb.debian.org/debian stretch/main armhf python-pip all 9.0.1-2 [179 kB]
|
||||
Fetched 5,470 kB in 2s (2,215 kB/s)
|
||||
Fetched 5,470 kB in 2s (2,280 kB/s)
|
||||
Selecting previously unselected package libpython2.7-minimal:armhf.
|
||||
(Reading database ... 20133 files and directories currently installed.)
|
||||
(Reading database ... 20063 files and directories currently installed.)
|
||||
Preparing to unpack .../0-libpython2.7-minimal_2.7.13-2+deb9u3_armhf.deb ...
|
||||
Unpacking libpython2.7-minimal:armhf (2.7.13-2+deb9u3) ...
|
||||
Selecting previously unselected package python2.7-minimal.
|
||||
@@ -327,7 +321,7 @@ Setting up python2.7-minimal (2.7.13-2+deb9u3) ...
|
||||
Linking and byte-compiling packages for runtime python2.7...
|
||||
Setting up python-minimal (2.7.13-2) ...
|
||||
Selecting previously unselected package python.
|
||||
(Reading database ... 20881 files and directories currently installed.)
|
||||
(Reading database ... 20811 files and directories currently installed.)
|
||||
Preparing to unpack .../python_2.7.13-2_armhf.deb ...
|
||||
Unpacking python (2.7.13-2) ...
|
||||
Selecting previously unselected package python-pip-whl.
|
||||
@@ -347,16 +341,16 @@ Reading package lists... Done
|
||||
Building dependency tree
|
||||
Reading state information... Done
|
||||
Suggested packages:
|
||||
openssh-server
|
||||
openssh-client openssh-server
|
||||
The following NEW packages will be installed:
|
||||
rsync
|
||||
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
|
||||
Need to get 380 kB of archives.
|
||||
After this operation, 573 kB of additional disk space will be used.
|
||||
Get:1 https://cdn-aws.deb.debian.org/debian stretch/main armhf rsync armhf 3.1.2-1+deb9u1 [380 kB]
|
||||
Fetched 380 kB in 0s (444 kB/s)
|
||||
Fetched 380 kB in 0s (495 kB/s)
|
||||
Selecting previously unselected package rsync.
|
||||
(Reading database ... 21071 files and directories currently installed.)
|
||||
(Reading database ... 21001 files and directories currently installed.)
|
||||
Preparing to unpack .../rsync_3.1.2-1+deb9u1_armhf.deb ...
|
||||
Unpacking rsync (3.1.2-1+deb9u1) ...
|
||||
Setting up rsync (3.1.2-1+deb9u1) ...
|
||||
@@ -371,9 +365,9 @@ The following NEW packages will be installed:
|
||||
Need to get 234 kB of archives.
|
||||
After this operation, 797 kB of additional disk space will be used.
|
||||
Get:1 https://cdn-aws.deb.debian.org/debian stretch/main armhf net-tools armhf 1.60+git20161116.90da8a0-1 [234 kB]
|
||||
Fetched 234 kB in 1s (171 kB/s)
|
||||
Fetched 234 kB in 1s (205 kB/s)
|
||||
Selecting previously unselected package net-tools.
|
||||
(Reading database ... 21102 files and directories currently installed.)
|
||||
(Reading database ... 21032 files and directories currently installed.)
|
||||
Preparing to unpack .../net-tools_1.60+git20161116.90da8a0-1_armhf.deb ...
|
||||
Unpacking net-tools (1.60+git20161116.90da8a0-1) ...
|
||||
Setting up net-tools (1.60+git20161116.90da8a0-1) ...
|
||||
@@ -386,17 +380,88 @@ The following NEW packages will be installed:
|
||||
Need to get 131 kB of archives.
|
||||
After this operation, 166 kB of additional disk space will be used.
|
||||
Get:1 https://cdn-aws.deb.debian.org/debian stretch/main armhf xxd armhf 2:8.0.0197-4+deb9u1 [131 kB]
|
||||
Fetched 131 kB in 0s (173 kB/s)
|
||||
Fetched 131 kB in 0s (167 kB/s)
|
||||
Selecting previously unselected package xxd.
|
||||
(Reading database ... 21158 files and directories currently installed.)
|
||||
(Reading database ... 21088 files and directories currently installed.)
|
||||
Preparing to unpack .../xxd_2%3a8.0.0197-4+deb9u1_armhf.deb ...
|
||||
Unpacking xxd (2:8.0.0197-4+deb9u1) ...
|
||||
Setting up xxd (2:8.0.0197-4+deb9u1) ...
|
||||
Collecting setuptools
|
||||
Downloading https://files.pythonhosted.org/packages/bf/ae/a23db1762646069742cc21393833577d3fa438eecaa59d11fb04fa57fcd5/setuptools-40.7.1-py2.py3-none-any.whl (574kB)
|
||||
100% |████████████████████████████████| 583kB 675kB/s
|
||||
Downloading https://files.pythonhosted.org/packages/82/9c/e812a9838feaf76cd9a960ca4ced3be7f2db31e473677a621d006e128db2/setuptools-40.7.3-py2.py3-none-any.whl (574kB)
|
||||
100% |████████████████████████████████| 583kB 695kB/s
|
||||
Installing collected packages: setuptools
|
||||
Successfully installed setuptools-40.7.1
|
||||
Successfully installed setuptools-40.7.3
|
||||
Reading package lists... Done
|
||||
Building dependency tree
|
||||
Reading state information... Done
|
||||
The following additional packages will be installed:
|
||||
netcat-traditional
|
||||
The following NEW packages will be installed:
|
||||
netcat netcat-traditional
|
||||
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
|
||||
Need to get 74.7 kB of archives.
|
||||
After this operation, 164 kB of additional disk space will be used.
|
||||
Get:1 https://cdn-aws.deb.debian.org/debian stretch/main armhf netcat-traditional armhf 1.10-41+b1 [65.7 kB]
|
||||
Get:2 https://cdn-aws.deb.debian.org/debian stretch/main armhf netcat all 1.10-41 [8,962 B]
|
||||
Fetched 74.7 kB in 1s (48.7 kB/s)
|
||||
Selecting previously unselected package netcat-traditional.
|
||||
(Reading database ... 21099 files and directories currently installed.)
|
||||
Preparing to unpack .../netcat-traditional_1.10-41+b1_armhf.deb ...
|
||||
Unpacking netcat-traditional (1.10-41+b1) ...
|
||||
Selecting previously unselected package netcat.
|
||||
Preparing to unpack .../netcat_1.10-41_all.deb ...
|
||||
Unpacking netcat (1.10-41) ...
|
||||
Setting up netcat-traditional (1.10-41+b1) ...
|
||||
update-alternatives: using /bin/nc.traditional to provide /bin/nc (nc) in auto mode
|
||||
Setting up netcat (1.10-41) ...
|
||||
Reading package lists... Done
|
||||
Building dependency tree
|
||||
Reading state information... Done
|
||||
The following additional packages will be installed:
|
||||
libbsd0 libedit2
|
||||
Suggested packages:
|
||||
keychain libpam-ssh monkeysphere ssh-askpass
|
||||
Recommended packages:
|
||||
xauth
|
||||
The following NEW packages will be installed:
|
||||
libbsd0 libedit2 openssh-client
|
||||
0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
|
||||
Need to get 900 kB of archives.
|
||||
After this operation, 3,993 kB of additional disk space will be used.
|
||||
Get:1 https://cdn-aws.deb.debian.org/debian stretch/main armhf libbsd0 armhf 0.8.3-1 [89.6 kB]
|
||||
Get:2 https://cdn-aws.deb.debian.org/debian stretch/main armhf libedit2 armhf 3.1-20160903-3 [69.9 kB]
|
||||
Get:3 https://cdn-aws.deb.debian.org/debian stretch/main armhf openssh-client armhf 1:7.4p1-10+deb9u4 [740 kB]
|
||||
Fetched 900 kB in 1s (716 kB/s)
|
||||
Selecting previously unselected package libbsd0:armhf.
|
||||
(Reading database ... 21141 files and directories currently installed.)
|
||||
Preparing to unpack .../libbsd0_0.8.3-1_armhf.deb ...
|
||||
Unpacking libbsd0:armhf (0.8.3-1) ...
|
||||
Selecting previously unselected package libedit2:armhf.
|
||||
Preparing to unpack .../libedit2_3.1-20160903-3_armhf.deb ...
|
||||
Unpacking libedit2:armhf (3.1-20160903-3) ...
|
||||
Selecting previously unselected package openssh-client.
|
||||
Preparing to unpack .../openssh-client_1%3a7.4p1-10+deb9u4_armhf.deb ...
|
||||
Unpacking openssh-client (1:7.4p1-10+deb9u4) ...
|
||||
Setting up libbsd0:armhf (0.8.3-1) ...
|
||||
Processing triggers for libc-bin (2.24-11+deb9u3) ...
|
||||
Setting up libedit2:armhf (3.1-20160903-3) ...
|
||||
Setting up openssh-client (1:7.4p1-10+deb9u4) ...
|
||||
Processing triggers for libc-bin (2.24-11+deb9u3) ...
|
||||
Reading package lists... Done
|
||||
Building dependency tree
|
||||
Reading state information... Done
|
||||
The following NEW packages will be installed:
|
||||
openssh-sftp-server
|
||||
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
|
||||
Need to get 35.2 kB of archives.
|
||||
After this operation, 74.8 kB of additional disk space will be used.
|
||||
Get:1 https://cdn-aws.deb.debian.org/debian stretch/main armhf openssh-sftp-server armhf 1:7.4p1-10+deb9u4 [35.2 kB]
|
||||
Fetched 35.2 kB in 1s (35.2 kB/s)
|
||||
Selecting previously unselected package openssh-sftp-server.
|
||||
(Reading database ... 21211 files and directories currently installed.)
|
||||
Preparing to unpack .../openssh-sftp-server_1%3a7.4p1-10+deb9u4_armhf.deb ...
|
||||
Unpacking openssh-sftp-server (1:7.4p1-10+deb9u4) ...
|
||||
Setting up openssh-sftp-server (1:7.4p1-10+deb9u4) ...
|
||||
|
||||
*** CONFIG ***
|
||||
sudo: raspi-config: command not found
|
||||
@@ -431,9 +496,9 @@ Get:5 https://cdn-aws.deb.debian.org/debian stretch/main armhf dphys-swapfile al
|
||||
Get:6 https://cdn-aws.deb.debian.org/debian stretch/main armhf libonig4 armhf 6.1.3-2 [128 kB]
|
||||
Get:7 https://cdn-aws.deb.debian.org/debian stretch/main armhf libjq1 armhf 1.5+dfsg-1.3 [122 kB]
|
||||
Get:8 https://cdn-aws.deb.debian.org/debian stretch/main armhf jq armhf 1.5+dfsg-1.3 [59.2 kB]
|
||||
Fetched 5,514 kB in 1s (3,161 kB/s)
|
||||
Fetched 5,514 kB in 2s (2,743 kB/s)
|
||||
Selecting previously unselected package liberror-perl.
|
||||
(Reading database ... 21169 files and directories currently installed.)
|
||||
(Reading database ... 21215 files and directories currently installed.)
|
||||
Preparing to unpack .../0-liberror-perl_0.17024-1_all.deb ...
|
||||
Unpacking liberror-perl (0.17024-1) ...
|
||||
Selecting previously unselected package git-man.
|
||||
@@ -479,9 +544,9 @@ The following NEW packages will be installed:
|
||||
Need to get 78.6 kB of archives.
|
||||
After this operation, 206 kB of additional disk space will be used.
|
||||
Get:1 https://cdn-aws.deb.debian.org/debian stretch/main armhf vnstat armhf 1.15-2 [78.6 kB]
|
||||
Fetched 78.6 kB in 1s (54.1 kB/s)
|
||||
Fetched 78.6 kB in 1s (56.9 kB/s)
|
||||
Selecting previously unselected package vnstat.
|
||||
(Reading database ... 22094 files and directories currently installed.)
|
||||
(Reading database ... 22140 files and directories currently installed.)
|
||||
Preparing to unpack .../vnstat_1.15-2_armhf.deb ...
|
||||
Unpacking vnstat (1.15-2) ...
|
||||
Setting up vnstat (1.15-2) ...
|
||||
@@ -510,27 +575,27 @@ Copying files from `/etc/skel' ...
|
||||
*** INCREASE OPEN FILE LIMIT ***
|
||||
|
||||
*** BITCOIN ***
|
||||
--2019-01-30 12:58:46-- https://bitcoin.org/bin/bitcoin-core-0.17.0.1/bitcoin-0.17.0.1-arm-linux-gnueabihf.tar.gz
|
||||
--2019-02-04 10:05:05-- https://bitcoin.org/bin/bitcoin-core-0.17.0.1/bitcoin-0.17.0.1-arm-linux-gnueabihf.tar.gz
|
||||
Resolving bitcoin.org (bitcoin.org)... 138.68.248.245
|
||||
Connecting to bitcoin.org (bitcoin.org)|138.68.248.245|:443... connected.
|
||||
HTTP request sent, awaiting response... 200 OK
|
||||
Length: 24306145 (23M) [application/octet-stream]
|
||||
Saving to: ‘bitcoin-0.17.0.1-arm-linux-gnueabihf.tar.gz’
|
||||
|
||||
bitcoin-0.17.0.1-arm-linu 100%[===================================>] 23.18M 201KB/s in 1m 59s
|
||||
bitcoin-0.17.0.1-arm-linu 100%[====================================>] 23.18M 202KB/s in 1m 59s
|
||||
|
||||
2019-01-30 13:00:46 (200 KB/s) - ‘bitcoin-0.17.0.1-arm-linux-gnueabihf.tar.gz’ saved [24306145/24306145]
|
||||
2019-02-04 10:07:04 (200 KB/s) - ‘bitcoin-0.17.0.1-arm-linux-gnueabihf.tar.gz’ saved [24306145/24306145]
|
||||
|
||||
--2019-01-30 13:00:46-- https://bitcoin.org/laanwj-releases.asc
|
||||
--2019-02-04 10:07:05-- https://bitcoin.org/laanwj-releases.asc
|
||||
Resolving bitcoin.org (bitcoin.org)... 138.68.248.245
|
||||
Connecting to bitcoin.org (bitcoin.org)|138.68.248.245|:443... connected.
|
||||
HTTP request sent, awaiting response... 200 OK
|
||||
Length: 17940 (18K) [application/octet-stream]
|
||||
Saving to: ‘laanwj-releases.asc’
|
||||
|
||||
laanwj-releases.asc 100%[===================================>] 17.52K --.-KB/s in 0.001s
|
||||
laanwj-releases.asc 100%[====================================>] 17.52K --.-KB/s in 0.001s
|
||||
|
||||
2019-01-30 13:00:47 (17.7 MB/s) - ‘laanwj-releases.asc’ saved [17940/17940]
|
||||
2019-02-04 10:07:06 (19.1 MB/s) - ‘laanwj-releases.asc’ saved [17940/17940]
|
||||
|
||||
key 90C8019E36C2E964:
|
||||
25 signatures not checked due to missing keys
|
||||
@@ -539,16 +604,16 @@ gpg: key 90C8019E36C2E964: public key "Wladimir J. van der Laan (Bitcoin Core bi
|
||||
gpg: Total number processed: 1
|
||||
gpg: imported: 1
|
||||
gpg: no ultimately trusted keys found
|
||||
--2019-01-30 13:00:48-- https://bitcoin.org/bin/bitcoin-core-0.17.0.1/SHA256SUMS.asc
|
||||
--2019-02-04 10:07:07-- https://bitcoin.org/bin/bitcoin-core-0.17.0.1/SHA256SUMS.asc
|
||||
Resolving bitcoin.org (bitcoin.org)... 138.68.248.245
|
||||
Connecting to bitcoin.org (bitcoin.org)|138.68.248.245|:443... connected.
|
||||
HTTP request sent, awaiting response... 200 OK
|
||||
Length: 1979 (1.9K) [application/octet-stream]
|
||||
Saving to: ‘SHA256SUMS.asc’
|
||||
|
||||
SHA256SUMS.asc 100%[===================================>] 1.93K --.-KB/s in 0s
|
||||
SHA256SUMS.asc 100%[====================================>] 1.93K --.-KB/s in 0.006s
|
||||
|
||||
2019-01-30 13:00:49 (21.8 MB/s) - ‘SHA256SUMS.asc’ saved [1979/1979]
|
||||
2019-02-04 10:07:08 (303 KB/s) - ‘SHA256SUMS.asc’ saved [1979/1979]
|
||||
|
||||
goodSignature(1)
|
||||
correctKey(1)
|
||||
@@ -574,16 +639,16 @@ bitcoin-0.17.0/share/man/man1/bitcoin-qt.1
|
||||
bitcoin-0.17.0/share/man/man1/bitcoin-tx.1
|
||||
|
||||
*** LITECOIN ***
|
||||
--2019-01-30 13:00:54-- https://download.litecoin.org/litecoin-0.16.3/linux/litecoin-0.16.3-arm-linux-gnueabihf.tar.gz
|
||||
--2019-02-04 10:07:13-- https://download.litecoin.org/litecoin-0.16.3/linux/litecoin-0.16.3-arm-linux-gnueabihf.tar.gz
|
||||
Resolving download.litecoin.org (download.litecoin.org)... 104.27.4.55, 104.27.5.55
|
||||
Connecting to download.litecoin.org (download.litecoin.org)|104.27.4.55|:443... connected.
|
||||
HTTP request sent, awaiting response... 200 OK
|
||||
Length: 9568024 (9.1M) [application/octet-stream]
|
||||
Saving to: ‘litecoin-0.16.3-arm-linux-gnueabihf.tar.gz’
|
||||
|
||||
litecoin-0.16.3-arm-linux 100%[===================================>] 9.12M 6.83MB/s in 1.3s
|
||||
litecoin-0.16.3-arm-linux 100%[====================================>] 9.12M 5.23MB/s in 1.7s
|
||||
|
||||
2019-01-30 13:00:56 (6.83 MB/s) - ‘litecoin-0.16.3-arm-linux-gnueabihf.tar.gz’ saved [9568024/9568024]
|
||||
2019-02-04 10:07:15 (5.23 MB/s) - ‘litecoin-0.16.3-arm-linux-gnueabihf.tar.gz’ saved [9568024/9568024]
|
||||
|
||||
litecoin-0.16.3/
|
||||
litecoin-0.16.3/bin/
|
||||
@@ -599,64 +664,64 @@ litecoin-0.16.3/share/man/man1/litecoind.1
|
||||
litecoin-0.16.3/share/man/man1/litecoin-tx.1
|
||||
|
||||
*** LND ***
|
||||
--2019-01-30 13:00:57-- https://github.com/lightningnetwork/lnd/releases/download/v0.5.1-beta/lnd-linux-armv7-v0.5.1-beta.tar.gz
|
||||
Resolving github.com (github.com)... 140.82.118.4, 140.82.118.3
|
||||
Connecting to github.com (github.com)|140.82.118.4|:443... connected.
|
||||
--2019-02-04 10:07:16-- https://github.com/lightningnetwork/lnd/releases/download/v0.5.1-beta/lnd-linux-armv7-v0.5.1-beta.tar.gz
|
||||
Resolving github.com (github.com)... 140.82.118.3, 140.82.118.4
|
||||
Connecting to github.com (github.com)|140.82.118.3|:443... connected.
|
||||
HTTP request sent, awaiting response... 302 Found
|
||||
Location: https://github-production-release-asset-2e65be.s3.amazonaws.com/49765480/fd08b500-f311-11e8-8398-419cca1df903?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190130%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190130T130058Z&X-Amz-Expires=300&X-Amz-Signature=f7059455b0bef670622c3a5a681ce038f5469e3f0ea3e2fe3050ef26d77d5f57&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dlnd-linux-armv7-v0.5.1-beta.tar.gz&response-content-type=application%2Foctet-stream [following]
|
||||
--2019-01-30 13:00:58-- https://github-production-release-asset-2e65be.s3.amazonaws.com/49765480/fd08b500-f311-11e8-8398-419cca1df903?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190130%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190130T130058Z&X-Amz-Expires=300&X-Amz-Signature=f7059455b0bef670622c3a5a681ce038f5469e3f0ea3e2fe3050ef26d77d5f57&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dlnd-linux-armv7-v0.5.1-beta.tar.gz&response-content-type=application%2Foctet-stream
|
||||
Resolving github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)... 52.216.97.155
|
||||
Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)|52.216.97.155|:443... connected.
|
||||
Location: https://github-production-release-asset-2e65be.s3.amazonaws.com/49765480/fd08b500-f311-11e8-8398-419cca1df903?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190204%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190204T100716Z&X-Amz-Expires=300&X-Amz-Signature=55bf712cd42a2425f68d2a08b5a05c37303ec6334d4cbdd0941b53304aa1fc8d&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dlnd-linux-armv7-v0.5.1-beta.tar.gz&response-content-type=application%2Foctet-stream [following]
|
||||
--2019-02-04 10:07:16-- https://github-production-release-asset-2e65be.s3.amazonaws.com/49765480/fd08b500-f311-11e8-8398-419cca1df903?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190204%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190204T100716Z&X-Amz-Expires=300&X-Amz-Signature=55bf712cd42a2425f68d2a08b5a05c37303ec6334d4cbdd0941b53304aa1fc8d&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dlnd-linux-armv7-v0.5.1-beta.tar.gz&response-content-type=application%2Foctet-stream
|
||||
Resolving github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)... 52.216.108.139
|
||||
Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)|52.216.108.139|:443... connected.
|
||||
HTTP request sent, awaiting response... 200 OK
|
||||
Length: 19198203 (18M) [application/octet-stream]
|
||||
Saving to: ‘lnd-linux-armv7-v0.5.1-beta.tar.gz’
|
||||
|
||||
lnd-linux-armv7-v0.5.1-be 100%[===================================>] 18.31M 4.47MB/s in 5.9s
|
||||
lnd-linux-armv7-v0.5.1-be 100%[====================================>] 18.31M 5.28MB/s in 4.9s
|
||||
|
||||
2019-01-30 13:01:04 (3.09 MB/s) - ‘lnd-linux-armv7-v0.5.1-beta.tar.gz’ saved [19198203/19198203]
|
||||
2019-02-04 10:07:22 (3.73 MB/s) - ‘lnd-linux-armv7-v0.5.1-beta.tar.gz’ saved [19198203/19198203]
|
||||
|
||||
--2019-01-30 13:01:04-- https://github.com/lightningnetwork/lnd/releases/download/v0.5.1-beta/manifest-v0.5.1-beta.txt
|
||||
Resolving github.com (github.com)... 140.82.118.3, 140.82.118.4
|
||||
Connecting to github.com (github.com)|140.82.118.3|:443... connected.
|
||||
--2019-02-04 10:07:22-- https://github.com/lightningnetwork/lnd/releases/download/v0.5.1-beta/manifest-v0.5.1-beta.txt
|
||||
Resolving github.com (github.com)... 140.82.118.4, 140.82.118.3
|
||||
Connecting to github.com (github.com)|140.82.118.4|:443... connected.
|
||||
HTTP request sent, awaiting response... 302 Found
|
||||
Location: https://github-production-release-asset-2e65be.s3.amazonaws.com/49765480/fe39e200-f311-11e8-9178-5d26551a454e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190130%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190130T130104Z&X-Amz-Expires=300&X-Amz-Signature=c21335d71e74e519985c3b11a946647d499cfc143672326159bd0d436c7bbf32&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dmanifest-v0.5.1-beta.txt&response-content-type=application%2Foctet-stream [following]
|
||||
--2019-01-30 13:01:05-- https://github-production-release-asset-2e65be.s3.amazonaws.com/49765480/fe39e200-f311-11e8-9178-5d26551a454e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190130%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190130T130104Z&X-Amz-Expires=300&X-Amz-Signature=c21335d71e74e519985c3b11a946647d499cfc143672326159bd0d436c7bbf32&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dmanifest-v0.5.1-beta.txt&response-content-type=application%2Foctet-stream
|
||||
Resolving github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)... 52.216.128.99
|
||||
Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)|52.216.128.99|:443... connected.
|
||||
Location: https://github-production-release-asset-2e65be.s3.amazonaws.com/49765480/fe39e200-f311-11e8-9178-5d26551a454e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190204%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190204T100725Z&X-Amz-Expires=300&X-Amz-Signature=838d29594d525c1ab751e105b36d4e7838cfe37b2ee5c10e9ddd8582691beb58&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dmanifest-v0.5.1-beta.txt&response-content-type=application%2Foctet-stream [following]
|
||||
--2019-02-04 10:07:25-- https://github-production-release-asset-2e65be.s3.amazonaws.com/49765480/fe39e200-f311-11e8-9178-5d26551a454e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190204%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190204T100725Z&X-Amz-Expires=300&X-Amz-Signature=838d29594d525c1ab751e105b36d4e7838cfe37b2ee5c10e9ddd8582691beb58&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dmanifest-v0.5.1-beta.txt&response-content-type=application%2Foctet-stream
|
||||
Resolving github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)... 52.216.238.51
|
||||
Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)|52.216.238.51|:443... connected.
|
||||
HTTP request sent, awaiting response... 200 OK
|
||||
Length: 2026 (2.0K) [application/octet-stream]
|
||||
Saving to: ‘manifest-v0.5.1-beta.txt’
|
||||
|
||||
manifest-v0.5.1-beta.txt 100%[===================================>] 1.98K --.-KB/s in 0.001s
|
||||
manifest-v0.5.1-beta.txt 100%[====================================>] 1.98K --.-KB/s in 0.002s
|
||||
|
||||
2019-01-30 13:01:05 (3.21 MB/s) - ‘manifest-v0.5.1-beta.txt’ saved [2026/2026]
|
||||
2019-02-04 10:07:26 (1007 KB/s) - ‘manifest-v0.5.1-beta.txt’ saved [2026/2026]
|
||||
|
||||
--2019-01-30 13:01:05-- https://github.com/lightningnetwork/lnd/releases/download/v0.5.1-beta/manifest-v0.5.1-beta.txt.sig
|
||||
Resolving github.com (github.com)... 140.82.118.4, 140.82.118.3
|
||||
Connecting to github.com (github.com)|140.82.118.4|:443... connected.
|
||||
--2019-02-04 10:07:26-- https://github.com/lightningnetwork/lnd/releases/download/v0.5.1-beta/manifest-v0.5.1-beta.txt.sig
|
||||
Resolving github.com (github.com)... 140.82.118.3, 140.82.118.4
|
||||
Connecting to github.com (github.com)|140.82.118.3|:443... connected.
|
||||
HTTP request sent, awaiting response... 302 Found
|
||||
Location: https://github-production-release-asset-2e65be.s3.amazonaws.com/49765480/fe39e200-f311-11e8-8fb5-c3aa7d97cb88?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190130%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190130T130105Z&X-Amz-Expires=300&X-Amz-Signature=fa1ada66979a4c95d3fd7cf5966a2a869fc9bb9efbe72f9d3b981fa1da035234&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dmanifest-v0.5.1-beta.txt.sig&response-content-type=application%2Foctet-stream [following]
|
||||
--2019-01-30 13:01:06-- https://github-production-release-asset-2e65be.s3.amazonaws.com/49765480/fe39e200-f311-11e8-8fb5-c3aa7d97cb88?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190130%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190130T130105Z&X-Amz-Expires=300&X-Amz-Signature=fa1ada66979a4c95d3fd7cf5966a2a869fc9bb9efbe72f9d3b981fa1da035234&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dmanifest-v0.5.1-beta.txt.sig&response-content-type=application%2Foctet-stream
|
||||
Resolving github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)... 52.216.128.99
|
||||
Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)|52.216.128.99|:443... connected.
|
||||
Location: https://github-production-release-asset-2e65be.s3.amazonaws.com/49765480/fe39e200-f311-11e8-8fb5-c3aa7d97cb88?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190204%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190204T100726Z&X-Amz-Expires=300&X-Amz-Signature=ce7ec6f0a9944f66f01b5cac9babfc21c8ffb52fb85b90a78b30a76115661da5&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dmanifest-v0.5.1-beta.txt.sig&response-content-type=application%2Foctet-stream [following]
|
||||
--2019-02-04 10:07:26-- https://github-production-release-asset-2e65be.s3.amazonaws.com/49765480/fe39e200-f311-11e8-8fb5-c3aa7d97cb88?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190204%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190204T100726Z&X-Amz-Expires=300&X-Amz-Signature=ce7ec6f0a9944f66f01b5cac9babfc21c8ffb52fb85b90a78b30a76115661da5&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dmanifest-v0.5.1-beta.txt.sig&response-content-type=application%2Foctet-stream
|
||||
Resolving github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)... 52.216.238.51
|
||||
Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)|52.216.238.51|:443... connected.
|
||||
HTTP request sent, awaiting response... 200 OK
|
||||
Length: 566 [application/octet-stream]
|
||||
Saving to: ‘manifest-v0.5.1-beta.txt.sig’
|
||||
|
||||
manifest-v0.5.1-beta.txt. 100%[===================================>] 566 --.-KB/s in 0s
|
||||
manifest-v0.5.1-beta.txt. 100%[====================================>] 566 --.-KB/s in 0.001s
|
||||
|
||||
2019-01-30 13:01:06 (7.61 MB/s) - ‘manifest-v0.5.1-beta.txt.sig’ saved [566/566]
|
||||
2019-02-04 10:07:27 (935 KB/s) - ‘manifest-v0.5.1-beta.txt.sig’ saved [566/566]
|
||||
|
||||
--2019-01-30 13:01:06-- https://keybase.io/roasbeef/pgp_keys.asc
|
||||
Resolving keybase.io (keybase.io)... 52.6.136.121, 52.55.1.130
|
||||
Connecting to keybase.io (keybase.io)|52.6.136.121|:443... connected.
|
||||
--2019-02-04 10:07:27-- https://keybase.io/roasbeef/pgp_keys.asc
|
||||
Resolving keybase.io (keybase.io)... 52.55.1.130, 52.6.136.121
|
||||
Connecting to keybase.io (keybase.io)|52.55.1.130|:443... connected.
|
||||
HTTP request sent, awaiting response... 200 OK
|
||||
Length: 6909 (6.7K) [text/plain]
|
||||
Saving to: ‘pgp_keys.asc’
|
||||
|
||||
pgp_keys.asc 100%[===================================>] 6.75K --.-KB/s in 0s
|
||||
pgp_keys.asc 100%[====================================>] 6.75K --.-KB/s in 0s
|
||||
|
||||
2019-01-30 13:01:07 (87.9 MB/s) - ‘pgp_keys.asc’ saved [6909/6909]
|
||||
2019-02-04 10:07:28 (59.0 MB/s) - ‘pgp_keys.asc’ saved [6909/6909]
|
||||
|
||||
gpg: key 8B80CD2BB8BD8132: public key "Olaoluwa Osuntokun <laolu32@gmail.com>" imported
|
||||
gpg: Total number processed: 1
|
||||
@@ -664,16 +729,16 @@ gpg: imported: 1
|
||||
goodSignature(1)
|
||||
correctKey(1)
|
||||
*** Installing Go ***
|
||||
--2019-01-30 13:01:14-- https://storage.googleapis.com/golang/go1.11.linux-armv6l.tar.gz
|
||||
Resolving storage.googleapis.com (storage.googleapis.com)... 216.58.198.176, 2a00:1450:4009:80c::2010
|
||||
Connecting to storage.googleapis.com (storage.googleapis.com)|216.58.198.176|:443... connected.
|
||||
--2019-02-04 10:07:35-- https://storage.googleapis.com/golang/go1.11.linux-armv6l.tar.gz
|
||||
Resolving storage.googleapis.com (storage.googleapis.com)... 216.58.206.80, 2a00:1450:4009:809::2010
|
||||
Connecting to storage.googleapis.com (storage.googleapis.com)|216.58.206.80|:443... connected.
|
||||
HTTP request sent, awaiting response... 200 OK
|
||||
Length: 101718267 (97M) [application/octet-stream]
|
||||
Saving to: ‘go1.11.linux-armv6l.tar.gz’
|
||||
|
||||
go1.11.linux-armv6l.tar.g 100%[===================================>] 97.01M 4.66MB/s in 32s
|
||||
go1.11.linux-armv6l.tar.g 100%[====================================>] 97.01M 8.63MB/s in 11s
|
||||
|
||||
2019-01-30 13:01:47 (3.04 MB/s) - ‘go1.11.linux-armv6l.tar.gz’ saved [101718267/101718267]
|
||||
2019-02-04 10:07:47 (8.86 MB/s) - ‘go1.11.linux-armv6l.tar.gz’ saved [101718267/101718267]
|
||||
|
||||
|
||||
|
||||
@@ -688,9 +753,9 @@ The following NEW packages will be installed:
|
||||
Need to get 240 kB of archives.
|
||||
After this operation, 883 kB of additional disk space will be used.
|
||||
Get:1 https://cdn-aws.deb.debian.org/debian stretch/main armhf dialog armhf 1.3-20160828-2 [240 kB]
|
||||
Fetched 240 kB in 0s (302 kB/s)
|
||||
Fetched 240 kB in 0s (248 kB/s)
|
||||
Selecting previously unselected package dialog.
|
||||
(Reading database ... 22109 files and directories currently installed.)
|
||||
(Reading database ... 22155 files and directories currently installed.)
|
||||
Preparing to unpack .../dialog_1.3-20160828-2_armhf.deb ...
|
||||
Unpacking dialog (1.3-20160828-2) ...
|
||||
Setting up dialog (1.3-20160828-2) ...
|
||||
@@ -709,9 +774,9 @@ After this operation, 426 kB of additional disk space will be used.
|
||||
Get:1 https://cdn-aws.deb.debian.org/debian stretch/main armhf libfuse2 armhf 2.9.7-1+deb9u2 [116 kB]
|
||||
Get:2 https://cdn-aws.deb.debian.org/debian stretch/main armhf fuse armhf 2.9.7-1+deb9u2 [70.3 kB]
|
||||
Get:3 https://cdn-aws.deb.debian.org/debian stretch/main armhf exfat-fuse armhf 1.2.5-2 [27.6 kB]
|
||||
Fetched 214 kB in 1s (184 kB/s)
|
||||
Fetched 214 kB in 1s (148 kB/s)
|
||||
Selecting previously unselected package libfuse2:armhf.
|
||||
(Reading database ... 22267 files and directories currently installed.)
|
||||
(Reading database ... 22313 files and directories currently installed.)
|
||||
Preparing to unpack .../libfuse2_2.9.7-1+deb9u2_armhf.deb ...
|
||||
Unpacking libfuse2:armhf (2.9.7-1+deb9u2) ...
|
||||
Selecting previously unselected package fuse.
|
||||
@@ -729,9 +794,9 @@ Processing triggers for initramfs-tools (0.130) ...
|
||||
ln: failed to create hard link '/boot/initrd.img-4.14.66+.dpkg-bak' => '/boot/initrd.img-4.14.66+': Operation not permitted
|
||||
update-initramfs: Generating /boot/initrd.img-4.14.66+
|
||||
Image Name: uInitrd
|
||||
Created: Wed Jan 30 13:02:11 2019
|
||||
Created: Mon Feb 4 10:08:42 2019
|
||||
Image Type: ARM Linux RAMDisk Image (uncompressed)
|
||||
Data Size: 5715861 Bytes = 5581.90 kB = 5.45 MB
|
||||
Data Size: 5715880 Bytes = 5581.91 kB = 5.45 MB
|
||||
Load Address: 00000000
|
||||
Entry Point: 00000000
|
||||
Reading package lists... Done
|
||||
@@ -753,9 +818,9 @@ Get:2 https://cdn-aws.deb.debian.org/debian stretch/main armhf libminiupnpc10 ar
|
||||
Get:3 https://cdn-aws.deb.debian.org/debian stretch/main armhf libnatpmp1 armhf 20110808-4+b1 [8,338 B]
|
||||
Get:4 https://cdn-aws.deb.debian.org/debian stretch/main armhf transmission-common all 2.92-2+deb9u1 [288 kB]
|
||||
Get:5 https://cdn-aws.deb.debian.org/debian stretch/main armhf transmission-cli armhf 2.92-2+deb9u1 [320 kB]
|
||||
Fetched 776 kB in 1s (747 kB/s)
|
||||
Fetched 776 kB in 0s (823 kB/s)
|
||||
Selecting previously unselected package libevent-2.0-5:armhf.
|
||||
(Reading database ... 22302 files and directories currently installed.)
|
||||
(Reading database ... 22348 files and directories currently installed.)
|
||||
Preparing to unpack .../libevent-2.0-5_2.0.21-stable-3_armhf.deb ...
|
||||
Unpacking libevent-2.0-5:armhf (2.0.21-stable-3) ...
|
||||
Selecting previously unselected package libminiupnpc10:armhf.
|
||||
@@ -792,9 +857,9 @@ After this operation, 2,281 kB of additional disk space will be used.
|
||||
Get:1 https://cdn-aws.deb.debian.org/debian stretch/main armhf libxmlrpc-core-c3 armhf 1.33.14-4 [128 kB]
|
||||
Get:2 https://cdn-aws.deb.debian.org/debian stretch/main armhf libtorrent19 armhf 0.13.6-1.1 [345 kB]
|
||||
Get:3 https://cdn-aws.deb.debian.org/debian stretch/main armhf rtorrent armhf 0.9.6-2+b1 [418 kB]
|
||||
Fetched 891 kB in 1s (488 kB/s)
|
||||
Fetched 891 kB in 1s (630 kB/s)
|
||||
Selecting previously unselected package libxmlrpc-core-c3.
|
||||
(Reading database ... 22443 files and directories currently installed.)
|
||||
(Reading database ... 22489 files and directories currently installed.)
|
||||
Preparing to unpack .../libxmlrpc-core-c3_1.33.14-4_armhf.deb ...
|
||||
Unpacking libxmlrpc-core-c3 (1.33.14-4) ...
|
||||
Selecting previously unselected package libtorrent19:armhf.
|
||||
@@ -818,21 +883,21 @@ The following NEW packages will be installed:
|
||||
Need to get 568 kB of archives.
|
||||
After this operation, 860 kB of additional disk space will be used.
|
||||
Get:1 https://cdn-aws.deb.debian.org/debian stretch/main armhf screen armhf 4.5.0-6 [568 kB]
|
||||
Fetched 568 kB in 0s (735 kB/s)
|
||||
Fetched 568 kB in 0s (677 kB/s)
|
||||
Selecting previously unselected package screen.
|
||||
(Reading database ... 22480 files and directories currently installed.)
|
||||
(Reading database ... 22526 files and directories currently installed.)
|
||||
Preparing to unpack .../screen_4.5.0-6_armhf.deb ...
|
||||
Unpacking screen (4.5.0-6) ...
|
||||
Processing triggers for systemd (232-25+deb9u8) ...
|
||||
Setting up screen (4.5.0-6) ...
|
||||
Processing triggers for systemd (232-25+deb9u8) ...
|
||||
Cloning into 'raspiblitz'...
|
||||
remote: Enumerating objects: 260, done.
|
||||
remote: Counting objects: 100% (260/260), done.
|
||||
remote: Compressing objects: 100% (192/192), done.
|
||||
remote: Total 5034 (delta 152), reused 151 (delta 68), pack-reused 4774
|
||||
Receiving objects: 100% (5034/5034), 23.64 MiB | 6.52 MiB/s, done.
|
||||
Resolving deltas: 100% (3522/3522), done.
|
||||
remote: Enumerating objects: 61, done.
|
||||
remote: Counting objects: 100% (61/61), done.
|
||||
remote: Compressing objects: 100% (33/33), done.
|
||||
remote: Total 5134 (delta 32), reused 51 (delta 27), pack-reused 5073
|
||||
Receiving objects: 100% (5134/5134), 23.70 MiB | 5.49 MiB/s, done.
|
||||
Resolving deltas: 100% (3603/3603), done.
|
||||
cp: -r not specified; omitting directory '/home/admin/raspiblitz/home.admin/config.scripts'
|
||||
bash: /home/pi/.bashrc: No such file or directory
|
||||
bash: /home/pi/.bashrc: No such file or directory
|
||||
@@ -853,7 +918,7 @@ The following NEW packages will be installed:
|
||||
Need to get 0 B/288 kB of archives.
|
||||
After this operation, 1,321 kB of additional disk space will be used.
|
||||
Selecting previously unselected package fail2ban.
|
||||
(Reading database ... 22540 files and directories currently installed.)
|
||||
(Reading database ... 22586 files and directories currently installed.)
|
||||
Preparing to unpack .../fail2ban_0.9.6-2_all.deb ...
|
||||
Unpacking fail2ban (0.9.6-2) ...
|
||||
Setting up fail2ban (0.9.6-2) ...
|
||||
@@ -877,31 +942,15 @@ dirmngr is already the newest version (2.1.18-8~deb9u3).
|
||||
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
|
||||
|
||||
*** Fetching GPG key ***
|
||||
uid deb.torproject.org archive signing key
|
||||
sig!3 EE8CBC9E886DDD89 2012-08-29 [self-signature]
|
||||
sig!3 EE8CBC9E886DDD89 2014-08-31 [self-signature]
|
||||
sig!3 EE8CBC9E886DDD89 2009-09-04 [self-signature]
|
||||
sig!3 EE8CBC9E886DDD89 2018-08-06 [self-signature]
|
||||
sub 74A941BA219EC810
|
||||
sig! EE8CBC9E886DDD89 2012-08-29 [self-signature]
|
||||
sig! EE8CBC9E886DDD89 2014-08-31 [self-signature]
|
||||
sig! EE8CBC9E886DDD89 2009-09-04 [self-signature]
|
||||
sig! EE8CBC9E886DDD89 2018-08-06 [self-signature]
|
||||
key EE8CBC9E886DDD89:
|
||||
2 duplicate signatures removed
|
||||
82 signatures not checked due to missing keys
|
||||
gpg: key EE8CBC9E886DDD89: public key "deb.torproject.org archive signing key" imported
|
||||
gpg: key 8E4F3C64886DDD89: public key "Totally Legit Signing Key <mallory@example.org>" imported
|
||||
gpg: no ultimately trusted keys found
|
||||
gpg: Total number processed: 2
|
||||
gpg: imported: 2
|
||||
key EE8CBC9E886DDD89:
|
||||
82 signatures not checked due to missing keys
|
||||
OK
|
||||
gpg: packet(13) too large
|
||||
gpg: read_block: read error: Invalid packet
|
||||
gpg: no valid OpenPGP data found.
|
||||
gpg: Total number processed: 0
|
||||
gpg: WARNING: nothing exported
|
||||
gpg: no valid OpenPGP data found.
|
||||
gpg: keyserver receive failed: No data
|
||||
key EE8CBC9E886DDD89:
|
||||
82 signatures not checked due to missing keys
|
||||
OK
|
||||
gpg: WARNING: nothing exported
|
||||
gpg: no valid OpenPGP data found.
|
||||
!!!!!! Please check if the above really worked!
|
||||
|
||||
**********************************************
|
||||
@@ -919,61 +968,7 @@ IMPORTANT IF WANT TO MAKE A RELEASE IMAGE FROM THIS BUILD:
|
||||
login once after reboot without HDD and run 'XXprepareRelease.sh'
|
||||
|
||||
Press ENTER to install LCD and reboot ...
|
||||
|
||||
sudo: raspi-config: command not found
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
┌──────────────────────────────────Display─────────────────────────────────────┐
|
||||
│ Are you using the default display available from Amazon? │
|
||||
│ Select 'No' if you are using the Swiss version from play-zone.ch! │
|
||||
├──────────────────────────────────────────────────────────────────────────────┤
|
||||
│ < Yes > < No > │
|
||||
└──────────────────────────────────────────────────────────────────────────────┘
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
E: Unable to locate package raspberrypi-bootloader
|
||||
E: No packages found
|
||||
Cloning into 'LCD-show'...
|
||||
@@ -988,5 +983,4 @@ cp: cannot create regular file '/boot/overlays/tft35a.dtbo': No such file or dir
|
||||
cp: cannot create regular file '/usr/share/X11/xorg.conf.d/': Not a directory
|
||||
this is not raspberrypi kernel, no need to update touch configure, reboot
|
||||
Connection to 192.168.1.175 closed by remote host.
|
||||
Connection to 192.168.1.175 closed.
|
||||
|
||||
Connection to 192.168.1.175 closed.
|
BIN
dietpi/pictures/5_options_to_copy.png
Normal file
BIN
dietpi/pictures/5_options_to_copy.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 37 KiB |
Binary file not shown.
Before Width: | Height: | Size: 41 KiB |
BIN
dietpi/pictures/adapterHDD_HC1.jpg
Normal file
BIN
dietpi/pictures/adapterHDD_HC1.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.0 MiB |
Binary file not shown.
Before Width: | Height: | Size: 32 KiB |
BIN
dietpi/pictures/dietpi-software_exit.png
Normal file
BIN
dietpi/pictures/dietpi-software_exit.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 53 KiB |
BIN
dietpi/pictures/dietpi_1st_reboot.png
Normal file
BIN
dietpi/pictures/dietpi_1st_reboot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
Reference in New Issue
Block a user