Markus Krause

Results 141 comments of Markus Krause

see if this gives you a clue. I cannot do any testing as I do not have access to any legacy ilo machines anymore https://github.com/markusdd/ilo-utils/pull/4

Not by me anyway. Please look at the other open issue and the pull request I linked, most likely the fix will be derating the security settings before connecting. These...

it literally says what the problem is: it cannot download the proper jar file for the console. So either your ilo is outdated and you should update your machine, or...

so if you installed the proper Java 8 via the script and also followed all other settings as described then I am not sure what is missing. it should start...

then you need to do some manual debugging, like e.g. trying to download the jar via curl and see if that works etc. As said: no chance for me to...

the ilo-console.sh script is using hte downloaded .jar but if you look into it you will see it is a bit more complicated than just running the .jar. You can...

Glad it is useful! On newer distributions this is almost always a problem with disabled/missing etc SSL ciphers. This whole setup is very flaky because these iLo interfaces use crypto...

You can check out the section from one of my apps here, hope it helps: https://github.com/markusdd/rusty_meter/blob/054149fa6114bda3b2e91a5261d3e70baf3692c1/src/app.rs#L320

welche pins sind dir unklar? das pinout ist für ein SPI-Display auf jeden fall richtig.

CS = CSN DIN = MOSI DC = DC (?) CLK = SCK Wie das display modell selbst richtig eingestellt wird oder ob dafür der SSD1306 trieber ok ist bitte...