Jump to content

hendeeze

Members
  • Posts

    14
  • Joined

  • Last visited

Posts 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. @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>

  3. 6 minutes ago, CHBMB said:

    Impossible

    
    /usr/local/emhttp/plugins/dynamix/styles/

    is a location in RAM.  Cannot survive a reboot.

    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.

  4. Just now, wgstarks said:

    How are you applying the sed code that you want to reverse then?

    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

×
×
  • Create New...