Alkis Georgopoulos

Results 16 issues of Alkis Georgopoulos

In the following minimal test case, the first line of the text goes through the image instead of wrapping. The rest of the lines are wrapped properly. The problem doesn't...

bug

Reverse connections are very useful in a lot of cases. For example, * A technician runs `vncviewer -listen` * Users that need support can then use `x11vnc -connect technician-ip` to...

feature-request
platform-linux
platform-mac
platform-windows

Hi, I installed multivnc in Ubuntu 18.04 and I tried: ```shell multivnc -listen ``` I got a dialog stating "Failure connecting to server at -listen!". Is there a command line...

feature-request
platform-linux
platform-mac
platform-windows

Suppose that I boot from the PXE stack, which loads a custom build of undionly.kpxe with the following embedded ipxe script: ```shell ifopen net0 chain ${proxydhcp/dhcp-server}/ltsp/ltsp.ipxe ``` The problem is...

enhancement

Hi, if .ssh/config contains "RequestTTY force", then `sshfs user@server: mountpoint` fails with "remote host has disconnected". On the other hand, `scp user@server:something .` succeeds. The reason why I want to...

The following /proc/cmdline fails: ``` nbdroot=server:image root=/dev/nbd0p1 ``` with error: > ALERT! /dev/nbd0p1 does not exist. Dropping to a shell! A workaround is to patch local-top/nbd to call partprobe/blockdev as...

When the following two conditions are true, nbd-server doesn't start: - ipv6.disable=1 exists in /proc/cmdline - the network cable is unplugged, so that eth0 doesn't have an ipv4 IP at...

This is the first issue I have ever opened to say that "your program works better than the alternative that you suggest"! Test case, first without any optimizations: - `backup-process`...

Test case: on arctica-greeter, press the "poweroff" computer button (=ACPI shutdown). The attached suspend/reboot/shutdown dialog will shown forever, making graceful remote shutdowns impossible. On the other hand, all other greeters...

Traditionally, configuration of display managers and greeters happened by configuration files in /etc. For example, slick-greeter supports /etc/lightdm/slick-greeter.conf. I tried creating `/etc/lightdm/arctica-greeter.conf` with the following content, but it was ignored:...