Jump to content

Recommended Posts

Posted

Three devices, same network. Laptop, router, NAS. NAS connected to router via ethernet, lappy is wireless.

When I DL a Linux ISO from my laptop (via local torrenting software) and direct the file to be written to a directory on the NAS, it almost always fails. I say almost because I think it's worked once or twice but at the time was attempting to solve other issues. Every other time it errors out. I can attempt to recreate to share the error, but is there something fundamental that I am missing that would prevent me from doing this?

Posted

Got it, first thing that would come to mind is if it's directly downloading to the NAS but over wireless, if there's connection issues that could be causing failed packets ect.

Firstly, any reason you've chosen not to load the Downloader onto the NAS?

If not the manual option is to download direct to the laptop, then manually move over (Or add a completed download location if your downloader supports it)

Although, a simpler was would be to use the ARR's to simplify the process.

  • Thanks 1
Posted

image.png.968fa7fdca14d7ea2a506a5312042a1e.png here is the ISO file name that I've removed followed by image.png.5dc6d970eb73ecbb607972e0706825a3.png

Now, here's the thing...the above error repeats so many times that it finally dies with:

image.png.bc0f818b6f574801f92d378fd8259c1b.png

Why the hell would a torrent error out on a .srt file? This happens ALL the time.

Posted
7 minutes ago, Jack Kennedy West said:

Or is it using \\servername\directory etc?

Using Linux so: smb://bigboy.local/shows/

Where bigboy is the NAS.

Posted
20 minutes ago, Theo said:

Although, a simpler was would be to use the ARR's to simplify the process.

The ARR's scare me...it's like witchcraft.

Posted
4 minutes ago, Dylan said:

image.png.968fa7fdca14d7ea2a506a5312042a1e.png here is the ISO file name that I've removed followed by image.png.5dc6d970eb73ecbb607972e0706825a3.png

Now, here's the thing...the above error repeats so many times that it finally dies with:

image.png.bc0f818b6f574801f92d378fd8259c1b.png

Why the hell would a torrent error out on a .srt file? This happens ALL the time.

This looks like a permission error / it can't find & open the folder on the NAS?

Posted
3 minutes ago, Dylan said:

The ARR's scare me...it's like witchcraft.

Scared me once, now i can't live without them haha

  • Like 1
  • Haha 1
Posted
5 minutes ago, Dylan said:

Using Linux so: smb://bigboy.local/shows/

Where bigboy is the NAS.

Maybe try a direct connect using the server ip instead of the hostname, just curious if it might help.

Also you're definitely logged in with write permission to that space correct?

Posted

Yes, as it worked on a few rando files and I'll def try the direct connect and see what happens.

DM me an ARR's link to de-mystify this sorcery, please and thank you!!

  • Like 1
Posted
7 hours ago, Dylan said:

Yes, as it worked on a few rando files and I'll def try the direct connect and see what happens.

DM me an ARR's link to de-mystify this sorcery, please and thank you!!

I can help you with ARRs setup if you like. Feel free to DM me

  • Thanks 1
Posted
22 hours ago, PsychoWards said:

What distro are you using and can you share your fstab entry for the smb mount? (or however you are mounting your samba share)

Mint 22 and no fstab entry, only use Nemo (file browser) to browse up/down load my files once they are pulled down locally via my lappy.

image.png.e3343cbe5d0f17a74492327a00379a0b.png  image.png.9a74f2a6d33128ed3e06ee775b38ee84.png

Posted
12 hours ago, PsychoWards said:

Do you have the possibility to set the smb version? Can you force to use V3?

Man, I've fallen down a rabbit hole but have learned a bit here. I think @Theo was right about a permissions issue. I found out that when you mount a Samba share from your file manager it goes into gvfs. But if you mount a Samba share through fstab, it goes into /media. So, rather then chase down changing permission via

/run/user/1000/gvfs

I think I'll instead make an entery in fstab and see what happens.

I can't believe others haven't commented on this before... 

  • Like 1
Posted
39 minutes ago, PsychoWards said:

Mounting using fstab would have been my next advice, but I couldn't edit my post anymore so I was waiting for your feedback first. Keep us posted if it helps 😃 

I sure will and appreciate your help - really. This issue just bugs me and HAS to be easily solved

Posted
46 minutes ago, Mobius said:

i do love the arr stack, i don't use them to download anything
but i use them to rename my linux ISOs

Yeah but getting a DL to run directly on the NAS, saving the slower wifi step of lappy -> NAS would be HUGE.

Posted
On 2/9/2025 at 6:49 PM, PsychoWards said:

Mounting using fstab would have been my next advice, but I couldn't edit my post anymore so I was waiting for your feedback first. Keep us posted if it helps 😃 

I finally got a chance to do some more digging. Turns out my file manager, Nemo, (Linux Mint) uses GVfs which mounts SMB shares via

/run/user/1000/gvfs

but not statically nor with appropriate permissions to torrent TO that location. So I made entries in fstab to /mnt but was still having issues before realizing that for permanent shares /media is the correct directory. Once fstab reflected those changes, I appear to be humming along nicely.

//bigboy.local/shows /media/shows cifs credentials=/root/.smbcredentials,iocharset=utf8,vers=3.1.1,file_mode=0777,dir_mode=0777 0 0
//bigboy.local/movies /media/movies cifs credentials=/root/.smbcredentials,iocharset=utf8,vers=3.1.1,file_mode=0777,dir_mode=0777 0 0

Permissions and fstab were the right moves - the tthing that threw me off was GVfs and how it handles smb shares upon user login. Weird.

  • Like 1
Posted
On 2/9/2025 at 10:04 PM, Dylan said:

Yeah but getting a DL to run directly on the NAS, saving the slower wifi step of lappy -> NAS would be HUGE.

i don't disagree 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...