mirror of
https://github.com/mbirth/wiki.git
synced 2024-11-12 13:46:46 +00:00
696 B
696 B
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 |
|
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.