ChromeFocus

Members
  • Posts

    14
  • Joined

  • Last visited

Posts posted by ChromeFocus

  1. On 1/12/2021 at 9:57 AM, ghost82 said:

    I hope you are joking...not to be polemical, but Unraid is not raid, and it's one of the most user friendly os for managing virtual machines I tried: what you are comparing it to? Try to build and manage a qemu virtual machine in any linux distro, one of your choice, and I think you will change your opinion.

    When I try to follow the guides directly I always have a problem some where. It's never user friendly enough for my liking. I wish there was more information on certain things I'm trying to accomplish. But that's just my own stupidity. I'm not comparing it to anything. I'm just too dumb to figure things out when they fail. 

    On 1/12/2021 at 12:56 PM, John_M said:

    If you have problems I suggest you open a thread in the general support area of the board, giving details and including your diagnostics zip file. That will give people something to work with in order to help you. A general moan, like this, serves no useful purpose.

     

    Explaining exactly what the problem is should be enough in my opinion but you're right. My GPU isn't being recognized. It bothers me. I apologize. I get so frustrated trying to figure these things out. 

     

    On 1/12/2021 at 3:44 PM, derpuma said:

    Hardware wise you are good to go. With 6.8.3 and your X570 board you should have a closer look at you IOMMU groups and if the GPU and gpu sound is separated in its own group. You may play with VM Manager and pcie override settings, as you need to set up you gpu as a multifunctional device. Please make a new thread as suggested above and show at least your XML you are using to boot into mac OS. You said you followed spaceinvaderone installation video, so i guess your mac OS is running at least in VNC mode?

    What are IOMMU groups? How do I access PCIE override settings in VM Manager? My GPU has no other function that I know of yet. Yes my VM works only in VNC mode. When ever I add the graphics card the VM won't function at all. I'm tired of doing all the steps of setting up the VM. So I'm looking for information to end my madness. It's incredibly frustrating and is turning me off to this whole thing.  

  2. On 1/4/2021 at 7:12 AM, derpuma said:

    Actually selling Hardware, esp. GPUs is as easy as I never saw it before. And you get really good money also for older GPUs.
    If you'd like to get help, we need additional information from you.
    What hardware, how have you configured your VM Manager, how is your XML setup, do you useVFIO Plugin, which is your Unraid Version...

    Generally you should not have a problem, to get a RX570 over the finish line, but you might run in the famous reset-bug and will need the vendor-reset patch to get rid of it.
    But first things first, try to setup the GPU full functional first. 

    3900x, Asus tuf 570 wifi, rx570 lite, etc. I configured my VM exactly how Space Invader does it in the videos. XML is exactly how space invader recommends. I don't use VFIP Plugin. Unraid version 6.8.3.  How do I set up my GPU in unraid? I picked unraid because it's supposed to be one of the most user-friendly raid software's and now I'm finding that far from the truth. I'm running into issues all over the place.   

  3. Just now, H2O_King89 said:

    Post your nextcloud.subdoamin.conf

    Sent from my Pixel 4 XL using Tapatalk
     

     make sure that your dns has a cname set for nextcloud
    # assuming this container is called "swag", edit your nextcloud container's config
    # located at /config/www/nextcloud/config/config.php and add the following lines before the ");":
    #  'trusted_proxies' => ['swag'],
    #  'overwrite.cli.url' => 'https://nextcloud.your-domain.com/',
    #  'overwritehost' => 'nextcloud.your-domain.com',
    #  'overwriteprotocol' => 'https',
    #
    # Also don't forget to add your domain name to the trusted domains array. It should look somewhat like this:
    #  array (
    #    0 => 'xxx.xxx.0.1:444', # This line may look different on your setup, don't modify it.
    #    1 => 'nextcloud.your-domain.com',
    #  ),
    
    server {
        listen 443 ssl;
        listen [::]:443 ssl;
    
        server_name nextcloud.*;
    	include /config/nginx/ssl.conf;
    	add_header Strict-Transport-Security "max-age=15768000; includeSubDomains; preload;";
        client_max_body_size 0;
    
        location / {
            include /config/nginx/proxy.conf;
            resolver 127.0.0.11 valid=30s;
            set $upstream_app nextcloud;
            set $upstream_port 443;
            set $upstream_proto https;
            proxy_pass $upstream_proto://$upstream_app:$upstream_port;
    
            proxy_max_temp_file_size 2048m;
        }
    }

     

  4. 2 minutes ago, H2O_King89 said:

    If I'm reading this correctly you're asking if you should have it in both places? You only need it in one place That's why I uncommented and restarted next cloud and it worked fine.

    Sent from my Pixel 4 XL using Tapatalk
     

    Ayye it worked. How about the other two issues? 

    Your web server is not properly set up to resolve "/.well-known/caldav". Further information can be found in the documentation.

    Your web server is not properly set up to resolve "/.well-known/carddav". Further information can be found in the documentation.

  5. 14 minutes ago, H2O_King89 said:

    Yes that looks like the right directory path. My default file had the header but it was comment out "#" I removed the comment.

    If your file doesn't have the header you can add it there.

    You can also do it like this video also.

    There is more then one way to skin a cat emoji74.png

    Sent from my Pixel 4 XL using Tapatalk
     

    "add_header Strict-Transport-Security "max-age=15768000; includeSubDomains; preload;" always;" This is the one right? It's saying waring to only add the preload option once you read about the consequences.  I add the header with the other header blocks or does it matter? 

  6. 6 minutes ago, H2O_King89 said:

    How are you having the same problem if you can get to your settings and see those errors?

    The first error it's easy to fix. In the config file they have that header commented out in the docker. I'm not at home and trying to go off the top of the my head but it's in the next cloud app that a folder and then in the NGINX folder

    Sent from my Pixel 4 XL using Tapatalk
     

    nextcloud\nginx\site-confs\default ? Add the codes from this video? This is all spanish to me. I'm a hardcore noob.  

     

  7. How do I fix these 3 warning alerts? The Space Invader Tutorial is no longer valid with Swag. I need help. I'm losing my mind trying to figure this out.

     

    "

    The "Strict-Transport-Security" HTTP header is not set to at least "15552000" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips ↗.

    Your web server is not properly set up to resolve "/.well-known/caldav". Further information can be found in the documentation.

    Your web server is not properly set up to resolve "/.well-known/carddav". Further information can be found in the documentation."

     

    Also bonus points if someone can tell me how to change the temp in the dashboard to F instead of C. 

     

  8. "The "Strict-Transport-Security" HTTP header is not set to at least "15552000" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips ↗.

    Your web server is not properly set up to resolve "/.well-known/caldav". Further information can be found in the documentation.

    Your web server is not properly set up to resolve "/.well-known/carddav". Further information can be found in the documentation."

     

    These are the messages I get in my nextcloud. I followed this Video but swag is set up different than letsencrypt. I changed the same config file as the video but it made no difference. Also these config files are samples that need to be saved a certain way. I'm curious what I'm doing wrong and how to fix this.  

     

  9. On 10/1/2020 at 6:09 AM, ghost82 said:

    You are not following instructions :P

    Everytime you change something in the gui for the vm settings your custom modifications to the xml will be lost.

    Solution: switch to xml mode and add again your modifications, your last action before starting the vm must be "save from the xml view"; this was said several times and also shown in SpaceInvaderOne's video tutorial.

     

    Paths for ovmf files are wrong, you are missing custom args, virtio network will not work.

    Thank you. I'm a server baby and don't yet have the intelligence needed to think effectively yet. Thank you. 

  10. I keep breaking the XML because it keep's changing upon update. I'm reading a million different answers for the same questions. I can't seem to figure out how to stabilize this vm. Can anyone help me? I'm going to post my broken XML if anyone can help. Main problem is trying to update the CPU count or trying to do a GPU pass through. I'm running a sapphire 570 lite and a 3900x. I can get the VM to work with the VNC but literally as soon as I change anything the build breaks. Please help. I'm on my 3rd day of owning a server and I'm deathly confused. Can someone give me or point me to the proper XML I need or at least explain why it keeps changing and breaking?

    <?xml version='1.0' encoding='UTF-8'?>
    <domain type='kvm'>
      <name>MacinaboxCatalina</name>
      <uuid>38018d82-e8d5-4e0a-883f-8689295442e6</uuid>
      <description>MacOS Catalina</description>
      <metadata>
        <vmtemplate xmlns="unraid" name="Windows 10" icon="default.png" os="Catalina"/>
      </metadata>
      <memory unit='KiB'>16777216</memory>
      <currentMemory unit='KiB'>16777216</currentMemory>
      <memoryBacking>
        <nosharepages/>
      </memoryBacking>
      <vcpu placement='static'>2</vcpu>
      <cputune>
        <vcpupin vcpu='0' cpuset='0'/>
        <vcpupin vcpu='1' cpuset='1'/>
      </cputune>
      <os>
        <type arch='x86_64' machine='pc-q35-3.1'>hvm</type>
        <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader>
        <nvram>/etc/libvirt/qemu/nvram/38018d82-e8d5-4e0a-883f-8689295442e6_VARS-pure-efi.fd</nvram>
      </os>
      <features>
        <acpi/>
        <apic/>
      </features>
      <cpu mode='host-passthrough' check='none'>
        <topology sockets='1' cores='1' threads='2'/>
        <cache mode='passthrough'/>
        <feature policy='require' name='topoext'/>
      </cpu>
      <clock offset='utc'>
        <timer name='rtc' tickpolicy='catchup'/>
        <timer name='pit' tickpolicy='delay'/>
        <timer name='hpet' present='no'/>
      </clock>
      <on_poweroff>destroy</on_poweroff>
      <on_reboot>restart</on_reboot>
      <on_crash>restart</on_crash>
      <devices>
        <emulator>/usr/local/sbin/qemu</emulator>
        <disk type='file' device='disk'>
          <driver name='qemu' type='qcow2' cache='writeback'/>
          <source file='/mnt/user/domains/MacinaboxCatalina/Clover.qcow2'/>
          <target dev='hdc' bus='sata'/>
          <boot order='1'/>
          <address type='drive' controller='0' bus='0' target='0' unit='2'/>
        </disk>
        <disk type='file' device='disk'>
          <driver name='qemu' type='raw' cache='writeback'/>
          <source file='/mnt/user/domains/MacinaboxCatalina/Catalina-install.img'/>
          <target dev='hdd' bus='sata'/>
          <address type='drive' controller='0' bus='0' target='0' unit='3'/>
        </disk>
        <disk type='file' device='disk'>
          <driver name='qemu' type='raw' cache='writeback'/>
          <source file='/mnt/user/domains/MacinaboxCatalina/macos_disk.img'/>
          <target dev='hde' bus='sata'/>
          <address type='drive' controller='0' bus='0' target='0' unit='4'/>
        </disk>
        <controller type='pci' index='0' model='pcie-root'/>
        <controller type='pci' index='1' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='1' port='0x8'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0' multifunction='on'/>
        </controller>
        <controller type='pci' index='2' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='2' port='0x9'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
        </controller>
        <controller type='pci' index='3' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='3' port='0xa'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/>
        </controller>
        <controller type='pci' index='4' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='4' port='0x13'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x3'/>
        </controller>
        <controller type='pci' index='5' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='5' port='0xb'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x3'/>
        </controller>
        <controller type='pci' index='6' model='pcie-to-pci-bridge'>
          <model name='pcie-pci-bridge'/>
          <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/>
        </controller>
        <controller type='virtio-serial' index='0'>
          <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/>
        </controller>
        <controller type='sata' index='0'>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/>
        </controller>
        <controller type='usb' index='0' model='qemu-xhci' ports='15'>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/>
        </controller>
        <interface type='bridge'>
          <mac address='52:54:00:9c:3c:2c'/>
          <source bridge='br0'/>
          <model type='virtio'/>
          <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/>
        </interface>
        <serial type='pty'>
          <target type='isa-serial' port='0'>
            <model name='isa-serial'/>
          </target>
        </serial>
        <console type='pty'>
          <target type='serial' port='0'/>
        </console>
        <channel type='unix'>
          <target type='virtio' name='org.qemu.guest_agent.0'/>
          <address type='virtio-serial' controller='0' bus='0' port='1'/>
        </channel>
        <input type='tablet' bus='usb'>
          <address type='usb' bus='0' port='1'/>
        </input>
        <input type='mouse' bus='ps2'/>
        <input type='keyboard' bus='ps2'/>
        <graphics type='vnc' port='-1' autoport='yes' websocket='-1' listen='0.0.0.0' keymap='en-us'>
          <listen type='address' address='0.0.0.0'/>
        </graphics>
        <video>
          <model type='qxl' ram='65536' vram='65536' vgamem='16384' heads='1' primary='yes'/>
          <address type='pci' domain='0x0000' bus='0x06' slot='0x01' function='0x0'/>
        </video>
        <memballoon model='virtio'>
          <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0'/>
        </memballoon>
      </devices>
    </domain>