1
0
This repository has been archived on 2025-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
wiki.mbirth.de/know-how/software/linux/_posts/2008-08-13-mc-startup-delay.md
2015-03-29 22:05:46 +02:00

686 B

title, layout, created, updated, toc, tags
title layout created updated toc tags
MC Startup Delay default 2008-08-13 22:36:06 +0200 2008-08-13 22:36:06 +0200 false
know-how
software
linux
mc

If Midnight Commander needs several seconds to startup, check the interfaces line in your smb.conf. According to this page, the built-in Samba code of mc is outdated and doesn't recognize device names like eth0 or lo as the newer smbclient does. So it tries to resolve those into IPs which takes ages until they time out.

Replace the devices by their respective netmasks (e.g. 192.168.1.0/24) and mc will startup instantly.