Page 4 of 6

Re: Slow unpacking after upgrading to OS X 10.9

Posted: December 3rd, 2013, 3:36 pm
by shypike
It will take a while before I test.
I'm on the road now.

Re: Slow unpacking after upgrading to OS X 10.9

Posted: December 3rd, 2013, 5:48 pm
by Strakekine
Thats ok...i just wanted to clarify that i don't think the problem is related (only) to "unrar"!

Re: Slow unpacking after upgrading to OS X 10.9

Posted: December 4th, 2013, 6:29 am
by shypike
Thanks for the clarification.

Re: Slow unpacking after upgrading to OS X 10.9

Posted: December 11th, 2013, 12:00 am
by pharao
Confirmed, it's a unrar + mavericks + NAS issue.

1) Tried to unpack via command line, using sabnzbd's built in unrar 4.2
Result: slow unpack speed

2) Tried with lastest version of unrar (5.01)
Result: slow unpack speed

This is not a sabnzbd issue.

Also I tried to force SMB1, like many suggestions on google. No success, still getting slow unpack speeds.
Mavericks sucks a lot regarding NAS connection.

Re: Slow unpacking after upgrading to OS X 10.9

Posted: December 11th, 2013, 10:02 am
by shypike
pharao wrote: Mavericks sucks a lot regarding NAS connection.
In general or just when using unrar?

Re: Slow unpacking after upgrading to OS X 10.9

Posted: December 11th, 2013, 10:46 pm
by pharao
Searching forums around web seems to be general. Mainly problems regarding the new implementation of SMB2.

In my case, I don't have problems when direct copying files to NAS.
But I am having a lot of disconnect issues.

The main use of my NAS is sickbeard+sabnzbd, and right now this is a pain in the @&ˆ%$#@#$%. :P

Re: Slow unpacking after upgrading to OS X 10.9

Posted: December 12th, 2013, 1:47 am
by Strakekine
Hi pharao
Have you read my previous posts?
I thought it was unrar too, but the i switched the settings and i have this right now:
1) temp sabnzb folder on my mac mini
2) temp sickbeard on my mini
3) completed folder on nas

Download is fast, post processing (unrar, repair...) is very fast. But the slow part is when the sickbeard post-processing script copies files from my mini to the NAS. Like 5 hours for 1,2GB file. Manual copy of the same file is fast though...

The SMB2 problem is well known on mavericks and i used some commands to force mavericks using SMB1... Didn't change anything with sabnzb&sickbeard but at least my xbmc doesn't stutter anymore...

Re: Slow unpacking after upgrading to OS X 10.9

Posted: December 12th, 2013, 10:10 am
by shypike
OK, so far I have only used my NAS through the AFP protocol and not SMB.
That may explain why I haven't noticed this yet.

Re: Slow unpacking after upgrading to OS X 10.9

Posted: December 14th, 2013, 1:00 am
by pharao
I tried with a NFS share and speed seems to be ok.
It's a SMB issue only, in my case.

Re: Slow unpacking after upgrading to OS X 10.9

Posted: December 14th, 2013, 1:01 am
by pharao
Strakekine wrote:Hi pharao
Have you read my previous posts?
I thought it was unrar too, but the i switched the settings and i have this right now:
1) temp sabnzb folder on my mac mini
2) temp sickbeard on my mini
3) completed folder on nas

Download is fast, post processing (unrar, repair...) is very fast. But the slow part is when the sickbeard post-processing script copies files from my mini to the NAS. Like 5 hours for 1,2GB file. Manual copy of the same file is fast though...

The SMB2 problem is well known on mavericks and i used some commands to force mavericks using SMB1... Didn't change anything with sabnzb&sickbeard but at least my xbmc doesn't stutter anymore...
Hi,

I tried this, but no success.
my temp sabnzbd is local on my mac, my complete folder is on nas. when unpacking i got slow speeds

Re: Slow unpacking after upgrading to OS X 10.9

Posted: December 15th, 2013, 4:08 am
by Strakekine
pharao wrote: Hi,

I tried this, but no success.
my temp sabnzbd is local on my mac, my complete folder is on nas. when unpacking i got slow speeds

Strange,
That's 2 different thinks then?! But i think that both are smb related...

Re: Slow unpacking after upgrading to OS X 10.9

Posted: December 16th, 2013, 7:31 pm
by pharao
Uptaded today to 10.9.1 and still having SMB issues.

CRAP APPLE!

Re: Slow unpacking after upgrading to OS X 10.9

Posted: December 16th, 2013, 11:15 pm
by pharao
Right now I am doing a lot of tests here, I would to share with the experts here.

1) Unpacking local files to NAS directly on command line with rarlabs tool:

$ ../rar/unrar x homeland.s03e11.proper.hdtv.x264-killers.rar /Volumes/NTFS_1TB/done/
Extracting /Volumes/NTFS_1TB/done/Homeland.S03E11.PROPER.HDTV.x264-KILLERS.mp4

Getting 760kb/s transfer speed

2) Unpacking local files to NAS directly on command line with The Unarchiver tool:

../unar1.8.1/unar homeland.s03e11.proper.hdtv.x264-killers.rar -o /Volumes/NTFS_1TB/done/
Homeland.S03E11.PROPER.HDTV.x264-KILLERS.mp4 (388593643 B)...

Getting 760kb/s transfer speed

3) Rsyncing on command line the rar files to same directory:

rsync --progress homeland.s03e11.proper.hdtv.x264-killers.r* /Volumes/NTFS_1TB/done/
homeland.s03e11.proper.hdtv.x264-killers.r00
20000000 100% 4.16MB/s 0:00:04 (xfer#1, to-check=19/20)
homeland.s03e11.proper.hdtv.x264-killers.r01
20000000 100% 3.90MB/s 0:00:04 (xfer#2, to-check=18/20)
homeland.s03e11.proper.hdtv.x264-killers.r02
14450688 72% 3.33MB/s 0:00:01

Getting a very fast transfer, same when I was on montain lion.

4) Copying files on command line to same directory:

cp homeland.s03e11.proper.hdtv.x264-killers.r* /Volumes/NTFS_1TB/done/

Getting the same speed I got on Rsync


The main doubt here is:
If Mavericks have a SMB issue, why on Rsync and Copy I don't have problems?
What could be the main reason for unpack do not work with good speed transfer?

Re: Slow unpacking after upgrading to OS X 10.9

Posted: December 17th, 2013, 10:21 pm
by pharao
Checked today and osx is forcing a connection with SMBv1

SERVER_NAME 192.168.1.1
USER_ID 501
SMB_NEGOTIATE AUTO_NEGOTIATE
SMB_VERSION SMB_1

SMB_SHARE_TYPE UNKNOWN
UNIX_SUPPORT TRUE
LARGE_FILE_SUPPORTED TRUE


Almost sure that V1 is causing that behaviour described on my previous post.

Re: Slow unpacking after upgrading to OS X 10.9

Posted: January 3rd, 2014, 8:45 pm
by powertowerpro
I am also having this issue and it's a huge pain. Is there a way to direct sabnzb to unrar to local drive and then copy to nas?