[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: From Sid to Sarge



Il mar, 2004-10-19 alle 00:42, Levi Bard ha scritto:
> I have a similar problem with anjuta - I think it may be related to
> gconf2.  Anjuta starts, I get the splash screen, then it hangs.  If I
> look at the strace, it goes to read a file in /tmp (which is what
> makes me suspect gconf), catches an error, and sits there waiting for
> something to time out.

Is possible that gnumeric needs to connect to cups?
strace gnumeric give me many connect to my localhost:631, but cups is
not installed because i have a cups server on another machine! So I have
instelled only cups client
programs.                                             
[...]
connect(16, {sa_family=AF_INET, sin_port=htons(631),
sin_addr=inet_addr("192.168.13.5")}, 16) = -1 EHOSTUNREACH (No route to
host)
close(16)                               = 0
rt_sigaction(SIGPIPE, {SIG_IGN}, NULL, 8) = 0
socket(PF_FILE, SOCK_STREAM, 0)         = 16
connect(16, {sa_family=AF_FILE, path="/var/run/.nscd_socket"}, 110) = -1
ENOENT (No such file or directory)
close(16)                               = 0
open("/etc/hosts", O_RDONLY)            = 16
fcntl(16, F_GETFD)                      = 0
fcntl(16, F_SETFD, FD_CLOEXEC)          = 0
fstat(16, {st_mode=S_IFREG|0644, st_size=404, ...}) = 0
mmap(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0x2a955d1000
read(16, "127.0.0.1\tlocalhost.localdomain\t"..., 131072) = 404
read(16, "", 131072)                    = 0
close(16)                               = 0
munmap(0x2a955d1000, 131072)            = 0
socket(PF_INET, SOCK_STREAM, IPPROTO_IP) = 16
fcntl(16, F_SETFD, FD_CLOEXEC)          = 0
setsockopt(16, SOL_SOCKET, SO_REUSEADDR, [52881355335270401], 4) = 0
setsockopt(16, SOL_TCP, TCP_NODELAY, [52881355335270401], 4) = 0
connect(16, {sa_family=AF_INET, sin_port=htons(631),
sin_addr=inet_addr("192.168.13.5")}, 16 <unfinished ...>
(I do CTRL-C)
davide@gig:~$

Bye



Reply to: