Bug#338307: network problem
Christophe Combelles
ccomb at free.fr
Tue Mar 21 00:15:36 UTC 2006
Hello,
I had exactly the same problem,
gnomemeeting freezes when I trie to discover the sound devices,
when I play the test souns in the prefs, or when gnomemeeting itself
tries to play a sound on an event.
And I did an strace of the process (see below).
When looking to my /etc/hosts, I discovered that I was missing a correct "ip
hostname" line. (removed by a config script)
The ip was wrong, and the freeze is just a network timeout.
If I wait 1 minute or two, gnomemeeting starts responding again.
But why is gnomemeeting doing things with the network while playing sounds ??!!
Is it a problem in alsa ?
Could you confirm that:
- if you wait long enough, the freeze stops
- you have correct entries in /etc/hosts ?
(one "127.0.0.1 localhost" and one "your_ip your_hostname" )
regards,
Christophe
open("/etc/hosts", O_RDONLY) = 35
fcntl64(35, F_GETFD) = 0
fcntl64(35, F_SETFD, FD_CLOEXEC) = 0
fstat64(35, {st_mode=S_IFREG|0644, st_size=1040, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0xb4f46000
read(35, "### etherconf DEBCONF AREA. DO N"..., 4096) = 1040
read(35, "", 4096) = 0
close(35) = 0
munmap(0xb4f46000, 4096) = 0
socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 35
connect(35, {sa_family=AF_INET, sin_port=htons(0),
sin_addr=inet_addr("127.0.0.1")}, 16) = 0
getsockname(35, {sa_family=AF_INET, sin_port=htons(32995),
sin_addr=inet_addr("127.0.0.1")}, [16]) = 0
close(35) = 0
socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 35
connect(35, {sa_family=AF_INET, sin_port=htons(0),
sin_addr=inet_addr("81.57.244.84")}, 16) = 0
getsockname(35, {sa_family=AF_INET, sin_port=htons(32995),
sin_addr=inet_addr("192.168.0.1")}, [16]) = 0
close(35) = 0
socket(PF_INET, SOCK_STREAM, IPPROTO_IP) = 35
fcntl64(35, F_SETFD, FD_CLOEXEC) = 0
setsockopt(35, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0
connect(35, {sa_family=AF_INET, sin_port=htons(16001),
sin_addr=inet_addr("127.0.0.1")}, 16) = -1 ECONNREFUSED (Connection refused)
close(35) = 0
socket(PF_INET, SOCK_STREAM, IPPROTO_IP) = 35
fcntl64(35, F_SETFD, FD_CLOEXEC) = 0
setsockopt(35, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0
connect(35, {sa_family=AF_INET, sin_port=htons(16001),
sin_addr=inet_addr("81.57.244.84")}, 16) = ? ERESTARTSYS (To be restarted)
+++ killed by SIGKILL +++
More information about the Pkg-voip-maintainers
mailing list