X-Git-Url: https://git.sven.stormbind.net/?a=blobdiff_plain;f=debian%2FREADME.Debian;fp=debian%2FREADME.Debian;h=04cdea9c1067fab9e20f224a8d38202abef9549e;hb=a6018bd246bc0db01ee2471da50554704b4d4331;hp=0000000000000000000000000000000000000000;hpb=7dfa3fe589d1722d49681f42cdb0bf1e6efb5223;p=sven%2Fvym.git diff --git a/debian/README.Debian b/debian/README.Debian new file mode 100644 index 0000000..04cdea9 --- /dev/null +++ b/debian/README.Debian @@ -0,0 +1,23 @@ +CUPS CONFIGURATION ISSUE: +========================= + +Invoking vym just blocks (no gui is launched) due to a CUPS configuration. + +socket(PF_INET, SOCK_STREAM, IPPROTO_IP) = 22 +setsockopt(22, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0 +setsockopt(22, SOL_TCP, TCP_NODELAY, [1], 4) = 0 +fcntl(22, F_SETFD, FD_CLOEXEC) = 0 +connect(22, {sa_family=AF_INET, sin_port=htons(631), sin_addr=inet_addr("134.157.168.55")}, 16 + +It seems to try to connect to some cups server. Anyway vym should come up even +when cups is not running. + +SOLUTION: +========= + +Changing the cups configuration works. + +http://localhost:631/admin +Show printers from other systems (or similar) = OFF + +Xavier Oswald