Micha Gorelick
Micha Gorelick
To those still struggling with this issue, I posted the fix on: https://github.com/fchollet/keras/issues/6029#issuecomment-295874341
Hrmm... I think the issue may be kernel version? ```bash charm ~:$ uname -a Linux charm 5.8.0-63-generic #71-Ubuntu SMP Tue Jul 13 15:59:12 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux charm...
I have, ``` libgl1-mesa-dri/groovy-updates,now 20.2.6-0ubuntu0.20.10.1 amd64 [installed,automatic] libgl1-mesa-glx/groovy-updates,now 20.2.6-0ubuntu0.20.10.1 amd64 [installed,automatic] ``` In the issue, that user had, ``` version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.8-0ubuntu1~20.04.1 version.libgl1-mesa-glx: libgl1-mesa-glx N/A ```
Seems like a reasonable assumption. To be honest, I think the recommendation here isn't the above fix but rather to use ubuntu 20.04 when possible!
Ah... I think this is a secure boot issue. From dmesg: ``` [ 0.005017] ACPI: kernel is locked down, ignoring table override ```
It seems that there is no way around having secure boot and a table override at the same time. I've disabled validation using `sudo mokutil --disable-validation` for now in the...
@jrandiny This is my first time going down the secure boot rabbit hole, so maybe I'm doing it wrong! I tried using `sbsign` to sign the acpi override file, but...
Ah yes! I thought the behavior of locking down the kernel on secure boot was default. I'd rather stick to the stock kernel so I guess my best bet is...
@alphazero By the way, this pull request is ready to go.
This is what I do and it seems to work pretty well for me. I just have a folder, `~/.slack-term/`, that has a bunch of json files with the connection...