freenas crashing

Woebenskie

Cadet
Joined
Jun 3, 2019
Messages
2
Dear IXComunity,

I have a server running freenas at home and I notice that when I stream a movie or transfering big files tot a PC or from PC to nas (so basicly long transfer times) the server reboots. I updated yesterday to the newest version with the new webgui and new boot disk but the problem still presists. Its just a home Nas nothing special. In the past the machine had 6gb of ram and encounterd the problem so I upgraded it to 8gb.

I also put an extra network card in it 2* 1Gbit from Intel and I configured it with my onboard Gbit as load balancing. I tried withouth the network card and the problem still presits.

It reports no errors and I see nothing like a crash in my logs.

If there is more information needed let me know.

Software:
Freenas 11.1-U7
3 smb shares

Hardware:
System: Fujitsu primergy tx100 s2
CPU: xeon x3430
Ram 8 GB ddr3
Disk: 6* 1tb in zfs1 ( 4* wd red & 2* seagate barracuda)
Boot disk: 16 GB USB 2.0 kingston
Network: 3gbit with load balancing (1* Gbit onboard and 2* Gbit pci card)

Hope someone can help me figure out whats wrong and how to fix it.
 
D

dlavigne

Guest
Will the system take more RAM?

Also, post the full output of ifconfig within code tags.
 

Woebenskie

Cadet
Joined
Jun 3, 2019
Messages
2
It can take a maximum of 16 GB ram but I don't have more than 8gb laying around (and thats already in the system.)

When I did ifconfig I realized I described the wrong network card it is a 4*1gbit (only 2 populated i have no more free ports on my switch)

Ifconfig:

Code:
em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
        options=98<VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM>
        ether 00:19:99:a1:6c:fd
        hwaddr 00:19:99:a1:6c:fd
        nd6 options=9<PERFORMNUD,IFDISABLED>
        media: Ethernet autoselect (1000baseT <full-duplex>)
        status: active
igb0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
        options=b8<VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM>
        ether 00:19:99:a1:6c:fd
        hwaddr 00:1b:21:3a:3e:00
        nd6 options=9<PERFORMNUD,IFDISABLED>
        media: Ethernet autoselect (1000baseT <full-duplex>)
        status: active
igb1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
        options=b8<VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM>
        ether 00:19:99:a1:6c:fd
        hwaddr 00:1b:21:3a:3e:01
        nd6 options=9<PERFORMNUD,IFDISABLED>
        media: Ethernet autoselect (1000baseT <full-duplex>)
        status: active
igb2: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
        options=b8<VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM>
        ether 00:19:99:a1:6c:fd
        hwaddr 00:1b:21:3a:3e:04
        nd6 options=9<PERFORMNUD,IFDISABLED>
        media: Ethernet autoselect
        status: no carrier
igb3: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
        options=b8<VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM>
        ether 00:19:99:a1:6c:fd
        hwaddr 00:1b:21:3a:3e:05
        nd6 options=9<PERFORMNUD,IFDISABLED>
        media: Ethernet autoselect
        status: no carrier
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
        options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>
        inet6 ::1 prefixlen 128
        inet6 fe80::1%lo0 prefixlen 64 scopeid 0x6
        inet 127.0.0.1 netmask 0xff000000
        nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
        groups: lo
lagg0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
        options=98<VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM>
        ether 00:19:99:a1:6c:fd
        inet 192.168.2.2 netmask 0xffff0000 broadcast 192.168.255.255
        nd6 options=9<PERFORMNUD,IFDISABLED>
        media: Ethernet autoselect
        status: active
        groups: lagg
        laggproto loadbalance lagghash l2,l3,l4
        laggport: em0 flags=4<ACTIVE>
        laggport: igb0 flags=4<ACTIVE>
        laggport: igb1 flags=4<ACTIVE>
        laggport: igb2 flags=0<>
        laggport: igb3 flags=0<>
 
Top