Search found 70 matches

by .maxx
July 6th, 2017, 9:38 am
Forum: Feature Requests
Topic: Unpack during downloading
Replies: 3
Views: 4345

Unpack during downloading

I've read this on the NZBGet forum.
Would be nice to have this in SAB too.

https://forum.nzbget.net/viewtopic.php?f=10&t=2899
by .maxx
July 3rd, 2017, 9:21 am
Forum: General Help
Topic: Incorrect free space
Replies: 56
Views: 33477

Re: Incorrect free space

AFP is deprecated and SMB is the standard since macOS Sierra even for the Time Machine.
NZBget also shows it wrong.
by .maxx
July 3rd, 2017, 8:58 am
Forum: General Help
Topic: Incorrect free space
Replies: 56
Views: 33477

Re: Incorrect free space

guys I've made some more tests and I've found something out.

I was alway connected to the NAS via SMB.
Now I tried AFP and SAB shows me the correct 6,6TB.

Then I switched again to SMB and get the wrong 2,6TB.
by .maxx
July 3rd, 2017, 4:24 am
Forum: General Help
Topic: Incorrect free space
Replies: 56
Views: 33477

Re: Incorrect free space

Hi sander, yes, if I set the Temp & Complete folder to local, the shown free space is correct. Side Info: I replaced one of my NAS 3TB drives with a 6TB. MacOS and my NAS now shows me a correct free space of 6,6xTB . SAB instead shows me only 2,6TB free space -> 4TB missing . Local -> Correct Me...
by .maxx
June 30th, 2017, 8:03 am
Forum: General Help
Topic: Incorrect free space
Replies: 56
Views: 33477

Re: Incorrect free space

Code: Select all

ProductName:	Mac OS X
ProductVersion:	10.12.5
BuildVersion:	16F73
by .maxx
June 30th, 2017, 7:03 am
Forum: General Help
Topic: Incorrect free space
Replies: 56
Views: 33477

Re: Incorrect free space

yes, no change :(
by .maxx
June 30th, 2017, 2:41 am
Forum: General Help
Topic: Incorrect free space
Replies: 56
Views: 33477

Re: Incorrect free space

Here are the disk usage results: Before Download posix.statvfs_result(f_bsize=1048576, f_frsize=1024, f_blocks=2332848292, f_bfree=228927912, f_bavail=228927912, f_files=2332848290, f_ffree=228927912, f_favail=228927912, f_flag=2, f_namemax=255) free: 223562.414062 After Download posix.statvfs_resul...
by .maxx
June 30th, 2017, 2:34 am
Forum: General Help
Topic: Incorrect free space
Replies: 56
Views: 33477

Re: Incorrect free space

Here the LARGEFILE64 results

Correct

Code: Select all

$ /statvfs_with_LARGEFILE64_SOURCE_for_MacOS64bit /Users/
Available [MB]: 434190
Wrong

Code: Select all

$/statvfs_with_LARGEFILE64_SOURCE_for_MacOS64bit /Volumes/Medien
Available [MB]: 223562
by .maxx
June 28th, 2017, 9:29 am
Forum: General Help
Topic: Incorrect free space
Replies: 56
Views: 33477

Re: Incorrect free space

the user from the initial post got a raspi
by .maxx
June 28th, 2017, 8:45 am
Forum: General Help
Topic: Incorrect free space
Replies: 56
Views: 33477

Re: Incorrect free space

thanks sander here are the results: Correct $ /statvfs_in_c_for_MacOS64bit /Users/ Available [MB]: 435223 And I thinks here's the problem. Wrong $/statvfs_in_c_for_MacOS64bit /Volumes/Medien Available [MB]: 226943 df -h /Volumes/Medien/ $ df -h /Volumes/Medien/ Filesystem Size Used Avail Capacity iu...
by .maxx
June 28th, 2017, 2:32 am
Forum: General Help
Topic: Incorrect free space
Replies: 56
Views: 33477

Re: Incorrect free space

@sander

can you please help me to run statvfs_in_c_for_MacOS64bit
I can't figure out how to use this file
by .maxx
June 27th, 2017, 9:45 am
Forum: General Help
Topic: Incorrect free space
Replies: 56
Views: 33477

Re: Incorrect free space

Im using an other Python Version with SAB 2.1.0 [443efb5]

Code: Select all

2.7.13 (v2.7.13:a06454b1afa1, Dec 17 2016, 12:39:47) [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] [US-ASCII]
by .maxx
June 27th, 2017, 5:26 am
Forum: General Help
Topic: Incorrect free space
Replies: 56
Views: 33477

Re: Incorrect free space

df -h Filesystem Size Used Avail Capacity iused ifree %iused Mounted on /dev/disk0s2 465Gi 40Gi 425Gi 9% 1289380 4293677899 0% / devfs 180Ki 180Ki 0Bi 100% 626 0 100% /dev map -hosts 0Bi 0Bi 0Bi 100% 0 0 100% /net map auto_home 0Bi 0Bi 0Bi 100% 0 0 100% /home //Admin@192.168.0.5/Medien 26Ti 22Ti 4....
by .maxx
June 27th, 2017, 5:16 am
Forum: General Help
Topic: Incorrect free space
Replies: 56
Views: 33477

Re: Incorrect free space

Hi sander, I used that command: python -c "import os; print os.statvfs('/Volumes/Medien/');" The macOS Finder (10.12.5) tells me that my Synology NAS got: 28,78TB of capacity 4,65TB of free space I mount it correctly via SMB and it shows up in /Volumes I restarted the NAS and my Mac severa...
by .maxx
June 27th, 2017, 3:45 am
Forum: General Help
Topic: Incorrect free space
Replies: 56
Views: 33477

Re: Incorrect free space

Do you know how to open a terminal / command prompt, and run python? If so, run this, and post the output here python -c "import os; print os.statvfs('/home/me/');" Thanks got it: posix.statvfs_result(f_bsize=1048576, f_frsize=1024, f_blocks=2332848292, f_bfree=153868548, f_bavail=1538685...