Your message dated Sun, 18 May 2008 21:17:07 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#451964: fixed in mc 2:4.6.2~git20080311-1
has caused the Debian Bug report #451964,
regarding mc takes a long time to run if network connection is up but can't 
communicate to the internet
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
451964: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=451964
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: mc
Version: 1:4.6.1-7
Severity: normal

Launching mc gives sometimes problems.

If network interfaces are up and there is an active internet connection, mc 
runs without problem.

However, if I fisically disconnect the network connection, i.e. leaving the 
interfaces up,
mc takes a very long time to run: various minutes. If during the delay I 
fisically reconnect
the network connection, inmediately mc presents the panels.

On the other side, if the interfaces are down, mc runs without delay.

Running mc without fisical connection to the internet gives with strace:

---- snap ----
munmap(0xb7ef6000, 4096)                = 0
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=127659, ...}) = 0
mmap2(NULL, 127659, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7ed7000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/libnss_mdns4_minimal.so.2", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\10\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=7112, ...}) = 0
mmap2(NULL, 10024, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0xb79d5000
mmap2(0xb79d7000, 4096, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1) = 0xb79d7000
close(3)                                = 0
munmap(0xb7ed7000, 127659)              = 0
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=127659, ...}) = 0
mmap2(NULL, 127659, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7ed7000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/i686/cmov/libnss_dns.so.2", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200\v\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=17884, ...}) = 0
mmap2(NULL, 20616, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0xb79cf000
mmap2(0xb79d3000, 8192, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3) = 0xb79d3000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/i686/cmov/libresolv.so.2", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0!\0\000"..., 512) = 
512
fstat64(3, {st_mode=S_IFREG|0644, st_size=67408, ...}) = 0
mmap2(NULL, 75976, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0xb79bc000
mmap2(0xb79cb000, 8192, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xf) = 0xb79cb000
mmap2(0xb79cd000, 6344, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb79cd000
close(3)                                = 0
munmap(0xb7ed7000, 127659)              = 0
stat64("/etc/resolv.conf", {st_mode=S_IFREG|0644, st_size=113, ...}) = 0
socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 3
connect(3, {sa_family=AF_INET, sin_port=htons(53), 
sin_addr=inet_addr("208.67.222.222")}, 28) = 0
fcntl64(3, F_GETFL)                     = 0x2 (flags O_RDWR)
fcntl64(3, F_SETFL, O_RDWR|O_NONBLOCK)  = 0
gettimeofday({1183983135, 169445}, NULL) = 0
poll([{fd=3, events=POLLOUT, revents=POLLOUT}], 1, 0) = 1
send(3, "\n6\1\0\0\1\0\0\0\0\0\0\4eth0\0\0\1\0\1", 22, MSG_NOSIGNAL) = 22
poll(
-----------------------------------------------------

and there it stops waiting

208.67.222.222 is my dns server. Apparently mc is waiting  for something

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-2-686 (SMP w/1 CPU core)
Locale: LANG=es_DO.UTF-8, LC_CTYPE=es_DO.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages mc depends on:
ii  libc6                         2.5-11     GNU C Library: Shared libraries
ii  libglib2.0-0                  2.12.12-1  The GLib library of C routines
ii  libgpmg1                      1.19.6-25  General Purpose Mouse - shared lib
ii  libslang2                     2.0.7-2    The S-Lang programming library - r

mc recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: mc
Source-Version: 2:4.6.2~git20080311-1

We believe that the bug you reported is fixed in the latest version of
mc, which is due to be installed in the Debian FTP archive:

mc_4.6.2~git20080311-1.diff.gz
  to pool/main/m/mc/mc_4.6.2~git20080311-1.diff.gz
mc_4.6.2~git20080311-1.dsc
  to pool/main/m/mc/mc_4.6.2~git20080311-1.dsc
mc_4.6.2~git20080311-1_i386.deb
  to pool/main/m/mc/mc_4.6.2~git20080311-1_i386.deb
mc_4.6.2~git20080311.orig.tar.gz
  to pool/main/m/mc/mc_4.6.2~git20080311.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Patrick Winnertz <[EMAIL PROTECTED]> (supplier of updated mc package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sun, 18 May 2008 22:18:33 +0200
Source: mc
Binary: mc
Architecture: source i386
Version: 2:4.6.2~git20080311-1
Distribution: unstable
Urgency: low
Maintainer: Debian MC Packaging Group <[EMAIL PROTECTED]>
Changed-By: Patrick Winnertz <[EMAIL PROTECTED]>
Description: 
 mc         - midnight commander - a powerful file manager
Closes: 359016 432324 451964 474484 477835 479550 481539
Changes: 
 mc (2:4.6.2~git20080311-1) unstable; urgency=low
 .
   * Have to bump from 1: to 2: ... ~git is lower than ~pre
   * New git snapshot from (http://repo.or.cz/w/mc.git) in order to have
     some new patches included into mc and to ease up patch writing.
   * Reordered patches and use now quilt for applying them.
     + Add several new patches from mandriva
   * Removed samba support, since it was based on a statically linked lib,
     which is shipped within the sourcecode. This lib was over 10 years 
untouched.
     (Closes: #451964, #432324)
     + By the way... a patch for the samba issue would be nice!!
   * Switched to the utf8-patches used in mandriva (Closes: #359016)
   * Added asm.syntax. Thanks to Michelle (Closes:  #479550)
   * Added vhdl.syntax. Thanks to Adam Pribyl. (Closes: #481539)
   * Added named.syntax to the Makefile (Closes: #477835)
   * Added patch by Michal Pokrywka in order to fix regex replace behaviour in
     mcedit (Closes: #474484)
Checksums-Sha1: 
 c9adeb69bda3442eef76b6da8c1c4de111706ecb 1196 mc_4.6.2~git20080311-1.dsc
 cf2c7da17a75c2e8cd96463190cefe3fcdb4b643 2717403 
mc_4.6.2~git20080311.orig.tar.gz
 2973f3f67fe2642bc395b8f83fc21c5e2dc7c716 112598 mc_4.6.2~git20080311-1.diff.gz
 eeeeb90310caa083f7f627fffe297b84ba0f3e6d 2193896 
mc_4.6.2~git20080311-1_i386.deb
Checksums-Sha256: 
 de5cf436880e30f5d52cb5d58b747607eee7b8f493e6f3172e0d9775a3787ea0 1196 
mc_4.6.2~git20080311-1.dsc
 8a87005d72ca30b17c8cba8d61961f630e508eb3dfadca444dfacb72cbe247ed 2717403 
mc_4.6.2~git20080311.orig.tar.gz
 b15426568abf59eebf6143b5cad724c67bc6fa87fd0cdbeda74a91f7c1eb69e2 112598 
mc_4.6.2~git20080311-1.diff.gz
 1e6cf41b562421165ed65c9fd951f021b7491e6afef7e475881d25a32b54f78f 2193896 
mc_4.6.2~git20080311-1_i386.deb
Files: 
 257babc61df44acc8f267705ae38e3cb 1196 utils optional mc_4.6.2~git20080311-1.dsc
 06b8829d619af63b52367644393d7997 2717403 utils optional 
mc_4.6.2~git20080311.orig.tar.gz
 835b512e27d1c85f4b4abb1d00e23d6f 112598 utils optional 
mc_4.6.2~git20080311-1.diff.gz
 c423ca8f805df73641e7b6c247221888 2193896 utils optional 
mc_4.6.2~git20080311-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFIMJINzgm26bkTFDoRAi0EAKDTf4s82Xw1lMsFZhCoyKHGeqPxVACfdg4A
bcGUf7pjGEbVSJwiMCZtMFo=
=oLis
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to