leonsio / YAHM

Yet Another Homematic Management - Skripte zur Einrichtung der Homematic CCU Oberfläche in einem LXC Container unter Debian Jessie auf ARM CPU (z.B.: Raspberry Pi & Co)
Creative Commons Zero v1.0 Universal
114 stars 21 forks source link

Failed to stop dhcpcd.service: Unit dhcpcd.service not loaded. #115

Closed strike1205 closed 7 years ago

strike1205 commented 7 years ago

System: Rapsberry Pi3 mit openHABianPi 7.05.170509 Ip = 192.168.1.20 static Release = Raspbian GNU/Linux 8 (jessie) Kernel = Linux 4.9.0-2-rpi2

wget -nv -O- https://raw.githubusercontent.com/leonsio/YAHM/master/yahm-init | sudo -E bash -s quicnstall - [sudo] password for openhabian: 2017-06-11 21:35:06 URL:https://raw.githubusercontent.com/leonsio/YAHM/master/yahm-init [5176/5176] -> "-"1]

Found ARM based distribution Disable new dhcpcd on Raspbian Jessie Failed to stop dhcpcd.service: Unit dhcpcd.service not loaded. An error occurred while processing quickinstall mode. Pleasy try manually installation

Netzwerkkonfiguration Raspi3

interfaces(5) file used by ifup(8) and ifdown(8)

Include files from /etc/network/interfaces.d:

source-directory /etc/network/interfaces.d auto lo iface lo inet loopback

auto eth0 allow-hotplug eth0 iface eth0 inet static address 192.168.1.20 netmask 255.255.255.0 gateway 192.168.1.1 dns-nameservers 192.168.1.1 8.8.8.8 8.8.4.4

Keine Logfiles von YAHM vorhanden

leonsio commented 7 years ago

Danke schau es mir die Tage an

Am 11.06.2017 um 23:09 schrieb strike1205 notifications@github.com:

System: Rapsberry Pi3 mit openHABianPi 7.05.170509 Ip = 192.168.1.20 static Release = Raspbian GNU/Linux 8 (jessie) Kernel = Linux 4.9.0-2-rpi2

wget -nv -O- https://raw.githubusercontent.com/leonsio/YAHM/master/yahm-init | sudo -E bash -s quicnstall - [sudo] password for openhabian: 2017-06-11 21:35:06 URL:https://raw.githubusercontent.com/leonsio/YAHM/master/yahm-init [5176/5176] -> "-"1]

Found ARM based distribution Disable new dhcpcd on Raspbian Jessie Failed to stop dhcpcd.service: Unit dhcpcd.service not loaded. An error occurred while processing quickinstall mode. Pleasy try manually installation

Netzwerkkonfiguration Raspi3

interfaces(5) file used by ifup(8) and ifdown(8)

Include files from /etc/network/interfaces.d:

source-directory /etc/network/interfaces.d auto lo iface lo inet loopback

auto eth0 allow-hotplug eth0 iface eth0 inet static address 192.168.1.20 netmask 255.255.255.0 gateway 192.168.1.1 dns-nameservers 192.168.1.1 8.8.8.8 8.8.4.4

Keine Logfiles von YAHM vorhanden

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

c-klinger commented 7 years ago

Ich hatte gerade das gleiche Problem. Habe das Script jetzt einfach mal lokal kopiert und testweise mal Zeile 160 systemctl stop dhcpcd.service auskommentieren. Installation lief danach problemlos.

Ohne jetzt ein Experte in Bash Scripting zu sein, systemctl stop dhcpcd.service || true sollte das Problem mit dem ggf. nicht geladenen Service aus der Welt schaffen.

leonsio commented 7 years ago

Hast du manuelle Installation probiert? die Logs findest du unter /var/log/yahm zu jedem Befehl gibt es da Log-Output