Jump to content

casperse

Members
  • Posts

    810
  • Joined

  • Last visited

Posts posted by casperse

  1. 16 hours ago, wgstarks said:

    If you haven't found an egg yet try this- https://github.com/springjools/deluge-autoremoveplus/releases/tag/0.6.10

    This should be the latest version of the branch still under development (AFAIK).

    Strange I cannot install this in Deluge nothing happens...

    Update - Could it be this: 

    Plugin eggs have the Python version encoded in the filename and will only load in Deluge if the Python versions match.

  2. Hi All

     

    I also purchased myself a Intel 4 NIC for a pfsense but I cannot get it removed from Unraid and made visible on the VM

     

    The netcard is in these two groups:

    image.png.cfe426803f3262bfbd2ae0a3885ae43f.png

     

    0a:00.0 Ethernet controller: Intel Corporation 82576 Gigabit Network Connection (rev 01)
    0a:00.1 Ethernet controller: Intel Corporation 82576 Gigabit Network Connection (rev 01)
    0b:00.0 Ethernet controller: Intel Corporation 82576 Gigabit Network Connection (rev 01)
    0b:00.1 Ethernet controller: Intel Corporation 82576 Gigabit Network Connection (rev 01)


    0a:00.0 0200: 8086:10e8 (rev 01)
    0a:00.1 0200: 8086:10e8 (rev 01)
    0b:00.0 0200: 8086:10e8 (rev 01)
    0b:00.1 0200: 8086:10e8 (rev 01)

     

    I have tried both:

    vfio-pci.ids=8086:10e8

    pci-stub.ids=8086:10e8

     

    I have read through many post and I keep getting this under network...

    The two first is on the MB and the 4 NIC is shown like this "Shutdown (Inactive) shouldn't they be gone?

    Also I can't see them show up when creating a VM like people show on their youtube videos?

     

    (The card works because I used it before in Unraid, and I have removed it from the Bridge and network conf)

     

     

    image.thumb.png.590f27b869ca87fe28091b0ccd8612b7.png

     

     

  3. Ok after many more reboots - and some patience waiting for all the dockers to startup I now finally have a working network (And I will never touch it again! 😊)

    Got the 4 NIC disabled with the "blue text" and deleted both files again. I then did a static IP again (I normally have DHCP to MAC address)

    Doesn't make much sense because I could go to the UI every time accessing the fixed IP but my Dockers would just not work and now they do...

     

    Thanks for your input! Deleting everything is still the key...

  4. 18 minutes ago, Squid said:

    There's also a network-routes file or similiarly named within the config folder you can also delete.  But, if you didn't reboot then nothing changes...

    I am on my 11 reboot I have traced all my latest changes and are reversing them all....

     

    Following the video guide I disabled the 4 NIC by adding this code:

    vfio-pci.ids=8086:10e8

     

    And I disabled the: IOMMU ACS Override to find the correct pci id (Would this destroy my dockers internet connections?)

     

    I then replaced the files with the old ones on the flash drive

     

    network.cfg

    network-rules.cfg

     

    and rebooted same problem

     

    And I keep getting the DNS error? must be some routing missing?

     

     

     

  5. I know the error is in these settings:

     

    New network.cfg 
    (Removed 4 NIC for pfsense VM.....)
    
    # Generated settings:
    IFNAME[0]="br0"
    BONDNAME[0]="bond0"
    BONDING_MIIMON[0]="100"
    BRNAME[0]="br0"
    BRSTP[0]="no"
    BRFD[0]="0"
    DESCRIPTION[0]="eth0"
    BONDING_MODE[0]="5"
    BONDNICS[0]="eth0 eth1"
    BRNICS[0]="bond0"
    PROTOCOL[0]="ipv4"
    USE_DHCP[0]="no"
    IPADDR[0]="192.168.0.6"
    NETMASK[0]="255.255.255.0"
    GATEWAY[0]="192.168.0.1"
    DNS_SERVER1="192.168.0.1"
    USE_DHCP6[0]="yes"
    DHCP6_KEEPRESOLV="no"
    IFNAME[1]="br4"
    BONDNAME[1]="bond4"
    BONDNICS[1]="eth4"
    BONDING_MODE[1]="1"
    BONDING_MIIMON[1]="100"
    BRNAME[1]="br4"
    BRNICS[1]="bond4"
    BRSTP[1]="no"
    BRFD[1]="0"
    PROTOCOL[1]="ipv4"
    USE_DHCP[1]="no"
    IPADDR[1]="192.168.0.13"
    NETMASK[1]="255.255.255.0"
    GATEWAY[1]="192.168.0.1"
    SYSNICS="2"

    OLD ONE:

     

    # Generated settings:
    IFNAME[0]="br0"
    BONDNAME[0]="bond0"
    BONDING_MIIMON[0]="100"
    BRNAME[0]="br0"
    BRSTP[0]="no"
    BRFD[0]="0"
    BONDING_MODE[0]="5"
    BONDNICS[0]="eth0 eth1 eth2 eth3"
    BRNICS[0]="bond0"
    DESCRIPTION[0]="eth0"
    PROTOCOL[0]="ipv4"
    USE_DHCP[0]="no"
    IPADDR[0]="192.168.0.6"
    NETMASK[0]="255.255.255.0"
    GATEWAY[0]="192.168.0.1"
    DNS_SERVER1="192.168.0.1"
    USE_DHCP6[0]="yes"
    DHCP6_KEEPRESOLV="no"
    IFNAME[1]="br4"
    BONDNAME[1]="bond4"
    BONDNICS[1]="eth4 eth5"
    BONDING_MODE[1]="1"
    BONDING_MIIMON[1]="100"
    BRNAME[1]="br4"
    BRNICS[1]="bond4"
    BRSTP[1]="no"
    BRFD[1]="0"
    PROTOCOL[1]="ipv4"
    USE_DHCP[1]="no"
    IPADDR[1]="192.168.0.13"
    NETMASK[1]="255.255.255.0"
    GATEWAY[1]="192.168.0.1"
    SYSNICS="2"

    Unraid server without Network is like a car without wheels :-)

  6. 1 hour ago, Squid said:

    That is exactly how you do it.  Whether or not the file gets recreated until a change is made to the settings doesn't matter as unRaid will utilize its defaults in the interim.

    Hi @Squid Ok so I would still have to go to settings and apply what would then be the default settings?

     

    I seem to have caused myself a lot of problems after my changes some dockers work and others doesn't work both are using bridge?

     

    I copied the network cfg back and rebooted unraid... in Fix Common Problems - I can see this:

    image.thumb.png.f0cfba4bfcaf1bfa3eef3c12448e5683.png

     

    My network settings are the same as before pointing to my router as DNS... (I have tried to change them to above DNS same result)

    image.thumb.png.0d4fe6d01b075088f909c2fd99b8c3d1.png

     

    Should I delete the file again....

     

     

  7. On 7/20/2018 at 9:17 PM, Squid said:

    Delete /config/network.cfg on the flash drive and reboot

    I just did that on v.6.8.0 and it didnt create a new file and I had to get the UI up on the console :-)

    And create the file again... Is there any other way to reset network settings?

  8. 5 minutes ago, binhex said:

    privoxy is a separate application running in the same container as deluge, it has the same protection as deluge via iptables, including blocked access for name resolution over the LAN (aka dns leakage) so that is fully protected too.

    That is great! - Is it possible to add several openvpn configuration countries to the folder? would it then jump to another one when restarted or updated?

  9. 3 hours ago, binhex said:

    its the most supported vpn provider for this images, yes, the port forwarding is all done for you so its fairly painless, see here for quick guide if you are a newbie to this image:-

    https://github.com/binhex/documentation/blob/master/docker/guides/vpn.md

    Ok reading through the FAQ and following the great video guide I keep getting the "Stop" - Like this killswitch works! :-)

    I also forwarded all the ports requested by the docker, I enabled the debug log and see something about port 3?

    I did add my new username and password from PIA and I downloaded the OpenVPN files and placed them in the Appdata (and user rights are ok)

    Quote

    kernel: docker0: port 13(vethca7b629) entered disabled state
    kernel: device vethca7b629 left promiscuous mode
    kernel: docker0: port 13(vethca7b629) entered disabled state
    avahi-daemon[9143]: Withdrawing address record for fe80::5c28:7eff:fe9a:7125 on vethca7b629.
    kernel: docker0: port 13(veth37eee44) entered blocking state
    kernel: docker0: port 13(veth37eee44) entered disabled state
    kernel: device veth37eee44 entered promiscuous mode
    kernel: IPv6: ADDRCONF(NETDEV_UP): veth37eee44: link is not ready
    kernel: docker0: port 13(veth37eee44) entered blocking state
    kernel: docker0: port 13(veth37eee44) entered forwarding state
    kernel: docker0: port 13(veth37eee44) entered disabled state
    kernel: eth0: renamed from vethb1c8d62
    kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth37eee44: link becomes ready
    kernel: docker0: port 13(veth37eee44) entered blocking state
    kernel: docker0: port 13(veth37eee44) entered forwarding state
    avahi-daemon[9143]: Joining mDNS multicast group on interface veth37eee44.IPv6 with address

    Sorry if I missed this in the thread....

     

    Following the video "Netherland" should be a god choice but in the debug I see this:

    2020-01-09 15:26:36,527 DEBG 'start-script' stdout output:
    [warn] PIA endpoint 'nl.privateinternetaccess.com' is not in the list of endpoints that support port forwarding, DL/UL speeds maybe slow
     

    SOLVED: Netherland sosent support port forwarding - so changed it to switzerland 

  10. On 4/23/2017 at 7:32 AM, krh1009 said:

    One more question... I had very slow download speeds with pia, so I'm trying to switch to express VPN as a provider.  I'm running int a problem, attached are the head and tail of  my supervisord.log.

     

    58fc3c31a2263_ScreenShot2017-04-23at1_27_00AM.thumb.png.5784605ae10aad8fd566970d34559cd3.png58fc3c4f9db7d_ScreenShot2017-04-23at1_24_43AM.png.a78723a5a4e9abe458fcb1b017f75324.png

    I wanted to use ExpressVPN but was told that they don't support port forwarding? so it wouldn't work with DelugeVPN? - torrents

    Dit you get ExpressVPN working? and could you share any "Custom" setup needed to get it working?

    Thanks

  11. 1 hour ago, testdasi said:

    Hard to understand what you are trying to do. What is the total used capacity of your Synology server? What is the total available storage of your Unraid server?

     

    I think Synology runs on RAID so you can't really do a one-by-one disk transfer between the Synology and Unraid servers since data is striped on the Synology volume. The entire volume has to be moved out together.

    Sorry I wasn't clear when I wrote "can't do a nice 1:1 move" I mean I dont have the capacity to instigate a file transfer from one server to the other..

    (I dont have 1:1 free storage available)

     

    So I need to free some drives - In Unraid I can remove the two parity drives and move data to them by USB from the Synology

    On the Synology I have Raid 6 so I "could" take the two 10TB parity drives  (Maybe just one) and move data to that drive

    The rest is old 3TB drives I have 16 of them (All validated with pre-clear)

    (This is going to take a very long time) but since I don't have a third server and no slots available I think this is my best option

    USB3 on both servers

     

    BTW: I am not even sure that exFat is supported by both servers or if they work with 8TB/10 drive but I am happy to see UAD plus is supporting this format

     

  12. On 2/28/2018 at 11:18 AM, Squid said:

    Which means that its being logged in the syslog, which means that your CPU is throttling itself down.  The monitoring by the lowlevel subsystem is far more accurate than any temperature display, as it comes directly from the CPU itself.

    I have just experienced a very strange shutdown (power off during the night) and when I turned the server back on - it was up and running again WITH my mounted drives?

    (I don't have auto mount and the volume is encrypted?) Anyway I suspect that higher CPU temperature might me the cause!

     

    But how can I read the temperature logs? (I have the Dynamic CPU temp working) can I export it to Netdata and save the temperature?

    I have searched the forum and Apps and sofar come up empty....  

     

  13. Hi All

     

    After testing my new Unraid server I now feel secure enough to move all my data from my Synology server

    But I have some problems how to do this, and I wanted to get a second opinion before I begin (Can't undo when started 😉)

     

    First I am limited in both $ and my existing storage to do a nice 1:1 move, so this is not the "optimal" solution to do this!

     

    My approach would be:

     

    1) Remove the two dual parity drives and use them temporary to store some of the data from the Synology server

    - All drives have been tested and cleared in Unraid

     

    2) Move all data by USB3-Synology and maybee UAD in Unraid to single drives formatted in exFAT (That would make it possible to read and write between the NAS)

     

    3) Use balancer to move data away from the smaller 3TB drives and replace them one by one with the new drives from the Synology volume

     

    4) When all the data is moved back to the Unraid volume add 2 new larger Parity drives and wait a +1 week to let it rebuild 🙂

     

    It's not a perfect plan but would it work?

    Yes I would be running the risk moving large data without any parity drives...

    And moving data that could have some data corruption

     

    Servers:

    Unraid: 21 drives + 2 Parity drives (1 free drive slot)

    Synology: Primary volume: 11 drives (1 free drive slot)

     

    As always your feedback and insight is highly appreciated

  14. 2 hours ago, Benson said:

    When device connect to CPU or Chipset PCIe, their IOMMU grouping will be different.

     

    Reason are may be less trouble, Intel have main stream support in market.

     

    Yes, the card physically x4, it can plug in x16 x8 x4 slot, this will got max compatible.

     

    X550-T2 native was a x4 chipset ( except X550-BT2 )

    https://ark.intel.com/content/www/us/en/ark/products/88209/intel-ethernet-converged-network-adapter-x550-t2.html

     

    So even X550 physically was x8, the card would max at x4 actually.

    Yes IOMMU is different but only if I want to pass through my P2000 - using it for Plex/Emby no worries

    I think I can Pass he IGP on the CPU as a graphiccard without IOMMU problems?

     

    Yes I found this list (Look at the x4 column, this would mean that the new 550 only requires 4x and the old one requires 8x)

    Or the physical slot is 8x for the old card and it oly uses 4x?)

    image.thumb.png.5a4fd9c1ba0feebccf12fd354075baee.png

     

    Anyway I am going to get a X550T2 if someone can confirm its plug and play with Unraid? Anyone....? :-)

  15. 3 hours ago, Benson said:

    Yes, Z390 doesn't support ECC memory. The question just to exame does C246 have same behaviour with Z390 in IOMMU part.

    In fact, you don't need found x4 NIC, because you have a x16 slot. Stay in Intel NIC.

    OMMU - Intel VT-d what behaviour are you talking about?

     

    So you are saying stay with Intel NIC an use one of the fast slots 8x (shared with the LSI controller)

    I guess I just have to get one and try! ;-) Guess Ebay is still best option

     

    I found this card which looks like its 4x? and have two 2 NICS?

    Intel Ethernet Converged Network Adapter X550-T2

    image.png.9f667b027a7222aca9cb4d41acafe539.png

     

     

     

  16. 25 minutes ago, Benson said:

    One question I want confirm from you. Seems your existing setup disk controller and P2000 in slot 1,4 and you pass through P2000. Does they are in same IOMMU group and you need apply something like ACS override to seperate it ?

     

    I use Z390 and never play C246.

     

    Yes PCIe ACS Override setting enabled and a P2000 bios file for the VM works fine did movie editing on it :-)

     

    I almost bought the Z390 but I really wanted ECC RAM I don't think that is supported on Z390?

    and at this point I also wanted a IGP in my CPU for encoding before I got the P2000

     

    What about the cash? what are you using? (I really need a bigger cash drive and raid 0 should cover speed and double the size)

  17. I think Slot one has higher priority so maybe I should place the HD controller there?

     

    Slot 1 - LSI Logic SAS 9201-16i PCI-e 2.0 x8 SAS 6Gbs HBA Card

    Slot 2 - Quadro P2000

    Slot 3 - Empty

    Slot 4 - 10 gbps X540-t2 Ethernet Network Adapter

    Slot 5 - Empty

     

    I have read around the forum and the 10G X540-t1 or t2 should be plug and play in unraid?

  18. 3 minutes ago, Benson said:

    All should be fine. Just need to know slot 1,4 come from CPU and 2,5 from C246. And device in 1,4 will usually group in same IOMMU group in native. ( you can ignore this if you don't pass through PCIe device )

     

    In general, it should no big difference which device in which slot, except you found large performance drop in real case.

    So performance impact/shared PCI lanes would be:

     

    Slot 1 & 4 - 10 gbps X540-t2 Ethernet Network Adapter / LSI Logic SAS 9201-16i PCI-e 2.0 x8 SAS 6Gbs HBA Card

    Slot 2 & 5 - Quadro P2000/Empty so I could potential add another 4X card in this slot? (Or keep my Intel Pro 1000 VT Quad Port NIC?)

     

    Yes I did use the P2000 as passthrough at one time (But it's a hassle because I need to stop Plex/Emby 

    I would actually like some GPU for passthrough but I would be limited to Slot 5 with 4x

     

    Is there any 10G card available that would run in a 4x slot? ;-) (Dont need a dual 10G card)

  19. Hi All

     

    I did build my server some time ago and I always planned to get 10G network at some point!

    BUT as always I need to do some compromise on how to place my PCI express cards?

     

    My MB is a Gigabyte C246-WU4 (Its been rock solid, and working with everything I have thrown at it) its has these slots available:

    image.thumb.png.2c67e7da268e0a11b93a518e9ed868ff.png

     

    I have the following cards placed like this:

     

    Slot 1 - Quadro P2000

    Slot 2 - Intel Pro 1000 VT Quad Port NIC (EXPI9404VTG1P20)

    Slot 3 - Empty

    Slot 4 - LSI Logic SAS 9201-16i PCI-e 2.0 x8 SAS 6Gbs HBA Card

    Slot 5 - Empty

     

    If I buy a Intel 10gbps X540-t2 Ethernet Network Adapter? that would require x8? not work in 4x?

    But would the Quadro P2000 work in a 4x slot?

     

    Would this be my best option ?:

     

    Slot 1 - 10 gbps X540-t2 Ethernet Network Adapter

    Slot 2 - Quadro P2000

    Slot 3 - Empty

    Slot 4 - LSI Logic SAS 9201-16i PCI-e 2.0 x8 SAS 6Gbs HBA Card

    Slot 5 - Empty

     

    Sofar I don't have any need for a bigger controller the 16i + 10 onboard Sata ports and the two M2.SSD slots = 28 drives

    Would this work? - The P2000 is only for Plex/Emby (The CPU has a IGP I can use for VM's)

     

    Also I would like to extend my Cash drive (Needed for 10G) I think I have two options:

     

    1) Buy one more Samsung SSD 970 EVO S467NX0KB27411E and do a RAID0? (The MB can do HW raid 0 would that be better?)

    2) Or buy the new 2TB (Slower) Intel 600p Series SSDPEKNW020T801?

    (No available Sata slots)

     

    Looking forward to your input/comments

     

    Cheers

    Casperse

     

     

     

     

     

     

     

     

×
×
  • Create New...