mbc0

Members
  • Posts

    1118
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by mbc0

  1. Thank you, I had just found that on the CA scripts forum, added the "bash" and now all running again! Thank you! 🙂
  2. Ah! I see all scripts are stored on the boot usb and that is now not possible. Why does unraid create scripts there if you are unable to run them from boot? I cannot see a way to move/change the script location?
  3. Hi, I have a couple of scripts that I have not run for about a year but they no longer run and each have the same error OCI runtime exec failed: exec failed: container_linux.go:367: starting container process caused: exec: "/UNRAIDSHARE/bashfile/opus.bash": permission denied: > I have tried changing the user but it makes no difference? has something changed in unraid? Here is my script #!/bin/bash docker exec -u root -i Blender-Desktop-G3 /UNRAIDSHARE/bashfile/opus.bash /UNRAIDSHARE/opustest
  4. Hi! Is there a way to test that the transcode is happening on the RAM please? It should be working but would like to know if there is a way I can check it is not transcoding on the nvme drive. Also, I am allocating 20GB with my parameter, does that "lock out" 20GB for plex (Will show as used in unraid) or just allow it to use 20GB of what is available? Thank you I am using a threadripper 2950X so no cpu capabilities --mount type=tmpfs,destination=/tmp,tmpfs-size=20000000000 --no-healthcheck
  5. Thank you, this may also be an option!
  6. This sounds interesting, do you have any info? is it a 2nd cache pool?
  7. Hi, I currently have 2 X 1TB NVME Drives as a btrfs cache pool but now have another 1TB spare so considering my options. I would not want to have less than 1.5TB useable space in my pool but don't think 3 X 1TB drives can be used in any way to give me that space with protection. I was just thinking what a nightmare I would have if one of these drives goes down losing everything on my cache pool so would like to find the most economical way to protect my cache pool even if it means buying more/different drives. Can anyone offer any advice/suggestions please? Thank you
  8. Thanks for this fantastic plugin! would it be possible to add multiple plugs? I have 16 in the house and would be great to have one place to look at all of them 🙂
  9. Not hopeful for a response as it looks like everyones questions are unanswered but here goes! On the TasmoAdmin docker, the notes are "PLEASE Stop this container while not in use and during Tasmota upgrades" My question is why must I stop the docker if I am not using it? I like to look at the info every few days and wonder why I have to manually start the docker each time?
  10. Hi, Not exactly an unraid question but I saw @SpaceInvaderOne uses a tasmota flashed sonoff power monitoring plug to see how much his unraid server is consuming and he was able to view the consumption via a browser. My question is does anyone on here do the same with an off the shelf power usage plug?
  11. I think that being in the UK at 0.29p per Kw/H is what's making the difference to be honest! oh to pay $0.11 that would be amazing and I wouldn't have posted this thread!
  12. Hi, Trying to work out what activity could be causing all my disks to be reading? Parity/Mover not running and my shares are spread to minimize disk activity but they obviously cannot spin down with this kind of activity.
  13. Thanks for this, less than half of mine! 😄 I have seen something similar to this with another brand that there is a plugin for on unraid (easier to get in the UK) I cannot remember what it is called so will have to do some digging.
  14. It is in the garage but I laid 10gbe cables underground to the house and use it for 37 Dockers & 3 VM's Admittidly it is currently being used for encoding (tdarr) so I will look later to see how much that drops the wattage when it has finished.
  15. I honestly would be VERY happy if it only cost a couple of hundred a year but I am looking at just under £1500 for my main server and a HP Microserver! not including my Desktop and currently offline 3rd unraid server 😄
  16. Hi @Frank1940 I do not have any GPU's and my Hard Drives are set to spin down after 30 mins (except my SAS drives never do as I believe there is an issue with these being able to spin down on linux/unraid?) Also my servers are in the detached garage so not benifiting from any heat! 😄 My HP Microserver with i5-3470T 4X Mech Drives & 1 X SSD is about 50W idle I have not measured my 2nd unraid server independantly I am just measuring the whole cabinet with the 2nd server in it and it is drawing 500W but consist of the following -------------------------------------------------------------------------------------------------------------------- Unraid Server 2 Gigabyte X399 Designare Motherboard 2950X Threadripper 48GB RAM 24 Mechanical Disks 2 X NVME Drives Mellanox MCX311A 10gbe Network Card External Devices MikroTik CRS305-1G-4S 10gbe switch Zyxel GS1900-24 Network Switch Huawei B535-333- 4G+ Router --------------------------------------------------------------------------------------------------------------------- So considering neither of my unraid servers have GPU's does 500W sound wrong? is something a bit off here?
  17. I have just bought some energenie power monitors due to my monthly direct debit for gas/electric increasing to £476! I have found my HP Microserver (runs Sophos router software/nextcloud etc) and my main unraid server (2950x Threadripper with 100TB storage) is using combined 550w which equates to just under £4 per day. I am already thinking of changes/replacements to bring the cost down just wondering if anyone else is in the same boat?
  18. Thank you so much for confirming, I have messaged the docker creator to check for what has happened/changed.
  19. Hi, Just recently been getting this permission issue, I cannot work out if a docker is causing this or Windows? To try and solve this I have created a new user in Unraid called windows with read/write permission to all shares, removed existing Windows credentionals and mapped a drive using the new windows user which unfortunately makes no difference. The docker(s) that creates the files has a PUID of 99 and PGID of 100 Can anyone advise please? Many thanks
  20. Hi, I have just installed this docker but need the password for headless? it is not unraid as mentioned above?
  21. Hi, I used to run a script on unraid from within a docker #!/bin/bash docker exec -u abc -i sabnzbdrninja-rss /downloads/opus/opus.bash /music/music unfortunately that docker no longer uses opusenc which is installed in the package opus-tools How can I install opus-tools on unraid so I can get this script working again as apt-get does not work on unraid Many thanks