<?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[RasPi4 und Problem mit OWFS]]></title><description><![CDATA[<p dir="auto">Hallo,<br />
da sich mein alter RasPi3 plötzlich verabschiedet hat, muss ich kurzfristig auf einen neuen umziehen. Dafür habe ich mir gleich einen RasPi4 mit 2GB gekauft.</p>
<p dir="auto">Hat jemand schon OWFS auf dem neuen Raspi mit aktuellen System zu laufen?</p>
<p dir="auto">Bei mir gibt es Probleme. Beim Installieren von OWFS traten diverse Fehlermeldungen auf:</p>
<pre><code> sudo apt-get -y install owfs owserver
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen.... Fertig
owfs ist schon die neueste Version (3.2p3+dfsg1-2).
owserver ist schon die neueste Version (3.2p3+dfsg1-2).
Das folgende Paket wurde automatisch installiert und wird nicht mehr benötigt:
  rpi.gpio-common
Verwenden Sie »sudo apt autoremove«, um es zu entfernen.
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
4 nicht vollständig installiert oder entfernt.
Nach dieser Operation werden 0 B Plattenplatz zusätzlich benutzt.
owserver (3.2p3+dfsg1-2) wird eingerichtet ...
Job for owserver.service failed because the service did not take the steps required by its unit configuration.
See "systemctl status owserver.service" and "journalctl -xe" for details.
invoke-rc.d: initscript owserver, action "start" failed.
● owserver.service - Backend server for 1-wire control
   Loaded: loaded (/lib/systemd/system/owserver.service; disabled; vendor preset: enabled)
   Active: activating (auto-restart) (Result: protocol) since Sun 2019-08-11 09:10:06 CEST; 27ms ago
     Docs: man:owserver(1)
  Process: 751 ExecStart=/usr/bin/owserver -c /etc/owfs.conf (code=exited, status=0/SUCCESS)
 Main PID: 751 (code=exited, status=0/SUCCESS)
dpkg: Fehler beim Bearbeiten des Paketes owserver (--configure):
 »installiertes owserver-Skript des Paketes post-installation«-Unterprozess gab den Fehlerwert 1 zurück
owftpd (3.2p3+dfsg1-2) wird eingerichtet ...
Job for owftpd.service failed because the control process exited with error code.
See "systemctl status owftpd.service" and "journalctl -xe" for details.
invoke-rc.d: initscript owftpd, action "start" failed.
● owftpd.service - Anonymous FTP server for 1-wire access
   Loaded: loaded (/lib/systemd/system/owftpd.service; disabled; vendor preset: enabled)
   Active: failed (Result: exit-code) since Sun 2019-08-11 09:10:08 CEST; 27ms ago
     Docs: man:owftpd(1)
  Process: 802 ExecStart=/usr/bin/owftpd --foreground -c /etc/owfs.conf (code=exited, status=1/FAILURE)
 Main PID: 802 (code=exited, status=1/FAILURE)

Aug 11 09:10:08 ioBroker2 systemd[1]: Starting Anonymous FTP server for 1-wire access...
Aug 11 09:10:08 ioBroker2 owftpd[802]: DEFAULT: owlib.c:(52) No valid 1-wire buses found
Aug 11 09:10:08 ioBroker2 systemd[1]: owftpd.service: Main process exited, code=exited, status=1/FAILURE
Aug 11 09:10:08 ioBroker2 systemd[1]: owftpd.service: Failed with result 'exit-code'.
Aug 11 09:10:08 ioBroker2 systemd[1]: Failed to start Anonymous FTP server for 1-wire access.
dpkg: Fehler beim Bearbeiten des Paketes owftpd (--configure):
 »installiertes owftpd-Skript des Paketes post-installation«-Unterprozess gab den Fehlerwert 1 zurück
dpkg: Abhängigkeitsprobleme verhindern Konfiguration von owfs:
 owfs hängt ab von owserver (&gt;= 3.2p3+dfsg1-2); aber:
  Paket owserver ist noch nicht konfiguriert.
 owfs hängt ab von owftpd (&gt;= 3.2p3+dfsg1-2); aber:
  Paket owftpd ist noch nicht konfiguriert.

dpkg: Fehler beim Bearbeiten des Paketes owfs (--configure):
 Abhängigkeitsprobleme - verbleibt unkonfiguriert
owhttpd (3.2p3+dfsg1-2) wird eingerichtet ...
Job for owhttpd.service failed because the control process exited with error code.
See "systemctl status owhttpd.service" and "journalctl -xe" for details.
invoke-rc.d: initscript owhttpd, action "start" failed.
● owhttpd.service - Tiny webserver for 1-wire control
   Loaded: loaded (/lib/systemd/system/owhttpd.service; disabled; vendor preset: enabled)
   Active: failed (Result: exit-code) since Sun 2019-08-11 09:10:09 CEST; 27ms ago
     Docs: man:owhttpd(1)
  Process: 845 ExecStart=/usr/bin/owhttpd --foreground -c /etc/owfs.conf (code=exited, status=1/FAILURE)
 Main PID: 845 (code=exited, status=1/FAILURE)

Aug 11 09:10:09 ioBroker2 systemd[1]: Starting Tiny webserver for 1-wire control...
Aug 11 09:10:09 ioBroker2 owhttpd[845]: DEFAULT: owlib.c:(52) No valid 1-wire buses found
Aug 11 09:10:09 ioBroker2 systemd[1]: owhttpd.service: Main process exited, code=exited, status=1/FAILURE
Aug 11 09:10:09 ioBroker2 systemd[1]: owhttpd.service: Failed with result 'exit-code'.
Aug 11 09:10:09 ioBroker2 systemd[1]: Failed to start Tiny webserver for 1-wire control.
dpkg: Fehler beim Bearbeiten des Paketes owhttpd (--configure):
 »installiertes owhttpd-Skript des Paketes post-installation«-Unterprozess gab den Fehlerwert 1 zurück
Fehler traten auf beim Bearbeiten von:
 owserver
 owftpd
 owfs
 owhttpd
E: Sub-process /usr/bin/dpkg returned an error code (1)

</code></pre>
<p dir="auto">Dieser "Mitschnitt" stammt von einem zweiten Versuch, es zu installieren. Die Fehlermeldungen tratan aber schon beim ersten Installationsversuch auf.</p>
<p dir="auto">Könnte das eventuell an noch nicht optimierten Bibliotheken am neuen System liegen, wie gelegendlich noch berichtet wird? Wenn es aber bei jemanden schon läuft, muss es wohl an mir liegen.</p>
<p dir="auto">Schönen Sonntag<br />
DocAdams</p>
]]></description><link>https://forum.iobroker.net/topic/24375/raspi4-und-problem-mit-owfs</link><generator>RSS for Node</generator><lastBuildDate>Fri, 24 Apr 2026 08:51:32 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/24375.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 11 Aug 2019 07:29:23 GMT</pubDate><ttl>60</ttl></channel></rss>