File: README.Debian

package info (click to toggle)
vym 2.9.604-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 20,476 kB
  • sloc: cpp: 45,317; ruby: 2,181; xml: 667; sh: 70; makefile: 15
file content (23 lines) | stat: -rw-r--r-- 700 bytes parent folder | download | duplicates (7)
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 <xoswald@debian.org>