Bug 317950 - mc start takes a long time (about a minute)
Summary: mc start takes a long time (about a minute)
Status: RESOLVED NOT A BUG
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 2.10
Platform: openSUSE Linux
: NOR major
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-06 20:22 UTC by guenter
Modified: 2013-04-07 15:06 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description guenter 2013-04-06 20:22:37 UTC
Entering command mc for the first time comes message:
"
Failed to run:
Your old settings were migrated from /root/.mc
to Freedesktop recommended dirs.
To get more info, please visit
http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
"
Next times trying to start mc nothing happens.
ps says:
"root     20569 19608  0 22:16 pts/3    00:00:00 /usr/bin/mc -P /tmp/mc-root/mc.pwd.19608"
Behavior is the same vor root and "normal" users.


Reproducible: Always

Steps to Reproduce:
1.Open konsole
2.Issue command  'mc'

Actual Results:  
konsole hangs. No prompt.

Expected Results:  
mc comes up.

Happens sice upgrading from openSuse 12.1(KDE4.9) to 12.3(kde 4.10)
Comment 1 guenter 2013-04-06 20:30:27 UTC
mc starts only after a minute or so.
Comment 2 Kurt Hindenburg 2013-04-06 21:00:24 UTC
Does mc start OK in xterm or another terminal?
Comment 3 guenter 2013-04-07 14:30:25 UTC
Good idea! :-)
Same problem on _every_ console now; xterm and "native".

So, seems not to be a kde-problem, but something that brought in the openSuse-update in general.
Comment 4 Kurt Hindenburg 2013-04-07 15:06:07 UTC
OK thanks for checking - check your distro's site
Comment 5 guenter 2013-04-07 15:06:48 UTC
Thanks K.v.H.!

For completeness:
Found this discussion: http://forums.gentoo.org/viewtopic-p-3410363.html
command 'strace mc' brought to light, that mc during startup waited for a lot of poll() requests.
So I found out that there was a hostname mismatch (command 'hostname' was different from what was in /etc/hosts). After manual editing /etc/hosts now mc starts up lightning fast. :-)

Please could someone mark this bug report as IRRELEVANT or something like that