Spies

Members
  • Posts

    416
  • Joined

  • Last visited

About Spies

  • Birthday 04/05/1984

Converted

  • Gender
    Male
  • Location
    England

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Spies's Achievements

Enthusiast

Enthusiast (6/14)

21

Reputation

  1. I want to take some dockers off my unraid machine with the intention of running them from a rpi4, my thoughts are as portainer is available for both platforms that would make it easy to move them over, I've got the portainer docker on my unraid machine but unsure how to go about exporting them reimporting them to the Rpi instance without losing any data. Any pointers would be greatful!
  2. On my last two non correcting parity checks I can see 7741 sync errors, is there any way to figure out which drive is causing these errors? In the logs it simply shows the sector numbers. If I can locate the failing drive and replace it, will non corrupted versions of the data be restored from parity?
  3. No I didn't, I don't have a UPS connected to it any more.
  4. Is it possible to wake another unraid server on access? I have the shares mounted through unassigned devices but the data on there is infrequently accessed. I know I can just wake it up by pressing the power button but it would be nicer if it was automated. Any thoughts?
  5. I have several messages in my KVM log when starting it up, these are as follows: 2021-06-17T11:17:32.013958Z qemu-system-x86_64: vfio: Cannot reset device 0000:02:00.0, depends on group 15 which is not owned. 2021-06-17T11:17:32.017971Z qemu-system-x86_64: vfio: Cannot reset device 0000:09:00.3, depends on group 25 which is not owned. 2021-06-17T11:17:33.095028Z qemu-system-x86_64: vfio: Cannot reset device 0000:02:00.0, depends on group 15 which is not owned. 2021-06-17T11:17:33.098999Z qemu-system-x86_64: vfio: Cannot reset device 0000:09:00.3, depends on group 25 which is not owned. 2021-06-17T11:19:44.364925Z qemu-system-x86_64: vfio: Cannot reset device 0000:02:00.0, depends on group 15 which is not owned. 2021-06-17T11:19:44.380915Z qemu-system-x86_64: vfio: Cannot reset device 0000:09:00.3, depends on group 25 which is not owned. 2021-06-17T11:19:45.447144Z qemu-system-x86_64: vfio: Cannot reset device 0000:02:00.0, depends on group 15 which is not owned. 2021-06-17T11:19:45.451988Z qemu-system-x86_64: vfio: Cannot reset device 0000:09:00.3, depends on group 25 which is not owned. these are the IOMMU groups which are referenced, IOMMU group 14:[1022:43d5] 02:00.0 USB controller: Advanced Micro Devices, Inc. [AMD] 400 Series Chipset USB 3.1 XHCI Controller (rev 01) IOMMU group 15:[1022:43c8] 02:00.1 SATA controller: Advanced Micro Devices, Inc. [AMD] 400 Series Chipset SATA Controller (rev 01) IOMMU group 25:[1022:1455] 09:00.0 Non-Essential Instrumentation [1300]: Advanced Micro Devices, Inc. [AMD] Zeppelin/Renoir PCIe Dummy Function IOMMU group 27:[1022:1457] 09:00.3 Audio device: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) HD Audio Controller Can anyone help?
  6. Quite right, syslog recorded nothing of use. I'm going to start with replacing the motherboard and if that doesnt work, the PSU.
  7. I've been running the machine in my signature for a while now, just recently I've experienced hard shutdowns, the system won't turn back on unless I remove all power from the system, wait, then plug it back in. How do I write the console to the USB stick so I have something to work with in case it does it again? My first thoughts were heat, but I didn't see it go above 70c which is well below the 95c maximum of the chip. Please help!
  8. I have appdata set to use the cache only, I got a warning from Fix Common Problems that my appdata was on the array. I checked using unbalance and it shows it as on the cache and disk9, why has this happened? I have attached an image of the settings for my appdata share
  9. I need to install Grafana Image Renderer plugin but when I do, the container won't start. I need this so I can link the png directly to my home assistant docker if possible.
  10. I want to add a Bluetooth dongle so that Home Assistant can poll Bluetooth devices, is this possible or does it have to be done through a VM?
  11. I have a smart plug which I think is flashable with tasmota, the plug does power monitoring as well. What I would like to do is monitor for a power state change, say under 30watts, then send a notification to my Google home for it to say aloud or do some other action based on that state change. What docker would I need to make this as straight forward as possible?
  12. rutorrent does show that in settings yes. Here are the screenshots from my docker.
  13. ##################################################################### # # The Seedbox From Scratch Script # ---> https://github.com/thevisad/ # # ## See Readme.md for License ### max_downloads_global = 0 max_uploads_global = 0 min_peers = 50 max_peers = 200 min_peers_seed = 50 max_peers_seed = 200 max_uploads = 50 download_rate = 0 upload_rate = 0 trackers.use_udp.set = yes encryption = allow_incoming,try_outgoing,enable_retry network.max_open_files.set = 2500 #network.max_open_sockets.set = 1536 network.http.max_open.set = 256 network.send_buffer.size.set = 1M network.receive_buffer.size.set = 1M dht = auto protocol.pex.set = yes check_hash = no pieces.preload.type.set = 1 max_memory_usage = 3500M throttle.global_down.max_rate.set_kb = 6400 throttle.global_up.max_rate.set_kb = 1024 # Default directory to save the downloaded torrents. # execute = {/bin/bash,-c,mkdir -p /downloads/incoming} directory.default.set = /downloads/incoming/ # Default session directory. Make sure you don't run multiple instance # of rtorrent using the same session directory. Perhaps using a # relative path? # execute = {/bin/bash,-c,mkdir -p /config/rtorrent/session} session.path.set = /config/rtorrent/session/ network.port_random.set = no network.port_range.set = 51413-51413 # Disable check for SSL cert for tracker # network.http.ssl_verify_peer.set = 0 dht.mode.set = auto # UDP port to use for DHT. # dht.port.set = 6881 # Enable peer exchange (for torrents not marked private) # protocol.pex.set = yes # Set downlad list layout style. ("full", "compact") # #ui.torrent_list.layout.set = "full" # SCGI Connectivity (for alternative rtorrent interfaces, XMLRPC) # # Use a IP socket with scgi_port, or a Unix socket with scgi_local. # schedule can be used to set permissions on the unix socket. # scgi_port = 0.0.0.0:5000 #scgi_local = /home/user/rtorrent/rpc.socket #schedule = scgi_permission,0,0,"execute.nothrow=chmod,\"g+w,o=\",/home/user/rtorrent/rpc.socket" # Initialise ruTorrent plugins (required for rss and scheduler plugins) on startup # (normally triggered by a browser opening the web ui). # # The command below in practice does NOT always trigger (possible race condition?) and thus # the same command has been added to the script /home/nobody/initplugins.sh in order to # attempt to ensure all plugins are initialised. # execute = {/bin/bash,-c,/usr/bin/sleep 10s && /usr/bin/php /usr/share/webapps/rutorrent/php/initplugins.php admin &}
  14. My sites also report the port as closed (unconnectable).