ianstagib

Members
  • Posts

    5
  • Joined

  • Last visited

  • Days Won

    1

ianstagib last won the day on September 5 2023

ianstagib had the most liked content!

ianstagib's Achievements

Noob

Noob (1/14)

10

Reputation

  1. I just came across an issue after restarting my server where mergefs wasn't installing. After some investigation it seems the latest build from mergerfs does not work properly and I solved the problem by adding the previous (and currently listed as latest) version to the tag (line 184). I'm not sure why the latest build is looking for 2.37 but 2.36 is listed by trapexit as latest on his github. I hope this helps someone escape some frustration and that the problem resolves itself soon..
  2. I get the following in syslog: kernel: ixgbe: `1,1' invalid for parameter `allow_unsupported_sfp' I even tried adding 1's for the 6 network ports I have (excluding ilo, not sure if that's necessary too) based on what worked for another member on the forum and got the same error: ixgbe: `1,1,1,1,1,1' invalid for parameter `allow_unsupported_sfp' The following shows that there are 6 ports shown: root@SOL:~# lspci | grep -i net 02:00.0 Ethernet controller: Broadcom Inc. and subsidiaries NetXtreme BCM5719 Gigabit Ethernet PCIe (rev 01) 02:00.1 Ethernet controller: Broadcom Inc. and subsidiaries NetXtreme BCM5719 Gigabit Ethernet PCIe (rev 01) 02:00.2 Ethernet controller: Broadcom Inc. and subsidiaries NetXtreme BCM5719 Gigabit Ethernet PCIe (rev 01) 02:00.3 Ethernet controller: Broadcom Inc. and subsidiaries NetXtreme BCM5719 Gigabit Ethernet PCIe (rev 01) 04:00.0 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01) 04:00.1 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01) In my flash settings: I also created this file and added It seemed happy when I just used "ixgbe.allow_unsupported_sfp=1" which you will see in the diagnostic file I uploaded but It hasn't resulted in it retrieving an IP address unfortunately. I also tried turning off the vm's and docker and clicking the port up buttons on the interface in network settings but that remained as unconfigured and didn't retrieve an IP address which I also checked in my Unifi control panel. sol-diagnostics-20220113-1217.zip
  3. Here is the output. It does appear you are correct and it is using the ixgbe driver. it seems I may have a problem with the fact that I am using a unifi sfp module and not an intel one and it's just not picking up the connection (port lights still flashing). However it is weird for me that this was working when I was using windows but doesn't when I moved to unraid. Is this expected behaviour? When I apply the "ixgbe.allow_unsupported_sfp=..." mentioned elswhere on the forum here, then the card stops being listed under my network settings. Any ideas? root@SOL:~# lspci -vs 0000:04:00.0 04:00.0 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01) DeviceName: Embedded FlexibleLOM 1 Port 1 Subsystem: Hewlett-Packard Company Ethernet 10Gb 2-port 560FLR-SFP+ Adapter Flags: bus master, fast devsel, latency 0, IRQ 17, NUMA node 0, IOMMU group 35 Memory at 93000000 (32-bit, non-prefetchable) [size=1M] I/O ports at 3020 [size=32] Memory at 93104000 (32-bit, non-prefetchable) [size=16K] Expansion ROM at 93180000 [virtual] [disabled] [size=512K] Capabilities: [40] Power Management version 3 Capabilities: [50] MSI: Enable- Count=1/1 Maskable+ 64bit+ Capabilities: [70] MSI-X: Enable+ Count=64 Masked- Capabilities: [a0] Express Endpoint, MSI 00 Capabilities: [e0] Vital Product Data Capabilities: [100] Advanced Error Reporting Capabilities: [140] Device Serial Number 5c-b9-01-ff-ff-8b-f9-c0 Capabilities: [150] Alternative Routing-ID Interpretation (ARI) Capabilities: [160] Single Root I/O Virtualization (SR-IOV) Kernel driver in use: ixgbe Kernel modules: ixgbe syslog: Jan 11 02:10:54 SOL kernel: ixgbe 0000:04:00.1: Multiqueue Enabled: Rx Queue count = 56, Tx Queue count = 56 XDP Queue count = 0 Jan 11 02:10:54 SOL kernel: ixgbe 0000:04:00.1: 32.000 Gb/s available PCIe bandwidth (5.0 GT/s PCIe x8 link) Jan 11 02:10:54 SOL kernel: ixgbe 0000:04:00.1: MAC: 2, PHY: 1, PBA No: G42955-014 Jan 11 02:10:54 SOL kernel: ixgbe 0000:04:00.1: 5c:b9:01:8b:f9:c1 Jan 11 02:10:54 SOL kernel: ixgbe 0000:04:00.1: Intel(R) 10 Gigabit Network Connection Jan 11 02:10:54 SOL kernel: libphy: ixgbe-mdio: probed Jan 11 02:10:54 SOL kernel: ixgbe 0000:04:00.1: complete Jan 11 02:10:54 SOL kernel: ixgbe 0000:04:00.0: complete
  4. Hi guys Please could you add support for this network card which is installed into my HP dl380 g9 server? It's a shame for me to have it sitting idle and not being used and I don't want to have to buy another card just to get 10gb support. Here is a link to the product page with further links to drivers: https://support.hpe.com/hpesc/public/docDisplay?docId=emr_na-c03705743 Thanks in advance