Answered the FAQ regarding the slow startup related to the Samba

configuration.
This commit is contained in:
Roland Illig 2008-01-06 12:45:03 +00:00
parent d2fb34f021
commit b644f5a136
2 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2008-01-06 Roland Illig <roland.illig@gmx.de>
* FAQ: Answered the slow startup related to old Samba code.
2007-10-19 Pavel Tsekov <ptsekov@gmx.net>
* NEWS: Update for 4.6.2.

9
FAQ
View File

@ -735,6 +735,15 @@ indenting increases with each line!
9.2 When I start Midnight Commander, nothing happens!
When MC is compiled with Samba support, have a look at the
"interfaces = ..." line in your smb.conf file. MC uses pretty old
Samba code that only expects IP addresses and host names there,
but not network interface names (like eth0). MC interprets these
names as host names and tries to resolve them using a DNS server.
To fix this, ask your system administrator to change the interface
names to their assigned IP addresses, or (untried) add the interface
names and their IP addresses to the /etc/hosts file.
First, invoke MC without subshell support: "mc -u". If this helps
check the shell you are using. Subshell support works best with
bash, although tcsh and zsh are also supported. You might want to