<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[iobroker Neuinstallation auf Tinkerboard]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/homoran" aria-label="Profile: Homoran">@<bdi>Homoran</bdi></a><br />
Guten Morgen :-)</p>
<p dir="auto">Ich habe nun mein iobroker neu installiert auf einem Bullseye image. Ich hoffe das war nicht schon der erste Fehler, aber die Installation vin ioBroker hat funktioniert. Danach habe ich meine Sicherung zurück gespielt und bekomme folgende Meldung wenn ich den Status abfrage:</p>
<p dir="auto"><code>NO CONNECTION TO STATES 127.0.0.0.1:6379{REDIS}</code></p>
<p dir="auto">Dann habe ich die Konfig gemacht, sieht aber alles richtig aus: (hier muss ich leider den Screenshot drin lassen. Ich habe eben noch redis konfiguriert und alles auf file gesetzt und wollte dann wieder zurück auf r mit den states, das geht aber nicht und sieht so aus:</p>
<pre><code>marc@ioBroker:~$ iobroker status
iobroker is running on this host.


Objects type: file
States  type: file
marc@ioBroker:~$ iobroker setup custom
Current configuration:
- Objects database:
  - Type: file
  - Host/Unix Socket: 127.0.0.1
  - Port: 9001
- States database:
  - Type: file
  - Host/Unix Socket: 127.0.0.1
  - Port: 9000
- Data Directory: ../../iobroker-data/
- Host name: ioBroker

Type of objects DB [(f)ile, (r)edis, ...], default [file]: 
Host / Unix Socket of objects DB(file), default[127.0.0.1]: 
Port of objects DB(file), default[9001]: 
Type of states DB [(f)file, (r)edis, ...], default [file]: r

When States are stored in a Redis database please make sure to configure Redis
persistence to make sure a Redis problem will not cause data loss!

Host / Unix Socket of states DB (redis), default[127.0.0.1]: 
Port of states DB (redis), default[6379]: 
Data directory (file), default[../../iobroker-data/]: 
Host name of this machine [ioBroker]: 
This host appears to be a Master or a Single host system. Is this correct? [Y/n]: Y

Do you want to migrate objects and states from "file/file" to "file/redis" [y/N]: y
Connecting to previous DB "file"...
Creating backup ...
This can take some time ... please be patient!
/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupBackup.js:277
                    for (let i = 0; i &lt; keys.length; i++) {
                                             ^

TypeError: Cannot read property 'length' of undefined
    at Immediate.&lt;anonymous&gt; (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupBackup.js:277:46)
    at processImmediate (internal/timers.js:463:21)
marc@ioBroker:~$ iobroker status
iobroker is running on this host.


Objects type: file
States  type: file
</code></pre>
<p dir="auto"><strong>MOD-EDIT: Code in code-tags gesetzt!</strong></p>
<p dir="auto">Jetz läuft ioBroker aber ohne die States in redis.</p>
<p dir="auto">Wenn ich redis installieren möchte kommt das:</p>
<pre><code>marc@ioBroker:~$ sudo apt-get install redis-server
Paketlisten werden gelesen… Fertig
Abhängigkeitsbaum wird aufgebaut… Fertig
Statusinformationen werden eingelesen… Fertig
redis-server ist schon die neueste Version (5:6.0.15-1).
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 21 nicht aktualisiert.
2 nicht vollständig installiert oder entfernt.
Nach dieser Operation werden 0 B Plattenplatz zusätzlich benutzt.
Möchten Sie fortfahren? [J/n] J
dpkg: In Protokoll-Datei »/var/log/dpkg.log« kann nicht geschrieben werden: Auf dem Gerät ist kein Speicherplatz mehr verfügbar
redis-tools (5:6.0.15-1) wird eingerichtet ...
dpkg: In Protokoll-Datei »/var/log/dpkg.log« kann nicht geschrieben werden: Auf dem Gerät ist kein Speicherplatz mehr verfügbar
dpkg: In Protokoll-Datei »/var/log/dpkg.log« kann nicht geschrieben werden: Auf dem Gerät ist kein Speicherplatz mehr verfügbar
mkdir: das Verzeichnis „/var/log/redis“ kann nicht angelegt werden: Auf dem Gerät ist kein Speicherplatz mehr verfügbar
dpkg: Fehler beim Bearbeiten des Paketes redis-tools (--configure):
 »installiertes redis-tools-Skript des Paketes post-installation«-Unterprozess gab den Fehlerwert 1 zurück
dpkg: Abhängigkeitsprobleme verhindern Konfiguration von redis-server:
 redis-server hängt ab von redis-tools (= 5:6.0.15-1); aber:
  Paket redis-tools ist noch nicht konfiguriert.

dpkg: Fehler beim Bearbeiten des Paketes redis-server (--configure):
 Abhängigkeitsprobleme - verbleibt unkonfiguriert
Fehler traten auf beim Bearbeiten von:
 redis-tools
 redis-server
E: Schreibfehler - ~LZMAFILE (28: Auf dem Gerät ist kein Speicherplatz mehr verfügbar)
E: Sub-process /usr/bin/dpkg returned an error code (1)
</code></pre>
<p dir="auto"><strong>MOD-EDIT: Code in code-tags gesetzt!</strong></p>
<p dir="auto">und die Meldung mit dem Speicherplatz ...</p>
<p dir="auto">Kann es sein, dass REDIS gar nicht installiert wird ?</p>
<p dir="auto">Wie bekomme ich den Platz im log frei ?<br />
Kannst Du mir dabei weiter helfen bzw. hast Du einen Tip</p>
<p dir="auto">Viele Grüße,<br />
Marc</p>
]]></description><link>https://forum.iobroker.net/topic/49551/iobroker-neuinstallation-auf-tinkerboard</link><generator>RSS for Node</generator><lastBuildDate>Mon, 06 Apr 2026 04:35:16 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/49551.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 21 Nov 2021 09:47:38 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to iobroker Neuinstallation auf Tinkerboard on Mon, 22 Nov 2021 22:51:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: thomas-braun">@<bdi>thomas-braun</bdi></a><br />
bin mir nicht mehr sicher ob ich einfach den Stecker gezogen hab oder runter gefahren. Ich war 😠 weil das dumme Ding nicht so wollte wie ich. Und wenn dann noch Dinge hinzukommen die mich dann ratlos machen … Das Board hat es überlebt - gerade eben noch 😂</p>
<p dir="auto">Ich weiß- immer runterfahren. Gerade bei SD … mach ich eigentlich auch immer ganz brav. Aber das System war eh im Eimer - also … neu machen und dazu lernen 😉</p>
]]></description><link>https://forum.iobroker.net/post/708318</link><guid isPermaLink="true">https://forum.iobroker.net/post/708318</guid><dc:creator><![CDATA[meicker]]></dc:creator><pubDate>Mon, 22 Nov 2021 22:51:45 GMT</pubDate></item><item><title><![CDATA[Reply to iobroker Neuinstallation auf Tinkerboard on Mon, 22 Nov 2021 22:41:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/meicker" aria-label="Profile: meicker">@<bdi>meicker</bdi></a> sagte in <a href="/post/708309">iobroker Neuinstallation auf Tinkerboard</a>:</p>
<blockquote>
<p dir="auto">Wenn ich dann die Kiste vom Strom nehme wärend der iobroker</p>
</blockquote>
<p dir="auto">Ähhhhhhj, das ist nie eine gute Idee und tunlichst zu unterlassen! Die Kisten müssen IMMER sauber heruntergefahren werden. Immer! Strom weg führt zum Exitus der Speichermedien/Dateisysteme.</p>
<p dir="auto">Davon abgesehen würde ich eh zuerst pivCCU installieren und dann erst den ioBroker.</p>
]]></description><link>https://forum.iobroker.net/post/708311</link><guid isPermaLink="true">https://forum.iobroker.net/post/708311</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Mon, 22 Nov 2021 22:41:16 GMT</pubDate></item><item><title><![CDATA[Reply to iobroker Neuinstallation auf Tinkerboard on Mon, 22 Nov 2021 22:25:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/homoran" aria-label="Profile: homoran">@<bdi>homoran</bdi></a><br />
Ich habe eine Idee und das war meine Dummheit:</p>
<p dir="auto">Ich habe das Backup beim ersten mal zurückgespielt und nicht darauf geachtet das die Adapter nachgeladen werden. Wenn ich dann die Kiste vom Strom nehme wärend der iobroker noch zu tun hat und ich gleichzeitig pivccu aufspiele ist das glaube ich kein Wunder das ssich das Log nicht erholt ...<br />
Wenn dann, wenn der Strom wieder da ist weiter installiert wird läuft ja einiges auf ... Das war blöd von mir.</p>
<p dir="auto">Allerdings habe ich ja beim zweiten Versuch gewartet bis alle Adapter durchgeladen waren und dann erst pivccu installiert. Und genau dabei kam, es wieder zum Überlauf. Leider habe ich im Homematic Forum von niemandem eine Antwort bekommen, die lesen alle nur oder wissen es nicht ... der einzige der dort Bescheid weiß hat sich nicht gemeldet ... Kommt vielleicht noch.</p>
<p dir="auto">Ich denke aber es war auf jeden Fall die pivccu Installation die das Fass zum überlaufen brachte, warum acu immer. Ich habe es Schritt fürt Schritt nach Anleitung gemacht. (Für armbian :-) )</p>
]]></description><link>https://forum.iobroker.net/post/708309</link><guid isPermaLink="true">https://forum.iobroker.net/post/708309</guid><dc:creator><![CDATA[meicker]]></dc:creator><pubDate>Mon, 22 Nov 2021 22:25:52 GMT</pubDate></item><item><title><![CDATA[Reply to iobroker Neuinstallation auf Tinkerboard on Mon, 22 Nov 2021 22:23:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/homoran" aria-label="Profile: homoran">@<bdi>homoran</bdi></a></p>
<p dir="auto">Keine Ahnung. In meinen Systemen läuft kein zram. Schon gar nicht auf /var/log gemountet.<br />
Ist das was armbian-spezifisches?</p>
]]></description><link>https://forum.iobroker.net/post/708304</link><guid isPermaLink="true">https://forum.iobroker.net/post/708304</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Mon, 22 Nov 2021 22:23:00 GMT</pubDate></item><item><title><![CDATA[Reply to iobroker Neuinstallation auf Tinkerboard on Mon, 22 Nov 2021 22:11:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/meicker" aria-label="Profile: meicker">@<bdi>meicker</bdi></a> sagte in <a href="/post/707414">iobroker Neuinstallation auf Tinkerboard</a>:</p>
<blockquote>
<p dir="auto">Hatte ich schon alles gemacht - keine Auswirkung ...</p>
</blockquote>
]]></description><link>https://forum.iobroker.net/post/708302</link><guid isPermaLink="true">https://forum.iobroker.net/post/708302</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Mon, 22 Nov 2021 22:11:03 GMT</pubDate></item><item><title><![CDATA[Reply to iobroker Neuinstallation auf Tinkerboard on Mon, 22 Nov 2021 22:11:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: thomas-braun">@<bdi>thomas-braun</bdi></a> sagte in <a href="/post/708296">iobroker Neuinstallation auf Tinkerboard</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/meicker" aria-label="Profile: meicker">@<bdi>meicker</bdi></a><br />
zram dürfte allerdings flüchtig sein. Damit wären alle Logs nach einem reboot weg.</p>
</blockquote>
<p dir="auto">war es aber nicht.<br />
das war ja auch mein Gedanke.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/homoran" aria-label="Profile: homoran">@<bdi>homoran</bdi></a> sagte in <a href="/post/707411">iobroker Neuinstallation auf Tinkerboard</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/meicker" aria-label="Profile: meicker">@<bdi>meicker</bdi></a> sagte in <a href="/post/707409">iobroker Neuinstallation auf Tinkerboard</a>:</p>
<blockquote>
<p dir="auto">Das Speicherproblem ist bislang nicht mehr aufgetreten</p>
</blockquote>
<p dir="auto">wenn ich das nebenbei richtig gesehen hatte ist die RAM disk für das (Installations-)log gewesen.<br />
Wahrscheinlich hätte da nur ein reboot gemacht werden müssen</p>
</blockquote>
<p dir="auto">da hieß es dann</p>
]]></description><link>https://forum.iobroker.net/post/708301</link><guid isPermaLink="true">https://forum.iobroker.net/post/708301</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Mon, 22 Nov 2021 22:11:17 GMT</pubDate></item><item><title><![CDATA[Reply to iobroker Neuinstallation auf Tinkerboard on Mon, 22 Nov 2021 22:07:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/meicker" aria-label="Profile: meicker">@<bdi>meicker</bdi></a> sagte in <a href="/post/708298">iobroker Neuinstallation auf Tinkerboard</a>:</p>
<blockquote>
<p dir="auto">war beim installieren sehr voll,</p>
</blockquote>
<p dir="auto">Da wäre der Inhalt interessant gewesen.<br />
Armbian hat sich bei der Größe ja was gedacht.</p>
<p dir="auto">Wenn der Platz dann nicht reicht wird etwas unplanmässig viele logs produzieren.</p>
]]></description><link>https://forum.iobroker.net/post/708300</link><guid isPermaLink="true">https://forum.iobroker.net/post/708300</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Mon, 22 Nov 2021 22:07:48 GMT</pubDate></item><item><title><![CDATA[Reply to iobroker Neuinstallation auf Tinkerboard on Mon, 22 Nov 2021 22:01:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: thomas-braun">@<bdi>thomas-braun</bdi></a><br />
ja, es leer sich wieder - war beim installieren sehr voll, gerade wo der iobroker alle Adapter nachgelden hat nachdem ich das Backup zurückgespielt hatte ...<br />
Es wäre mal interessant ob man da nicht mehr als 50MB draus machen kann. Die schienen mir irgendwie knapp zu sein ...</p>
]]></description><link>https://forum.iobroker.net/post/708298</link><guid isPermaLink="true">https://forum.iobroker.net/post/708298</guid><dc:creator><![CDATA[meicker]]></dc:creator><pubDate>Mon, 22 Nov 2021 22:01:43 GMT</pubDate></item><item><title><![CDATA[Reply to iobroker Neuinstallation auf Tinkerboard on Mon, 22 Nov 2021 21:57:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/meicker" aria-label="Profile: meicker">@<bdi>meicker</bdi></a><br />
zram dürfte allerdings flüchtig sein. Damit wären alle Logs nach einem reboot weg.</p>
]]></description><link>https://forum.iobroker.net/post/708296</link><guid isPermaLink="true">https://forum.iobroker.net/post/708296</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Mon, 22 Nov 2021 21:57:51 GMT</pubDate></item><item><title><![CDATA[Reply to iobroker Neuinstallation auf Tinkerboard on Mon, 22 Nov 2021 21:52:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/homoran" aria-label="Profile: homoran">@<bdi>homoran</bdi></a><br />
/dev/zram1 ist mounted on /var/log - heißt doch, dass in var/log der Inhalt von zram1 steht ... oder ? Wenn dem so ist, dann ist das der Inhalt:</p>
<p dir="auto"><img src="/assets/uploads/files/1637617017694-bd074d30-0d79-4ee3-8083-17bf7d8873c4-grafik.png" alt="bd074d30-0d79-4ee3-8083-17bf7d8873c4-grafik.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">und es sieht auch entspannt aus:</p>
<pre><code>Filesystem     1K-blocks    Used Available Use% Mounted on
udev             1011848       0   1011848   0% /dev
tmpfs             204852    8572    196280   5% /run
/dev/mmcblk0p1  15011432 4210708  10616224  29% /
tmpfs            1024252       0   1024252   0% /dev/shm
tmpfs               5120       4      5116   1% /run/lock
tmpfs            1024252    1172   1023080   1% /tmp
/dev/zram1         49560    8596     37380  19% /var/log
tmpfs             204848       0    204848   0% /run/user/0
</code></pre>
<p dir="auto">Mal weiter beobachten, aber es sieht alles gut aus ...</p>
]]></description><link>https://forum.iobroker.net/post/708294</link><guid isPermaLink="true">https://forum.iobroker.net/post/708294</guid><dc:creator><![CDATA[meicker]]></dc:creator><pubDate>Mon, 22 Nov 2021 21:52:56 GMT</pubDate></item><item><title><![CDATA[Reply to iobroker Neuinstallation auf Tinkerboard on Mon, 22 Nov 2021 08:08:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/meicker" aria-label="Profile: meicker">@<bdi>meicker</bdi></a> sagte in <a href="/post/707701">iobroker Neuinstallation auf Tinkerboard</a>:</p>
<blockquote>
<p dir="auto">Ich hab das ganze noch im Homematic-Forum gepostet aber noch kein Feedback ...</p>
</blockquote>
<p dir="auto">das wäre wohl eher ein Fall für das Armbian Forum<br />
Die Verzeichnisstruktur kommt ja wohl von dort.<br />
und im ZRAM scheint ja das syslog zu liegen.</p>
<p dir="auto">ggf. spuckt auch das defekte eMMC in die Suppe, dass deswegen das log überläuft.</p>
<p dir="auto">Hast du mal nachgesehen was da drin steht?</p>
]]></description><link>https://forum.iobroker.net/post/707889</link><guid isPermaLink="true">https://forum.iobroker.net/post/707889</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Mon, 22 Nov 2021 08:08:18 GMT</pubDate></item><item><title><![CDATA[Reply to iobroker Neuinstallation auf Tinkerboard on Sun, 21 Nov 2021 20:36:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/homoran" aria-label="Profile: homoran">@<bdi>homoran</bdi></a><br />
<a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: Thomas-Braun">@<bdi>Thomas-Braun</bdi></a><br />
Dann lasse ich das jetzt erstmal so. Einspielen hat alles wunderbar geklappt und pivccu läuft auch obwohl ich hier bei der Installation Fehler gesehen habe. Vielleicht sagt euch das ja was. Ist auf jeden Fall erst bei pivccu aufgetreten. Bis dahin war der zvram1 auch nie voll ...</p>
<pre><code>sudo apt install pivccu3
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
  detect-radio-module dnsmasq-base liblxc1 lxc wait-sysfs-notify
