bluepr0

Members
  • Posts

    214
  • Joined

  • Last visited

Posts posted by bluepr0

  1.  

     

    Hello!

     

    I having weird behaviour when updating the docker. Right after installing the update (where it downloads 0 data) if I click on "Check for updates" it says there's an update pending again. I tried removing jDownloader completely including /config path and it still happening the same. I'm on beta22!

     

    EDIT: after reinstalling jDownloader completely I was able to login and update jDownloder to the latest version, but now I'm getting this errors all around the place :(. I can't connect through local or with my.jdownloader.com

     

    1jqtkw9g+

     

    I can get to the screen below, but once I click on "OK" button nothing happens and it seems to hang.

    17FFm21X+

     

    This is related to the new unraid bug where it constantly thinks there is an update when there isn't.

     

    Somewhere along the line, when you did the update I guess, it was uncleanly shut down and the x1 lock file was never deleted. A reinstall should take care of it. Click on the container name and select edit. Don't make any changes and hit apply. It should reinstall it fresh and the x1 lock file should be gone.

     

    I tested installing it, and updating it within the jdownloader gui and it works.

     

    Don't update the container through the unraid docker tab, it was recently updated with the browser and I'm not planning any updates to the container for a while anyway. Hopefully limetech will fix the false update problem soon.

     

    Thank you! I will give it a try :)

  2. Hello!

     

    I having weird behaviour when updating the docker. Right after installing the update (where it downloads 0 data) if I click on "Check for updates" it says there's an update pending again. I tried removing jDownloader completely including /config path and it still happening the same. I'm on beta22!

     

    EDIT: after reinstalling jDownloader completely I was able to login and update jDownloder to the latest version, but now I'm getting this errors all around the place :(. I can't connect through local or with my.jdownloader.com

     

    1jqtkw9g+

     

    I can get to the screen below, but once I click on "OK" button nothing happens and it seems to hang.

    17FFm21X+

  3. On a side note: in 6.2 are we not allowed to pass through devices with the following code?

      <qemu:commandline>
        <qemu:arg value='-device'/>
        <qemu:arg value='ioh3420,bus=pcie.0,addr=1c.0,multifunction=on,port=1,chassis=1,id=root.1'/>
        <qemu:arg value='-device'/>
        <qemu:arg value='vfio-pci,host=02:00.0,bus=root.1,addr=00.0,multifunction=on,x-vga=on'/>
        <qemu:arg value='-device'/>
        <qemu:arg value='vfio-pci,host=00:1a.0,bus=root.1,addr=00.1'/>
      </qemu:commandline>

     

     

    I keep getting this error which I was not getting in 6.1?

    2016-06-10T01:43:42.236119Z qemu-system-x86_64: -device vfio-pci,host=00:1a.0,bus=root.1,addr=00.1: vfio: error opening /dev/vfio/5: Operation not permitted
    2016-06-10T01:43:42.236161Z qemu-system-x86_64: -device vfio-pci,host=00:1a.0,bus=root.1,addr=00.1: vfio: failed to get group 5
    2016-06-10T01:43:42.236169Z qemu-system-x86_64: -device vfio-pci,host=00:1a.0,bus=root.1,addr=00.1: Device initialization failed

     

    You can, but you just have to edit the qemu.conf and add the iommu groups

     

    See here: https://lime-technology.com/forum/index.php?topic=43428.0

     

    I had to do that for the El Capitan VM :-)

     

    Just edit the file /etc/libvirt/qemu.conf, find the line for "cgroup_device_acl" and add "/dev/vfio/5" to the list, restart VM manager and it should work

     

    Ah, very nice. The post that is linked makes it sound like it was an early bug in 6.2 that was suppose to have been fixed?

     

    Umm I just passed the USBs to my El Capitan VM using the <hostdev> value, without modifying qemu.conf and it seems to be working fine. For example for mouse an keyboard:

     

    <hostdev mode='subsystem' type='usb' managed='no'>
          <source>
            <vendor id='0x046d'/>
            <product id='0xc07d'/>
          </source>
        </hostdev>
        <hostdev mode='subsystem' type='usb' managed='no'>
          <source>
            <vendor id='0x05ac'/>
            <product id='0x0250'/>
          </source>
        </hostdev>

     

    EDIT: never mind, I didn't read well... you are passing through an entire PCIe USB!

  4. Umm, It seems I didn't have the eth0 bug o.O. As you can see I'm using eth1 and have connectivity.

     

    4iqxajen+

     

     

    Here's my config/network.cfg file in case it helps

    # Generated settings:
    USE_DHCP="no"
    IPADDR="10.0.1.2"
    NETMASK="255.255.255.0"
    GATEWAY="10.0.1.1"
    DHCP_KEEPRESOLV="no"
    DNS_SERVER1="10.0.1.1"
    DNS_SERVER2=""
    DNS_SERVER3=""
    BONDING="yes"
    BONDING_MODE="1"
    BRIDGING="yes"
    BRNAME="br0"
    BRSTP="yes"
    BRFD="0"

  5. AFAIK you can do that without problems. However, if the PCIe SSD is NVME it won't be supported until unRAID 6.2 (unless you want to install the beta). If the SSD is AHCI then it won't be any problems.

     

    Hope it helps!

  6. hello!

     

    I just upgraded from 6.1.9 to 6.2 beta21 and the plugin disappeared. I thought that doing a re-install would make it appear again but no luck, I don't get the "Apps" tab I used to. Any ideas on what's going on here? thanks!

    How did you do the upgrade?

    I upgraded following the instructions on the beta thread

     

    To upgrade your server to this release, navigate to Plugins/Install Plugin, copy this text into the box and click Install:

    https://raw.githubusercontent.com/limetech/unRAIDServer-6.2/master/unRAIDServer.plg

     

    Thanks!

     

    EDIT: I was able to remove it completely and re-install it from 0... that did it! thanks :)

  7. Hello!

     

    I'm having a small problem,  share "Backup" says it has files on the cache but cache is disabled on that folder (it used to be enable a few days back), so not sure if it's false positive but something is not quite right.

    5pS0vBy1+

     

     

    But going to the share list there's no files in the cache, all are on Disk2. Also tried executing the Mover but there's nothing to move

    5KG6oIdY+

     

    Thanks for any info!

    I know I made the reverse test more permissive but can't remember if I made this one the same.  Basically at the very least that folder exists on the cache drive.  If that's the only thing causing it to fail then I'll adjust the code

     

    Sent from my LG-D852 using Tapatalk

     

    Thanks for your quick reply, Squid. Indeed, you were right. I didn't realise there was a /mnt/cache/Backup folder. Deleted it and now I don't get the warning anymore.

     

    Thanks!

  8. Hello!

     

    I'm having a small problem,  share "Backup" says it has files on the cache but cache is disabled on that folder (it used to be enable a few days back), so not sure if it's false positive but something is not quite right.

    5pS0vBy1+

     

     

    But going to the share list there's no files in the cache, all are on Disk2. Also tried executing the Mover but there's nothing to move

    5KG6oIdY+

     

    Thanks for any info!

  9. Thanks! update method worked fine, but mapping /etc/netdata doesn't seem to show anything :(

     

    netdata does not need a config file to run. One of the principles of the developer is that it works things out on the fly.

    But if you want to do stuff yourself:

    - go to http://tower:19999/netdata.conf : This will show your current config file (default is everything commented out)

    - Copy paste / save it into your new config directory (/mnt/cache/appdata/netdata/netdata.conf)

    - make the changes you want

    - Restart the container

     

    worked for me

     

    Ah ok, thanks a lot!. I assumed there will be a .conf file there that I could tweak. Sorry for the confusion!

  10. I'm wondering where's the docker settings? There's no map to /config or something. I wanted to tweak some units like show MB/s for write/read disk, etc. I found some suggestion on the Netdata's github but as I said, I'm not sure where are the settings!

    The config directory is not exposed by the container. You might be able to map

    /etc/netdata to /mnt/cache/appdata/netdata/

    to make this work. I am at work right now and can't try.

     

    Also... how do you update the docker? It says there's a new version inside the netdata web ui, but no "easy" way to perform it.

    Just hit edit on the container configuration, change nothing and hit ok. It will download all the changes if titpetric's docker was updated.

     

    Thanks! update method worked fine, but mapping /etc/netdata doesn't seem to show anything :(

  11. Nice! this is great :D

     

    I'm wondering where's the docker settings? There's no map to /config or something. I wanted to tweak some units like show MB/s for write/read disk, etc. I found some suggestion on the Netdata's github but as I said, I'm not sure where are the settings!

     

    Also... how do you update the docker? It says there's a new version inside the netdata web ui, but no "easy" way to perform it.

     

    Thanks!

  12. I get the DMR warning every time OS X boots in my syslog as well so that's "normal". Try booting with only 2 CPU's instead of 6 and 4GB of ram.

     

    By the way, are you guys using the "GraphicsEnabler=Yes" in your chameleon.plist?

    Yes, I believe so. EDIT: I lied, I do not have GraphichsEnabler in my .plist at all.

     

    Thanks, I tried 2 cores and 4GB and the same result. What's interesting is that, when I fire it up, I don't even see the bootloader.

     

    So out of curiosity, I tried to install from scratch. Created a blank image, mounted the installation image and I get to the bootloader with the gpu passed through. It works fine as a basic vga device. Unfortunately, the bootloader did not like my wireless keyboard so I couldn't install it.

     

    By the way, did everyone install it with vnc first, and then pass the gpu through? I'll try to find a wired usb keyboard so I can install and see if it works.

     

    Thanks for the responses

     

    I noticed you are using a newer version of the boot loader, I'm use the one in the guide v2795. Not sure if that could be the problem but might worth a try!

  13. 1-completely normal.  The webUi is single threaded and always completes one operation before another

     

    3-completely harmless message. Doesn't mean anything, doesn't affect anything  EDIT:  I'm talking about the unregister_netdevice.  The BASENAME error is from another plugin

     

    Sent from my LG-D852 using Tapatalk

    Thanks a lot for your quick reply!

     

    Hopefully someone else (*cough* @jonp *cough*) knows what's going on with the AFP protocol. It works really bad. Even Samba works much better!

     

    Isn't AFP depreciated in general though? Apple shifted to supporting SMB2 in Maverick.

    Umm I don't think Apple would do that, but in any case the thing is that the Time Machine backups use AFP so I have no choice here :(

     

    Thanks!

  14. 1-completely normal.  The webUi is single threaded and always completes one operation before another

     

    3-completely harmless message. Doesn't mean anything, doesn't affect anything  EDIT:  I'm talking about the unregister_netdevice.  The BASENAME error is from another plugin

     

    Sent from my LG-D852 using Tapatalk

    Thanks a lot for your quick reply!

     

    Hopefully someone else (*cough* @jonp *cough*) knows what's going on with the AFP protocol. It works really bad. Even Samba works much better!

  15. Hello,

     

    I've been trying more stuff with the OS X VM. So far it works quite good, there's still some things as I mentioned that doesn't seem to work like iMessage, etc. This seems to be easily fixed by using Clover (I guess using UEFI it's less hack-ish than BIOS) but I couldn't install it for now.

     

    On the other side, I was able to passthrough USB devices alone without passing through the whole USB controller and it worked just fine, even leaving the line:

    <key>PCIRootUID</key> <string>1</string> in the org.chameleon.boot.plist

     

    Also App Store works just fine, I can download or buy apps without problems.

     

    Would love to know if someone was able to install El Capitan and Clover and how is the process or at least through some light into what direction to follow. Have anyone tried creating a new OVFM VM and create a bootable USB with Unibeast (as you would do if you're going to install it on a native PC "Mackintosh") and see what happens?

  16. Hello guys,

     

    It's been an amazing RAID this last week (see what I did there?). I'm truly loving almost everything about unRAID but I've found some problems that I'm having a hard time fixing it. I've been taking notes of weird things, errors, bugs or whatever I found so I'm able to write this post as well documented as possible. You can see my unRAID and build details in my signature.

     

    1. When updating a docker for example, If I open another tab with unRAID dashboard it won’t load… it seems until the docker install/update finishes I'm not able to do anything else. Is this expected behaviour?

     

    2. Performance/reliability with AFS is really really bad. It takes a lot of seconds (30-40) to connect to unRAID AFP shares from my mac and a lot of seconds to load a list of a 10-20 text files. I don't even have thumbnails enabled. I'm also unable to complete a Time Machine backup. I've made a "Backup" share with the following options (note that I've created a "jonatan" user to see if this would fix the problem, also tried with public setting and no luck)

    1IblEsS2+

     

    I can select the drive on my Time Machine preferences and start the backup, but the speeds are ridiculously slow (in KB) and it seems to go in and out. After 48hours my iMac was done with just half the backup (230gb of 450gb) and then just throw me an error. Sadly I forgot to take a screenshot but it was saying something like "To improve reliability Time machine needs to create a new backup"

     

    I've tried searching on the forum and I've found a lot of people with this problem, but no couldn't find any solution. Sometimes when starting a new backup it will do it relatively quickly but after a few minutes it will speed down to ridiculously slow speeds, be like that for days and then... error.

     

    3. I'm getting these errors through console. Is it normal? can I do something to fix?

    2feCsQi5+

     

    Thanks a lot!