Gaëtan Trellu

Results 193 comments of Gaëtan Trellu
trafficstars

Are you able to create a directory in `/tmp` as a simple user? ``` $ mkdir /tmp/mycroft $ touch /tmp/mycroft/service.pid ```

> The file `/tmp/mycroft` already exists in `/tmp` and also `/tmp/mycroft/service.pid` if i do `touch /tmp/mycroft/service.pid ` It gives me an error but the file already exists. I have tried...

Yeah that was my though, that `/tmp/mycroft` was created by `root`, during the reboot `/tmp` is flushed so the directory and the rest of the files have been cleared.

Same for the R10, running Pop!_OS 20.10. ``` Bus 001 Device 007: ID 187c:0550 Alienware Corporation LED controller ```

Zoom still working for me (Version: 5.8.0 from pop-store) after the upgrade from 21.04.

@ricardosalveti The `rapsberry-kernel` package deploys modules into `/lib/modules` _(as for all Debian like distributions)_ and kernels into `/boot`. ``` /boot/kernel.img /boot/kernel7.img /boot/kernel7l.img /boot/kernel8.img ``` @jlebon I would to stay on...

I guess the solution will be to create few symlinks.

> See also: #1801 Thanks @wmanley, I found this issue but the last comment was from `Jan 24, 2019`.

@wmanley I would love the guidance for sure! :+1: My goal is to build an OSTree repository to upgrade my Pis when a commit happened on the tree, I'm using...

@wmanley Thanks, I've to familiarize myself will all of these. I saw the PR (great work!).