Suggested packages:
  lvm2 python3-lxc
Recommended packages:
  dns-root-data apparmor debootstrap libpam-cgfs lxcfs lxc-templates uidmap
The following NEW packages will be installed:
  detect-radio-module dnsmasq-base liblxc1 lxc pivccu3 wait-sysfs-notify
0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded.
Need to get 122 MB of archives.
After this operation, 15.9 MB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Get:1 http://deb.debian.org/debian bullseye/main armhf liblxc1 armhf 1:4.0.6-2 [294 kB]
Get:2 http://deb.debian.org/debian bullseye/main armhf dnsmasq-base armhf 2.85-1 [431 kB]
Get:3 http://deb.debian.org/debian bullseye/main armhf lxc armhf 1:4.0.6-2 [1,671 kB]
Get:4 https://www.pivccu.de/piVCCU stable/main armhf detect-radio-module armhf 1.0-5 [270 kB]
Get:5 https://www.pivccu.de/piVCCU stable/main armhf wait-sysfs-notify armhf 1.0-2 [3,436 B]
Get:6 https://www.pivccu.de/piVCCU stable/main armhf pivccu3 armhf 3.59.6-59 [119 MB]
Fetched 122 MB in 21s (5,742 kB/s)                                                                                                                                                                                                                                                                                                                              
Preconfiguring packages ...
Selecting previously unselected package detect-radio-module.
(Reading database ... 78960 files and directories currently installed.)
Preparing to unpack .../detect-radio-module_1.0-5_armhf.deb ...
Unpacking detect-radio-module (1.0-5) ...
Selecting previously unselected package wait-sysfs-notify.
Preparing to unpack .../wait-sysfs-notify_1.0-2_armhf.deb ...
Unpacking wait-sysfs-notify (1.0-2) ...
Selecting previously unselected package liblxc1:armhf.
Preparing to unpack .../liblxc1_1%3a4.0.6-2_armhf.deb ...
Unpacking liblxc1:armhf (1:4.0.6-2) ...
Selecting previously unselected package dnsmasq-base.
Preparing to unpack .../dnsmasq-base_2.85-1_armhf.deb ...
Unpacking dnsmasq-base (2.85-1) ...
Selecting previously unselected package lxc.
Preparing to unpack .../lxc_1%3a4.0.6-2_armhf.deb ...
Unpacking lxc (1:4.0.6-2) ...
Setting up detect-radio-module (1.0-5) ...
dpkg: cannot write to log file '/var/log/dpkg.log': No space left on device
dpkg: cannot write to log file '/var/log/dpkg.log': No space left on device
Setting up wait-sysfs-notify (1.0-2) ...
dpkg: cannot write to log file '/var/log/dpkg.log': No space left on device
dpkg: cannot write to log file '/var/log/dpkg.log': No space left on device
dpkg: cannot write to log file '/var/log/dpkg.log': No space left on device
dpkg: cannot write to log file '/var/log/dpkg.log': No space left on device
Setting up liblxc1:armhf (1:4.0.6-2) ...
dpkg: cannot write to log file '/var/log/dpkg.log': No space left on device
dpkg: cannot write to log file '/var/log/dpkg.log': No space left on device
dpkg: cannot write to log file '/var/log/dpkg.log': No space left on device
dpkg: cannot write to log file '/var/log/dpkg.log': No space left on device
Setting up dnsmasq-base (2.85-1) ...
dpkg: cannot write to log file '/var/log/dpkg.log': No space left on device
dpkg: cannot write to log file '/var/log/dpkg.log': No space left on device
dpkg: cannot write to log file '/var/log/dpkg.log': No space left on device
dpkg: cannot write to log file '/var/log/dpkg.log': No space left on device
Setting up lxc (1:4.0.6-2) ...
dpkg: cannot write to log file '/var/log/dpkg.log': No space left on device
dpkg: cannot write to log file '/var/log/dpkg.log': No space left on device
dpkg: cannot write to log file '/var/log/dpkg.log': No space left on device
Created symlink /etc/systemd/system/multi-user.target.wants/lxc-net.service → /lib/systemd/system/lxc-net.service.
Created symlink /etc/systemd/system/multi-user.target.wants/lxc.service → /lib/systemd/system/lxc.service.
dpkg: cannot write to log file '/var/log/dpkg.log': No space left on device
dpkg: cannot write to log file '/var/log/dpkg.log': No space left on device
Selecting previously unselected package pivccu3.
(Reading database ... 79216 files and directories currently installed.)
Preparing to unpack .../pivccu3_3.59.6-59_armhf.deb ...
dpkg: cannot write to log file '/var/log/dpkg.log': No space left on device
dpkg: cannot write to log file '/var/log/dpkg.log': No space left on device
Unpacking pivccu3 (3.59.6-59) ...
dpkg: cannot write to log file '/var/log/dpkg.log': No space left on device
dpkg: cannot write to log file '/var/log/dpkg.log': No space left on device
Setting up pivccu3 (3.59.6-59) ...
dpkg: cannot write to log file '/var/log/dpkg.log': No space left on device
dpkg: cannot write to log file '/var/log/dpkg.log': No space left on device
dpkg: cannot write to log file '/var/log/dpkg.log': No space left on device
Created symlink /etc/systemd/system/multi-user.target.wants/pivccu.service → /lib/systemd/system/pivccu.service.
Created symlink /etc/systemd/system/pivccu.service.wants/monitor-hb-rf-eth.service → /lib/systemd/system/monitor-hb-rf-eth.service.
dpkg: cannot write to log file '/var/log/dpkg.log': No space left on device
Processing triggers for man-db (2.9.4-2) ...
dpkg: cannot write to log file '/var/log/dpkg.log': No space left on device
dpkg: cannot write to log file '/var/log/dpkg.log': No space left on device
dpkg: cannot write to log file '/var/log/dpkg.log': No space left on device
Processing triggers for dbus (1.12.20-2) ...
dpkg: cannot write to log file '/var/log/dpkg.log': No space left on device
dpkg: cannot write to log file '/var/log/dpkg.log': No space left on device
dpkg: cannot write to log file '/var/log/dpkg.log': No space left on device
Processing triggers for libc-bin (2.31-13+deb11u2) ...
dpkg: cannot write to log file '/var/log/dpkg.log': No space left on device
dpkg: cannot write to log file '/var/log/dpkg.log': No space left on device
dpkg: cannot write to log file '/var/log/dpkg.log': No space left on device
piVCCU: DTB rk3288-tinker.dtb was already patched
piVCCU: DTB rk3288-tinker-s.dtb was already patched
E: Write error - ~LZMAFILE (28: No space left on device)
</code></pre>
<p dir="auto">Da ist wieder dieser Write error mit LZMAFILE - Danach war zram1 voll</p>
<pre><code># df -h
Filesystem      Size  Used Avail Use% Mounted on
udev            989M     0  989M   0% /dev
tmpfs           201M   16M  185M   8% /run
/dev/mmcblk0p1   15G  3.6G   11G  25% /
tmpfs          1001M     0 1001M   0% /dev/shm
tmpfs           5.0M  4.0K  5.0M   1% /run/lock
tmpfs          1001M  216K 1001M   1% /tmp
/dev/zram1       49M   48M     0 100% /var/log
tmpfs           201M     0  201M   0% /run/user/0
</code></pre>
<p dir="auto">Aber hier sieht alles gut aus:</p>
<pre><code>sudo pivccu-info
piVCCU version: 3.59.6-59
Kernel modules: Available
Raw UART dev:   Available
HMRF Hardware:  RPI-RF-MOD
 Connected via: GPIO (/dev/raw-uart)
 Board serial:  58A992FB3B
 Radio MAC:     0xFFFB3B
