
bluepr0
-
Posts
214 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Store
Gallery
Bug Reports
Documentation
Landing
Posts posted by bluepr0
-
-
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
I can get to the screen below, but once I click on "OK" button nothing happens and it seems to hang.
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
-
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
I can get to the screen below, but once I click on "OK" button nothing happens and it seems to hang.
-
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!
-
Umm, It seems I didn't have the eth0 bug
. As you can see I'm using eth1 and have connectivity.
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"
-
"Dynamix GUI 2016.06.08 is available. Download Now"
Looks like it was taken back down though - As I can't download it
It did however have the unRAID version number listed as beta22 on GitHub
yep same here... NEW BETA IS COMING!
-
I would remove all files and folders inside the share using Midnight Commander and then remove the share from the system. If the share uses cache execute the Mover before to make sure everything is removed!
-
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!
-
How did you do the upgrade?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!
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
-
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!
-
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.
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
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!
-
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.
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
Thanks for any info!
-
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!
-
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
-
Nice! this is great
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!
-
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.
Yes, I believe so. EDIT: I lied, I do not have GraphichsEnabler in my .plist at all.By the way, are you guys using the "GraphicsEnabler=Yes" in your chameleon.plist?
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!
-
Thanks a lot for these great dockers, I'm using quite a few of these!
Just wondering if there's a way to avoid the initial dialog in the jDownloader, Boinc and Dolphin one? So I can get directly to the UI
Thanks!
-
https://www.afp548.com/2013/06/11/smb2-and-you-saying-goodbye-to-afp-in-os-x-mavericks/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!
Weird as Time Machine still uses AFP
-
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!
-
@aptalca: I don't have GraphicsEnabler either!
-
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!
-
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?
-
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)
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?
Thanks a lot!
-
I have been unable to find anything on the internet about how much load the emulator tasks on a VM load cpus, but my gut feel is not much.
Maybe it could be tested by isolating 1 or 2 cores and assign them only to the emulatorpin and see how much usage the VM does?
-
I've read something about disabling hyperthreading may solve some problems regarding latency. Is that done in BIOS?
What performance gain/loss will that result in? Someone said 10% gain in using hyperthreading?
Then I guess just 6 cpus will show up, instead of 12 in my system, and it makes pinning and assignment somewhat easier to manage.
Yes, you can disable HT in the BIOS!
New to unRAID, need a powerful, low power and silent new rig!
in Hardware
Posted
I ended up not buying a rack mount case and going with a normal one for now...
Here's the end result