Nuno Alexandre

Results 5 comments of Nuno Alexandre

+1 I'm trying to install in OMV5 Docker container: - Linux 5.9.0-0.bpo.5-amd64 - 5.5.22-1 (Usul) Looks like it's failing because **/dev/vcsm** does not exist. ``` pi@RASPI:~ $ sudo docker run...

> Check in /dev, the vcsm is surely called vcsm-cma. > Then modify the docker command. That fixed my issue. - Thanks @serotonie! Here's the fixed command: ``` docker run...

I posted this same issue under [Issue #10](https://github.com/michaelmiklis/docker-rpi-monitor/issues/10), my bad. To fix it, you just need to replace **--device=/dev/vcsm** by **--device=/dev/vcsm-cma** Here's the fixed command: ``` docker run --device=/dev/vchiq \...

As of Nov 2024, the `Remove-MgContact` uses Graph v1.0 which can't delete directory contacts, only mailbox folder contacts. Trying to delete a contact object throws the error: `Data contract version...

> > As of Nov 2024, the `Remove-MgContact` uses Graph v1.0 which can't delete directory contacts, only mailbox folder contacts. Trying to delete a contact object throws the error: `Data...