-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nach einem reboot kann der container yahm nicht gestartet werden #167
Comments
Schau unter /var/lib/lxc/yahm
Da muss noch die logdatei von lxc liegen.
Ggf steht da was sinnvolles drin
Von meinem iPhone gesendet
… Am 28.02.2018 um 22:49 schrieb Jules-Verne ***@***.***>:
Es wurde ein neues raspberry System aufgesetzt und nach der Installation läuft der YAHM Container.
Danach werden nur Homemtic Geräte eingebunden. Sonst wird an dem System nicht geändert.
Nach einem Reboot kann der Container nicht mehr gestartet werden.
Version
Raspbian GNU/Linux 9 (stretch)
Es werden auch keine Logs geschrieben.
Was kann das sein, da es sich ja um ein sauber aufgesetzt System handelt.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Ich finde nur das in yahm.log |
Hi
Die Kernel Module scheinen nach reboot nicht geladen zu sein.
Führe einfach die installation von pivccu-driver Modul erneut aus. Falls es nicht hilft sag Bescheid
Yahm-module -f -m pivccu-driver enable
Wichtig -f sonst geht es nicht
Gruß
Leo
Von meinem iPhone gesendet
… Am 28.02.2018 um 22:56 schrieb Jules-Verne ***@***.***>:
Ich finde nur das in yahm.log
lxc-start 20170228215501.116 ERROR lxc_conf - conf.c:run_buffer:405 - Script exited with status 2.
lxc-start 20170228215501.117 ERROR lxc_start - start.c:lxc_init:450 - Failed to run lxc.hook.pre-start for container "yahm".
lxc-start 20170228215501.117 ERROR lxc_start - start.c:__lxc_start:1302 - Failed to initialize container "yahm".
lxc-start 20170228215501.117 ERROR lxc_start_ui - tools/lxc_start.c:main:366 - The container failed to start.
lxc-start 20170228215501.117 ERROR lxc_start_ui - tools/lxc_start.c:main:370 - Additional information can be obtained by setting the --logfile and --logpriority options.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Hi Leo, bei mir gibt es das gleiche Problem. Das ganze ist nach einem kernel-update passiert:
Ich hatte den pivccu-driver disabled und danach nochmal enabled:
Nach einem reboot taucht der Fehler noch immer auf. Hat der pivccu-driver ein Problem mit dem neuen Kernel? Gruesse, |
Schaut was unter /var/lib/lxc/yahm/yahm.log steht
Postet bitte Ausgabe von lsmod und Inhalt von /dev
Von meinem iPhone gesendet
… Am 27.03.2018 um 14:00 schrieb wjentner ***@***.***>:
Hi Leo,
bei mir gibt es das gleiche Problem. Das ganze ist nach einem kernel-update passiert:
lxc-start 20180327115044.915 ERROR lxc_conf - conf.c:run_buffer:405 - Script exited with status 2.
lxc-start 20180327115044.916 ERROR lxc_start - start.c:lxc_init:450 - Failed to run lxc.hook.pre-start for container "yahm".
lxc-start 20180327115044.916 ERROR lxc_start - start.c:__lxc_start:1302 - Failed to initialize container "yahm".
lxc-start 20180327115049.929 ERROR lxc_start_ui - tools/lxc_start.c:main:366 - The container failed to start.
lxc-start 20180327115049.930 ERROR lxc_start_ui - tools/lxc_start.c:main:368 - To get more details, run the container in foreground mode.
lxc-start 20180327115049.992 ERROR lxc_start_ui - tools/lxc_start.c:main:370 - Additional information can be obtained by setting the --logfile and --logpriority options.
$ uname -a
Linux raspberrypi 4.9.80-v7+ #1098 SMP Fri Mar 9 19:11:42 GMT 2018 armv7l GNU/Linux
Ich hatte den pivccu-driver disabled und danach nochmal enabled:
Executing pivccu-driver module_install()
Found hardware: Raspberry Pi 3
Found OS: raspbian
Found kernel: 4.9.80
Trying to disable bluetooth on Raspberry Pi 3 to use HM-MOD-RPI-PCB
Modification /boot/config.txt done.
Trying to disable serial console
Serial disabled successfully.
Updating sources
W: GPG error: http://repo.mosquitto.org/debian stretch InRelease: The following signatures were invalid: EXPKEYSIG 61611AE430993623 Mosquitto Apt Repository ***@***.***>
W: The repository 'http://repo.mosquitto.org/debian stretch InRelease' is not signed.
Downloading/Installing kernel sources/headers
Installing dependencies
Set right gcc version
Found kernel 4.9.80-v7+ downloading sources from git und prepare kernel modules (5-10 min)
*** gcc version check: OK
*** Using: /usr/share/doc/raspberrypi-bootloader/changelog.Debian.gz
*** Latest firmware revision: 3347884c7df574bbabeff6dca63caf686e629699
*** Linux source commit: 80a14a56dacb7cc2b40d5f37d00bedb0ceace130
*** Kernel source already installed: /usr/src/linux-80a14a56dacb7cc2b40d5f37d00bedb0ceace130
Blocking new kernel updates, please do not use rpi-update anymore, or run this module after kernel update again
Installing kernel modules
Building eq3 kernel modules
make -C /lib/modules/4.9.80-v7+/build M=/tmp/tmp.EqNEzztryK/kernel modules
make[1]: Entering directory '/usr/src/linux-80a14a56dacb7cc2b40d5f37d00bedb0ceace130'
CC [M] /tmp/tmp.EqNEzztryK/kernel/eq3_char_loop.o
CC [M] /tmp/tmp.EqNEzztryK/kernel/plat_eq3ccu2.o
CC [M] /tmp/tmp.EqNEzztryK/kernel/generic_raw_uart.o
CC [M] /tmp/tmp.EqNEzztryK/kernel/pl011_raw_uart.o
CC [M] /tmp/tmp.EqNEzztryK/kernel/dw_apb_raw_uart.o
Building modules, stage 2.
MODPOST 5 modules
CC /tmp/tmp.EqNEzztryK/kernel/dw_apb_raw_uart.mod.o
LD [M] /tmp/tmp.EqNEzztryK/kernel/dw_apb_raw_uart.ko
CC /tmp/tmp.EqNEzztryK/kernel/eq3_char_loop.mod.o
LD [M] /tmp/tmp.EqNEzztryK/kernel/eq3_char_loop.ko
CC /tmp/tmp.EqNEzztryK/kernel/generic_raw_uart.mod.o
LD [M] /tmp/tmp.EqNEzztryK/kernel/generic_raw_uart.ko
CC /tmp/tmp.EqNEzztryK/kernel/pl011_raw_uart.mod.o
LD [M] /tmp/tmp.EqNEzztryK/kernel/pl011_raw_uart.ko
CC /tmp/tmp.EqNEzztryK/kernel/plat_eq3ccu2.mod.o
LD [M] /tmp/tmp.EqNEzztryK/kernel/plat_eq3ccu2.ko
make[1]: Leaving directory '/usr/src/linux-80a14a56dacb7cc2b40d5f37d00bedb0ceace130'
Regenerating modules.dep and map files
Installing/Setup overlay file
Creating Overlay files
pivccu-bcm2835.dtbo: Warning (unit_address_vs_reg): Node ***@***.*** has a unit name, but no reg property
pivccu-sun8i-h3.dtbo: Warning (unit_address_vs_reg): Node ***@***.*** has a unit name, but no reg property
Setup Kernel Scheduler
kernel.sched_rt_runtime_us = -1
Preparing modification rfd.conf...
[Interface 0] block found in rfd.conf checking it...
Modification rfd.conf done.
Changing multimacd files
Changing lxc config
Copy startup files
PIVCCU was installed successfully, please restart your system to apply changes
STATUS: Module pivccu-driver was successfully installed
Nach einem reboot taucht der Fehler noch immer auf. Hat der pivccu-driver ein Problem mit dem neuen Kernel?
Gruesse,
Wolfgang
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Der output von /var/lib/lxc/yahm/yahm.log ist bereits oben zu sehen:
Diese 6 Meldungen wiederholen sich bei jedem Startversuch. Weitere Meldungen gibt es nicht.
|
hi es sieht so aus, als würde pivccu-driver nicht geladen
Schau was die Meldung sagt, bzw. schau im dmesg nach |
Hier der output:
Ich habe gerade nochmal das modul deaktiviert, die kernel sources geloescht und nach einem reboot wieder versucht es zu installieren. Irgendwas scheint aber mit der config nicht ganz zu stimmen. Es wird bei vielen punkten user input erwartet. Es laeuft zwar komplett durch wenn man nur die default values verwendet aber das ist denke ich mal nicht korrekt. Mit dem ausgeschalteten pivccu-driver startet der yahm container auch normal
Ich habe es in dem Fall mal abgebrochen. |
Hi, hab genau den selben Fehler nach einem dist-upgrade auf stretch mit Kernel 4.9.80-v7 |
Ich hab eine Ahnung woran es liegen könnte
Werde die tage ein Update bei mir machen und mir das ganze ansehen
… Am 27.03.2018 um 16:20 schrieb JackGruber ***@***.***>:
Hi,
hab genau den selben Fehler nach einem dist-upgrade auf stretch mit Kernel 4.9.80-v7
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#167 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AAwBF8ZzGijA4GxO3IBdRbzZ2ROTNAajks5tikq3gaJpZM4SXZ07>.
|
I have the same problem with a different error:
May be in some problem during the compile time...Searching for it. |
I was able to built the module with the normal procedure after updating the kernel at 4.9.35-v7 version. However the rfd service does not start with the pivccu-driver . I am switching back to the the old modules ( hm-mod-rpi-pcb + homematic-ip ) |
After updating the kernel again to |
Es wurde ein neues raspberry System aufgesetzt und nach der Installation läuft der YAHM Container.
Danach werden nur Homemtic Geräte eingebunden. Sonst wird an dem System nichts geändert.
Nach einem Reboot kann der Container nicht mehr gestartet werden.
Version
Raspbian GNU/Linux 9 (stretch)
Es werden auch keine Logs geschrieben.
Was kann das sein, da es sich ja um ein sauber aufgesetzt System handelt.
The text was updated successfully, but these errors were encountered: