Njon

Members
  • Posts

    160
  • Joined

  • Last visited

Posts posted by Njon

  1. I had the same problem, and the only thing I could do was to remove the jumper which enables the buzzer... Ford Perfect you mean that if I update the firmware (IPMI) without reverting to the default values bugs are not fixed?

  2.  

    So VBoxSVC.log says

     

    VirtualBox XPCOM Server 4.3.4 r91027 linux.x86 (Nov 29 2013 16:39:43) release log
    00:00:00.001372 main     Log opened 2013-12-23T11:54:01.912949000Z
    00:00:00.001377 main     Build Type: release
    00:00:00.001386 main     OS Product: Linux
    00:00:00.001391 main     OS Release: 3.9.11p-unRAID
    00:00:00.001396 main     OS Version: #3 SMP Wed Oct 30 13:17:02 PDT 2013
    00:00:00.001579 main     Host RAM: 2024MB total, 1564MB available
    00:00:00.001592 main     Executable: /opt/VirtualBox/VBoxSVC
    00:00:00.001595 main     Process ID: 8304
    00:00:00.001598 main     Package type: LINUX_32BITS_GENERIC
    00:00:00.119862 nspr-2   Loading settings file "/root/.VirtualBox/VirtualBox.xml" with version "1.12-linux"
    00:00:00.129278 nspr-2   VDInit finished
    00:00:08.077543 Watcher  ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={fafa4e17-1ee2-4905-a10e-fe7c18bf5554} aComponent={VirtualBox} aText={The object is not ready}, preserve=false
    

     

    While in the syslog I only see two lines

     

    Dec 23 12:53:46 Server rc.virtualbox[8220]: /opt/VirtualBox/VBoxManage setproperty websrvauthlibrary null
    Dec 23 12:53:46 Server rc.virtualbox[8222]: vboxwebsrv service started

     

    Nobody? I can't use virtualbox :(

     

     

    Sent from my iPhone using Tapatalk

  3. So VBoxSVC.log says

     

    VirtualBox XPCOM Server 4.3.4 r91027 linux.x86 (Nov 29 2013 16:39:43) release log
    00:00:00.001372 main     Log opened 2013-12-23T11:54:01.912949000Z
    00:00:00.001377 main     Build Type: release
    00:00:00.001386 main     OS Product: Linux
    00:00:00.001391 main     OS Release: 3.9.11p-unRAID
    00:00:00.001396 main     OS Version: #3 SMP Wed Oct 30 13:17:02 PDT 2013
    00:00:00.001579 main     Host RAM: 2024MB total, 1564MB available
    00:00:00.001592 main     Executable: /opt/VirtualBox/VBoxSVC
    00:00:00.001595 main     Process ID: 8304
    00:00:00.001598 main     Package type: LINUX_32BITS_GENERIC
    00:00:00.119862 nspr-2   Loading settings file "/root/.VirtualBox/VirtualBox.xml" with version "1.12-linux"
    00:00:00.129278 nspr-2   VDInit finished
    00:00:08.077543 Watcher  ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={fafa4e17-1ee2-4905-a10e-fe7c18bf5554} aComponent={VirtualBox} aText={The object is not ready}, preserve=false
    

     

    While in the syslog I only see two lines

     

    Dec 23 12:53:46 Server rc.virtualbox[8220]: /opt/VirtualBox/VBoxManage setproperty websrvauthlibrary null
    Dec 23 12:53:46 Server rc.virtualbox[8222]: vboxwebsrv service started

     

    I'm using version 5.0.2

    Suggestions?

  4. So VBoxSVC.log says

     

    VirtualBox XPCOM Server 4.3.4 r91027 linux.x86 (Nov 29 2013 16:39:43) release log
    00:00:00.001372 main     Log opened 2013-12-23T11:54:01.912949000Z
    00:00:00.001377 main     Build Type: release
    00:00:00.001386 main     OS Product: Linux
    00:00:00.001391 main     OS Release: 3.9.11p-unRAID
    00:00:00.001396 main     OS Version: #3 SMP Wed Oct 30 13:17:02 PDT 2013
    00:00:00.001579 main     Host RAM: 2024MB total, 1564MB available
    00:00:00.001592 main     Executable: /opt/VirtualBox/VBoxSVC
    00:00:00.001595 main     Process ID: 8304
    00:00:00.001598 main     Package type: LINUX_32BITS_GENERIC
    00:00:00.119862 nspr-2   Loading settings file "/root/.VirtualBox/VirtualBox.xml" with version "1.12-linux"
    00:00:00.129278 nspr-2   VDInit finished
    00:00:08.077543 Watcher  ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={fafa4e17-1ee2-4905-a10e-fe7c18bf5554} aComponent={VirtualBox} aText={The object is not ready}, preserve=false
    

     

    While in the syslog I only see two lines

     

    Dec 23 12:53:46 Server rc.virtualbox[8220]: /opt/VirtualBox/VBoxManage setproperty websrvauthlibrary null
    Dec 23 12:53:46 Server rc.virtualbox[8222]: vboxwebsrv service started

  5. For who needs to run phpVirtualbox from another machine:

     

    1) set the vboxsrv IP address like the one of your unraid box (not localhost, 127.0.0.1, but your server IP)

    2) the default username/password is admin/admin and if you disable authentication you loose the ability to navigate in system preferences (this is a known bug, they will solve this)

  6. I would like to do something like this

     

     

     

                                              PCs  ------ switch -------- Router/hotspot Wifi/Modem

                                                                |  |

                                                                |  |

                                                                A  B

     

    Where A and B are respectively eth0 and eth1 of my unraid box.

    I would like that all the internet traffic passes through interface B and be shaped/redirected to the router.

    Is it possible?

  7. Hi all,

    I have a very basic router and I can't install dd-wrt on it or any other third party software, and I always wanted to shape my internet connection.

    Looking in the internet I found a guide to use a raspberry pi as a traffic shaper.

    http://raspberrypi.stackexchange.com/questions/7223/using-the-raspberry-pi-as-a-router

    It basically shapes the connection ad redirect the packets  (because it has only one NIC).

    But the pi is very slow and I don't want to buy it ( ;D), so I would like to use the second NIC on my motherboard to do the same thing the pi should do: shape the traffic and send back the packets to my router.

    The problem is that iptables is not supported and wonder shaper (the packet that shapes the traffic) needs it.

    I read that this could be possible modifying the kernel, which is quite hard for me...

     

    Suggestion? Somebody could compile the kernel for me?

  8. last question, I promise  :)

    I would like to install "iptables" with trolley but if I search in the forums I read that it is not supported by the kernel. If I try to install it will it run?

    (I know, this sound like a PM  ;D)

     

    EDIT: I answer myself  :D

    root@Server:~# iptables -L                                                                                                                                 
    FATAL: Module ip_tables not found.
    iptables v1.4.10: can't initialize iptables table `filter': iptables who? (do you need to insmod?)
    Perhaps iptables or your kernel needs to be upgraded.

  9. I created the folder "extra" and the it worked  :o

    Other problems:

    this is what I get

    root@Server:~# trolley 
    ERROR:root:code for hash md5 was not found.
    Traceback (most recent call last):
      File "/usr/lib/python2.7/hashlib.py", line 139, in <module>
        globals()[__func_name] = __get_hash(__func_name)
      File "/usr/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor
        raise ValueError('unsupported hash type ' + name)
    ValueError: unsupported hash type md5
    ERROR:root:code for hash sha1 was not found.
    Traceback (most recent call last):
      File "/usr/lib/python2.7/hashlib.py", line 139, in <module>
        globals()[__func_name] = __get_hash(__func_name)
      File "/usr/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor
        raise ValueError('unsupported hash type ' + name)
    ValueError: unsupported hash type sha1
    ERROR:root:code for hash sha224 was not found.
    Traceback (most recent call last):
      File "/usr/lib/python2.7/hashlib.py", line 139, in <module>
        globals()[__func_name] = __get_hash(__func_name)
      File "/usr/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor
        raise ValueError('unsupported hash type ' + name)
    ValueError: unsupported hash type sha224
    ERROR:root:code for hash sha256 was not found.
    Traceback (most recent call last):
      File "/usr/lib/python2.7/hashlib.py", line 139, in <module>
        globals()[__func_name] = __get_hash(__func_name)
      File "/usr/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor
        raise ValueError('unsupported hash type ' + name)
    ValueError: unsupported hash type sha256
    ERROR:root:code for hash sha384 was not found.
    Traceback (most recent call last):
      File "/usr/lib/python2.7/hashlib.py", line 139, in <module>
        globals()[__func_name] = __get_hash(__func_name)
      File "/usr/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor
        raise ValueError('unsupported hash type ' + name)
    ValueError: unsupported hash type sha384
    ERROR:root:code for hash sha512 was not found.
    Traceback (most recent call last):
      File "/usr/lib/python2.7/hashlib.py", line 139, in <module>
        globals()[__func_name] = __get_hash(__func_name)
      File "/usr/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor
        raise ValueError('unsupported hash type ' + name)
    ValueError: unsupported hash type sha512
    usage: trolley [-h] [-V] {install,info,remove,list,search,update} ...
    trolley: error: too few arguments
    root@Server:~# 
    

     

    and this when installing

    root@Server:~# wget -qO- --no-check-certificate https://raw.github.com/nicinabox/trolley/master/install.sh | sh -
    Verifying package trolley-0.1.7-noarch-unraid.tgz.
    Installing package trolley-0.1.7-noarch-unraid.tgz:
    PACKAGE DESCRIPTION:
    WARNING:  Package has not been created with 'makepkg'
    Executing install script for trolley-0.1.7-noarch-unraid.tgz.
    ERROR:root:code for hash md5 was not found.
    Traceback (most recent call last):
      File "/usr/lib/python2.7/hashlib.py", line 139, in <module>
        globals()[__func_name] = __get_hash(__func_name)
      File "/usr/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor
        raise ValueError('unsupported hash type ' + name)
    ValueError: unsupported hash type md5
    ERROR:root:code for hash sha1 was not found.
    Traceback (most recent call last):
      File "/usr/lib/python2.7/hashlib.py", line 139, in <module>
        globals()[__func_name] = __get_hash(__func_name)
      File "/usr/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor
        raise ValueError('unsupported hash type ' + name)
    ValueError: unsupported hash type sha1
    ERROR:root:code for hash sha224 was not found.
    Traceback (most recent call last):
      File "/usr/lib/python2.7/hashlib.py", line 139, in <module>
        globals()[__func_name] = __get_hash(__func_name)
      File "/usr/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor
        raise ValueError('unsupported hash type ' + name)
    ValueError: unsupported hash type sha224
    ERROR:root:code for hash sha256 was not found.
    Traceback (most recent call last):
      File "/usr/lib/python2.7/hashlib.py", line 139, in <module>
        globals()[__func_name] = __get_hash(__func_name)
      File "/usr/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor
        raise ValueError('unsupported hash type ' + name)
    ValueError: unsupported hash type sha256
    ERROR:root:code for hash sha384 was not found.
    Traceback (most recent call last):
      File "/usr/lib/python2.7/hashlib.py", line 139, in <module>
        globals()[__func_name] = __get_hash(__func_name)
      File "/usr/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor
        raise ValueError('unsupported hash type ' + name)
    ValueError: unsupported hash type sha384
    ERROR:root:code for hash sha512 was not found.
    Traceback (most recent call last):
      File "/usr/lib/python2.7/hashlib.py", line 139, in <module>
        globals()[__func_name] = __get_hash(__func_name)
      File "/usr/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor
        raise ValueError('unsupported hash type ' + name)
    ValueError: unsupported hash type sha512
    Searching for argparse
    Reading https://pypi.python.org/simple/argparse/
    Download error on https://pypi.python.org/simple/argparse/: unknown url type: https -- Some packages may not be found!
    Couldn't find index page for 'argparse' (maybe misspelled?)
    Scanning index of all packages (this may take a while)
    Reading https://pypi.python.org/simple/
    Download error on https://pypi.python.org/simple/: unknown url type: https -- Some packages may not be found!
    No local packages or download links found for argparse
    error: Could not find suitable distribution for Requirement.parse('argparse')
    ln: creating symbolic link `plz': File exists
    Package trolley-0.1.7-noarch-unraid.tgz installed.

     

    Edit : I'm using Python 2.7.5.

  10. Same issue

     

    root@Server:~# wget -O- --no-check-certificate https://raw.github.com/nicinabox/trolley/master/install.sh | sh -
    --2013-11-05 22:43:40--  https://raw.github.com/nicinabox/trolley/master/install.sh
    Resolving raw.github.com (raw.github.com)... 185.31.16.133
    Connecting to raw.github.com (raw.github.com)|185.31.16.133|:443... connected.
    WARNING: cannot verify raw.github.com's certificate, issued by `/C=US/O=DigiCert Inc/OU=www.digicert.com/CN=DigiCert High Assurance CA-3':
      Unable to locally verify the issuer's authority.
    HTTP request sent, awaiting response... 200 OK
    Length: 362 [text/plain]
    Saving to: `STDOUT'
    
    100%[=====================================================================================>] 362         --.-K/s   in 0s      
    
    2013-11-05 22:43:41 (7.23 MB/s) - written to stdout [362/362]
    
    /boot/extra/trolley-0.1.7-noarch-unraid.tgz: No such file or directory
    Cannot install /boot/extra/trolley-0.1.7-noarch-unraid.tgz:  file not found
    root@Server:~# 
    

     

    I think there are some problems with github. If I try to download the tgz from the site, Safari tells me "Decompression failed". So I think that the problem is this!

  11. I don't think this is good... or is it?

     

    root@Server:~# wget O- --no-check-certificate https://raw.github.com/nicinabox/trolley/master/install.sh | sh -
    --2013-11-05 22:33:42--  http://o-/
    Resolving o- (o-)... failed: Name or service not known.
    wget: unable to resolve host address `o-'
    --2013-11-05 22:33:43--  https://raw.github.com/nicinabox/trolley/master/install.sh
    Resolving raw.github.com (raw.github.com)... 185.31.16.133
    Connecting to raw.github.com (raw.github.com)|185.31.16.133|:443... connected.
    WARNING: cannot verify raw.github.com's certificate, issued by `/C=US/O=DigiCert Inc/OU=www.digicert.com/CN=DigiCert High Assurance CA-3':
      Unable to locally verify the issuer's authority.
    HTTP request sent, awaiting response... 200 OK
    Length: 362 [text/plain]
    Saving to: `install.sh'
    
    100%[=====================================================================================>] 362         --.-K/s   in 0s      
    
    2013-11-05 22:33:44 (5.50 MB/s) - `install.sh' saved [362/362]
    
    FINISHED --2013-11-05 22:33:44--
    Downloaded: 1 files, 362 in 0s (5.50 MB/s)
    root@Server:~#