robsonek

Results 13 comments of robsonek

RPi 4 with Raspbian buster

I have the same issue on MacBook Pro M1 ``` 2024-05-07 22:21:52 [cont-init ] 10-xdg-runtime-dir.sh: terminated successfully. 2024-05-07 22:21:52 [cont-init ] 15-cjk-font.sh: executing... 2024-05-07 22:21:52 [cont-init ] 15-cjk-font.sh: terminated successfully....

ok, I have solution for this error. You need to update IPMI firmware to newest version. Tested on X9SCL-F

> @robsonek How did you update the IPMI to the newest version for the docker container? Just download it from https://www.supermicro.com/support/resources/bios_ipmi.php?type=BMC and upload it to your Motherboard using e.g. FreeDos

Could you please release version 1.9.0~alpha2 with changes from last weeks?

It works, thank you. Is it possible to add caching devices?

```shell sudo apt-get remove --purge hestia-nginx sudo apt-get install hestia-nginx ``` ```shell Setting up hestia-nginx (1.27.0) ... dpkg: error processing package hestia-nginx (--configure): installed hestia-nginx package post-installation script subprocess returned...

This is probably a problem with ```shell syshealth_adapt_hestia_nginx_listen_ports # Adapt port listing ``` on hestia-nginx.postinst

```shell Unpacking hestia-nginx (1.27.0) ... Setting up hestia-nginx (1.27.0) ... dpkg: error processing package hestia-nginx (--configure): installed hestia-nginx package post-installation script subprocess returned error exit status 1 Errors were encountered...

```php $version = Version::where('id', '9c67bec3-e795-4555-b130-98468e3034db')->first(); dd($version->id); // output: 9 ``` When I cast id to string or set variable public $incrementing = false (only when 'uuid' => true) ```php $version...