Hangs on boot until Keyboard Interrupt

Status
Not open for further replies.

Bulldog

Dabbler
Joined
Jan 16, 2016
Messages
18
Hi, I'm running the latest stable, FreeNAS 9.3.1.
On startup I get the following. and it just hangs there until I hit Ctrl + C. It spits out a traceback referencing sync_disks.py and others. It seems to boot fine after that. I've also noticed that it seems to do this from a cold completely off power-up. On a reboot it came completely up fine.

Server specs are.
i7 920, 24GB ram.
HP NC364T quad port NIC.
Areca 1280ML in jbod with 16x2TB

from dmesg -a
------------------
Code:
Starting Network: lo0 em0 em1 em2 em3 ipfw0.

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 0xe

  inet 127.0.0.1 netmask 0xff000000

  nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>

em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500

  options=4019b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,VLAN_HWTSO>

  ether

  inet 10.10.0.39 netmask 0xffffff00 broadcast 10.10.0.255

  nd6 options=9<PERFORMNUD,IFDISABLED>

  media: Ethernet autoselect

  status: no carrier

em1: flags=8c02<BROADCAST,OACTIVE,SIMPLEX,MULTICAST> metric 0 mtu 1500

  options=4019b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,VLAN_HWTSO>

  ether

  nd6 options=9<PERFORMNUD,IFDISABLED>

  media: Ethernet autoselect

  status: no carrier

em2: flags=8c02<BROADCAST,OACTIVE,SIMPLEX,MULTICAST> metric 0 mtu 1500

  options=4019b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,VLAN_HWTSO>

  ether

  nd6 options=9<PERFORMNUD,IFDISABLED>

  media: Ethernet autoselect

  status: no carrier

em3: flags=8c02<BROADCAST,OACTIVE,SIMPLEX,MULTICAST> metric 0 mtu 1500

  options=4019b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,VLAN_HWTSO>

  ether

  nd6 options=9<PERFORMNUD,IFDISABLED>

  media: Ethernet autoselect

  status: no carrier

ipfw0: flags=8801<UP,SIMPLEX,MULTICAST> metric 0 mtu 65536

  nd6 options=9<PERFORMNUD,IFDISABLED>

Starting devd.

Starting Network: em1.

em1: flags=8c02<BROADCAST,OACTIVE,SIMPLEX,MULTICAST> metric 0 mtu 1500

  options=4019b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,VLAN_HWTSO>
  ether
  nd6 options=9<PERFORMNUD,IFDISABLED>
  media: Ethernet autoselect
  status: no carrier
Starting Network: em2.
em2: flags=8c02<BROADCAST,OACTIVE,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=4019b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,VLAN_HWTSO>
  ether
  nd6 options=9<PERFORMNUD,IFDISABLED>
  media: Ethernet autoselect
  status: no carrier
Starting Network: em3.
em3: flags=8c02<BROADCAST,OACTIVE,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=4019b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,VLAN_HWTSO>
  ether
  nd6 options=9<PERFORMNUD,IFDISABLED>
  media: Ethernet autoselect
  status: no carrier

Traceback (most recent call last):

  File "/usr/local/www/freenasUI/tools/sync_disks.py", line 61, in <module>

  main()

  File "/usr/local/www/freenasUI/tools/sync_disks.py", line 56, in main

  _notifier.sync_disk(dev)

  File "/usr/local/www/freenasUI/tools/../../freenasUI/middleware/notifier.py", line 4574, in sync_disk

  disk.disk_serial = self.serial_from_device(devname) or ''

  File "/usr/local/www/freenasUI/tools/../../freenasUI/middleware/notifier.py", line 4275, in serial_from_device

  output = p1.communicate()[0]

  File "/usr/local/lib/python2.7/subprocess.py", line 791, in communicate

  stdout = _eintr_retry_call(self.stdout.read)

  File "/usr/local/lib/python2.7/subprocess.py", line 476, in _eintr_retry_call

  return func(*args)

KeyboardInterrupt
Script /etc/rc.d/devd interrupted
add net default: gateway 10.10.0.1
add net fe80::: gateway ::1
add net ff02::: gateway ::1
add net ::ffff:0.0.0.0: gateway ::1
add net ::0.0.0.0: gateway ::1

Generating host.conf.

Warning: unrecognized source [mdns]

ELF ldconfig path: /lib /usr/lib /usr/local/lib /usr/local/lib/gcc47 /usr/local/lib/nss

32-bit compatibility ldconfig path:

Creating and/or trimming log files.

Starting syslog_ng.

Starting watchdogd.
 
D

dlavigne

Guest
You shouldn't be getting a traceback. Please create a bug at bugs.freenas.org that contains the above info and post the issue number here.
 
Status
Not open for further replies.
Top