folder_rename not working

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
fly
Newbie
Newbie
Posts: 13
Joined: April 28th, 2010, 7:28 am

folder_rename not working

Post 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
fly
Newbie
Newbie
Posts: 13
Joined: April 28th, 2010, 7:28 am

Re: folder_rename not working

Post by fly »

Anyone?
vdown
Release Testers
Release Testers
Posts: 38
Joined: January 30th, 2008, 8:01 am

Re: folder_rename not working

Post by vdown »

Not that this is going to be much help but that's exactly how I have it setup and it works fine.
User avatar
rascalli
Moderator
Moderator
Posts: 656
Joined: January 18th, 2008, 12:30 am
Location: Bossche bollen land

Re: folder_rename not working

Post by rascalli »

Did you try a restart of sabnzbd ?
fly
Newbie
Newbie
Posts: 13
Joined: April 28th, 2010, 7:28 am

Re: folder_rename not working

Post by fly »

It's been restarted many times since I changed that setting, yes.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: folder_rename not working

Post 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
fly
Newbie
Newbie
Posts: 13
Joined: April 28th, 2010, 7:28 am

Re: folder_rename not working

Post 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.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: folder_rename not working

Post 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.
fly
Newbie
Newbie
Posts: 13
Joined: April 28th, 2010, 7:28 am

Re: folder_rename not working

Post 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.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: folder_rename not working

Post by shypike »

There are 5 log files, which are cycled.
Only the last one is available through the web interface.
fly
Newbie
Newbie
Posts: 13
Joined: April 28th, 2010, 7:28 am

Re: folder_rename not working

Post by fly »

Bah, its rolled off.  I'll bump this if/when I see it again... 

Thanks
fly
Newbie
Newbie
Posts: 13
Joined: April 28th, 2010, 7:28 am

Re: folder_rename not working

Post 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
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: folder_rename not working

Post by shypike »

Incompatible user, please replace  ;D
No problem, it can happen to all of us, including me.
Post Reply