2021-05-07_16:00:49_BST [openHABian] Starting the openHABian initial setup. 2021-05-07_16:00:49_BST [openHABian] Storing configuration... OK 2021-05-07_16:00:49_BST [openHABian] Starting webserver with installation log... OK 2021-05-07_16:00:54_BST [openHABian] Changing default username and password... OK 2021-05-07_16:00:55_BST [openHABian] Setting up Ethernet connection... OK  executing ping -c1 8.8.8.8 &> /dev/null || curl --silent --head http://www.openhab.org/docs |& grep -qs 'HTTP/1.1 200 OK'  2021-05-07_16:00:55_BST [openHABian] Ensuring network connectivity...  executing ping -c1 8.8.8.8 &> /dev/null || curl --silent --head http://www.openhab.org/docs |& grep -qs 'HTTP/1.1 200 OK'  OK 2021-05-07_16:00:55_BST [openHABian] Waiting for dpkg/apt to get ready... OK 2021-10-06_13:55:37_BST [openHABian] Updating repositories and upgrading installed packages... OK 2021-10-06_13:55:37_BST [openHABian] Installing git package... FAILED 2021-10-06_13:55:37_BST [openHABian] Updating myself from https://github.com/ecdye/openhabian, stable branch... OK 2021-10-06_13:55:37_BST [openHABian] Starting execution of 'openhabian-config unattended'... OK 2021-10-06_13:55:37_BST [openHABian] Checking for root privileges... OK 2021-10-06_13:55:44_BST [openHABian] Updating Linux package information... OK 2021-10-06_13:55:53_BST [openHABian] Loading configuration file '/etc/openhabian.conf'... OK 2021-10-06_13:55:53_BST [openHABian] Adjusting swap size to 1846 MB... $ dphys-swapfile swapoff  $ sed -i s|^#*.*CONF_SWAPSIZE=.*$|CONF_SWAPSIZE=1846|g /etc/dphys-swapfile  $ dphys-swapfile swapon  OK (reboot required) 2021-10-06_13:55:53_BST [openHABian] Setting timezone based on openhabian.conf... $ timedatectl set-timezone Europe/Berlin  OK (Europe/Berlin) 2021-10-06_14:55:53_CEST [openHABian] Enabling time synchronization using NTP... $ cp /opt/openhabian/includes/generic/50-timesyncd.conf /lib/dhcpcd/dhcpcd-hooks/  $ timedatectl set-ntp true  OK 2021-10-06_14:55:53_CEST [openHABian] Setting locale based on openhabian.conf... $ locale-gen  Generating locales (this might take a while)... de_DE.UTF-8... done en_GB.UTF-8... done en_US.UTF-8... done Generation complete. $ dpkg-reconfigure --frontend=noninteractive locales  Generating locales (this might take a while)... de_DE.UTF-8... done en_GB.UTF-8... done en_US.UTF-8... done Generation complete. $ update-locale LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 LANGUAGE=en_US.UTF-8  OK (reboot required) 2021-10-06_14:57:21_CEST [openHABian] Setting hostname of the base system based on openhabian.conf... $ hostnamectl set-hostname openhabian  OK 2021-10-06_14:57:21_CEST [openHABian] Setting the GPU memory split down to 16MB for headless system... OK 2021-10-06_14:57:22_CEST [openHABian] Enabling Audio output... $ sed -i s|dtparam=audio.*$|dtparam=audio=on|g /boot/config.txt  $ adduser openhabian audio  The user `openhabian' is already a member of `audio'. OK 2021-10-06_14:57:22_CEST [openHABian] Installing basic can't-be-wrong packages (screen, vim, ...)... $ apt-get purge --yes raspi-config  Reading package lists... Building dependency tree... Reading state information... The following package was automatically installed and is no longer required: triggerhappy Use 'apt autoremove' to remove it. The following packages will be REMOVED: raspi-config* 0 upgraded, 0 newly installed, 1 to remove and 2 not upgraded. After this operation, 124 kB disk space will be freed. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 40487 files and directories currently installed.) Removing raspi-config (20210212) ... (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 40479 files and directories currently installed.) Purging configuration files for raspi-config (20210212) ... Processing triggers for systemd (241-7~deb10u8+rpi1) ... $ apt-get install --yes screen vim nano mc vfu bash-completion coreutils htop curl wget multitail git util-linux bzip2 zip unzip xz-utils cpufrequtils lsb-release software-properties-common man-db whiptail acl usbutils dirmngr arping  Reading package lists... Building dependency tree... Reading state information... bash-completion is already the newest version (1:2.8-6). bzip2 is already the newest version (1.0.6-9.2~deb10u1). bzip2 set to manually installed. coreutils is already the newest version (8.30-3). curl is already the newest version (7.64.0-4+deb10u2). dirmngr is already the newest version (2.2.12-1+rpi1+deb10u1). htop is already the newest version (2.2.0-1). lsb-release is already the newest version (10.2019051400+rpi1). lsb-release set to manually installed. man-db is already the newest version (2.8.5-2). nano is already the newest version (3.2-3). unzip is already the newest version (6.0-23+deb10u2). usbutils is already the newest version (1:010-3). util-linux is already the newest version (2.33.1-0.1). wget is already the newest version (1.20.1-1.1). wget set to manually installed. whiptail is already the newest version (0.52.20-8). whiptail set to manually installed. xz-utils is already the newest version (5.2.4-1). xz-utils set to manually installed. The following package was automatically installed and is no longer required: triggerhappy Use 'apt autoremove' to remove it. The following additional packages will be installed: gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 git-man libappstream4 libcpufreq0 libcurl3-gnutls liberror-perl libgirepository-1.0-1 libglib2.0-bin libgstreamer1.0-0 libncurses5 libnet1 libpackagekit-glib2-18 libpcap0.8 libstemmer0d libutempter0 libyaml-0-2 mc-data packagekit packagekit-tools python3-dbus python3-distro-info python3-gi python3-pycurl python3-software-properties unattended-upgrades vim-runtime Suggested packages: git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn gstreamer1.0-tools arj catdvi | texlive-binaries dbview djvulibre-bin epub-utils genisoimage gv imagemagick libaspell-dev links | w3m | lynx odt2txt poppler-utils python-boto python-tz xpdf | pdf-viewer appstream python-dbus-doc python3-dbus-dbg libcurl4-gnutls-dev python-pycurl-doc python3-pycurl-dbg byobu | screenie | iselect bsd-mailx default-mta | mail-transport-agent needrestart powermgmt-base ctags vim-doc vim-scripts The following NEW packages will be installed: acl arping cpufrequtils gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 git git-man libappstream4 libcpufreq0 libcurl3-gnutls liberror-perl libgirepository-1.0-1 libglib2.0-bin libgstreamer1.0-0 libncurses5 libnet1 libpackagekit-glib2-18 libpcap0.8 libstemmer0d libutempter0 libyaml-0-2 mc mc-data multitail packagekit packagekit-tools python3-dbus python3-distro-info python3-gi python3-pycurl python3-software-properties screen software-properties-common unattended-upgrades vfu vim vim-runtime zip 0 upgraded, 38 newly installed, 0 to remove and 2 not upgraded. Need to get 45.2 kB/19.8 MB of archives. After this operation, 88.5 MB of additional disk space will be used. Get:1 http://mirror.nl.leaseweb.net/raspbian/raspbian buster/main armhf libcpufreq0 armhf 008-1.1 [11.2 kB] Get:2 http://mirror.nl.leaseweb.net/raspbian/raspbian buster/main armhf cpufrequtils armhf 008-1.1 [33.9 kB] Preconfiguring packages ... Fetched 45.2 kB in 0s (125 kB/s) Selecting previously unselected package libcpufreq0. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 40476 files and directories currently installed.) Preparing to unpack .../00-libcpufreq0_008-1.1_armhf.deb ... Unpacking libcpufreq0 (008-1.1) ... Selecting previously unselected package cpufrequtils. Preparing to unpack .../01-cpufrequtils_008-1.1_armhf.deb ... Unpacking cpufrequtils (008-1.1) ... Selecting previously unselected package libstemmer0d:armhf. Preparing to unpack .../02-libstemmer0d_0+svn585-1_armhf.deb ... Unpacking libstemmer0d:armhf (0+svn585-1) ... Selecting previously unselected package libutempter0:armhf. Preparing to unpack .../03-libutempter0_1.1.6-3_armhf.deb ... Unpacking libutempter0:armhf (1.1.6-3) ... Selecting previously unselected package screen. Preparing to unpack .../04-screen_4.6.2-3+deb10u1_armhf.deb ... Unpacking screen (4.6.2-3+deb10u1) ... Selecting previously unselected package acl. Preparing to unpack .../05-acl_2.2.53-4_armhf.deb ... Unpacking acl (2.2.53-4) ... Selecting previously unselected package libnet1:armhf. Preparing to unpack .../06-libnet1_1.1.6+dfsg-3.1_armhf.deb ... Unpacking libnet1:armhf (1.1.6+dfsg-3.1) ... Selecting previously unselected package libpcap0.8:armhf. Preparing to unpack .../07-libpcap0.8_1.8.1-6_armhf.deb ... Unpacking libpcap0.8:armhf (1.8.1-6) ... Selecting previously unselected package arping. Preparing to unpack .../08-arping_2.19-6_armhf.deb ... Unpacking arping (2.19-6) ... Selecting previously unselected package libgirepository-1.0-1:armhf. Preparing to unpack .../09-libgirepository-1.0-1_1.58.3-2_armhf.deb ... Unpacking libgirepository-1.0-1:armhf (1.58.3-2) ... Selecting previously unselected package gir1.2-glib-2.0:armhf. Preparing to unpack .../10-gir1.2-glib-2.0_1.58.3-2_armhf.deb ... Unpacking gir1.2-glib-2.0:armhf (1.58.3-2) ... Selecting previously unselected package libpackagekit-glib2-18:armhf. Preparing to unpack .../11-libpackagekit-glib2-18_1.1.12-5_armhf.deb ... Unpacking libpackagekit-glib2-18:armhf (1.1.12-5) ... Selecting previously unselected package gir1.2-packagekitglib-1.0. Preparing to unpack .../12-gir1.2-packagekitglib-1.0_1.1.12-5_armhf.deb ... Unpacking gir1.2-packagekitglib-1.0 (1.1.12-5) ... Selecting previously unselected package libcurl3-gnutls:armhf. Preparing to unpack .../13-libcurl3-gnutls_7.64.0-4+deb10u2_armhf.deb ... Unpacking libcurl3-gnutls:armhf (7.64.0-4+deb10u2) ... Selecting previously unselected package liberror-perl. Preparing to unpack .../14-liberror-perl_0.17027-2_all.deb ... Unpacking liberror-perl (0.17027-2) ... Selecting previously unselected package git-man. Preparing to unpack .../15-git-man_1%3a2.20.1-2+deb10u3_all.deb ... Unpacking git-man (1:2.20.1-2+deb10u3) ... Selecting previously unselected package git. Preparing to unpack .../16-git_1%3a2.20.1-2+deb10u3_armhf.deb ... Unpacking git (1:2.20.1-2+deb10u3) ... Selecting previously unselected package libyaml-0-2:armhf. Preparing to unpack .../17-libyaml-0-2_0.2.1-1_armhf.deb ... Unpacking libyaml-0-2:armhf (0.2.1-1) ... Selecting previously unselected package libappstream4:armhf. Preparing to unpack .../18-libappstream4_0.12.5-1_armhf.deb ... Unpacking libappstream4:armhf (0.12.5-1) ... Selecting previously unselected package libglib2.0-bin. Preparing to unpack .../19-libglib2.0-bin_2.58.3-2+deb10u2_armhf.deb ... Unpacking libglib2.0-bin (2.58.3-2+deb10u2) ... Selecting previously unselected package libgstreamer1.0-0:armhf. Preparing to unpack .../20-libgstreamer1.0-0_1.14.4-1_armhf.deb ... Unpacking libgstreamer1.0-0:armhf (1.14.4-1) ... Selecting previously unselected package libncurses5:armhf. Preparing to unpack .../21-libncurses5_6.1+20181013-2+deb10u2_armhf.deb ... Unpacking libncurses5:armhf (6.1+20181013-2+deb10u2) ... Selecting previously unselected package mc-data. Preparing to unpack .../22-mc-data_3%3a4.8.22-1_all.deb ... Unpacking mc-data (3:4.8.22-1) ... Selecting previously unselected package mc. Preparing to unpack .../23-mc_3%3a4.8.22-1_armhf.deb ... Unpacking mc (3:4.8.22-1) ... Selecting previously unselected package multitail. Preparing to unpack .../24-multitail_6.4.2-3_armhf.deb ... Unpacking multitail (6.4.2-3) ... Selecting previously unselected package packagekit. Preparing to unpack .../25-packagekit_1.1.12-5_armhf.deb ... Unpacking packagekit (1.1.12-5) ... Selecting previously unselected package packagekit-tools. Preparing to unpack .../26-packagekit-tools_1.1.12-5_armhf.deb ... Unpacking packagekit-tools (1.1.12-5) ... Selecting previously unselected package python3-dbus. Preparing to unpack .../27-python3-dbus_1.2.8-3_armhf.deb ... Unpacking python3-dbus (1.2.8-3) ... Selecting previously unselected package python3-distro-info. Preparing to unpack .../28-python3-distro-info_0.21_all.deb ... Unpacking python3-distro-info (0.21) ... Selecting previously unselected package python3-gi. Preparing to unpack .../29-python3-gi_3.30.4-1_armhf.deb ... Unpacking python3-gi (3.30.4-1) ... Selecting previously unselected package python3-pycurl. Preparing to unpack .../30-python3-pycurl_7.43.0.2-0.1_armhf.deb ... Unpacking python3-pycurl (7.43.0.2-0.1) ... Selecting previously unselected package python3-software-properties. Preparing to unpack .../31-python3-software-properties_0.96.20.2-2_all.deb ... Unpacking python3-software-properties (0.96.20.2-2) ... Selecting previously unselected package software-properties-common. Preparing to unpack .../32-software-properties-common_0.96.20.2-2_all.deb ... Unpacking software-properties-common (0.96.20.2-2) ... Selecting previously unselected package unattended-upgrades. Preparing to unpack .../33-unattended-upgrades_1.11.2_all.deb ... Unpacking unattended-upgrades (1.11.2) ... Selecting previously unselected package vfu. Preparing to unpack .../34-vfu_4.16+repack-1_armhf.deb ... Unpacking vfu (4.16+repack-1) ... Selecting previously unselected package vim-runtime. Preparing to unpack .../35-vim-runtime_2%3a8.1.0875-5_all.deb ... Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' Unpacking vim-runtime (2:8.1.0875-5) ... Selecting previously unselected package vim. Preparing to unpack .../36-vim_2%3a8.1.0875-5_armhf.deb ... Unpacking vim (2:8.1.0875-5) ... Selecting previously unselected package zip. Preparing to unpack .../37-zip_3.0-11_armhf.deb ... Unpacking zip (3.0-11) ... Setting up python3-dbus (1.2.8-3) ... Setting up libyaml-0-2:armhf (0.2.1-1) ... Setting up libglib2.0-bin (2.58.3-2+deb10u2) ... Setting up libpackagekit-glib2-18:armhf (1.1.12-5) ... Setting up libcurl3-gnutls:armhf (7.64.0-4+deb10u2) ... Setting up libnet1:armhf (1.1.6+dfsg-3.1) ... Setting up libncurses5:armhf (6.1+20181013-2+deb10u2) ... Setting up acl (2.2.53-4) ... Setting up liberror-perl (0.17027-2) ... Setting up vfu (4.16+repack-1) ... Setting up zip (3.0-11) ... Setting up python3-pycurl (7.43.0.2-0.1) ... Setting up python3-software-properties (0.96.20.2-2) ... Setting up libpcap0.8:armhf (1.8.1-6) ... Setting up mc-data (3:4.8.22-1) ... Setting up libutempter0:armhf (1.1.6-3) ... Setting up libcpufreq0 (008-1.1) ... Setting up multitail (6.4.2-3) ... Setting up git-man (1:2.20.1-2+deb10u3) ... Setting up libgirepository-1.0-1:armhf (1.58.3-2) ... Setting up libstemmer0d:armhf (0+svn585-1) ... Setting up vim-runtime (2:8.1.0875-5) ... Setting up python3-distro-info (0.21) ... Setting up libgstreamer1.0-0:armhf (1.14.4-1) ... Setcap worked! gst-ptp-helper is not suid! Setting up vim (2:8.1.0875-5) ... update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode Setting up arping (2.19-6) ... Setting up mc (3:4.8.22-1) ... Setting up screen (4.6.2-3+deb10u1) ... Setting up libappstream4:armhf (0.12.5-1) ... Setting up unattended-upgrades (1.11.2) ... Creating config file /etc/apt/apt.conf.d/20auto-upgrades with new version Creating config file /etc/apt/apt.conf.d/50unattended-upgrades with new version Created symlink /etc/systemd/system/multi-user.target.wants/unattended-upgrades.service → /lib/systemd/system/unattended-upgrades.service. Synchronizing state of unattended-upgrades.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install enable unattended-upgrades Setting up cpufrequtils (008-1.1) ... update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults Setting up git (1:2.20.1-2+deb10u3) ... Setting up gir1.2-glib-2.0:armhf (1.58.3-2) ... Setting up packagekit (1.1.12-5) ... Setting up packagekit-tools (1.1.12-5) ... Setting up gir1.2-packagekitglib-1.0 (1.1.12-5) ... Setting up python3-gi (3.30.4-1) ... Setting up software-properties-common (0.96.20.2-2) ... Processing triggers for install-info (6.5.0.dfsg.1-4+b1) ... Processing triggers for mime-support (3.62) ... Processing triggers for libc-bin (2.28-10+rpt2+rpi1) ... Processing triggers for systemd (241-7~deb10u8+rpi1) ... Processing triggers for man-db (2.8.5-2) ... Processing triggers for dbus (1.12.20-0+deb10u1) ... OK 2021-10-06_14:58:28_CEST [openHABian] Installing additional needed packages... $ apt-get install --yes apt-transport-https bc sysstat jq moreutils avahi-daemon python3 python3-pip python3-wheel python3-setuptools avahi-autoipd fontconfig  Reading package lists... Building dependency tree... Reading state information... avahi-daemon is already the newest version (0.7-4+deb10u1). python3 is already the newest version (3.7.3-1). python3 set to manually installed. The following package was automatically installed and is no longer required: triggerhappy Use 'apt autoremove' to remove it. The following additional packages will be installed: dh-python fontconfig-config fonts-dejavu-core libexpat1-dev libfontconfig1 libio-pty-perl libipc-run-perl libjq1 libonig5 libpython3-dev libpython3.7-dev libsensors-config libsensors5 python-pip-whl python3-asn1crypto python3-cffi-backend python3-crypto python3-cryptography python3-dev python3-distutils python3-entrypoints python3-keyring python3-keyrings.alt python3-lib2to3 python3-secretstorage python3-xdg python3.7-dev Suggested packages: lm-sensors libtime-duration-perl libtimedate-perl python-crypto-doc python-cryptography-doc python3-cryptography-vectors gnome-keyring libkf5wallet-bin gir1.2-gnomekeyring-1.0 python-secretstorage-doc python-setuptools-doc isag The following NEW packages will be installed: apt-transport-https avahi-autoipd bc dh-python fontconfig fontconfig-config fonts-dejavu-core jq libexpat1-dev libfontconfig1 libio-pty-perl libipc-run-perl libjq1 libonig5 libpython3-dev libpython3.7-dev libsensors-config libsensors5 moreutils python-pip-whl python3-asn1crypto python3-cffi-backend python3-crypto python3-cryptography python3-dev python3-distutils python3-entrypoints python3-keyring python3-keyrings.alt python3-lib2to3 python3-pip python3-secretstorage python3-setuptools python3-wheel python3-xdg python3.7-dev sysstat Preconfiguring packages ... 0 upgraded, 37 newly installed, 0 to remove and 2 not upgraded. Need to get 0 B/54.5 MB of archives. After this operation, 90.3 MB of additional disk space will be used. Selecting previously unselected package bc. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 44313 files and directories currently installed.) Preparing to unpack .../00-bc_1.07.1-2_armhf.deb ... Unpacking bc (1.07.1-2) ... Selecting previously unselected package apt-transport-https. Preparing to unpack .../01-apt-transport-https_1.8.2.3_all.deb ... Unpacking apt-transport-https (1.8.2.3) ... Selecting previously unselected package avahi-autoipd. Preparing to unpack .../02-avahi-autoipd_0.7-4+deb10u1_armhf.deb ... Unpacking avahi-autoipd (0.7-4+deb10u1) ... Selecting previously unselected package python3-lib2to3. Preparing to unpack .../03-python3-lib2to3_3.7.3-1_all.deb ... Unpacking python3-lib2to3 (3.7.3-1) ... Selecting previously unselected package python3-distutils. Preparing to unpack .../04-python3-distutils_3.7.3-1_all.deb ... Unpacking python3-distutils (3.7.3-1) ... Selecting previously unselected package dh-python. Preparing to unpack .../05-dh-python_3.20190308_all.deb ... Unpacking dh-python (3.20190308) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../06-fonts-dejavu-core_2.37-1_all.deb ... Unpacking fonts-dejavu-core (2.37-1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../07-fontconfig-config_2.13.1-2_all.deb ... Unpacking fontconfig-config (2.13.1-2) ... Selecting previously unselected package libfontconfig1:armhf. Preparing to unpack .../08-libfontconfig1_2.13.1-2_armhf.deb ... Unpacking libfontconfig1:armhf (2.13.1-2) ... Selecting previously unselected package fontconfig. Preparing to unpack .../09-fontconfig_2.13.1-2_armhf.deb ... Unpacking fontconfig (2.13.1-2) ... Selecting previously unselected package libonig5:armhf. Preparing to unpack .../10-libonig5_6.9.1-1_armhf.deb ... Unpacking libonig5:armhf (6.9.1-1) ... Selecting previously unselected package libjq1:armhf. Preparing to unpack .../11-libjq1_1.5+dfsg-2+b1_armhf.deb ... Unpacking libjq1:armhf (1.5+dfsg-2+b1) ... Selecting previously unselected package jq. Preparing to unpack .../12-jq_1.5+dfsg-2+b1_armhf.deb ... Unpacking jq (1.5+dfsg-2+b1) ... Selecting previously unselected package libexpat1-dev:armhf. Preparing to unpack .../13-libexpat1-dev_2.2.6-2+deb10u1_armhf.deb ... Unpacking libexpat1-dev:armhf (2.2.6-2+deb10u1) ... Selecting previously unselected package libio-pty-perl. Preparing to unpack .../14-libio-pty-perl_1%3a1.08-1.1+b4_armhf.deb ... Unpacking libio-pty-perl (1:1.08-1.1+b4) ... Selecting previously unselected package libipc-run-perl. Preparing to unpack .../15-libipc-run-perl_20180523.0-1_all.deb ... Unpacking libipc-run-perl (20180523.0-1) ... Selecting previously unselected package libpython3.7-dev:armhf. Preparing to unpack .../16-libpython3.7-dev_3.7.3-2+deb10u3_armhf.deb ... Unpacking libpython3.7-dev:armhf (3.7.3-2+deb10u3) ... Selecting previously unselected package libpython3-dev:armhf. Preparing to unpack .../17-libpython3-dev_3.7.3-1_armhf.deb ... Unpacking libpython3-dev:armhf (3.7.3-1) ... Selecting previously unselected package libsensors-config. Preparing to unpack .../18-libsensors-config_1%3a3.5.0-3_all.deb ... Unpacking libsensors-config (1:3.5.0-3) ... Selecting previously unselected package libsensors5:armhf. Preparing to unpack .../19-libsensors5_1%3a3.5.0-3_armhf.deb ... Unpacking libsensors5:armhf (1:3.5.0-3) ... Selecting previously unselected package moreutils. Preparing to unpack .../20-moreutils_0.62-1+b1_armhf.deb ... Unpacking moreutils (0.62-1+b1) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../21-python-pip-whl_18.1-5+rpt1_all.deb ... Unpacking python-pip-whl (18.1-5+rpt1) ... Selecting previously unselected package python3-asn1crypto. Preparing to unpack .../22-python3-asn1crypto_0.24.0-1_all.deb ... Unpacking python3-asn1crypto (0.24.0-1) ... Selecting previously unselected package python3-cffi-backend. Preparing to unpack .../23-python3-cffi-backend_1.12.2-1_armhf.deb ... Unpacking python3-cffi-backend (1.12.2-1) ... Selecting previously unselected package python3-crypto. Preparing to unpack .../24-python3-crypto_2.6.1-9+b1_armhf.deb ... Unpacking python3-crypto (2.6.1-9+b1) ... Selecting previously unselected package python3-cryptography. Preparing to unpack .../25-python3-cryptography_2.6.1-3+deb10u2_armhf.deb ... Unpacking python3-cryptography (2.6.1-3+deb10u2) ... Selecting previously unselected package python3.7-dev. Preparing to unpack .../26-python3.7-dev_3.7.3-2+deb10u3_armhf.deb ... Unpacking python3.7-dev (3.7.3-2+deb10u3) ... Selecting previously unselected package python3-dev. Preparing to unpack .../27-python3-dev_3.7.3-1_armhf.deb ... Unpacking python3-dev (3.7.3-1) ... Selecting previously unselected package python3-entrypoints. Preparing to unpack .../28-python3-entrypoints_0.3-1_all.deb ... Unpacking python3-entrypoints (0.3-1) ... Selecting previously unselected package python3-secretstorage. Preparing to unpack .../29-python3-secretstorage_2.3.1-2_all.deb ... Unpacking python3-secretstorage (2.3.1-2) ... Selecting previously unselected package python3-keyring. Preparing to unpack .../30-python3-keyring_17.1.1-1_all.deb ... Unpacking python3-keyring (17.1.1-1) ... Selecting previously unselected package python3-keyrings.alt. Preparing to unpack .../31-python3-keyrings.alt_3.1.1-1_all.deb ... Unpacking python3-keyrings.alt (3.1.1-1) ... Selecting previously unselected package python3-pip. Preparing to unpack .../32-python3-pip_18.1-5+rpt1_all.deb ... Unpacking python3-pip (18.1-5+rpt1) ... Selecting previously unselected package python3-setuptools. Preparing to unpack .../33-python3-setuptools_40.8.0-1_all.deb ... Unpacking python3-setuptools (40.8.0-1) ... Selecting previously unselected package python3-wheel. Preparing to unpack .../34-python3-wheel_0.32.3-2_all.deb ... Unpacking python3-wheel (0.32.3-2) ... Selecting previously unselected package python3-xdg. Preparing to unpack .../35-python3-xdg_0.25-5_all.deb ... Unpacking python3-xdg (0.25-5) ... Selecting previously unselected package sysstat. Preparing to unpack .../36-sysstat_12.0.3-2_armhf.deb ... Unpacking sysstat (12.0.3-2) ... Setting up python3-entrypoints (0.3-1) ... Setting up apt-transport-https (1.8.2.3) ... Setting up libio-pty-perl (1:1.08-1.1+b4) ... Setting up libsensors-config (1:3.5.0-3) ... Setting up bc (1.07.1-2) ... Setting up python3-xdg (0.25-5) ... Setting up python3-wheel (0.32.3-2) ... Setting up libexpat1-dev:armhf (2.2.6-2+deb10u1) ... Setting up avahi-autoipd (0.7-4+deb10u1) ... Setting up fonts-dejavu-core (2.37-1) ... Setting up libipc-run-perl (20180523.0-1) ... Setting up libsensors5:armhf (1:3.5.0-3) ... Setting up python3-crypto (2.6.1-9+b1) ... Setting up python-pip-whl (18.1-5+rpt1) ... Setting up python3-lib2to3 (3.7.3-1) ... Setting up python3-asn1crypto (0.24.0-1) ... Setting up sysstat (12.0.3-2) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Created symlink /etc/systemd/system/multi-user.target.wants/sysstat.service → /lib/systemd/system/sysstat.service. Setting up libonig5:armhf (6.9.1-1) ... Setting up python3-cffi-backend (1.12.2-1) ... Setting up python3-distutils (3.7.3-1) ... Setting up dh-python (3.20190308) ... Setting up moreutils (0.62-1+b1) ... Setting up python3-setuptools (40.8.0-1) ... Setting up libjq1:armhf (1.5+dfsg-2+b1) ... Setting up fontconfig-config (2.13.1-2) ... Setting up libpython3.7-dev:armhf (3.7.3-2+deb10u3) ... Setting up python3.7-dev (3.7.3-2+deb10u3) ... Setting up python3-cryptography (2.6.1-3+deb10u2) ... Setting up python3-pip (18.1-5+rpt1) ... Setting up python3-keyrings.alt (3.1.1-1) ... Setting up jq (1.5+dfsg-2+b1) ... Setting up libfontconfig1:armhf (2.13.1-2) ... Setting up fontconfig (2.13.1-2) ... Regenerating fonts cache... done. Setting up libpython3-dev:armhf (3.7.3-1) ... Setting up python3-secretstorage (2.3.1-2) ... Setting up python3-dev (3.7.3-1) ... Setting up python3-keyring (17.1.1-1) ... Processing triggers for libc-bin (2.28-10+rpt2+rpi1) ... Processing triggers for systemd (241-7~deb10u8+rpi1) ... Processing triggers for man-db (2.8.5-2) ... Processing triggers for install-info (6.5.0.dfsg.1-4+b1) ... OK 2021-10-06_14:59:25_CEST [openHABian] Installing python3 serial package... $ apt-get install --yes python3-smbus python3-serial  Reading package lists... Building dependency tree... Reading state information... The following package was automatically installed and is no longer required: triggerhappy Use 'apt autoremove' to remove it. The following additional packages will be installed: i2c-tools libi2c0 read-edid Suggested packages: libi2c-dev python-smbus python3-wxgtk3.0 | python3-wxgtk The following NEW packages will be installed: i2c-tools libi2c0 python3-serial python3-smbus read-edid 0 upgraded, 5 newly installed, 0 to remove and 2 not upgraded. Need to get 176 kB of archives. After this operation, 750 kB of additional disk space will be used. Get:1 http://mirror.nl.leaseweb.net/raspbian/raspbian buster/main armhf libi2c0 armhf 4.1-1 [9,348 B] Get:2 http://mirror.nl.leaseweb.net/raspbian/raspbian buster/main armhf i2c-tools armhf 4.1-1 [71.7 kB] Get:3 http://mirror.nl.leaseweb.net/raspbian/raspbian buster/main armhf python3-serial all 3.4-4 [67.6 kB] Get:4 http://mirror.nl.leaseweb.net/raspbian/raspbian buster/main armhf python3-smbus armhf 4.1-1 [11.7 kB] Get:5 http://mirror.nl.leaseweb.net/raspbian/raspbian buster/main armhf read-edid armhf 3.0.2-1 [15.4 kB] Fetched 176 kB in 1s (146 kB/s) Selecting previously unselected package libi2c0:armhf. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 45779 files and directories currently installed.) Preparing to unpack .../libi2c0_4.1-1_armhf.deb ... Unpacking libi2c0:armhf (4.1-1) ... Selecting previously unselected package i2c-tools. Preparing to unpack .../i2c-tools_4.1-1_armhf.deb ... Unpacking i2c-tools (4.1-1) ... Selecting previously unselected package python3-serial. Preparing to unpack .../python3-serial_3.4-4_all.deb ... Unpacking python3-serial (3.4-4) ... Selecting previously unselected package python3-smbus:armhf. Preparing to unpack .../python3-smbus_4.1-1_armhf.deb ... Unpacking python3-smbus:armhf (4.1-1) ... Selecting previously unselected package read-edid. Preparing to unpack .../read-edid_3.0.2-1_armhf.deb ... Unpacking read-edid (3.0.2-1) ... Setting up libi2c0:armhf (4.1-1) ... Setting up read-edid (3.0.2-1) ... Setting up python3-serial (3.4-4) ... Setting up i2c-tools (4.1-1) ... Setting up python3-smbus:armhf (4.1-1) ... Processing triggers for man-db (2.8.5-2) ... Processing triggers for libc-bin (2.28-10+rpt2+rpi1) ... OK 2021-10-06_14:59:35_CEST [openHABian] Installing pigpio package... $ apt-get install --yes pigpio  Reading package lists... Building dependency tree... Reading state information... The following package was automatically installed and is no longer required: triggerhappy Use 'apt autoremove' to remove it. The following additional packages will be installed: libpigpio-dev libpigpio1 libpigpiod-if-dev libpigpiod-if1 libpigpiod-if2-1 pigpio-tools pigpiod The following NEW packages will be installed: libpigpio-dev libpigpio1 libpigpiod-if-dev libpigpiod-if1 libpigpiod-if2-1 pigpio pigpio-tools pigpiod 0 upgraded, 8 newly installed, 0 to remove and 2 not upgraded. Need to get 348 kB of archives. After this operation, 1,029 kB of additional disk space will be used. Get:1 http://archive.raspberrypi.org/debian buster/main armhf libpigpio1 armhf 1.79-1+rpt1 [91.4 kB] Get:2 http://archive.raspberrypi.org/debian buster/main armhf libpigpio-dev armhf 1.79-1+rpt1 [78.5 kB] Get:3 http://archive.raspberrypi.org/debian buster/main armhf libpigpiod-if1 armhf 1.79-1+rpt1 [20.5 kB] Get:4 http://archive.raspberrypi.org/debian buster/main armhf libpigpiod-if2-1 armhf 1.79-1+rpt1 [24.4 kB] Get:5 http://archive.raspberrypi.org/debian buster/main armhf libpigpiod-if-dev armhf 1.79-1+rpt1 [76.9 kB] Get:6 http://archive.raspberrypi.org/debian buster/main armhf pigpio-tools armhf 1.79-1+rpt1 [42.9 kB] Get:7 http://archive.raspberrypi.org/debian buster/main armhf pigpiod armhf 1.79-1+rpt1 [9,900 B] Get:8 http://archive.raspberrypi.org/debian buster/main armhf pigpio armhf 1.79-1+rpt1 [3,564 B] Fetched 348 kB in 0s (1,001 kB/s) Selecting previously unselected package libpigpio1. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 45865 files and directories currently installed.) Preparing to unpack .../0-libpigpio1_1.79-1+rpt1_armhf.deb ... Unpacking libpigpio1 (1.79-1+rpt1) ... Selecting previously unselected package libpigpio-dev. Preparing to unpack .../1-libpigpio-dev_1.79-1+rpt1_armhf.deb ... Unpacking libpigpio-dev (1.79-1+rpt1) ... Selecting previously unselected package libpigpiod-if1. Preparing to unpack .../2-libpigpiod-if1_1.79-1+rpt1_armhf.deb ... Unpacking libpigpiod-if1 (1.79-1+rpt1) ... Selecting previously unselected package libpigpiod-if2-1. Preparing to unpack .../3-libpigpiod-if2-1_1.79-1+rpt1_armhf.deb ... Unpacking libpigpiod-if2-1 (1.79-1+rpt1) ... Selecting previously unselected package libpigpiod-if-dev. Preparing to unpack .../4-libpigpiod-if-dev_1.79-1+rpt1_armhf.deb ... Unpacking libpigpiod-if-dev (1.79-1+rpt1) ... Selecting previously unselected package pigpio-tools. Preparing to unpack .../5-pigpio-tools_1.79-1+rpt1_armhf.deb ... Unpacking pigpio-tools (1.79-1+rpt1) ... Selecting previously unselected package pigpiod. Preparing to unpack .../6-pigpiod_1.79-1+rpt1_armhf.deb ... Unpacking pigpiod (1.79-1+rpt1) ... Selecting previously unselected package pigpio. Preparing to unpack .../7-pigpio_1.79-1+rpt1_armhf.deb ... Unpacking pigpio (1.79-1+rpt1) ... Setting up pigpio-tools (1.79-1+rpt1) ... Setting up libpigpiod-if1 (1.79-1+rpt1) ... Setting up libpigpiod-if2-1 (1.79-1+rpt1) ... Setting up libpigpio1 (1.79-1+rpt1) ... Setting up pigpiod (1.79-1+rpt1) ... Setting up libpigpiod-if-dev (1.79-1+rpt1) ... Setting up libpigpio-dev (1.79-1+rpt1) ... Setting up pigpio (1.79-1+rpt1) ... Processing triggers for man-db (2.8.5-2) ... Processing triggers for libc-bin (2.28-10+rpt2+rpi1) ... OK 2021-10-06_14:59:44_CEST [openHABian] Installing additional bluetooth packages... $ apt-get install --yes bluez python3-dev libbluetooth-dev raspberrypi-sys-mods pi-bluetooth python3-bluez  Reading package lists... Building dependency tree... Reading state information... python3-dev is already the newest version (3.7.3-1). python3-dev set to manually installed. bluez is already the newest version (5.50-1.2~deb10u2+rpt1). bluez set to manually installed. pi-bluetooth is already the newest version (0.1.18). The following package was automatically installed and is no longer required: triggerhappy Use 'apt autoremove' to remove it. The following additional packages will be installed: libbluetooth3 The following NEW packages will be installed: libbluetooth-dev libbluetooth3 python3-bluez The following packages will be upgraded: raspberrypi-sys-mods 1 upgraded, 3 newly installed, 0 to remove and 1 not upgraded. Need to get 246 kB/340 kB of archives. After this operation, 992 kB of additional disk space will be used. Get:1 http://archive.raspberrypi.org/debian buster/main armhf libbluetooth-dev armhf 5.50-1.2~deb10u2+rpt1 [190 kB] Get:3 http://archive.raspberrypi.org/debian buster/main armhf raspberrypi-sys-mods armhf 20211005 [12.4 kB] Get:2 http://mirror.nl.leaseweb.net/raspbian/raspbian buster/main armhf python3-bluez armhf 0.22+really0.22-1 [43.5 kB] apt-listchanges: Reading changelogs... Fetched 246 kB in 0s (867 kB/s) Selecting previously unselected package libbluetooth3:armhf. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 45911 files and directories currently installed.) Preparing to unpack .../libbluetooth3_5.50-1.2~deb10u2+rpt1_armhf.deb ... Unpacking libbluetooth3:armhf (5.50-1.2~deb10u2+rpt1) ... Selecting previously unselected package libbluetooth-dev:armhf. Preparing to unpack .../libbluetooth-dev_5.50-1.2~deb10u2+rpt1_armhf.deb ... Unpacking libbluetooth-dev:armhf (5.50-1.2~deb10u2+rpt1) ... Selecting previously unselected package python3-bluez. Preparing to unpack .../python3-bluez_0.22+really0.22-1_armhf.deb ... Unpacking python3-bluez (0.22+really0.22-1) ... Preparing to unpack .../raspberrypi-sys-mods_20211005_armhf.deb ... Unpacking raspberrypi-sys-mods (20211005) over (20210901) ... Setting up raspberrypi-sys-mods (20211005) ... Installing new version of config file /etc/udev/rules.d/99-com.rules ... Setting up libbluetooth3:armhf (5.50-1.2~deb10u2+rpt1) ... Setting up python3-bluez (0.22+really0.22-1) ... Setting up libbluetooth-dev:armhf (5.50-1.2~deb10u2+rpt1) ... Processing triggers for libc-bin (2.28-10+rpt2+rpi1) ... OK 2021-10-06_15:00:10_CEST [openHABian] Adding slightly tuned bash configuration files to system... OK 2021-10-06_15:00:10_CEST [openHABian] Adding slightly tuned vim configuration file to system... OK 2021-10-06_15:00:10_CEST [openHABian] tailscale VPN installation... SKIPPED (no preauthkey defined) 2021-10-06_15:00:10_CEST [openHABian] Applying miscellaneous system settings... Creating a README note for end user's home folder Creating SSH key files $ mkdir -p /home/openhabian/.ssh  $ chmod 700 /home/openhabian/.ssh  $ touch /home/openhabian/.ssh/authorized_keys  $ chmod 600 /home/openhabian/.ssh/authorized_keys  $ chown -R openhabian:openhabian /home/openhabian/.ssh  Creating persistent systemd journal folder location: /var/log/journal $ mkdir -p /var/log/journal  $ systemd-tmpfiles --create --prefix /var/log/journal  Keeping at most 30 days of systemd journal entries $ journalctl --vacuum-time=30d  Deleted archived journal /var/log/journal/eb923f77cfcc49dcaa900ede755d4eae/system@44292f5eb31347ea99d9f7d4f379e66d-0000000000000001-0005c1beafa1a950.journal (8.0M). Vacuuming done, freed 8.0M of archived journals from /var/log/journal/eb923f77cfcc49dcaa900ede755d4eae. $ install -m 755 /opt/openhabian/includes/INA219.py /usr/local/bin/waveshare_ups  Setting a distinguishable apt User-Agent OK 2021-10-06_15:00:10_CEST [openHABian] Downloading FireMotD...  Update...  $ update_git_repo /opt/FireMotD master  2021-10-06_15:00:10_CEST [openHABian] Updating FireMotD, master branch from git... $ git -C /opt/FireMotD fetch origin  $ git -C /opt/FireMotD fetch --tags --force --prune  $ git -C /opt/FireMotD reset --hard origin/master  HEAD is now at 3d2bea6 fix $ git -C /opt/FireMotD clean --force -x -d  $ git -C /opt/FireMotD checkout master  Already on 'master' Your branch is up to date with 'origin/master'. OK OK 2021-10-06_15:00:12_CEST [openHABian] Installing FireMotD... $ make --always-make --directory=/opt/FireMotD install  make: Entering directory '/opt/FireMotD' cp FireMotD /usr/local/bin/FireMotD chmod 755 /usr/local/bin/FireMotD mkdir -p /usr/share/firemotd/data mkdir -p /usr/share/firemotd/templates mkdir -p /usr/share/firemotd/themes mkdir -p /usr/share/firemotd/cache cp templates/* /usr/share/firemotd/templates cp themes/* /usr/share/firemotd/themes make: Leaving directory '/opt/FireMotD' $ make --always-make --directory=/opt/FireMotD bash_completion  make: Entering directory '/opt/FireMotD' cp bash_completion.d/FireMotD /etc/bash_completion.d/FireMotD make: Leaving directory '/opt/FireMotD' OK 2021-10-06_15:00:12_CEST [openHABian] Generating FireMotD theme... $ FireMotD -S -d -D all  2021-10-06 15:00:12,598: FireMotD: Info: Debug mode 2021-10-06 15:00:12,614: FireMotD: Info: FireMotD action save started 2021-10-06 15:00:12,629: FireMotD: Info: Action "save" 2021-10-06 15:00:12,645: FireMotD: Info: Exportfile /usr/share/firemotd/data/FireMotD.json not found. 2021-10-06 15:00:12,660: FireMotD: Info: Template type set to all. Overwriting.. 2021-10-06 15:00:12,706: FireMotD: Info: Exploring HostIp 2021-10-06 15:00:12,819: FireMotD: Info: Exploring Release 2021-10-06 15:00:12,935: FireMotD: Info: Exploring Kernel 2021-10-06 15:00:13,020: FireMotD: Info: Exploring Platform 2021-10-06 15:00:13,153: FireMotD: Info: Exploring InstallDate 2021-10-06 15:00:13,267: FireMotD: Info: Exploring Updates 2021-10-06 15:00:23,978: FireMotD: Info: Exploring Httpd 2021-10-06 15:00:24,062: FireMotD: Info: Exploring Nginx 2021-10-06 15:00:24,146: FireMotD: Info: Exploring Mysql 2021-10-06 15:00:24,256: FireMotD: Info: Exploring Postgres 2021-10-06 15:00:24,340: FireMotD: Info: Exploring Php 2021-10-06 15:00:24,457: FireMotD: Info: Exploring Elasticsearch 2021-10-06 15:00:24,538: FireMotD: Info: Exploring Logstash 2021-10-06 15:00:24,619: FireMotD: Info: Exploring Kibana 2021-10-06 15:00:24,795: FireMotD: Info: Export system data to "/usr/share/firemotd/data/FireMotD.json" finished. 2021-10-06 15:00:24,822: FireMotD: Info: ExportFile: -rwxrw-rw- 1 root root 3228 Oct 6 15:00 /usr/share/firemotd/data/FireMotD.json 2021-10-06 15:00:24,839: FireMotD: Info: FireMotD action save finished $ FireMotD -G Gray  OK 2021-10-06_15:00:29_CEST [openHABian] Setting up FireMotD apt updates count service...  Make FireMotD check for new updates every night...  $ install -m 644 /opt/openhabian/includes/firemotd/firemotd.service /opt/openhabian/includes/firemotd/firemotd.timer /etc/systemd/system/   Make FireMotD check for new updates after using apt...  $ install -m 644 /opt/openhabian/includes/firemotd/15firemotd /etc/apt/apt.conf.d/   Initial FireMotD updates check $ FireMotD -S  OK 2021-10-06_15:00:43_CEST [openHABian] Installing cached version of Java to ensure that some form of Java is installed! 2021-10-06_15:00:43_CEST [openHABian] Installing Java Zulu prerequisites (libc, libstdc++, zlib1g)... OK 2021-10-06_15:00:43_CEST [openHABian] Installing Java Zulu 11 32-Bit OpenJDK... $ java_alternatives_reset  $ update-alternatives --install /usr/bin/java java /opt/jdk/zulu11.50.19-ca-jdk11.0.12-linux_aarch32hf/bin/java 1000000  update-alternatives: using /opt/jdk/zulu11.50.19-ca-jdk11.0.12-linux_aarch32hf/bin/java to provide /usr/bin/java (java) in auto mode $ update-alternatives --install /usr/bin/jjs jjs /opt/jdk/zulu11.50.19-ca-jdk11.0.12-linux_aarch32hf/bin/jjs 1000000  update-alternatives: using /opt/jdk/zulu11.50.19-ca-jdk11.0.12-linux_aarch32hf/bin/jjs to provide /usr/bin/jjs (jjs) in auto mode $ update-alternatives --install /usr/bin/keytool keytool /opt/jdk/zulu11.50.19-ca-jdk11.0.12-linux_aarch32hf/bin/keytool 1000000  update-alternatives: using /opt/jdk/zulu11.50.19-ca-jdk11.0.12-linux_aarch32hf/bin/keytool to provide /usr/bin/keytool (keytool) in auto mode $ update-alternatives --install /usr/bin/pack200 pack200 /opt/jdk/zulu11.50.19-ca-jdk11.0.12-linux_aarch32hf/bin/pack200 1000000  update-alternatives: using /opt/jdk/zulu11.50.19-ca-jdk11.0.12-linux_aarch32hf/bin/pack200 to provide /usr/bin/pack200 (pack200) in auto mode $ update-alternatives --install /usr/bin/rmid rmid /opt/jdk/zulu11.50.19-ca-jdk11.0.12-linux_aarch32hf/bin/rmid 1000000  update-alternatives: using /opt/jdk/zulu11.50.19-ca-jdk11.0.12-linux_aarch32hf/bin/rmid to provide /usr/bin/rmid (rmid) in auto mode $ update-alternatives --install /usr/bin/rmiregistry rmiregistry /opt/jdk/zulu11.50.19-ca-jdk11.0.12-linux_aarch32hf/bin/rmiregistry 1000000  update-alternatives: using /opt/jdk/zulu11.50.19-ca-jdk11.0.12-linux_aarch32hf/bin/rmiregistry to provide /usr/bin/rmiregistry (rmiregistry) in auto mode $ update-alternatives --install /usr/bin/unpack200 unpack200 /opt/jdk/zulu11.50.19-ca-jdk11.0.12-linux_aarch32hf/bin/unpack200 1000000  update-alternatives: using /opt/jdk/zulu11.50.19-ca-jdk11.0.12-linux_aarch32hf/bin/unpack200 to provide /usr/bin/unpack200 (unpack200) in auto mode $ update-alternatives --install /usr/bin/jexec jexec /opt/jdk/zulu11.50.19-ca-jdk11.0.12-linux_aarch32hf/lib/jexec 1000000  update-alternatives: using /opt/jdk/zulu11.50.19-ca-jdk11.0.12-linux_aarch32hf/lib/jexec to provide /usr/bin/jexec (jexec) in auto mode OK 2021-10-06_15:00:44_CEST [openHABian] Installing Java Zulu CEK to enable unlimited cipher strength... $ mkdir -p /opt/jdk/zulu11.50.19-ca-jdk11.0.12-linux_aarch32hf/bin/../lib/security  $ wget -qO /tmp/openhabian.CBeFp/crypto.zip https://cdn.azul.com/zcek/bin/ZuluJCEPolicies.zip  $ unzip /tmp/openhabian.CBeFp/crypto.zip -d /tmp/openhabian.CBeFp  Archive: /tmp/openhabian.CBeFp/crypto.zip creating: /tmp/openhabian.CBeFp/ZuluJCEPolicies/ inflating: /tmp/openhabian.CBeFp/ZuluJCEPolicies/LICENSE inflating: /tmp/openhabian.CBeFp/ZuluJCEPolicies/README.txt inflating: /tmp/openhabian.CBeFp/ZuluJCEPolicies/DISCLAIMER inflating: /tmp/openhabian.CBeFp/ZuluJCEPolicies/local_policy.jar inflating: /tmp/openhabian.CBeFp/ZuluJCEPolicies/US_export_policy.jar $ cp -u /tmp/openhabian.CBeFp/ZuluJCEPolicies/local_policy.jar /tmp/openhabian.CBeFp/ZuluJCEPolicies/US_export_policy.jar /opt/jdk/zulu11.50.19-ca-jdk11.0.12-linux_aarch32hf/bin/../lib/security  OK $ rm -rf /tmp/openhabian.CBeFp  $ java_zulu_update_available Zulu11-32  $ java -version  openjdk version "11.0.12" 2021-07-20 LTS OpenJDK Runtime Environment Zulu11.50+19-CA (build 11.0.12+7-LTS) OpenJDK Client VM Zulu11.50+19-CA (build 11.0.12+7-LTS, mixed mode) 2021-10-06_15:00:46_CEST [openHABian] Beginning install of latest openHAB3 release (stable)... OK 2021-10-06_15:00:46_CEST [openHABian] Adding required keys to apt... OK 2021-10-06_15:00:46_CEST [openHABian] Installing selected openHAB3 version... $ apt-get update  Hit:1 http://davesteele.github.io/comitup/repo comitup InRelease Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease Hit:3 http://archive.raspberrypi.org/debian buster InRelease Hit:4 https://openhab.jfrog.io/artifactory/openhab-linuxpkg stable InRelease Reading package lists... $ apt-get install --allow-downgrades --yes --option Dpkg::Options::=--force-confnew openhab=3.1.0-1 openhab-addons=3.1.0-1  Reading package lists... Building dependency tree... Reading state information... The following package was automatically installed and is no longer required: triggerhappy Use 'apt autoremove' to remove it. Suggested packages: default-jre | java11-runtime | java11-runtime-headless The following NEW packages will be installed: openhab openhab-addons 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded. Need to get 0 B/340 MB of archives. After this operation, 352 MB of additional disk space will be used. Selecting previously unselected package openhab. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 45990 files and directories currently installed.) Preparing to unpack .../openhab_3.1.0-1_all.deb ... Unpacking openhab (3.1.0-1) ... Selecting previously unselected package openhab-addons. Preparing to unpack .../openhab-addons_3.1.0-1_all.deb ... Unpacking openhab-addons (3.1.0-1) ... Setting up openhab (3.1.0-1) ... [openHAB] Please use the following commands to launch openHAB on a system restart. sudo /bin/systemctl daemon-reload sudo /bin/systemctl enable openhab.service [openHAB] You can start openHAB manually by executing the command: sudo /bin/systemctl start openhab.service Setting up openhab-addons (3.1.0-1) ... Processing triggers for systemd (241-7~deb10u8+rpi1) ... Updating FireMotD available updates count ... OK 2021-10-06_15:01:57_CEST [openHABian] Setting up openHAB service... $ systemctl enable openhab.service  Created symlink /etc/systemd/system/multi-user.target.wants/openhab.service → /lib/systemd/system/openhab.service. OK 2021-10-06_15:01:58_CEST [openHABian] Optimizing openHAB to run on low memory single board computers... $ sed -i -e s|^EXTRA_JAVA_OPTS=.*$|EXTRA_JAVA_OPTS="-Xms192m -Xmx320m"|g /etc/default/openhab  OK 2021-10-06_15:01:58_CEST [openHABian] Setting openHAB HTTP/HTTPS ports... $ sed -i -e s|^#*.*OPENHAB_HTTP_PORT=.*$|OPENHAB_HTTP_PORT=8080|g /etc/default/openhab  $ sed -i -e s|^#*.*OPENHAB_HTTPS_PORT=.*$|OPENHAB_HTTPS_PORT=8443|g /etc/default/openhab  OK 2021-10-06_15:01:58_CEST [openHABian] Creating dependencies to jointly start services that depend on each other... $ mkdir -p /etc/systemd/system/openhab.service.d  $ rm -f /etc/systemd/system/openhab.service.d/override.conf  $ cp /opt/openhabian/includes/openhab-override.conf /etc/systemd/system/openhab.service.d/override.conf  OK 2021-10-06_15:01:59_CEST [openHABian] Adding an openHAB dashboard tile for 'openhabiandocs'... OK 2021-10-06_15:01:59_CEST [openHABian] Restarting openHAB service to play it safe... $ systemctl restart openhab.service  OK 2021-10-06_15:01:59_CEST [openHABian] Getting initial openHAB configuration... SKIPPED (no config backup found at /boot/initial.zip) 2021-10-06_15:01:59_CEST [openHABian] Activating the openHAB console on all interfaces... $ sed -i -e s|^#.*sshHost = 0.0.0.0.*$|org.apache.karaf.shell:sshHost = 0.0.0.0|g /etc/openhab/services/runtime.cfg  $ sed -i -e s|openhab = .*,|openhab = habopen,|g /var/lib/openhab/etc/users.properties  OK 2021-10-06_15:01:59_CEST [openHABian] Adding openHAB syntax to vim editor... $ mkdir -p /home/openhabian/.vim/ftdetect /home/openhabian/.vim/syntax  $ wget -O /home/openhabian/.vim/syntax/openhab.vim https://github.com/cyberkov/openhab-vim/raw/master/syntax/openhab.vim  --2021-10-06 15:01:59-- https://github.com/cyberkov/openhab-vim/raw/master/syntax/openhab.vim Resolving github.com (github.com)... 140.82.121.3 Connecting to github.com (github.com)|140.82.121.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://raw.githubusercontent.com/cyberkov/openhab-vim/master/syntax/openhab.vim [following] --2021-10-06 15:02:00-- https://raw.githubusercontent.com/cyberkov/openhab-vim/master/syntax/openhab.vim Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.109.133, 185.199.108.133, 185.199.111.133, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.109.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 6065 (5.9K) [text/plain] Saving to: ‘/home/openhabian/.vim/syntax/openhab.vim’ 0K ..... 100% 3.95M=0.001s 2021-10-06 15:02:00 (3.95 MB/s) - ‘/home/openhabian/.vim/syntax/openhab.vim’ saved [6065/6065] $ wget -O /home/openhabian/.vim/ftdetect/openhab.vim https://github.com/cyberkov/openhab-vim/raw/master/ftdetect/openhab.vim  --2021-10-06 15:02:00-- https://github.com/cyberkov/openhab-vim/raw/master/ftdetect/openhab.vim Resolving github.com (github.com)... 140.82.121.3 Connecting to github.com (github.com)|140.82.121.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://raw.githubusercontent.com/cyberkov/openhab-vim/master/ftdetect/openhab.vim [following] --2021-10-06 15:02:01-- https://raw.githubusercontent.com/cyberkov/openhab-vim/master/ftdetect/openhab.vim Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.109.133, 185.199.108.133, 185.199.111.133, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.109.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 661 [text/plain] Saving to: ‘/home/openhabian/.vim/ftdetect/openhab.vim’ 0K 100% 3.00M=0s 2021-10-06 15:02:01 (3.00 MB/s) - ‘/home/openhabian/.vim/ftdetect/openhab.vim’ saved [661/661] OK 2021-10-06_15:02:01_CEST [openHABian] Adding openHAB syntax to nano editor... $ wget -O /usr/share/nano/openhab.nanorc https://github.com/airix1/openhabnano/raw/master/openhab.nanorc  --2021-10-06 15:02:01-- https://github.com/airix1/openhabnano/raw/master/openhab.nanorc Resolving github.com (github.com)... 140.82.121.3 Connecting to github.com (github.com)|140.82.121.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://raw.githubusercontent.com/airix1/openhabnano/master/openhab.nanorc [following] --2021-10-06 15:02:02-- https://raw.githubusercontent.com/airix1/openhabnano/master/openhab.nanorc Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.109.133, 185.199.108.133, 185.199.111.133, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.109.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 2846 (2.8K) [text/plain] Saving to: ‘/usr/share/nano/openhab.nanorc’ 0K .. 100% 3.48M=0.001s 2021-10-06 15:02:02 (3.48 MB/s) - ‘/usr/share/nano/openhab.nanorc’ saved [2846/2846] OK 2021-10-06_15:02:02_CEST [openHABian] Adding openHAB scheme to multitail... $ sed -i -e /^.*multitail.*openhab.*$/d /etc/multitail.conf  $ sed -i -e s|^# misc.*$|# openHAB logs\ninclude:/etc/multitail.openhab.conf\n#\n# misc|g /etc/multitail.conf  OK 2021-10-06_15:02:02_CEST [openHABian] Preparing openHAB folder mounts under '/srv/openhab-*'... $ umount -q /srv/openhab-sys /srv/openhab-conf /srv/openhab-userdata /srv/openhab-addons  umount: /srv/openhab-sys: no mount point specified. umount: /srv/openhab-conf: no mount point specified. umount: /srv/openhab-userdata: no mount point specified. umount: /srv/openhab-addons: no mount point specified. $ rm -f /etc/systemd/system/srv*.mount  $ mkdir -p /srv/openhab-sys /srv/openhab-conf /srv/openhab-userdata /srv/openhab-addons  $ cp /opt/openhabian/includes/srv_readme.txt /srv/README.txt  $ chmod ugo+w /srv /srv/README.txt  $ create_mount /usr/share/openhab sys  2021-10-06_15:02:03_CEST [openHABian] Creating mount /usr/share/openhab in '/srv/openhab-sys'... $ systemctl enable --now srv-openhab-sys.mount  Created symlink /etc/systemd/system/multi-user.target.wants/srv-openhab\x2dsys.mount → /etc/systemd/system/srv-openhab\x2dsys.mount. OK $ create_mount /etc/openhab conf  2021-10-06_15:02:04_CEST [openHABian] Creating mount /etc/openhab in '/srv/openhab-conf'... $ systemctl enable --now srv-openhab-conf.mount  Created symlink /etc/systemd/system/multi-user.target.wants/srv-openhab\x2dconf.mount → /etc/systemd/system/srv-openhab\x2dconf.mount. OK $ create_mount /var/lib/openhab userdata  2021-10-06_15:02:06_CEST [openHABian] Creating mount /var/lib/openhab in '/srv/openhab-userdata'... $ systemctl enable --now srv-openhab-userdata.mount  Created symlink /etc/systemd/system/multi-user.target.wants/srv-openhab\x2duserdata.mount → /etc/systemd/system/srv-openhab\x2duserdata.mount. OK $ create_mount /usr/share/openhab/addons addons  2021-10-06_15:02:08_CEST [openHABian] Creating mount /usr/share/openhab/addons in '/srv/openhab-addons'... $ systemctl enable --now srv-openhab-addons.mount  Created symlink /etc/systemd/system/multi-user.target.wants/srv-openhab\x2daddons.mount → /etc/systemd/system/srv-openhab\x2daddons.mount. OK OK 2021-10-06_15:02:10_CEST [openHABian] Installing Samba... $ apt-get install --yes samba  Reading package lists... Building dependency tree... Reading state information... The following package was automatically installed and is no longer required: triggerhappy Use 'apt autoremove' to remove it. The following additional packages will be installed: attr ibverbs-providers libavahi-client3 libboost-atomic1.67.0 libboost-iostreams1.67.0 libboost-regex1.67.0 libboost-system1.67.0 libboost-thread1.67.0 libcephfs2 libcups2 libgfapi0 libgfrpc0 libgfxdr0 libglusterfs0 libgpgme11 libibverbs1 libjansson4 libldb1 libnspr4 libnss3 libpython2.7 librados2 libtdb1 libtevent0 python-crypto python-dnspython python-gpg python-ldb python-samba python-talloc python-tdb samba-common samba-common-bin samba-dsdb-modules samba-libs samba-vfs-modules tdb-tools Suggested packages: cups-common python-crypto-doc bind9 bind9utils ctdb ldb-tools ntp | chrony smbldap-tools ufw winbind heimdal-clients The following NEW packages will be installed: attr ibverbs-providers libavahi-client3 libboost-atomic1.67.0 libboost-iostreams1.67.0 libboost-regex1.67.0 libboost-system1.67.0 libboost-thread1.67.0 libcephfs2 libcups2 libgfapi0 libgfrpc0 libgfxdr0 libglusterfs0 libgpgme11 libibverbs1 libjansson4 libldb1 libnspr4 libnss3 libpython2.7 librados2 libtdb1 libtevent0 python-crypto python-dnspython python-gpg python-ldb python-samba python-talloc python-tdb samba samba-common samba-common-bin samba-dsdb-modules samba-libs samba-vfs-modules tdb-tools Preconfiguring packages ... 0 upgraded, 38 newly installed, 0 to remove and 1 not upgraded. Need to get 0 B/26.8 MB of archives. After this operation, 101 MB of additional disk space will be used. Selecting previously unselected package python-dnspython. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 47237 files and directories currently installed.) Preparing to unpack .../00-python-dnspython_1.16.0-1+deb10u1_all.deb ... Unpacking python-dnspython (1.16.0-1+deb10u1) ... Selecting previously unselected package python-crypto. Preparing to unpack .../01-python-crypto_2.6.1-9+b1_armhf.deb ... Unpacking python-crypto (2.6.1-9+b1) ... Selecting previously unselected package libtdb1:armhf. Preparing to unpack .../02-libtdb1_1.3.16-2+b1_armhf.deb ... Unpacking libtdb1:armhf (1.3.16-2+b1) ... Selecting previously unselected package libtevent0:armhf. Preparing to unpack .../03-libtevent0_0.9.37-1_armhf.deb ... Unpacking libtevent0:armhf (0.9.37-1) ... Selecting previously unselected package libldb1:armhf. Preparing to unpack .../04-libldb1_2%3a1.5.1+really1.4.6-3+deb10u1_armhf.deb ... Unpacking libldb1:armhf (2:1.5.1+really1.4.6-3+deb10u1) ... Selecting previously unselected package libpython2.7:armhf. Preparing to unpack .../05-libpython2.7_2.7.16-2+deb10u1_armhf.deb ... Unpacking libpython2.7:armhf (2.7.16-2+deb10u1) ... Selecting previously unselected package python-ldb. Preparing to unpack .../06-python-ldb_2%3a1.5.1+really1.4.6-3+deb10u1_armhf.deb ... Unpacking python-ldb (2:1.5.1+really1.4.6-3+deb10u1) ... Selecting previously unselected package python-tdb. Preparing to unpack .../07-python-tdb_1.3.16-2+b1_armhf.deb ... Unpacking python-tdb (1.3.16-2+b1) ... Selecting previously unselected package libavahi-client3:armhf. Preparing to unpack .../08-libavahi-client3_0.7-4+deb10u1_armhf.deb ... Unpacking libavahi-client3:armhf (0.7-4+deb10u1) ... Selecting previously unselected package libcups2:armhf. Preparing to unpack .../09-libcups2_2.2.10-6+deb10u4_armhf.deb ... Unpacking libcups2:armhf (2.2.10-6+deb10u4) ... Selecting previously unselected package libjansson4:armhf. Preparing to unpack .../10-libjansson4_2.12-1_armhf.deb ... Unpacking libjansson4:armhf (2.12-1) ... Selecting previously unselected package python-talloc:armhf. Preparing to unpack .../11-python-talloc_2.1.14-2_armhf.deb ... Unpacking python-talloc:armhf (2.1.14-2) ... Selecting previously unselected package samba-libs:armhf. Preparing to unpack .../12-samba-libs_2%3a4.9.5+dfsg-5+deb10u1+rpi1_armhf.deb ... Unpacking samba-libs:armhf (2:4.9.5+dfsg-5+deb10u1+rpi1) ... Selecting previously unselected package python-samba. Preparing to unpack .../13-python-samba_2%3a4.9.5+dfsg-5+deb10u1+rpi1_armhf.deb ... Unpacking python-samba (2:4.9.5+dfsg-5+deb10u1+rpi1) ... Selecting previously unselected package samba-common. Preparing to unpack .../14-samba-common_2%3a4.9.5+dfsg-5+deb10u1+rpi1_all.deb ... Unpacking samba-common (2:4.9.5+dfsg-5+deb10u1+rpi1) ... Selecting previously unselected package samba-common-bin. Preparing to unpack .../15-samba-common-bin_2%3a4.9.5+dfsg-5+deb10u1+rpi1_armhf.deb ... Unpacking samba-common-bin (2:4.9.5+dfsg-5+deb10u1+rpi1) ... Selecting previously unselected package tdb-tools. Preparing to unpack .../16-tdb-tools_1.3.16-2+b1_armhf.deb ... Unpacking tdb-tools (1.3.16-2+b1) ... Selecting previously unselected package samba. Preparing to unpack .../17-samba_2%3a4.9.5+dfsg-5+deb10u1+rpi1_armhf.deb ... Unpacking samba (2:4.9.5+dfsg-5+deb10u1+rpi1) ... Selecting previously unselected package attr. Preparing to unpack .../18-attr_1%3a2.4.48-4_armhf.deb ... Unpacking attr (1:2.4.48-4) ... Selecting previously unselected package libibverbs1:armhf. Preparing to unpack .../19-libibverbs1_22.1-1_armhf.deb ... Unpacking libibverbs1:armhf (22.1-1) ... Selecting previously unselected package ibverbs-providers:armhf. Preparing to unpack .../20-ibverbs-providers_22.1-1_armhf.deb ... Unpacking ibverbs-providers:armhf (22.1-1) ... Selecting previously unselected package libboost-atomic1.67.0:armhf. Preparing to unpack .../21-libboost-atomic1.67.0_1.67.0-13+deb10u1_armhf.deb ... Unpacking libboost-atomic1.67.0:armhf (1.67.0-13+deb10u1) ... Selecting previously unselected package libboost-iostreams1.67.0:armhf. Preparing to unpack .../22-libboost-iostreams1.67.0_1.67.0-13+deb10u1_armhf.deb ... Unpacking libboost-iostreams1.67.0:armhf (1.67.0-13+deb10u1) ... Selecting previously unselected package libboost-regex1.67.0:armhf. Preparing to unpack .../23-libboost-regex1.67.0_1.67.0-13+deb10u1_armhf.deb ... Unpacking libboost-regex1.67.0:armhf (1.67.0-13+deb10u1) ... Selecting previously unselected package libboost-system1.67.0:armhf. Preparing to unpack .../24-libboost-system1.67.0_1.67.0-13+deb10u1_armhf.deb ... Unpacking libboost-system1.67.0:armhf (1.67.0-13+deb10u1) ... Selecting previously unselected package libboost-thread1.67.0:armhf. Preparing to unpack .../25-libboost-thread1.67.0_1.67.0-13+deb10u1_armhf.deb ... Unpacking libboost-thread1.67.0:armhf (1.67.0-13+deb10u1) ... Selecting previously unselected package libnspr4:armhf. Preparing to unpack .../26-libnspr4_2%3a4.20-1_armhf.deb ... Unpacking libnspr4:armhf (2:4.20-1) ... Selecting previously unselected package libnss3:armhf. Preparing to unpack .../27-libnss3_2%3a3.42.1-1+deb10u3_armhf.deb ... Unpacking libnss3:armhf (2:3.42.1-1+deb10u3) ... Selecting previously unselected package librados2:armhf. Preparing to unpack .../28-librados2_12.2.11+dfsg1-2.1+rpi1_armhf.deb ... Unpacking librados2:armhf (12.2.11+dfsg1-2.1+rpi1) ... Selecting previously unselected package libcephfs2:armhf. Preparing to unpack .../29-libcephfs2_12.2.11+dfsg1-2.1+rpi1_armhf.deb ... Unpacking libcephfs2:armhf (12.2.11+dfsg1-2.1+rpi1) ... Selecting previously unselected package libglusterfs0:armhf. Preparing to unpack .../30-libglusterfs0_5.5-3_armhf.deb ... Unpacking libglusterfs0:armhf (5.5-3) ... Selecting previously unselected package libgfxdr0:armhf. Preparing to unpack .../31-libgfxdr0_5.5-3_armhf.deb ... Unpacking libgfxdr0:armhf (5.5-3) ... Selecting previously unselected package libgfrpc0:armhf. Preparing to unpack .../32-libgfrpc0_5.5-3_armhf.deb ... Unpacking libgfrpc0:armhf (5.5-3) ... Selecting previously unselected package libgfapi0:armhf. Preparing to unpack .../33-libgfapi0_5.5-3_armhf.deb ... Unpacking libgfapi0:armhf (5.5-3) ... Selecting previously unselected package libgpgme11:armhf. Preparing to unpack .../34-libgpgme11_1.12.0-6_armhf.deb ... Unpacking libgpgme11:armhf (1.12.0-6) ... Selecting previously unselected package python-gpg. Preparing to unpack .../35-python-gpg_1.12.0-6_armhf.deb ... Unpacking python-gpg (1.12.0-6) ... Selecting previously unselected package samba-dsdb-modules:armhf. Preparing to unpack .../36-samba-dsdb-modules_2%3a4.9.5+dfsg-5+deb10u1+rpi1_armhf.deb ... Unpacking samba-dsdb-modules:armhf (2:4.9.5+dfsg-5+deb10u1+rpi1) ... Selecting previously unselected package samba-vfs-modules:armhf. Preparing to unpack .../37-samba-vfs-modules_2%3a4.9.5+dfsg-5+deb10u1+rpi1_armhf.deb ... Unpacking samba-vfs-modules:armhf (2:4.9.5+dfsg-5+deb10u1+rpi1) ... Setting up python-crypto (2.6.1-9+b1) ... Setting up libibverbs1:armhf (22.1-1) ... Setting up libpython2.7:armhf (2.7.16-2+deb10u1) ... Setting up libboost-regex1.67.0:armhf (1.67.0-13+deb10u1) ... Setting up ibverbs-providers:armhf (22.1-1) ... Setting up attr (1:2.4.48-4) ... Setting up libtdb1:armhf (1.3.16-2+b1) ... Setting up samba-common (2:4.9.5+dfsg-5+deb10u1+rpi1) ... Creating config file /etc/samba/smb.conf with new version Setting up libgpgme11:armhf (1.12.0-6) ... Setting up libjansson4:armhf (2.12-1) ... Setting up libglusterfs0:armhf (5.5-3) ... Setting up libtevent0:armhf (0.9.37-1) ... Setting up libnspr4:armhf (2:4.20-1) ... Setting up tdb-tools (1.3.16-2+b1) ... update-alternatives: using /usr/bin/tdbbackup.tdbtools to provide /usr/bin/tdbbackup (tdbbackup) in auto mode Setting up libboost-iostreams1.67.0:armhf (1.67.0-13+deb10u1) ... Setting up python-tdb (1.3.16-2+b1) ... Setting up libboost-atomic1.67.0:armhf (1.67.0-13+deb10u1) ... Setting up python-dnspython (1.16.0-1+deb10u1) ... Setting up libboost-system1.67.0:armhf (1.67.0-13+deb10u1) ... Setting up python-gpg (1.12.0-6) ... Setting up python-talloc:armhf (2.1.14-2) ... Setting up libavahi-client3:armhf (0.7-4+deb10u1) ... Setting up libgfxdr0:armhf (5.5-3) ... Setting up libldb1:armhf (2:1.5.1+really1.4.6-3+deb10u1) ... Setting up libboost-thread1.67.0:armhf (1.67.0-13+deb10u1) ... Setting up libnss3:armhf (2:3.42.1-1+deb10u3) ... Setting up python-ldb (2:1.5.1+really1.4.6-3+deb10u1) ... Setting up libcups2:armhf (2.2.10-6+deb10u4) ... Setting up libgfrpc0:armhf (5.5-3) ... Setting up librados2:armhf (12.2.11+dfsg1-2.1+rpi1) ... Setting up samba-libs:armhf (2:4.9.5+dfsg-5+deb10u1+rpi1) ... Setting up libcephfs2:armhf (12.2.11+dfsg1-2.1+rpi1) ... Setting up libgfapi0:armhf (5.5-3) ... Setting up samba-dsdb-modules:armhf (2:4.9.5+dfsg-5+deb10u1+rpi1) ... Setting up python-samba (2:4.9.5+dfsg-5+deb10u1+rpi1) ... Setting up samba-vfs-modules:armhf (2:4.9.5+dfsg-5+deb10u1+rpi1) ... Setting up samba-common-bin (2:4.9.5+dfsg-5+deb10u1+rpi1) ... Checking smb.conf with testparm Load smb config files from /etc/samba/smb.conf Loaded services file OK. Server role: ROLE_STANDALONE Done Setting up samba (2:4.9.5+dfsg-5+deb10u1+rpi1) ... Adding group `sambashare' (GID 117) ... Done. Samba is not being run as an AD Domain Controller: Masking samba-ad-dc.service Please ignore the following error about deb-systemd-helper not finding those services. (samba-ad-dc.service masked) Created symlink /etc/systemd/system/multi-user.target.wants/nmbd.service → /lib/systemd/system/nmbd.service. Failed to preset unit: Unit file /etc/systemd/system/samba-ad-dc.service is masked. /usr/bin/deb-systemd-helper: error: systemctl preset failed on samba-ad-dc.service: No such file or directory Created symlink /etc/systemd/system/multi-user.target.wants/smbd.service → /lib/systemd/system/smbd.service. Processing triggers for systemd (241-7~deb10u8+rpi1) ... Processing triggers for man-db (2.8.5-2) ... Processing triggers for libc-bin (2.28-10+rpt2+rpi1) ... Updating FireMotD available updates count ... OK 2021-10-06_15:03:41_CEST [openHABian] Setting up Samba network shares...  Copying over custom 'smb.conf'...  $ cp /opt/openhabian/includes/smb.conf /etc/samba/smb.conf   Writing authentication data to openHABian default...  OK 2021-10-06_15:03:44_CEST [openHABian] Setting up Samba service... $ mkdir -p /var/log/samba /run/samba  $ sed -i -E -e /PIDFile/d; /NotifyAccess/ a PIDFile=smbd.pid RuntimeDirectory=samba /lib/systemd/system/smbd.service  OK $ sed -i -e s|^userpw=.*$|\#userpw=xxxxxx|g /etc/openhabian.conf  /opt/openhabian/functions/helpers.bash: line 595: node: command not found 2021-10-06_15:03:48_CEST [openHABian] Installing Frontail prerequsites (NodeJS)... $ nodejs_setup  /opt/openhabian/functions/helpers.bash: line 595: node: command not found OK /opt/openhabian/functions/nodejs-apps.bash: line 79: npm: command not found $ useradd --groups openhabian,openhab -s /bin/bash -d /var/tmp frontail  2021-10-06_15:03:50_CEST [openHABian] Installing openHAB Log Viewer (frontail)... 2021-10-06_15:03:50_CEST [openHABian] Downloading frontail...  Update...  $ update_git_repo /opt/frontail master  2021-10-06_15:03:50_CEST [openHABian] Updating frontail, master branch from git... $ git -C /opt/frontail fetch origin  $ git -C /opt/frontail fetch --tags --force --prune  $ git -C /opt/frontail reset --hard origin/master  HEAD is now at 21c94f6 Make openHAB specific changes $ git -C /opt/frontail clean --force -x -d  $ git -C /opt/frontail checkout master  Already on 'master' Your branch is up to date with 'origin/master'. OK OK $ npm install --force -g  /opt/openhabian/functions/helpers.bash: line 31: npm: command not found FAILED (install) Failed to open terminal.)0                       ┌──────────────────────────┤ Frontail not installed ├──────────────────────────┐│ ││ Frontail is not installed!  ││   ││ Canceling operation!  ││ ││  ││ │└──────────────────────────────────────────────────────────────────────────────┘[?25h[?0c  2021-10-06_15:03:52_CEST [openHABian] Installing zram... $ init_zram_mounts install  2021-10-06_15:03:52_CEST [openHABian] Installing zram required packages (make, libattr1-dev)... $ apt-get install --yes make libattr1-dev  Reading package lists... Building dependency tree... Reading state information... make is already the newest version (4.2.1-1.2). make set to manually installed. The following package was automatically installed and is no longer required: triggerhappy Use 'apt autoremove' to remove it. The following NEW packages will be installed: libattr1-dev 0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded. Need to get 0 B/33.8 kB of archives. After this operation, 79.9 kB of additional disk space will be used. Selecting previously unselected package libattr1-dev:armhf. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 48709 files and directories currently installed.) Preparing to unpack .../libattr1-dev_1%3a2.4.48-4_armhf.deb ... Unpacking libattr1-dev:armhf (1:2.4.48-4) ... Setting up libattr1-dev:armhf (1:2.4.48-4) ... Processing triggers for man-db (2.8.5-2) ... Updating FireMotD available updates count ... OK 2021-10-06_15:04:07_CEST [openHABian] Installing zram code... $ mkdir -p /opt/zram  $ update_git_repo /opt/zram/zram-config openHAB  2021-10-06_15:04:07_CEST [openHABian] Updating zram-config, openHAB branch from git... $ git -C /opt/zram/zram-config fetch origin  $ git -C /opt/zram/zram-config fetch --tags --force --prune  $ git -C /opt/zram/zram-config reset --hard origin/openHAB  HEAD is now at 3289f43 Add openHAB specific changes $ git -C /opt/zram/zram-config clean --force -x -d  $ git -C /opt/zram/zram-config checkout openHAB  Already on 'openHAB' Your branch is up to date with 'origin/openHAB'. OK OK 2021-10-06_15:04:08_CEST [openHABian] Setting up OverlayFS... $ make --always-make --directory=/opt/zram/zram-config/overlayfs-tools  make: Entering directory '/opt/zram/zram-config/overlayfs-tools' gcc -Wall -std=c99 -c main.c gcc -Wall -std=c99 -c logic.c gcc -Wall -std=c99 -c sh.c gcc -lm main.o logic.o sh.o -o overlay make: Leaving directory '/opt/zram/zram-config/overlayfs-tools' $ mkdir -p /usr/local/lib/zram-config/  $ install -m 755 /opt/zram/zram-config/overlayfs-tools/overlay /usr/local/lib/zram-config/overlay  OK 2021-10-06_15:04:11_CEST [openHABian] Setting up zram... $ install -m 755 /opt/zram/zram-config/zram-config /usr/local/sbin  $ install -m 644 /opt/openhabian/includes/ztab /etc/ztab  $ mkdir -p /usr/local/share/zram-config/log  $ install -m 644 /opt/zram/zram-config/zram-config.logrotate /etc/logrotate.d/zram-config  OK 2021-10-06_15:04:11_CEST [openHABian] Setting up zram service... $ install -m 644 /opt/zram/zram-config/zram-config.service /etc/systemd/system/zram-config.service  $ systemctl mask unattended-upgrades.service  Created symlink /etc/systemd/system/unattended-upgrades.service → /dev/null. $ systemctl enable --now zram-config.service  Created symlink /etc/systemd/system/basic.target.wants/zram-config.service → /etc/systemd/system/zram-config.service. OK 2021-10-06_15:04:14_CEST [openHABian] Beginning Mail Transfer Agent setup... CANCELED (no configuration provided) 2021-10-06_15:04:14_CEST [openHABian] Applying file permissions recommendations... Setting Java and arping file capabilites $ setcap cap_net_raw,cap_net_admin=+eip cap_net_bind_service=+ep /opt/jdk/zulu11.50.19-ca-jdk11.0.12-linux_aarch32hf/bin/java  $ setcap cap_net_raw,cap_net_admin=+eip cap_net_bind_service=+ep /usr/sbin/arping  $ usermod --append --groups audio openhab  $ usermod --append --groups audio openhabian  $ usermod --append --groups bluetooth openhab  $ usermod --append --groups bluetooth openhabian  $ usermod --append --groups dialout openhab  $ usermod --append --groups dialout openhabian  $ usermod --append --groups gpio openhab  $ usermod --append --groups gpio openhabian  $ usermod --append --groups tty openhab  $ usermod --append --groups tty openhabian  $ usermod --append --groups openhab openhabian  $ chown --silent openhab:openhab /srv /opt  $ chmod --silent ugo+w /srv  $ chown --recursive openhab:openhab /etc/openhab /var/lib/openhab /var/log/openhab /usr/share/openhab  $ chmod --recursive u+wX,g+swX /opt /etc/openhab /var/lib/openhab /var/log/openhab /usr/share/openhab  $ chown openhab:openhab /var/lib/openhab/backups  $ chmod g+s /var/lib/openhab/backups  $ fix_permissions /home/openhabian openhabian:openhabian  $ setfacl --recursive --remove-all /etc/openhab /var/lib/openhab /var/log/openhab /usr/share/openhab  $ fix_permissions /var/log/unattended-upgrades root:root 644 755  $ fix_permissions /var/log/samba root:root 640 750  $ fix_permissions /var/log/openhab openhab:openhabian 664 775  $ fix_permissions /opt/zram/log.bind/samba root:root 640 750  $ fix_permissions /opt/zram/log.bind/openhab openhab:openhabian 664 775  $ fix_permissions /opt/zram/persistence.bind openhab:openhabian 664 775  OK $ install -m 755 /opt/openhabian/includes/SD/set-partuuid /usr/local/sbin  2021-10-06_15:04:16_CEST [openHABian] Setting up automated SD mirroring and backup... SKIPPED (no configuration provided) 2021-10-06_15:04:16_CEST [openHABian] Cleaning up... $ apt-get clean  $ apt-get autoremove --yes  Reading package lists... Building dependency tree... Reading state information... The following packages will be REMOVED: triggerhappy 0 upgraded, 0 newly installed, 1 to remove and 1 not upgraded. After this operation, 97.3 kB disk space will be freed. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 48731 files and directories currently installed.) Removing triggerhappy (0.5.0-1) ... Warning: Stopping triggerhappy.service, but it can still be activated by: triggerhappy.socket Processing triggers for man-db (2.8.5-2) ... Updating FireMotD available updates count ... W: Target Packages (main/binary-armhf/Packages) is configured multiple times in /etc/apt/sources.list.d/openhab-linuxpkg.list:7 and /etc/apt/sources.list.d/openhab.list:1 W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list.d/openhab-linuxpkg.list:7 and /etc/apt/sources.list.d/openhab.list:1 W: Target Translations (main/i18n/Translation-en_GB) is configured multiple times in /etc/apt/sources.list.d/openhab-linuxpkg.list:7 and /etc/apt/sources.list.d/openhab.list:1 W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list.d/openhab-linuxpkg.list:7 and /etc/apt/sources.list.d/openhab.list:1 OK 2021-10-06_15:04:46_CEST [openHABian] Execution of 'openhabian-config unattended' completed. 2021-10-06_15:04:46_CEST [openHABian] First time setup successfully finished. Rebooting your system! 2021-10-06_15:04:46_CEST [openHABian] After rebooting the openHAB dashboard will be available at: http://openhabian:8080 2021-10-06_15:04:46_CEST [openHABian] After rebooting to gain access to a console, simply reconnect using ssh.