Page 1 of 1

folder_rename not working

Posted: August 9th, 2010, 1:08 pm
by fly
First, the deets:

Version: 0.5.3
OS: Windows Home Server
Install-type: Windows Installer
Skin (if applicable): Default
Firewall Software: None
Are you using IPV6? no
Is the issue reproducible? yes

Like some others I've read on Windows Home Server, I was getting a ton of rename errors.  I saw mention of the folder_rename switch in the config .ini so I changed it to 0 (to disable renaming of folders).  This was over a month ago.  I've restarted many times since then and verified that the switch is still set to 0.  Here is an example of an error I got:

Code: Select all

2010-08-09 13:37:40,155 ERROR: Error renaming "D:\shares\Videos\Unsorted\complete\Games\_UNPACK_LegalDownload" to "D:\shares\Videos\Unsorted\complete\Games\LegalDownload"
Why is it still naming the folder UNPACK?  Am I misunderstanding the use of the folder_rename switch?

And if it matters, here's some of my INI file:

Code: Select all

__version__ = 18
[misc]
https_port = 9090
folder_rename = 0

Re: folder_rename not working

Posted: August 10th, 2010, 7:25 pm
by fly
Anyone?

Re: folder_rename not working

Posted: August 11th, 2010, 3:42 am
by vdown
Not that this is going to be much help but that's exactly how I have it setup and it works fine.

Re: folder_rename not working

Posted: August 11th, 2010, 3:46 pm
by rascalli
Did you try a restart of sabnzbd ?

Re: folder_rename not working

Posted: August 11th, 2010, 6:57 pm
by fly
It's been restarted many times since I changed that setting, yes.

Re: folder_rename not working

Posted: August 12th, 2010, 11:45 am
by shypike
Known problem on WHS due to the odd behavior of its file system.
Use the "secret" option folder_rename.
See: http://wiki.sabnzbd.org/configure-special

Re: folder_rename not working

Posted: August 14th, 2010, 7:23 am
by fly
shypike wrote: Known problem on WHS due to the odd behavior of its file system.
Use the "secret" option folder_rename.
See: http://wiki.sabnzbd.org/configure-special
uhhhh...  Did you see the title of this thread?  I'm reporting that folder_rename isnt working.

Re: folder_rename not working

Posted: August 14th, 2010, 9:11 am
by shypike
When answering a huge backlog after a holiday, one tends to get sloppy.

It works perfectly fine on my WHS system (I had the same problem too).
The code involved is very straightforward and will stop the use of temporary names.
I would need to see "debug"-level logging to see what could be the matter in your situation.

Re: folder_rename not working

Posted: August 21st, 2010, 2:24 pm
by fly
Hmm, is there a way to go back to a previous day's logging?  Happened again yesterday, but if I download a debug log from the web interface, I only get info from today.

Re: folder_rename not working

Posted: August 21st, 2010, 2:41 pm
by shypike
There are 5 log files, which are cycled.
Only the last one is available through the web interface.

Re: folder_rename not working

Posted: August 21st, 2010, 4:24 pm
by fly
Bah, its rolled off.  I'll bump this if/when I see it again... 

Thanks

Re: folder_rename not working

Posted: August 22nd, 2010, 6:19 pm
by fly
I think I figured it out.  Looks like its a pretty common problem if you're a software dev.  It's called user error, or basically I'm an idiot.  I was editing the wrong SAB config file.  Please move on, nothing to see here.  ;D

Re: folder_rename not working

Posted: August 23rd, 2010, 9:36 am
by shypike
Incompatible user, please replace  ;D
No problem, it can happen to all of us, including me.