I am trying from a fresh hass.io install and with the Samba plugin enabled to connect to a SMB share. The hassio shared appears to Mac finder bar , but there is a connectivity error. I tried to connect from multiple device and OS , with no success. I re-install many times with no success. Any suggestions?
the Samba plugin log :
starting version 3.2.2
nmbd version 4.6.4 started.
Copyright Andrew Tridgell and the Samba Team 1992-2017
Registered MSG_REQ_POOL_USAGE
Registered MSG_REQ_DMALLOC_MARK and LOG_CHANGED
added interface eth0 ip=2a02:587:3e13:ec00:5d1a:5e8c:5d3a:f061 bcast= netmask=ffff:ffff:ffff:ffff::
added interface eth0 ip=10.0.0.35 bcast=10.0.0.255 netmask=255.255.255.0
making subnet name:10.0.0.35 Broadcast address:10.0.0.255 Subnet mask:255.255.255.0
create_subnets: ignoring non IPv4 interface.
making subnet name:UNICAST_SUBNET Broadcast address:0.0.0.0 Subnet mask:0.0.0.0
making subnet name:REMOTE_BROADCAST_SUBNET Broadcast address:0.0.0.0 Subnet mask:0.0.0.0
load_lmhosts_file: Can’t open lmhosts file /etc/samba/lmhosts. Error was No such file or directory
STATUS=daemon ‘nmbd’ finished starting up and ready to serve connections
smbd version 4.6.4 started.
Copyright Andrew Tridgell and the Samba Team 1992-2017
Registered MSG_REQ_POOL_USAGE
Registered MSG_REQ_DMALLOC_MARK and LOG_CHANGED
Processing section “[config]”
Processing section “[addons]”
Processing section “[share]”
Processing section “[backup]”
added interface eth0 ip=2a02:587:3e13:ec00:5d1a:5e8c:5d3a:f061 bcast= netmask=ffff:ffff:ffff:ffff::
added interface eth0 ip=10.0.0.35 bcast=10.0.0.255 netmask=255.255.255.0
INFO: Profiling support unavailable in this build.
No builtin backend found, trying to load plugin
Module ‘tdbsam’ loaded
tdb(/var/lib/samba/registry.tdb): tdb_open_ex: could not open file /var/lib/samba/registry.tdb: No such file or directory
tdb(/var/lib/samba/account_policy.tdb): tdb_open_ex: could not open file /var/lib/samba/account_policy.tdb: No such file or directory
account_policy_get: tdb_fetch_uint32_t failed for type 1 (min password length), returning 0
account_policy_get: tdb_fetch_uint32_t failed for type 2 (password history), returning 0
account_policy_get: tdb_fetch_uint32_t failed for type 3 (user must logon to change password), returning 0
account_policy_get: tdb_fetch_uint32_t failed for type 4 (maximum password age), returning 0
account_policy_get: tdb_fetch_uint32_t failed for type 5 (minimum password age), returning 0
account_policy_get: tdb_fetch_uint32_t failed for type 6 (lockout duration), returning 0
account_policy_get: tdb_fetch_uint32_t failed for type 7 (reset count minutes), returning 0
account_policy_get: tdb_fetch_uint32_t failed for type 8 (bad lockout attempt), returning 0
account_policy_get: tdb_fetch_uint32_t failed for type 9 (disconnect time), returning 0
account_policy_get: tdb_fetch_uint32_t failed for type 10 (refuse machine password change), returning 0
tdbsam_open: Converting version 0.0 database to version 4.0.
check_for_master_browser_fail: Forcing election on workgroup WORKGROUP subnet 10.0.0.35
tdbsam_convert_backup: updated /var/lib/samba/private/passdb.tdb file.
tdb(/var/lib/samba/winbindd_idmap.tdb): tdb_open_ex: could not open file /var/lib/samba/winbindd_idmap.tdb: No such file or directory
send_election_dgram: Sending election packet for workgroup WORKGROUP on subnet 10.0.0.35
send_election_dgram: Sending election packet for workgroup WORKGROUP on subnet 10.0.0.35
STATUS=daemon ‘smbd’ finished starting up and ready to serve connections
waiting for connections
send_election_dgram: Sending election packet for workgroup WORKGROUP on subnet 10.0.0.35
send_election_dgram: Sending election packet for workgroup WORKGROUP on subnet 10.0.0.35
send_election_dgram: Sending election packet for workgroup WORKGROUP on subnet 10.0.0.35
run_elections: >>> Won election for workgroup WORKGROUP on subnet 10.0.0.35 <<<
become_local_master_browser: Starting to become a master browser for workgroup WORKGROUP on subnet 10.0.0.35
Samba name server HASSIO is now a local master browser for workgroup WORKGROUP on subnet 10.0.0.35
And the configuration of Samba:
{
“workgroup”: “WORKGROUP”,
“name”: “hassio”,
“guest”: true,
“map”: {
“config”: true,
“addons”: true,
“ssl”: false,
“share”: true,
“backup”: true
},
“username”: “antcas2000”,
“password”: “antcas”,
“interface”: “eth0”
}
Any help please?