Javier Coindreau

Results 5 comments of Javier Coindreau

This isn't referring to installing a package, this is referring to the install command used to move built targets into some distribution location (`cmake --install`): https://cmake.org/cmake/help/book/mastering-cmake/chapter/Install.html

Commenting out the first two lines of the generated `/etc/apt/apt.conf.d/00_distrobox` seems to fix it. ``` #DPkg::Pre-Invoke {"if mountpoint /etc/localtime; then umount /etc/localtime; fi";}; #DPkg::Post-Invoke {"if [ -e /run/host//etc/localtime ]; then...

I guess the question is, then, should applications that keep `/etc/localtime` open just be forced to close? There's gotta be other applications that just constantly check the time. Ideally a...

Yeah, I meant the force-close thing more to just make a point. If it could run `lsof` and tell you which application was using the file that is being unmounted...