twilightsorcerer

Results 16 comments of twilightsorcerer

tun-mtgo returns: docker run --privileged --rm -e DISPLAY -v mtgo-data-judeedwardsmith:/home/wine/.wine/host/ -v mtgo-data-judeedwardsmith:/home/wine/.wine/drive_c/users/ -v /tmp/.X11-unix:/tmp/.X11-unix:rw -v /home/judeedwardsmith/.local/share/mtgo/Xauthority:/home/wine/.Xauthority:ro --net=host --ipc=host -e TZ=/usr/share/zoneinfo/Europe/London --name mtgo_running panard/mtgo:latest mtgo standard_init_linux.go:211: exec user process caused "exec...

Not very good with computers, don't think I could work out how to do that :( Thank you so much anyway :)

docker run --rm --privileged aptman/qus -s -- -p i386 outputs: cat ./qemu-binfmt-conf.sh | sh -s -- --path=/qus/bin -p i386 --suffix -static mount: permission denied (are you root?)

I tried that, it returns the same error: cat ./qemu-binfmt-conf.sh | sh -s -- --path=/qus/bin -p i386 --suffix -static mount: permission denied (are you root?)

Still the same error. judeedwardsmith@penguin:~$ sudo bash root@penguin:/home/judeedwardsmith# docker run --rm --privileged aptman/qus -s -- -p i386 cat ./qemu-binfmt-conf.sh | sh -s -- --path=/qus/bin -p i386 --suffix -static mount: permission...

docker run --rm --privileged docker/binfmt:a7996909642ee92942dcd6cff44b9b95f08dad64 returns Unable to find image 'docker/binfmt:a7996909642ee92942dcd6cff44b9b95f08dad64' locally a7996909642ee92942dcd6cff44b9b95f08dad64: Pulling from docker/binfmt docker: no matching manifest for linux/arm64/v8 in the manifest list entries. See 'docker run...

All done, thanks so much for the help!

Hi @umarcor ! I've been having some trouble achieving it, and was recommended here as a place to get advice, if that's possible? Thanks :)

Hi, thanks for the help. When executing docker run --rm --privileged aptman/qus -s -- -p i386 I get the error cat ./qemu-binfmt-conf.sh | sh -s -- --path=/qus/bin -p x86_6 --suffix...

binfmt-support is installed, and /proc/sys/fs/binfmt_misc/ does exist and is empty. When executing mount binfmt_misc -t binfmt_misc /proc/sys/fs/binfmt_misc, this error is returned: mount: permission denied