Network interface nginx warning/hardware support

Status
Not open for further replies.

milesnorth

Cadet
Joined
Dec 9, 2017
Messages
9
Hello,

Spent last weekend building a Supermicro Atom C3558 freenas 11.0 box. So my sum total freebsd experience is an UEFI install to a flash drive on the front USB 2.0 port and 3 or 4 boots.

I have no ip for the web interface. I just pasted a bunch of my notes below. Any advise or pointing out an applicable help link would be greatly appreciated. Assume that I make basic mistakes.

If this is a hardware support problem I surmise that freenas 11.1 is required. Is installing this RC a bad idea? Is it difficult to transition to the stable release?

Best regards,

no freenas netwok interface notes:

dhcp sever sets freenas box ip as 10.0.0.50

freenas box post screen shows "bmc ip: 10.0.0.50"

freenas boot screen notes:
Code:
pci6: <acpi pci bus> on pcib6
pci6: <network, ethernet> at device 0.0 (no driver attached)
pci6: <network, ethernet> at device 0.1 (no driver attached)
...
pci6: <acpi pci bus> on pcib7
pci6: <network, ethernet> at device 0.0 (no driver attached)
pci6: <network, ethernet> at device 0.1 (no driver attached)
...
pmc: unknown intel cpu
...
etc/rc: warning: failed to start nginx



no ip for web interface at freenas console setup screen


in file /usr/local/etc/nginx/nginx.conf:
server_name localhost;
listen 0.0.0.0:80;
listen [::]:80;


Research:
https://forums.freenas.org/index.ph...s-not-to-be-detected-freenas-9-10-2-u6.59494/
https://forums.freenas.org/index.php?threads/intel-c3000-nic-hardware-support.59253/


build:
Supermicro A2SDi-4C-HLN4F Intel Atom C3558
Crucial CT16G4RFD4213 16GB Single DDR4 2133 MT/s CL15 DR x4 ECC Registered DIMM 288-Pin X 2
SanDisk Ultra Fit 32 GB USB 3.0 Flash Drive X 2
HGST 10TB Deskstar 7200 rpm SATA III 3.5" X 6
EVGA ATX 500W 80 Plus power supply
Fractal Design Dynamic 140mm White Case Fan X 3 (2 front, 1 rear)
Fractal Design Define R5 Titanium Case
CyberPower BRG1500AVRLCD Intelligent LCD UPS System, 1500VA/900W
 

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
Post the output of ifconfig.
No need, C3000 NICs are broken in 11.0. 11.1 has the updated driver which is said to work well.

For now, I'd suggest 11.1-RC3. It has a few... interesting bugs that are still being taken care of, but they shouldn't apply to your case since you're not upgrading.
 

milesnorth

Cadet
Joined
Dec 9, 2017
Messages
9
No need, C3000 NICs are broken in 11.0. 11.1 has the updated driver which is said to work well.

For now, I'd suggest 11.1-RC3. It has a few... interesting bugs that are still being taken care of, but they shouldn't apply to your case since you're not upgrading.
Thanks for the confirmation about the drivers. I'll check this Saturday and use the most current version of 11.1 to test out the rig.
 
Status
Not open for further replies.
Top