initial import
[vym] / debian / README.Debian
1 CUPS CONFIGURATION ISSUE:
2 =========================
3
4 Invoking vym just blocks (no gui is launched) due to a CUPS configuration.
5
6 socket(PF_INET, SOCK_STREAM, IPPROTO_IP) = 22
7 setsockopt(22, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0
8 setsockopt(22, SOL_TCP, TCP_NODELAY, [1], 4) = 0
9 fcntl(22, F_SETFD, FD_CLOEXEC)          = 0
10 connect(22, {sa_family=AF_INET, sin_port=htons(631), sin_addr=inet_addr("134.157.168.55")}, 16
11
12 It seems to try to connect to some cups server. Anyway vym should come up even
13 when cups is not running.
14
15 SOLUTION:
16 =========
17
18 Changing the cups configuration works.
19
20 http://localhost:631/admin 
21 Show printers from other systems (or similar) = OFF
22
23 Xavier Oswald <x.oswald@free.fr>