Hi,
I’ve got home assistant running on a Rpi for a while and I decided it was time for an upgrade. Sow I installed Ubuntu server and HA with the tutorial from juanmtech.
Everything work fine, but… when I want to upload a SnapShot with SambaShare I get the following error in the SambaShare log:
Processing section "[config]"
Processing section "[addons]"
Processing section "[ssl]"
Processing section "[share]"
Processing section "[backup]"
create_connection_session_info: guest user (from session setup) not permitted to access this share (backup)
create_connection_session_info failed: NT_STATUS_ACCESS_DENIED
root opened file Hass_io_SnapShot_Complete_21_02_20 V02 - kopie.tar read=No write=No (numopen=5)
root closed file Hass_io_SnapShot_Complete_21_02_20 V02 - kopie.tar (numopen=4) NT_STATUS_OK
root closed file Hass_io_SnapShot_Complete_21_02_20 V02.tar (numopen=3) NT_STATUS_OK
These are my settings:
workgroup: WORKGROUP
username: username
password: password
interface: ''
allow_hosts:
- 10.0.0.0/8
- 172.16.0.0/12
- 192.168.0.0/0
veto_files:
- ._*
- .DS_Store
- Thumbs.db
- icon?
- .Trashes
And so I can’t upload a SnapShot to Home Assistant, any suggestions?
Greetings, Paul