j75
j75
My `podman` version is **3.4.4**
what about using another user id (different from **1000**)? As far as I understand, `podman` mounts a volume `/tmp/user/1602//unsafe/input_file:/tmp/input_file:Z ` the user being `dangerzone` (could we mount a file instead...
I managed to reproduce the problem by running a simple script that executes `podman run --network none -u dangerzone --security-opt no-new-privileges --userns keep-id --cap-drop all --rm -v ./mytmp/input_file:/tmp/input_file:Z dangerzone.rocks/dangerzone /usr/bin/python3...
`you can use the drwxrwxrwx workaround` - what the heck is this workaround actually? If you are talking about my message about running `podman` manually, how could I then recover...
I also have the same problem using Docker -> a page with 2 inputs ("Filter beans" and "Highlight beans") is displayed, as well as a message `Loading data` next to...
Finally I've got my graph by modifying **index.html** as shown below: ``` var beans = typeFilter != '' ? json.contexts.application.beans.filter(function(b) { return beanTypeContains(b, typeFilter)}) : json.contexts.application.beans; var beansArray = Object.keys(beans).map((bean)...
Well, it starts if I add the option `--no-sandbox`. However there are some messages in the console ``` strict mode: missing type "string" for keyword "pattern" at "#/properties/spellcheckerLanguage" (strictTypes) [272916:0525/190033.740164:ERROR:sandbox_linux.cc(374)]...
I have almost the same problem on Ubuntu 24.04 - the messages are ``` balena-etcher : Depends: gconf-service which is a virtual package and is not provided by any available...
I manually installed **sourcemap-builder-1.0.0.jar**, now trying to rebuild the whole projects fails with ``` [ERROR] Failed to execute goal on project jsweet-transpiler: Could not resolve dependencies for project org.jsweet:jsweet-transpiler:jar:4.0.0-SNAPSHOT: The...
Trying to use the deb package does not work either, see https://github.com/balena-io/etcher/issues/4249