YunoHost-Apps / samba_ynh

Samba package for YunoHost
GNU Affero General Public License v3.0
1 stars 6 forks source link

Error when trying to configure a new folder. #4

Open Cup0fTea opened 2 years ago

Cup0fTea commented 2 years ago

https://paste.yunohost.org/raw/zofutifaja

I installed the application on a VPS just to share a folder on the internal network. I hope I don't need to open port 445. My intention is to share the /mnt/media folder so that a Docker container can access it at the same time as Lidarr. After installing, just clicking "Save", without any configuration, already generates the error message. The interesting thing is that after installing the application a service "smbd" can be seen with the command "service smbd status".

Mistermasque commented 1 year ago

Same issue for me.

https://paste.yunohost.org/raw/timubusafo

If you want to see the service status, use this command :

systemctl status smbd

I'm not an expert in YunoHost app dev, but I think that the $directories is not properly set line 133 in config script.

I need to make more tests.