bluepr0

Members
  • Posts

    214
  • Joined

  • Last visited

Everything posted by bluepr0

  1. Hello! sorry to bother again. Is there someone that knows what's going on? I have installed 6.2.1 but I can't make it work. I get this screen on Chrome (and other browsers) Which port do you try to connect to and do you use https:// in front? Thanks for your reply! I'm just opening the pre-defined web-ui (when you click on the icon) https://10.0.1.2:943, also tried with http://10.0.1.2:943 and https://10.0.1.2:943/admin and no luck. I'm using eth1 on my unraid setup, maybe it's configured by default to use eth0 or something?
  2. Hello! sorry to bother again. Is there someone that knows what's going on? I have installed 6.2.1 but I can't make it work. I get this screen on Chrome (and other browsers)
  3. Thanks! I will post below the info Log Brought to you by linuxserver.io We do accept donations at: https://www.linuxserver.io/donations ------------------------------------- GID/UID ------------------------------------- User uid: 99 User gid: 100 ------------------------------------- [cont-init.d] 10-adduser: exited 0. [cont-init.d] 20-time: executing... Current default time zone: 'Europe/Paris' Local time is now: Sat Oct 15 23:19:54 CEST 2016. Universal Time is now: Sat Oct 15 21:19:54 UTC 2016. [cont-init.d] 20-time: exited 0. [cont-init.d] 30-config: executing... [cont-init.d] 30-config: exited 0. [cont-init.d] 40-openvpn-init: executing... [cont-init.d] 40-openvpn-init: exited 0. [cont-init.d] 50-interface: executing... MOD Default {} {} MOD Default {} {} MOD Default {} {} MOD Default {} {} [cont-init.d] 50-interface: exited 0. [cont-init.d] done. [services.d] starting services [services.d] done. Command root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="openvpn-as" --net="host" --privileged="true" -e TZ="Europe/Paris" -e HOST_OS="unRAID" -e "TCP_PORT_943"="943" -e "PGID"="100" -e "PUID"="99" -v "/mnt/cache/appdata/openvpn-as":"/config":rw linuxserver/openvpn-as d460e87d04eee139dc686932fd2b50192d9fb03449a18666707ea0bc1bc54d6a The command finished successfully!
  4. Umm I'm cannot get to the website/configuration If I go to https://10.0.1.2:943 or https://10.0.1.2:943/admin I get "Failed to open page" from Safari. Tried other browsers and the same
  5. Tried installing a new docker (never installed it) and same happens. Tried with aptalca/nginx-letsencrypt I guess it's something docker related
  6. Helo guys, I have the "infinite" updated bug where some of your dockers show always that there's an update. It started to happen with my Plex (official repository) so I uninstalled it and installed it back again (removing the image). Now when trying to install I get this error, I've also tried installing linuxserver's Plex and same thing Any ideas? Here's an screenshot of the error Thanks a lot!
  7. Yep it will work perfectly and you will be able to assign cores as you want! Only comment is that you should assign all cores to VMs if they are running all at the same time. unRAID will need at least 1-2 cores (depending on your needs)
  8. In theory I have read it's possible but you might have to install drivers every time you boot native or VM.
  9. oh, no fix for the "pending updates" docker bug
  10. I ended up not buying a rack mount case and going with a normal one for now... Here's the end result
  11. 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
  12. 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.
  13. 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!
  14. 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"
  15. 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!
  16. 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!
  17. How did you do the upgrade? I upgraded following the instructions on the beta thread Thanks! EDIT: I was able to remove it completely and re-install it from 0... that did it! thanks
  18. 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!
  19. 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!
  20. 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!
  21. 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!
  22. 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. 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
  23. 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!
  24. 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!