HMIP Hardware:  RPI-RF-MOD
 SGTIN:         3014F711A0001xxxxxxxxxx
 Radio MAC:     0xB3D162
State:          RUNNING
PID:            4581
IP:             192.168.1.19
Link:           vethpivccu
 TX bytes:      3.65 MiB
 RX bytes:      604.76 KiB
 Total bytes:   4.24 MiB
</code></pre>
<p dir="auto">Und zram1 hat sich auch beruhigt:</p>
<pre><code>Filesystem      Size  Used Avail Use% Mounted on
udev            989M     0  989M   0% /dev
tmpfs           201M  8.4M  192M   5% /run
/dev/mmcblk0p1   15G  3.7G   11G  26% /
tmpfs          1001M     0 1001M   0% /dev/shm
tmpfs           5.0M  4.0K  5.0M   1% /run/lock
tmpfs          1001M  476K 1000M   1% /tmp
/dev/zram1       49M  7.9M   38M  18% /var/log
tmpfs           201M     0  201M   0% /run/user/0
</code></pre>
<p dir="auto">Ich hab das ganze noch im Homematic-Forum gepostet aber noch kein Feedback ...</p>
<p dir="auto">Wenn ihr dazu noch was habt, dann gerne, ansonsten vielen Dank für die Geduld mit mir <img src="https://forum.iobroker.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f607.png?v=1c48283e26d" class="not-responsive emoji emoji-android emoji--innocent" style="height:23px;width:auto;vertical-align:middle" title=":innocent:" alt="😇" /></p>
<p dir="auto">vg Marc</p>
]]></description><link>https://forum.iobroker.net/post/707701</link><guid isPermaLink="true">https://forum.iobroker.net/post/707701</guid><dc:creator><![CDATA[meicker]]></dc:creator><pubDate>Sun, 21 Nov 2021 20:36:17 GMT</pubDate></item><item><title><![CDATA[Reply to iobroker Neuinstallation auf Tinkerboard on Sun, 21 Nov 2021 19:39:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/meicker" aria-label="Profile: meicker">@<bdi>meicker</bdi></a> sagte in <a href="/post/707649">iobroker Neuinstallation auf Tinkerboard</a>:</p>
<blockquote>
<p dir="auto">weil die so empfindlich sind.</p>
</blockquote>
<p dir="auto">wer sagt das?<br />
Bei mir ist noch nie eine SD kaputt gegangen.</p>
<p dir="auto">ein eMMC ist nichts anderes.</p>
<p dir="auto">siehe screenshot<br />
seit fast 1 1/2 Jahren am Stück, und davor auch noch mal</p>
]]></description><link>https://forum.iobroker.net/post/707663</link><guid isPermaLink="true">https://forum.iobroker.net/post/707663</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Sun, 21 Nov 2021 19:39:41 GMT</pubDate></item><item><title><![CDATA[Reply to iobroker Neuinstallation auf Tinkerboard on Sun, 21 Nov 2021 19:23:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/meicker" aria-label="Profile: meicker">@<bdi>meicker</bdi></a> sagte in <a href="/post/707649">iobroker Neuinstallation auf Tinkerboard</a>:</p>
<blockquote>
<p dir="auto">weg von den SD Karten weil die so empfindlich sind.</p>
</blockquote>
<p dir="auto">Hier läuft eine SD-Karte seit 'ewig' in einem Pi.<br />
Man muss halt die Kiste immer sauber herunterfahren, das ist aber auch schon der einzige Punkt, wo man etwas aufpassen muss.</p>
]]></description><link>https://forum.iobroker.net/post/707651</link><guid isPermaLink="true">https://forum.iobroker.net/post/707651</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Sun, 21 Nov 2021 19:23:28 GMT</pubDate></item><item><title><![CDATA[Reply to iobroker Neuinstallation auf Tinkerboard on Sun, 21 Nov 2021 19:20:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/homoran" aria-label="Profile: homoran">@<bdi>homoran</bdi></a><br />
hast recht - wollte nur weg von den SD Karten weil die so empfindlich sind. Aber mein eMMC hat auch nicht wirklich lange gehalten ...</p>
]]></description><link>https://forum.iobroker.net/post/707649</link><guid isPermaLink="true">https://forum.iobroker.net/post/707649</guid><dc:creator><![CDATA[meicker]]></dc:creator><pubDate>Sun, 21 Nov 2021 19:20:57 GMT</pubDate></item><item><title><![CDATA[Reply to iobroker Neuinstallation auf Tinkerboard on Sun, 21 Nov 2021 19:20:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/homoran" aria-label="Profile: homoran">@<bdi>homoran</bdi></a> sagte in <a href="/post/707611">iobroker Neuinstallation auf Tinkerboard</a>:</p>
<blockquote>
<p dir="auto">du musst das ccu Backup in der pivccu einlesen</p>
</blockquote>
<p dir="auto">oder so <img src="https://forum.iobroker.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f607.png?v=1c48283e26d" class="not-responsive emoji emoji-android emoji--innocent" style="height:23px;width:auto;vertical-align:middle" title=":innocent:" alt="😇" /> Stimmt ja - hab das auch noch nie gemacht ...</p>
]]></description><link>https://forum.iobroker.net/post/707647</link><guid isPermaLink="true">https://forum.iobroker.net/post/707647</guid><dc:creator><![CDATA[meicker]]></dc:creator><pubDate>Sun, 21 Nov 2021 19:20:12 GMT</pubDate></item><item><title><![CDATA[Reply to iobroker Neuinstallation auf Tinkerboard on Sun, 21 Nov 2021 19:01:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/meicker" aria-label="Profile: meicker">@<bdi>meicker</bdi></a> sagte in <a href="/post/707610">iobroker Neuinstallation auf Tinkerboard</a>:</p>
<blockquote>
<p dir="auto">Ich brauche ja ein neues Tinker, der eMMC ist ja platt ...<br />
Oder gibt es mittlerweile was besseres mit eMMC</p>
</blockquote>
<p dir="auto">wieso brauchst du deswegen ein neues Tinkerboard?<br />
ich habe das Tinkerboard ohne S. die laufen seit Jahren auf SD Karte.</p>
<p dir="auto"><img src="/assets/uploads/files/1637521268563-screenshot_20211121-195923_firefox-resized.jpg" alt="Screenshot_20211121-195923_Firefox.jpg" class=" img-fluid img-markdown" /></p>
<p dir="auto">Das Tinkerboard ist IMHO immer noch das Beste, was es gibt.<br />
Dual channel DDR4 RAM und drr schnellste Cardreader.</p>
]]></description><link>https://forum.iobroker.net/post/707614</link><guid isPermaLink="true">https://forum.iobroker.net/post/707614</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Sun, 21 Nov 2021 19:01:09 GMT</pubDate></item><item><title><![CDATA[Reply to iobroker Neuinstallation auf Tinkerboard on Sun, 21 Nov 2021 18:29:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/meicker" aria-label="Profile: meicker">@<bdi>meicker</bdi></a> sagte in <a href="/post/707610">iobroker Neuinstallation auf Tinkerboard</a>:</p>
<blockquote>
<p dir="auto">da ich das Backup VOR der pivccu eingespielt hatte müsste ich versuchen das jetzt noch einmal laufen zu lassen.</p>
</blockquote>
<p dir="auto">???</p>
<p dir="auto">du musst das ccu Backup in der pivccu einlesen<br />
das hat nichts mit dem iobroker Backup zu tun</p>
]]></description><link>https://forum.iobroker.net/post/707611</link><guid isPermaLink="true">https://forum.iobroker.net/post/707611</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Sun, 21 Nov 2021 18:29:31 GMT</pubDate></item><item><title><![CDATA[Reply to iobroker Neuinstallation auf Tinkerboard on Sun, 21 Nov 2021 18:27:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/homoran" aria-label="Profile: homoran">@<bdi>homoran</bdi></a></p>
<p dir="auto">da ich das Backup VOR der pivccu eingespielt hatte müsste ich versuchen das jetzt noch einmal laufen zu lassen. Vielleicht spielt er dann alles zurück ... oder was denkst Du ? Ein Versuch ist es ja wert. Ist eh nur ein Testsystem - Ich brauche ja ein neues Tinker, der eMMC ist ja platt ...</p>
<p dir="auto">Oder gibt es mittlerweile was besseres mit eMMC ? Hab mich schon lange nicht mehr kümmern müssen ...</p>
]]></description><link>https://forum.iobroker.net/post/707610</link><guid isPermaLink="true">https://forum.iobroker.net/post/707610</guid><dc:creator><![CDATA[meicker]]></dc:creator><pubDate>Sun, 21 Nov 2021 18:27:43 GMT</pubDate></item><item><title><![CDATA[Reply to iobroker Neuinstallation auf Tinkerboard on Sun, 21 Nov 2021 17:53:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/meicker" aria-label="Profile: meicker">@<bdi>meicker</bdi></a> sagte in <a href="/post/707581">iobroker Neuinstallation auf Tinkerboard</a>:</p>
<blockquote>
<p dir="auto">Die Sicherung der CCU bezieht sich sicherlich nur auf den ioBroker, oder ?</p>
</blockquote>
<p dir="auto">oder!</p>
<p dir="auto">das ist ein ccu Backup<br />
ich hab es noch nie probiert,  müsste aber in der piVCCU eingespielt werden</p>
]]></description><link>https://forum.iobroker.net/post/707595</link><guid isPermaLink="true">https://forum.iobroker.net/post/707595</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Sun, 21 Nov 2021 17:53:45 GMT</pubDate></item><item><title><![CDATA[Reply to iobroker Neuinstallation auf Tinkerboard on Sun, 21 Nov 2021 17:37:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/meicker" aria-label="Profile: meicker">@<bdi>meicker</bdi></a></p>
<p dir="auto">ich hab pivccu wieder istalliert. Da kamen aber schon wieder diese Meldungen mit dem Speicherplatz. der hat sich aber wieder bruhigt ... Ich habe gerade nur ein kleines Problem mit den Geräten von Homematic. Die Sicherung der CCU bezieht sich sicherlich nur auf den ioBroker, oder ? Auf Homematic Seite muss ich alle Geräte neu einlesen wenn ich die wieder haben möchte ? Ich habe dort glaube ich keine Sicherung angelegt. Oder kann sich Homematic die aus dem ioBroker holen ?</p>
]]></description><link>https://forum.iobroker.net/post/707581</link><guid isPermaLink="true">https://forum.iobroker.net/post/707581</guid><dc:creator><![CDATA[meicker]]></dc:creator><pubDate>Sun, 21 Nov 2021 17:37:38 GMT</pubDate></item><item><title><![CDATA[Reply to iobroker Neuinstallation auf Tinkerboard on Sun, 21 Nov 2021 12:53:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/homoran" aria-label="Profile: homoran">@<bdi>homoran</bdi></a><br />
sieht gut aus ... Ich muss jetzt erstmal weg und mache später mit pivccu weiter. Die Instanzen wurden nicht gestartet, hatte ich aber eigentlich angegeben ... Aber wenn ich später zurück bin und keine weiteren Adapter aufgetaucht sind mache ich einen Neustart und installiere dann pivccu.</p>
<p dir="auto">Vielen Dank soweit :-) Istz immer wieder lehrreich wenn man nach fast 2 Jahren ins Wasser geschmissen wird :-)</p>
<p dir="auto">vg<br />
Marc</p>
]]></description><link>https://forum.iobroker.net/post/707433</link><guid isPermaLink="true">https://forum.iobroker.net/post/707433</guid><dc:creator><![CDATA[meicker]]></dc:creator><pubDate>Sun, 21 Nov 2021 12:53:00 GMT</pubDate></item><item><title><![CDATA[Reply to iobroker Neuinstallation auf Tinkerboard on Sun, 21 Nov 2021 12:49:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/meicker" aria-label="Profile: meicker">@<bdi>meicker</bdi></a> Dann lade mal die Seite im Browser mit (STRG-)F5 neu</p>
]]></description><link>https://forum.iobroker.net/post/707431</link><guid isPermaLink="true">https://forum.iobroker.net/post/707431</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Sun, 21 Nov 2021 12:49:31 GMT</pubDate></item><item><title><![CDATA[Reply to iobroker Neuinstallation auf Tinkerboard on Sun, 21 Nov 2021 12:48:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: thomas-braun">@<bdi>thomas-braun</bdi></a> sagte in <a href="/post/707421">iobroker Neuinstallation auf Tinkerboard</a>:</p>
<blockquote>
<p dir="auto">logs --watch</p>
</blockquote>
<p dir="auto">seit 13:19 nichts mehr.</p>
]]></description><link>https://forum.iobroker.net/post/707430</link><guid isPermaLink="true">https://forum.iobroker.net/post/707430</guid><dc:creator><![CDATA[meicker]]></dc:creator><pubDate>Sun, 21 Nov 2021 12:48:15 GMT</pubDate></item></channel></rss>