Search found 5 matches

by jarik
Mon Dec 02, 2024 7:25 pm
Forum: Installation
Topic: [Solved] YAMS not writing to SMB share
Replies: 9
Views: 24362
Gender:
Netherlands

Re: YAMS not writing to SMB share

Hi Roger, thank you for pointing me in the right direction again! After a bit of tinkering, I created a new VM and tried to set it up again. Taking extra notice in the mountpoint. Now I'm able to see the content of this folder inside Radarr, so it seems to be going in the right direction! Thank you ...
by jarik
Sat Nov 30, 2024 12:39 pm
Forum: Installation
Topic: [Solved] YAMS not writing to SMB share
Replies: 9
Views: 24362
Gender:
Netherlands

Re: YAMS not writing to SMB share

Thanks for guiding me in this direction!

Those are the paths I've added to Radarr and Sonarr

Image

It seems to still be only seeing some space from the installation partition, but no free space from the (almost empty) mounted SMB share

by jarik
Fri Nov 29, 2024 8:32 pm
Forum: Installation
Topic: [Solved] YAMS not writing to SMB share
Replies: 9
Views: 24362
Gender:
Netherlands

Re: YAMS not writing to SMB share

Yes, that is indeed correct! I've checked the /.env file, which gives me the following output (VPN settings are also in the file, but not mentioned below): PUID=1000 PGID=1000 MEDIA_DIRECTORY=/mnt/media INSTALL_DIRECTORY=/opt/yams MEDIA_SERVICE=plex So it's indeed pointing at the right directory. I'...
by jarik
Fri Nov 29, 2024 7:49 pm
Forum: Installation
Topic: [Solved] YAMS not writing to SMB share
Replies: 9
Views: 24362
Gender:
Netherlands

Re: YAMS not writing to SMB share

Thank you for your quick reply!

The SMB share is at least coming over to the Ubuntu VM. I can read and write from it to the share, from both windows, ubuntu and another LXC container in Proxmox.

What would be the best to check next, and how to check it?

Thanks!

by jarik
Fri Nov 29, 2024 4:52 pm
Forum: Installation
Topic: [Solved] YAMS not writing to SMB share
Replies: 9
Views: 24362
Gender:
Netherlands

[Solved] YAMS not writing to SMB share

Hi, After lots of searching and trying, I'm a bit at a loss. I'm trying to run YAMS in a Ubuntu VM in Proxmox. Before this, I've setup a samba share in a proxmox container and mounted this to the Ubuntu VM. I've added the following entry to /etc/fstab: //192.168.1.xxx/media /mnt/media cifs guest,utf...