Hello,
I'm using i.MX6 SABRE SD board.
Use L3.0.35_4.1.0_130816_source, I want to use samba 3.0.32.
However, when you run the smbclient command, it is displayed as "no network interfaces found".
root@freescale ~$ smbclient -L freescale
WARNING: no network interfaces found
Password:
Domain=[FREESCALE] OS=[Unix] Server=[Samba 3.0.32]
Receiving SMB: Server stopped responding
tree connect failed: Call returned zero bytes (EOF)
I attach the log file.
If you find that some items are missing, please let me know.
・smbd log
・nmbd log
・ifconfig log
・Ping to oneself (IP Address)
・Ping to oneself (Hostname)
・services(137,138,139 potrs)
・netstat(netbios part)
What do I do?
Original Attachment has been moved to: samba_log.txt.zip
Hi Kazuhiro,
I have created samba successfully by the the following way, you can have a reference:
(1) Install samba service by commends:
sudo apt-get install samba
sudo apt-get install smbfs
(2) create a sharing directory:
mkdir /home/usename/share
chmod 777 /home/usrname/share
(3) config samba file smb.conf:
sudo gedit /etc/samba/smb.conf:
Modify "security=user" to "security=share"
Then add the following lines at the end of this file:
[ubuntu1204_64bit_Share]
comment = Shared Folder with username and password
path = /home/usrname/share/
public = yes
writable = yes
available = yes
browseable = yes
save the file and exit.
(4)Restart samba service:
sudo /etc/init.d/smbd restart
Best Regards,
Dan
Hi Dan,
Thank you for your reply.
But, do not in the desktop environment (Ubuntu 12.04 64bit)?
I'm using i.MX6 SABRE SD.
Or, even if SABRE SD, and the use of apt-get command, can I achieve?
Because it is in the context of you, did not incorporate the smbfs, you have to try, but status has not changed.
To me, what will not enough?
Best Regards,
Kazuhiro
Hi Kazuhiro,
After you having installed the samba ,you could share files between linux an windows.
Best Regards
Dan
Hi Kazuhiro,
I try many times, it's ok. My environment is also Ubuntu 12.04 64bit. You can retry as I have provide above.
Best Regards
Dan