Martin Viereck

Results 214 comments of Martin Viereck

> Thanks, it works as you describe. Good news! > Some remarks: telnet wrote "Connection closed by foreign host" to stderr. I think would be better to hide it. Good...

Thank you for the tests! I have replaced `telnet` with the `/dev/tcp` code. > I have not a much experience with bash, could you explain how to benchmark it ?...

> issue with message to stderr appeared again: That's odd. It seems I cannot supress the error message: ``` $ /dev/null 2>/dev/null bash: connect: Verbindungsaufbau abgelehnt bash: /dev/tcp/127.0.0.1/6000: Verbindungsaufbau abgelehnt...

`runx` now stores `DISPLAY` and `XAUTHORITY` in file `~/.Xenv`. To re-use an already running X server, it is enough to source the file with `. ~/.Xenv` or `source ~/.Xenv`. This...

An option `--no-align` is useful if one has already aligned images and want to compare the stacking results of different stacking tools. It is also useful if one provides a...

Thank you for the report! > The above turned out to be a python issue (I was trying to use a containerized python, and it wasn't working right). Was this...

> I will try sudo x11docker and report back, but I want to run x11docker completely rootless. If I wanted to configure Xorg, but am using the x11docker/xserver container, would...

> Running sudo x11docker... does not work as it won't find the user's pulled images when running as root. In other words sudo podman images returns nothing even though the...

> Isn't the --xorg going to bypass my --xc=podman requirement to use the container version of xserver? You don't need to specify option `--xc` if image `x11docker/xserver` is available. x11docker...

> BTW: if you want to get CoreOS up and running in VirtualBox quickly, I can help with that. It's not your typical install-from-ISO-as-CD distro. Thank you for offer! I'll...