[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] More packages
On 21/12/2013 21:55, Peter Slegg wrote:
[2013/12/21 20:50:09.520000, 0] lib/util.c:1723(set_maxfiles)
set_maxfiles: setrlimit for RLIMIT_NOFILE for 32 files failed with error Invalid argument
[2013/12/21 20:50:09.520001, 0] smbd/files.c:221(file_init)
PANIC: assert failed at smbd/files.c(221): sconn->real_max_open_files > 100
Even if those messages are frightening, that's not a problem. sshd is
running and accepts connections. Of course you will hit the 32 open files
soon or later, but you will be able to transfer a few files.
I changed the syntax to:
smbclient -L=MILAN
In order to avoid any DNS trouble, I suggest you to test from your FreeMiNT
host with the following command:
smbclient -L 127.0.0.1
Then just type Enter when a password is asked.
When I open the workgroup on the PC it askes me to login but never succeeds.
It seems that Windows don't allow empty passwords with "security = user"
(the default).
The simplest (and less secure) solution is to use the obsolete "security =
share". See my sample smb.conf:
http://vincent.riviere.free.fr/soft/m68k-atari-mint/archives/mint/samba/smb.conf
Then you can connect from a Windows host without any password.
For example, by typing \\192.168.0.2 (your FreeMiNT IP address) in the
explorer's address bar.
--
Vincent Rivière