Using Samba Drive 4.9.4 under with windows 10

post here any question or information you want to share on Computers

Re: Using Samba Drive 4.9.4 under with windows 10

Postby Jocko » Sat Nov 30, 2019 10:13 pm

That would mean smbd and nmbd are not running :shocked
Code: Select all
ps axf
Jocko
Site Admin - expert
 
Posts: 11367
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Using Samba Drive 4.9.4 under with windows 10

Postby matzi » Sat Nov 30, 2019 10:17 pm

remark: netstat comes from another raspi (not the nas because it has no netstat)
ps axf should come from which raspi webbrowser or nas?
matzi
Donator VIP
Donator VIP
 
Posts: 253
Joined: Wed Jul 06, 2011 8:08 am
Location: Hannover Germany

Re: Using Samba Drive 4.9.4 under with windows 10

Postby fvdw » Sat Nov 30, 2019 10:19 pm

this is odd

Code: Select all
netstat -apn|grep mbd

this command should give output, if not then smbd and nmbd are not running

please post output of
Code: Select all
ps -ef | grep mbd


it should give this output
Code: Select all
root@fvdwsl-raspb:/ # ps -ef | grep mbd
root      1041     1  0 12:00 ?        00:00:00 /usr/sbin/nmbd -D -l /var/log/samba
root      1043     1  0 12:00 ?        00:00:00 /usr/sbin/smbd -D -l /var/log/samba
root      1049  1043  0 12:00 ?        00:00:00 /usr/sbin/smbd -D -l /var/log/samba
root      1051  1043  0 12:00 ?        00:00:00 /usr/sbin/smbd -D -l /var/log/samba
root      1545  1043  0 12:53 ?        00:00:00 /usr/sbin/smbd -D -l /var/log/samba
root      1590  1043  0 13:15 ?        00:00:00 /usr/sbin/smbd -D -l /var/log/samba
root      1632  1596  0 13:27 pts/0    00:00:00 grep mbd
root@fvdwsl-raspb:/ #
fvdw
Site Admin - expert
 
Posts: 13245
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: Using Samba Drive 4.9.4 under with windows 10

Postby fvdw » Sat Nov 30, 2019 10:20 pm

matzi wrote:remark: netstat comes from another raspi (not the nas because it has no netstat)
ps axf should come from which raspi webbrowser or nas?


this confuses me, the firmware has netsta build in, are you running fvdw-sl 18-2 ?

ps command should be given in ssh shell terminal (linux command line)
fvdw
Site Admin - expert
 
Posts: 13245
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: Using Samba Drive 4.9.4 under with windows 10

Postby matzi » Sat Nov 30, 2019 10:25 pm

start loosing concentration.. . I had a Typo, this is netstat output:
Code: Select all
root@fvdwsl-base-pi:/ # netstat -apn|grep mbd
netstat: /proc/net/tcp6: No such file or directory
tcp        0      0 0.0.0.0:445             0.0.0.0:*               LISTEN      976/smbd
tcp        0      0 0.0.0.0:139             0.0.0.0:*               LISTEN      976/smbd
netstat: /proc/net/udp6: No such file or directory
udp        0      0 192.168.178.255:137     0.0.0.0:*                           974/nmbd
netstat: /proc/net/raw6: No such file or directory
udp        0      0 192.168.178.81:137      0.0.0.0:*                           974/nmbd
udp        0      0 0.0.0.0:137             0.0.0.0:*                           974/nmbd
udp        0      0 192.168.178.255:138     0.0.0.0:*                           974/nmbd
udp        0      0 192.168.178.81:138      0.0.0.0:*                           974/nmbd
udp        0      0 0.0.0.0:138             0.0.0.0:*                           974/nmbd
unix  2      [ ]         DGRAM                      1377 974/nmbd            /usr/samba/private/msg.sock/974
unix  2      [ ]         DGRAM                     12114 976/smbd            /usr/samba/private/msg.sock/976
unix  2      [ ]         DGRAM                     13642 982/smbd            /usr/samba/private/msg.sock/982
unix  2      [ ]         DGRAM                     12120 984/smbd            /usr/samba/private/msg.sock/984
unix  2      [ ACC ]     STREAM     LISTENING       1392 974/nmbd            /usr/samba/var/run/nmbd/unexpected


Forget the one before
matzi
Donator VIP
Donator VIP
 
Posts: 253
Joined: Wed Jul 06, 2011 8:08 am
Location: Hannover Germany

Re: Using Samba Drive 4.9.4 under with windows 10

Postby matzi » Sat Nov 30, 2019 10:27 pm

and th eother one:
root@fvdwsl-base-pi:/ # ps -ef | grep mbd
root 974 1 0 23:04 ? 00:00:00 /usr/sbin/nmbd -D -l /var/log/samba
root 976 1 0 23:04 ? 00:00:00 /usr/sbin/smbd -D -l /var/log/samba
root 982 976 0 23:04 ? 00:00:00 /usr/sbin/smbd -D -l /var/log/samba
root 984 976 0 23:04 ? 00:00:00 /usr/sbin/smbd -D -l /var/log/samba
root 1047 1020 0 23:27 pts/0 00:00:00 grep mbd
matzi
Donator VIP
Donator VIP
 
Posts: 253
Joined: Wed Jul 06, 2011 8:08 am
Location: Hannover Germany

Re: Using Samba Drive 4.9.4 under with windows 10

Postby Jocko » Sat Nov 30, 2019 10:28 pm

I checked the common image used on all platform for version 18.2, and netstat is here :scratch
netstat.jpg
You do not have the required permissions to view the files attached to this post.
Jocko
Site Admin - expert
 
Posts: 11367
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Using Samba Drive 4.9.4 under with windows 10

Postby fvdw » Sat Nov 30, 2019 10:32 pm

which fvdw-sl version did you install matzi, the one sent via pm or the last one as published on the board here https://plugout.net/viewtopic.php?f=7&t=3126#p30710

I advise to use the last one as it contains some bug fixes
fvdw
Site Admin - expert
 
Posts: 13245
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: Using Samba Drive 4.9.4 under with windows 10

Postby matzi » Sat Nov 30, 2019 10:39 pm

It works correctly now!!! :thumbup :thumbup :thumbup
I have the mentioned Registry key on two places and changed both.
I will check what happens when I reset one of them but not tonight.

The software is from the firmware download folder on plugout net not from pm.

Thanks for the late night efforts!
matzi
Donator VIP
Donator VIP
 
Posts: 253
Joined: Wed Jul 06, 2011 8:08 am
Location: Hannover Germany

Re: Using Samba Drive 4.9.4 under with windows 10

Postby fvdw » Sat Nov 30, 2019 10:40 pm

matzi wrote:It works correctly now!!! :thumbup :thumbup :thumbup
I have the mentioned Registry key on two places and changed both.
I will check what happens when I reset one of them but not tonight.

The software is from the firmware download folder on plugout net not from pm.

Thanks for the late night efforts!


:bananadance see you later :z)
fvdw
Site Admin - expert
 
Posts: 13245
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

PreviousNext

Return to Computers and General Discussions

Who is online

Users browsing this forum: No registered users and 1 guest

cron