File: README.Debian

package info (click to toggle)
vym 1.10.0-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 5,376 kB
  • ctags: 1,926
  • sloc: cpp: 18,468; xml: 277; sh: 211; perl: 89; makefile: 26
file content (23 lines) | stat: -rw-r--r-- 698 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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 <x.oswald@free.fr>