Is there any way to prevent mc from taking 10-30 seconds to open? Never seen this with Debian.
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
Try to delete line "search whatever.something" from
"hostname" is your hostname and "domain" is your domain. |
||||
|
--enable-vfs-smb? Try disabling the feature. Seems to be a common problem with version 4.8.4: mc starting up very SLOW – Marco Dec 3 '12 at 12:25strace -r -tt -o mc.strace mcto see where it's taking time. Upload the trace file if you need help interpreting it. Note that the trace file may contain private information (at least file names), take a look at it and sanitize it if necessary before uploading. – Gilles Dec 3 '12 at 21:38