Changes between Version 9 and Version 10 of doc/faq
- Timestamp:
- 10/01/21 19:07:47 (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/faq
v9 v10 503 503 === 9.2 When I start Midnight Commander, nothing happens! === 504 504 505 When MC is compiled with Samba support, have a look at the "interfaces = ..." line in your smb.conf file. MC uses pretty old506 Samba code that only expects IP addresses and host names there, but not network interface names (like eth0). MC interprets these507 names as host names and tries to resolve them using a DNS server. To fix this, ask your system administrator to change the interface508 names to their assigned IP addresses, or (untried) add the interface names and their IP addresses to the /etc/hosts file.509 510 505 First, invoke MC without subshell support: "mc -u". If this helps check the shell you are using. Subshell support works best with 511 506 bash, although tcsh and zsh are also supported. You might want to upgrade your shell to a newer version. If you use something else