ezhik

Members
  • Posts

    466
  • Joined

  • Days Won

    1

Everything posted by ezhik

  1. Thanks for the hard work. #archlinux #respect
  2. This uses standard intel e1000 driver. Any linux distro picks this up.
  3. No it won't move back and forth unless you change the setting. If cache fills up it just doesn't move the file(s). So what are you saying: 1) Mover ignores data stored on a cache drive when 'Use cache disk' is set to 'preferred'. 2) unRAID will stop moving data as soon as cache drives fills up. 3) Mover will not start moving data unless 'Use cache disk' is changed to 'Yes'. Note: When #1 is set, unRAID still attempts to copy to cache drive even though it's full (which leads to system logs notifications about that). While unRAID is attempting to copy over files to the cache drive you change the setting from 'preferred' to 'yes', unRAID doesn't flush the queue and still attempts to copy files over. Scheduled 'Mover' task kicks in and you got yourself a situation.
  4. Nope... What type of events are you getting? root@tmp-unraid:~# egrep -i 'fail|error' /var/log/syslog Jul 9 18:01:29 tmp-unraid kernel: ACPI: \: failed to evaluate _DSM (0x1001) root@tmp-unraid:~# Around 1 of these everything few seconds Jul 9 23:46:23 Archangel kernel: pcieport 0000:00:02.0: AER: Multiple Corrected error received: id=0010 Jul 9 23:46:23 Archangel kernel: pcieport 0000:00:02.0: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=0010(Receiver ID) Jul 9 23:46:23 Archangel kernel: pcieport 0000:00:02.0: device [8086:2f04] error status/mask=00000040/00002000 Jul 9 23:46:23 Archangel kernel: pcieport 0000:00:02.0: [ 6] Bad TLP Last time i saw this was when i had an nvidia driver issue on a vm but the only thing to change before these started was the unraid update and this driver being added These are from the main unraid system log Jamie That's odd, yeah I am not seeing any of these. Sorry champ. My 6805H is solid. you might want to do 'lspci' and find out what device it is exactly. root@tmp-unraid:~# lspci |grep -i 'pmc' 01:00.0 Serial Attached SCSI controller: PMC-Sierra Inc. Device 8001 (rev 05) root@tmp-unraid:~#
  5. Don't run any PP scripts, but it seems to me that when using a docker app (nzbget) and then want to run a python script from within it that python needs to be installed within that docker app. Installing python outside of the docker is not going to allow you to run python within it. Could be wrong, but that's my 2cents You aren't wrong. I did try and tell him..... It's another skills issue.. Haven't played with docker much so pardon my ignorance. I am more familiar with proper virtualization (vSphere, Hyper-V, XenCenter ) I'm just joking with you..... but I did tell you... I don't use nzbget scripts but yes I believe so. However if you're using nzbget in a docker then python needs to be in the docker not on the host. For sure. No offense taken. I do have to say this is one of the most responsive communities I've been part of. Cheers to you gents.
  6. I am actually covered under the docker container. Looking at the containers specs: ENV APTLIST="python" And according to: https://hub.docker.com/r/linuxserver/nzbget/builds/bgrusyqyz3anctw7gocbjhb/ It grabs 2.7 Python.
  7. Don't run any PP scripts, but it seems to me that when using a docker app (nzbget) and then want to run a python script from within it that python needs to be installed within that docker app. Installing python outside of the docker is not going to allow you to run python within it. Could be wrong, but that's my 2cents You aren't wrong. I did try and tell him..... It's another skills issue.. Haven't played with docker much so pardon my ignorance. I am more familiar with proper virtualization (vSphere, Hyper-V, XenCenter )
  8. Nope... What type of events are you getting? root@tmp-unraid:~# egrep -i 'fail|error' /var/log/syslog Jul 9 18:01:29 tmp-unraid kernel: ACPI: \: failed to evaluate _DSM (0x1001) root@tmp-unraid:~#
  9. I don't use nzbget scripts but yes I believe so. However if you're using nzbget in a docker then python needs to be in the docker not on the host. About to find out...
  10. So python is needed if anybody is using nzbget and PP Scripts. Those are written in python, hence why I was asking.
  11. You install the plugin THEN you choose which packages to install. Ah... I needed to click on the icon to go inside. Got it. Skills issues. Cheers. LOL
  12. root@tmp-unraid:~# which python /usr/bin/python root@tmp-unraid:~# python --version Python 2.7.11 root@tmp-unraid:~# All good.
  13. You install the plugin THEN you choose which packages to install. Ah... I needed to click on the icon to go inside. Got it. Skills issues. Cheers.
  14. That's interesting, installed nerdpack... but where does it install it to? root@tmp-unraid:~# which python which: no python in (.:/usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin) root@tmp-unraid:~#
  15. Forgot to mention I am on 6.2rc1. Alright, thanks. It appears the nerdpack is being actively updated. Nerdpack it is then. Cheers gents.
  16. May have been updated recently. Unraid will be using the one in the Slackware 14.2/current repo going forward afaik. If the plugin is out of date then give them the heads up. In the interim do it manually. I am grabbing exact those packages: http://mirrors.slackware.com/slackware/slackware64-14.2/slackware64/d/
  17. Technically I can put the txz files in: /boot/packages Edit /boot/config/go: installpkg /boot/packages/python-2.7*.txz installpkg /boot/packages/python-setup*.txz or installpkg /boot/packages/*.txz So on every boot these packages will be re-installed.
  18. True, but it's a bit outdated. 2.7.9 vs 2.7.11 latest.
  19. I've got a few packages I want to install but I want the system to sustain that configuration. In particular I need python. But every time I reboot the system, the installed packages are gone. wget http://slackware.cs.utah.edu/pub/slackware/slackware64-14.2/slackware64/d/python-2.7.11-x86_64-2.txz wget http://slackware.cs.utah.edu/pub/slackware/slackware64-14.2/slackware64/d/python-setuptools-22.0.5-x86_64-1.txz installpkg python-2.7*.txz installpkg python-setup*.txz easy_install pip pip install ipython pyreadline Any assistance is greatly appreciated. PS. I've read that if the .txz packages are put in /boot/extras then it gets installed automatically on every boot... Cheers.
  20. As warning out there for the new 'preferred' setting for 'Use cache disk'. Do not use it if your share is bigger than the cache disk. It will try to copy the whole share to the cache disk filling it up. If mover runs, it will try to move data from cache and you get a loop basically. Moving stuff of and to. I thought i'd put it out there.
  21. Thank you for adding support for Adaptec 6805H and 7805H HBAs!!!
  22. I just tested with Adaptec 6805H. All drives recognized. Well done. Cheers.