hendeeze

Members
  • Posts

    14
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

hendeeze's Achievements

Noob

Noob (1/14)

0

Reputation

  1. I am having trouble linking prowlarr to a deluge instance on my seedbox. Using the same settings as my sonarr/radarr on my local device prowlarr (local) refuses to connect. I am getting "Failed to test connection: Not authenticated (code 1) errors in the log". Any ideas?
  2. I believe this happened after an unclean shutdown. The result of the error is I am unable to write to my dockerfile and thus unable to upgrade apps. Looking through the log it says something about a csum error and elsewhere a btrfs error any idea where to start? tower-diagnostics-20220909-0652.zip
  3. 1For some reason my mellonx card keeps dropping on eth2. But a reset fixes it. Is there a way to reload the whole network config w/o rebooting using CLI? Thanks
  4. @InVisibleGoD did you change the resolution in the bios and hardstop it after to make it stick?
  5. @1812 ya might want to remove it from your quote as well @RSQtech wait for the prompt and type exit. then change the resolution as per SIO's video. Force stop the VM and then hit exit again when at the prompt but this time load the clover volume in the boot options. edit: actually you need to change the type='raw' to 'qcow2' <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/user/domains/MacOS Mojave/clover.qcow2'/> <target dev='hdc' bus='sata'/> and also like @1812 said change 'virtio' to 'vmxnet3' </controller> <interface type='bridge'> <mac address='52:54:00:9b:26:09'/> <source bridge='br0'/> <model type='virtio'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/> </interface>
  6. ok I see makes sense, maybe they changed something in the update. Formally I was able to run the webui from my portrait monitor and the ui would be max width. Now however I get that annoying horizontal scroll.
  7. I thought so too when I did it, however I've rebooted several times and its still sticking?
  8. Allow unRaid's webUI to utilize the full width of your browser instead of being limited to 1920px #!/bin/bash sed -i 's/max-width:1920px;//g' /usr/local/emhttp/plugins/dynamix/styles/*.css i typed that into terminal and i just wanted to reverse it
  9. thats the only complete content in my /boot/config/go file nothing with sed in it.
  10. this is the contents of my go file #!/bin/bash # Start the Management Utility /usr/local/sbin/emhttp & if i comment out the /usr/ line the webui doesnt come up.
  11. I got this working on mine. I used this https://technicalramblings.com/blog/setting-grafana-influxdb-telegraf-ups-monitoring-unraid/ You can do this with NUT too however I don't know how the syntax to write a user script in linux. You are able to display NUT's output, so I'm sure there is a way to input it into Influx.
  12. Odd thing happening. So a couple days ago I noticed one of my drives (drive 3 I believe) got unmounted. Did a smart check on the HDD's and it had no issue. Created a new config with the old settings, and it started up. Did the parity check and no problems. My drives are 8TB's so the parity check can easily take up to about 12 hours. I had no issues during that time. Now the next day I wake up and same thing happens. This time its the parity #1 and parity #2, reseated my HBA and associated cables. (My setup is onboard sata for cache and unassigned drives, HBA to a DAS for the array) So again it runs thru 12 hours or parity no problems. And of course the drive gets unmounted again after a couple of hours of idle. It seems that my issues are being localized to the array. So my guess is either a HDD going bad, a HBA going bad, or the power supply in either machine going bad. Does anyone else have any guesses? Logs are provided. Thanks for your time! tower-diagnostics-20180922-0318.zip