bruzzz

Results 6 comments of bruzzz

Thanks for the hint! But what exactly do you mean by > remove that x86 specific stuff Simply comment out / delete those lines which the compiler complains about (I...

Only this three lines (4879, 4880 and 4884): 4878 static inline void disable_page_protection(unsigned long *cr0) { 4879 // *cr0 = read_cr0(); 4880 // write_cr0(*cr0 & ~X86_CR0_WP); 4881 } 4882 4883...

As already mentioned, I was able to build it with these three lines commented out. But it doesn't seem to work on my system (ARMv8). I keep seeing the dmesg...

This was the old one: org.fhem.revision: 23217 org.fhem.version: 6.0-s23217 org.opencontainers.image.created: 2020-11-23T11:32:25+0000 org.opencontainers.image.title: fhem-arm64v8_linux org.opencontainers.image.version: 6.0-s23217_v2.2.4 Yes, I'm using a volume. As I already mentioned, I also updated / upgraded Node.js...

I don't think, it's an issue with the docker image itself. I just mentioned that because these where "the only things" I changed. If the code in question did not...

Just realized that I can simply debug with Firefox' webdev tools... Now I can see the reason: There is one more change in my setup I did not think about....