Pharmtech78

Members
  • Posts

    16
  • Joined

  • Last visited

Posts posted by Pharmtech78

  1. 57 minutes ago, EDACerton said:

    I've released some tweaks on the preview branch that might help:

    2024.02.04 (Preview)

    • Detect if nginx does not reload correctly after Tailscale comes up
    • Add diagnostic information: ip routing and open ports

    Ok after rebooting i still wasn't able to connect. I uninstalled the plugin and installed branch version and bam connection good now. Thanks for this update! 

  2. Hi,

    I trying to setup a Pfsense VM, but i get "no interface found". Pfsense is not detecting my nic card. I see the card in the iommu group. If it's a driver issue can someone guide me on how to install it?     

     

    Unraid version: 6.10.3

    Pfsense version: 2.6.0 release 

     

    This is the card that I'm trying to use.

    https://www.amazon.com/gp/product/B07XJ8CMQX/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&th=1

     

    VM xml

     

    Spoiler

    <?xml version='1.0' encoding='UTF-8'?>
    <domain type='kvm'>
      <name>Pfsense router</name>
      <uuid>99724aef-6b43-b915-69ef-20c1a790568d</uuid>
      <metadata>
        <vmtemplate xmlns="unraid" name="FreeBSD" icon="freebsd.png" os="freebsd"/>
      </metadata>
      <memory unit='KiB'>3145728</memory>
      <currentMemory unit='KiB'>3145728</currentMemory>
      <memoryBacking>
        <nosharepages/>
      </memoryBacking>
      <vcpu placement='static'>1</vcpu>
      <cputune>
        <vcpupin vcpu='0' cpuset='11'/>
      </cputune>
      <os>
        <type arch='x86_64' machine='pc-q35-6.2'>hvm</type>
        <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader>
        <nvram>/etc/libvirt/qemu/nvram/99724aef-6b43-b915-69ef-20c1a790568d_VARS-pure-efi.fd</nvram>
      </os>
      <features>
        <acpi/>
        <apic/>
      </features>
      <cpu mode='host-passthrough' check='none' migratable='on'>
        <topology sockets='1' dies='1' cores='1' threads='1'/>
        <cache mode='passthrough'/>
      </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='cdrom'>
          <driver name='qemu' type='raw'/>
          <source file='/mnt/user/isos/pfSense-CE-2.6.0-RELEASE-amd64.iso'/>
          <target dev='hda' bus='sata'/>
          <readonly/>
          <boot order='2'/>
          <address type='drive' controller='0' bus='0' target='0' unit='0'/>
        </disk>
        <disk type='file' device='disk'>
          <driver name='qemu' type='qcow2' cache='writeback'/>
          <source file='/mnt/user/domains/Pfsense router/vdisk1.img'/>
          <target dev='hdc' bus='sata'/>
          <boot order='1'/>
          <address type='drive' controller='0' bus='0' target='0' unit='2'/>
        </disk>
        <controller type='usb' index='0' model='ich9-ehci1'>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x7'/>
        </controller>
        <controller type='usb' index='0' model='ich9-uhci1'>
          <master startport='0'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0' multifunction='on'/>
        </controller>
        <controller type='usb' index='0' model='ich9-uhci2'>
          <master startport='2'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x1'/>
        </controller>
        <controller type='usb' index='0' model='ich9-uhci3'>
          <master startport='4'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/>
        </controller>
        <controller type='sata' index='0'>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/>
        </controller>
        <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='0x10'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0' multifunction='on'/>
        </controller>
        <controller type='pci' index='2' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='2' port='0x11'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x1'/>
        </controller>
        <controller type='pci' index='3' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='3' port='0x12'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x02' 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='0x14'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x4'/>
        </controller>
        <controller type='virtio-serial' index='0'>
          <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/>
        </controller>
        <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>
        <audio id='1' type='none'/>
        <video>
          <model type='qxl' ram='65536' vram='65536' vgamem='16384' heads='1' primary='yes'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0'/>
        </video>
        <hostdev mode='subsystem' type='pci' managed='yes'>
          <driver name='vfio'/>
          <source>
            <address domain='0x0000' bus='0x09' slot='0x00' function='0x0'/>
          </source>
          <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/>
        </hostdev>
        <hostdev mode='subsystem' type='pci' managed='yes'>
          <driver name='vfio'/>
          <source>
            <address domain='0x0000' bus='0x0c' slot='0x00' function='0x0'/>
          </source>
          <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0'/>
        </hostdev>
        <memballoon model='none'/>
      </devices>
    </domain>
     

         

     

  3. On 2/24/2020 at 7:27 PM, BenDaMAN said:

    Does anyone have some guidance for setting up shawly's ps3netsrv docker in unraid?

     

    I have it set up with USER_ID 1000 & GROUP_ID 100 passed as variables to the container. As well as the /games folder path, port 38008 etc.

     

    On the PS3:

    Only one game appears (there are 10 in the GAMES folder) when refreshing in Multiman. When i go to launch that game i get error "The selected disc image is not a compliant PS3 ISO...."

     

    ps3netsrv works perfectly fine for me on Windows, but i don't leave my windows PC on all the time, but my unraid server is on 24/7.

     

    Thanks,

     

    Did you ever figure this out? If so, can you post your settings on your docker? Can't seem to get my PS3 to recognize any games. 

  4. I had to relocate my server a few months ago due to moving into a new home. Those 2 drives were pulled from external enclosures and i knew i had to replace them with better NAS drives. But maybe a few weeks ago or more the first drive failed. I went ahead and bought a replacement drive. I didn't change out the drive right away because I've been so busy getting my home situated. Unfortunately the second drive failed while waiting to replace the first drive.

     

    What steps would i need to take to attempt to rebuild? If i can't recover the data then I'll just move forward.     

  5. Yes i would like to recover data from the 2 disks.

    I do still have both failed drive. One drive would make clicking sounds and is not recognized by unraid while the other would just show up as "device disabled, contents emulated". I've tried a few different slots, but both drives continue to have the same issues. 

     

  6. Hi Guys,

    I've searched for this answer and I'm sure i probably missed it, but can I please get some recommendations for a few different intel motherboards that can run 3 LSI 9211-8i cards @ X8 speed? This server will run Unraid and will be used soley as a Plex server. Thanks!