Paulo Machado

Results 4 comments of Paulo Machado

Hi @benhoyt , absolutely. Since I've observed that on charm context, I've wrote a simple charm that implements replicates the error, available [here.](https://github.com/paulomach/test-pebble-push) The traceback observed is: ```shell Traceback (most...

Hey @rwcarlsen , that's was my initial thought also, but there's no process owning the file. Running `lsof` does not show any process with the file open ([link to pastebin](https://pastebin.canonical.com/p/xN6C2zGsJy/))...

That's the issue. There other files of interest that are bind mounts, like `/etc/hosts`. Having the `push` implementation on pebble to copy over the original file can make it work...

Another tip to workaround the issue is to run with "-p" to print engine messages and identify the offending package, then act upon.