Jump to content

hendeeze

Members
  • Posts

    14
  • Joined

  • Last visited

Everything posted by hendeeze

  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. @InVisibleGoD did you change the resolution in the bios and hardstop it after to make it stick?
  4. @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>
  5. 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.
  6. I thought so too when I did it, however I've rebooted several times and its still sticking?
  7. 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
  8. thats the only complete content in my /boot/config/go file nothing with sed in it.
  9. 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.
×
×
  • Create New...