Jump to content

rvandaalen

Members
  • Posts

    21
  • Joined

  • Last visited

Posts posted by rvandaalen

  1. thanks for checking.

     

    I see the following error in my log:

     

    2016-03-14 01:01:16,180::ERROR::[config:842] Cannot create backup file for /config/sabnzbd.ini.bak

    2016-03-14 01:01:16,181::INFO::[config:843] Traceback:

    Traceback (most recent call last):

      File "/usr/share/sabnzbdplus/sabnzbd/config.py", line 839, in save_config

        shutil.copymode(filename, bakname)

      File "/usr/lib/python2.7/shutil.py", line 91, in copymode

        os.chmod(dst, mode)

    OSError: [Errno 1] Operation not permitted: '/config/sabnzbd.ini.bak'

     

    Any suggestions perhaps?

  2. Hello, tried installing today but I always get the wizard again.

     

    I tried changing the config folder and the port but same results, also tried a complete re-install of the docker container.

     

    I took a look in my sabnzbd.ini file contents:

    __version__=19

    [misc]

    [logging]

     

    its always the same as sabnzbd.ini.bak

     

    Is this file not properly written to on a complete new install? Maybe when coming from auto upgrades, this problem is not present?

  3. Thanks for the plug-in, I have a small question.

     

    I initially setup/add my VM's using Simplefeature with the SF Webserver and PHPvirtualbox.

     

    My VM's then show up on the webgui so I'm able to happily start them from there and don't need SF+Webserver and PHPvirtualbox anymore.

     

    However after I removed  SF+Webserver plugin and PHPvirtualbox I get an error when I click "Start VM" button using the plug-in GUI. When I use command line to manually start the VM using: VBoxManage startvm "vmname" in telnet I also get the error.  However..when I start with: VBoxManage startvm "vmname" --type headless All is well.

     

    My question is: How can I edit the "Start VM" button behavior so it uses the --type headless option.

    SF doesn't run good on v5 final and I simply don't prefer to use SF just to use VB. I'm not sure but I think --type headless option can always be used in any case running VB on unraid. so maybe it can be standard implemented.

     

    And maybe a button can be added: (Start VM ignore State)

    VBoxManage discardstate "vmname" + VBoxManage startvm "vmname" --type headless

     

    Thanks  ;)

     

     

     

     

     

     

×
×
  • Create New...