Samba 3.0.32 execution error for i.MX6

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Samba 3.0.32 execution error for i.MX6

1,826 次查看
nagashima
Contributor I

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

标签 (3)
标记 (2)
0 项奖励
回复
5 回复数

1,363 次查看
Rita_Wang
NXP TechSupport
NXP TechSupport

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

0 项奖励
回复

1,363 次查看
nagashima
Contributor I

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

0 项奖励
回复

1,363 次查看
Rita_Wang
NXP TechSupport
NXP TechSupport

Hi Kazuhiro,

After you having installed the samba ,you could share files between linux an windows.

Best Regards

Dan

0 项奖励
回复

1,363 次查看
Rita_Wang
NXP TechSupport
NXP TechSupport

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

0 项奖励
回复

1,363 次查看
nagashima
Contributor I

Sorry,

Log file was missing.

I was added to the log file the previous log the following data.

・smbd -b

・result of testparm command

・smb.conf

・folder information to connect with samba

0 项奖励
回复