12 | | Sun 07 Jan 2007 01:48:56 PM UTC, comment #8: |
13 | | |
14 | | Should we close this as a duplicate of bug 5142 then? |
15 | | Leonard den Ottolander <leonardjo> |
16 | | Project Member |
17 | | Sun 07 Jan 2007 11:31:35 AM UTC, comment #7: |
18 | | |
19 | | ohhh.... commenting out the eth0 interface from the smb.conf helps... thank you very much! |
20 | | |
21 | | Sandor |
22 | | Pinter Sandor <pinter_sandor> |
23 | | Sun 07 Jan 2007 11:14:57 AM UTC, comment #6: |
24 | | |
25 | | The problem is due to the outdated samba library included with MC. |
26 | | You can find out more here: |
27 | | |
28 | | http://mail.gnome.org/archives/mc/2006-September/msg00047.html |
29 | | |
30 | | We actually don't need info any more since we know what's the cause |
31 | | of the hang - changing the status to None. |
32 | | Pavel Tsekov <ptsekov> |
33 | | Project Administrator |
34 | | Sun 07 Jan 2007 11:01:01 AM UTC, comment #5: |
35 | | |
36 | | It seems it tries to connect to the router at port 53 several |
37 | | times, which makes the hang. After that when the mc is stared, |
38 | | everything is ok. |
39 | | |
40 | | Sandor |
41 | | Pinter Sandor <pinter_sandor> |
42 | | Sun 07 Jan 2007 10:59:30 AM UTC, comment #4: |
43 | | |
44 | | The mc hangs on startup at line 284 in the attached file from me. |
45 | | Please look more info about this at the comment of that file. |
46 | | Maybe the two situation are from the same problem. |
47 | | Actually I don't know what changed in my system, because I see this |
48 | | problem 2 days ago only. I think I just updated the system with |
49 | | apt-get. |
50 | | |
51 | | Sandor |
52 | | Pinter Sandor <pinter_sandor> |
53 | | Thu 23 Mar 2006 12:46:35 PM UTC, comment #3: |
54 | | |
55 | | Ping ? |
56 | | Pavel Tsekov <ptsekov> |
57 | | Project Administrator |
58 | | Thu 09 Mar 2006 02:16:01 PM UTC, comment #2: |
59 | | |
60 | | I couldn't reproduce on FC3 with latest cvs version. |
61 | | |
62 | | Would you mind providing a strace of MC hanging ? You could do so |
63 | | by issuing the following command: |
64 | | |
65 | | strace -o /tmp/mc.strace /usr/bin/mc |
66 | | |
67 | | Replace /usr/bin/mc with the full path to the mc binary. |
68 | | Pavel Tsekov <ptsekov> |
69 | | Project Administrator |
70 | | Tue 07 Mar 2006 09:31:47 PM UTC, comment #1: |
71 | | |
72 | | i think that's some call to gethostbyname(). if the route is known |
73 | | to be broken, it fails immediately. if the cable is pulled, it has |
74 | | to time out. |
75 | | Oswald Buddenhagen <ossi> |
76 | | Tue 07 Mar 2006 08:55:38 PM UTC, original submission: |
77 | | |
| 25 | |
| 26 | Comment 1 by Oswald Buddenhagen <ossi> at Tue 07 Mar 2006 09:31:47 PM UTC: |
| 27 | {{{ |
| 28 | i think that's some call to gethostbyname(). if the route is known |
| 29 | to be broken, it fails immediately. if the cable is pulled, it has |
| 30 | to time out. |
| 31 | }}} |
| 32 | |
| 33 | Comment 2 by Pavel Tsekov <ptsekov> at Thu 09 Mar 2006 02:16:01 PM UTC: |
| 34 | {{{ |
| 35 | I couldn't reproduce on FC3 with latest cvs version. |
| 36 | |
| 37 | Would you mind providing a strace of MC hanging ? You could do so |
| 38 | by issuing the following command: |
| 39 | |
| 40 | strace -o /tmp/mc.strace /usr/bin/mc |
| 41 | |
| 42 | Replace /usr/bin/mc with the full path to the mc binary. |
| 43 | }}} |
| 44 | |
| 45 | Comment 3 by Pavel Tsekov <ptsekov> at Thu 23 Mar 2006 12:46:35 PM UTC: |
| 46 | {{{ |
| 47 | Ping ? |
| 48 | }}} |
| 49 | |
| 50 | Comment 4 by Pinter Sandor <pinter_sandor> at Sun 07 Jan 2007 10:59:30 AM UTC: |
| 51 | {{{ |
| 52 | The mc hangs on startup at line 284 in the attached file from me. |
| 53 | Please look more info about this at the comment of that file. |
| 54 | Maybe the two situation are from the same problem. |
| 55 | Actually I don't know what changed in my system, because I see this |
| 56 | problem 2 days ago only. I think I just updated the system with |
| 57 | apt-get. |
| 58 | |
| 59 | Sandor |
| 60 | }}} |
| 61 | |
| 62 | Comment 5 by Pinter Sandor <pinter_sandor> at Sun 07 Jan 2007 11:01:01 AM UTC: |
| 63 | {{{ |
| 64 | It seems it tries to connect to the router at port 53 several |
| 65 | times, which makes the hang. After that when the mc is stared, |
| 66 | everything is ok. |
| 67 | |
| 68 | Sandor |
| 69 | }}} |
| 70 | |
| 71 | Comment 6 by Pavel Tsekov <ptsekov> at Sun 07 Jan 2007 11:14:57 AM UTC: |
| 72 | {{{ |
| 73 | The problem is due to the outdated samba library included with MC. |
| 74 | You can find out more here: |
| 75 | |
| 76 | http://mail.gnome.org/archives/mc/2006-September/msg00047.html |
| 77 | |
| 78 | We actually don't need info any more since we know what's the cause |
| 79 | of the hang - changing the status to None. |
| 80 | }}} |
| 81 | |
| 82 | Comment 7 by Pinter Sandor <pinter_sandor> at Sun 07 Jan 2007 11:31:35 AM UTC: |
| 83 | {{{ |
| 84 | ohhh.... commenting out the eth0 interface from the smb.conf helps... thank you very much! |
| 85 | |
| 86 | Sandor |
| 87 | }}} |
| 88 | |
| 89 | Comment 8 by Leonard den Ottolander <leonardjo> at Sun 07 Jan 2007 01:48:56 PM UTC: |
| 90 | {{{ |
| 91 | Should we close this as a duplicate of bug 5142 then? |
| 92 | }}} |
| 93 | |