Skip to main content
Question

Mavericks Dropping Network connection on test Mac Mini server

  • January 29, 2014
  • 104 replies
  • 376 views

Show first post

104 replies

bradtchapman
Forum|alt.badge.img+20
  • Valued Contributor
  • April 28, 2021

I'm reviving this thread because it's 2021, and there are only exactly two relevant Google results for this combination of terms:

Mac Mini, AppleBCM5701Ethernet, LimitMinFragSize, unable to realloc packet

Here's a snippet of the logs from my 2014 Mac Mini running 10.14.6:

2021-04-28 10:55:56.847583-0700 0x2f3      Default     0x0                  0      0    kernel: (AppleBCM5701Ethernet) AppleBCM5701Ethernet [en0]:        8      192 LimitMinFragSize: Unable to realloc packet
2021-04-28 10:55:56.847601-0700 0x2f3      Default     0x0                  0      0    kernel: (AppleBCM5701Ethernet) 0x00000008, 0x00000192 LimitMinFragSize: Unable to realloc packet
2021-04-28 10:55:56.847603-0700 0x2f3      Default     0x0                  0      0    kernel: (AppleBCM5701Ethernet) AppleBCM5701Ethernet [en0]:        0        0 transmitPacket: Failed to adjust fragment array
2021-04-28 10:55:56.847607-0700 0x2f3      Default     0x0                  0      0    kernel: (AppleBCM5701Ethernet) 0x00000000, 0x00000000 transmitPacket: Failed to adjust fragment array

This has been happening for YEARS. I've been able to reproduce the issue multiple times in the same day. My 2014 Mac Mini is a file server / media server at home, and it's been driving me bonkers because it only happens when there is a large amount of traffic / IOPS going to / from the mounted network volume. It has persisted across multiple versions of MacOS, and affects all protocols (afp, smb, nfs).

I am resigned to the possibility that the Broadcom 5701 Ethernet device inside the 2014 Mac Mini is flawed and cannot handle high volume traffic or heavy loads.

I'm going to connect a Thunderbolt 2 > Ethernet adapter and see if the problem goes away.


bradtchapman
Forum|alt.badge.img+20
  • Valued Contributor
  • April 30, 2021

I've set the network adapters to full-duplex, flow-control, jumbo frames (9000 MTU), and turned off AVB/EAV mode.

During a high volume transfer I hit 100MB+/sec and saw rates of ~150,000 packets per second. It was going great for a while until it crashed again. The Mac was responsive locally with keyboard and mouse and monitor, but had otherwise locked up Terminal and stopped responding to pings until I unplugged one of the TB/Ethernet adapters and then it recovered instantly.

I am running VMWare Fusion on this machine. Have seen reports in the past that the vmnet kernel extension causes issues, so I'm going to migrate the virtual machine to my NAS and uninstall VMWare Fusion.


bradtchapman
Forum|alt.badge.img+20
  • Valued Contributor
  • May 1, 2021

I'm leaving this here for future Googlers to find.

The issue appears to be linked to the vmnet kernel extension for VMWare Fusion.

/Applications/VMware Fusion.app/Contents/Library/kexts/vmnet.kext

The extension is responsible for routing traffic from guest VMs. When a VM is active, vmnet buffers all traffic on all interfaces. I surmise that this is because the active network interface and network mode (bridged, shared, private) are some of the few things you can modify on a guest VM without having to shut it down.

When this buffer overloads, it locks up ALL network activity on the host. Local interactive access to the computer is unaffected — the keyboard and mouse are perfectly responsive, although you may have trouble opening up Terminal sessions. There's no easy way to resolve the issue programmatically. You either have to wait until the connection dies or go physically unplug the Ethernet adapters.

There are a much larger set of search results for "vmnet failed to deep copy mbuf 12", which tend to point fingers at high-volume transfers that can soak a gigabit connection, or activities that open lots of files over AFP, SMB, and NFS. This includes busy file servers, and Time Machine backups to a network disk.

I'm including an excerpt of the logs from my own Mac showing the beginning stages of a problem with vmnet and subsequent disk failures, network errors, and dismounts. In the excerpt below, disk3s2 is an iSCSI volume (SCSI disks over Ethernet) presented by the NAS to the Mac Mini on a separate interface (Thunderbolt to Ethernet). iSCSI is way more performant than a network share. Unfortunately, vmnet's buffer problem affects all network adapters.

About 40-45 seconds into one of these buffer overflows, the iSCSI disk (disk3s2) is forcibly unmounted after globalsan reports the problem. Meanwhile, it takes at least a full minute before NFS volume "vault687" is declared "dead" and disconnected.

Finder and NotificationCenter (IconServices) are told to prepare a notification (GET_ICON_IMAGE_NO_IO) and to display an error for the disconnected iSCSI volume. There is, unfortunately, no on-screen warning about the lost network volume. It simply vanishes, and your applications are left to wonder wtf just happened.

Log snapshot follows. Portions with excessive duplicated lines were edited out manually and annotated with [ brackets ] indicating the number of repeats.

$ log show --style compact --start "2021-04-29 19:32:00" --end "2021-04-29 19:34:59" --predicate 'process == "kernel" && sender == "AppleBCM5701Ethernet" || sender == "vmnet" || sender == "Sandbox" || sender == "IOStorageFamily" || eventMessage contains "nfs" && sender != "IOPlatformPluginFamily" && sender != "AirPortBrcmNIC" && sender != "IO80211Family"' --predicate 'process == "DiskUnmountWatcher"' --predicate 'sender == "IconServices"'

Skipping info and debug messages, pass --info and/or --debug to include.
Timestamp               Ty Process[PID:TID]

2021-04-29 19:33:00.291 Df kernel[0:398] (vmnet) vmnet: Failed to deep copy mbuf: 12.
2021-04-29 19:33:00.291 Df kernel[0:398] (vmnet) vmnet: bridge-en0: SendToVNet copy failed: 12.
2021-04-29 19:33:00.291 Df kernel[0:398] (vmnet) vmnet: Failed to deep copy mbuf: 12.
2021-04-29 19:33:00.291 Df kernel[0:398] (vmnet) vmnet: bridge-en0: SendToVNet copy failed: 12.
2021-04-29 19:33:00.291 Df kernel[0:398] (vmnet) vmnet: Failed to deep copy mbuf: 12.
2021-04-29 19:33:00.291 Df kernel[0:398] (vmnet) vmnet: bridge-en0: SendToVNet copy failed: 12.
2021-04-29 19:33:00.291 Df kernel[0:398] (vmnet) vmnet: Failed to deep copy mbuf: 12.
2021-04-29 19:33:00.291 Df kernel[0:398] (vmnet) vmnet: bridge-en0: SendToVNet copy failed: 12.

[ Sequence repeats 25 times in 8.6 seconds ]

2021-04-29 19:33:08.940 Df kernel[0:16b] (AppleBCM5701Ethernet) AppleBCM5701Ethernet [en6]:        8      5ea LimitMinFragSize: Unable to realloc packet
2021-04-29 19:33:08.940 Df kernel[0:16b] (AppleBCM5701Ethernet) 0x00000008, 0x000005ea LimitMinFragSize: Unable to realloc packet
2021-04-29 19:33:08.940 Df kernel[0:16b] (AppleBCM5701Ethernet) AppleBCM5701Ethernet [en6]:        0        0 transmitPacket: Failed to adjust fragment array
2021-04-29 19:33:08.940 Df kernel[0:16b] (AppleBCM5701Ethernet) 0x00000000, 0x00000000 transmitPacket: Failed to adjust fragment array
2021-04-29 19:33:09.750 Df kernel[0:398] (vmnet) vmnet: Failed to deep copy mbuf: 12.
2021-04-29 19:33:09.750 Df kernel[0:398] (vmnet) vmnet: bridge-en0: SendToVNet copy failed: 12.
2021-04-29 19:33:11.752 Df kernel[0:398] (vmnet) vmnet: Failed to deep copy mbuf: 12.
2021-04-29 19:33:11.752 Df kernel[0:398] (vmnet) vmnet: bridge-en0: SendToVNet copy failed: 12.

[ Sequence repeats 32 times in 3.7 seconds ]

2021-04-29 19:33:15.359 Df kernel[0:2e6c7] (vmnet) vmnet: Failed to deep copy mbuf: 12.
2021-04-29 19:33:15.359 Df kernel[0:2e6c7] (vmnet) vmnet: bridge-en0: SendToVNet copy failed: 12.
2021-04-29 19:33:15.359 Df kernel[0:2e6c7] (vmnet) vmnet: Failed to deep copy mbuf: 12.
2021-04-29 19:33:15.359 Df kernel[0:2e6c7] (vmnet) vmnet: bridge-en0: SendToVNet copy failed: 12.
2021-04-29 19:33:15.526 Df kernel[0:398] (vmnet) vmnet: Failed to deep copy mbuf: 12.
2021-04-29 19:33:15.526 Df kernel[0:398] (vmnet) vmnet: bridge-en0: SendToVNet copy failed: 12.
2021-04-29 19:33:15.663 Df kernel[0:398] (vmnet) vmnet: Failed to deep copy mbuf: 12.
2021-04-29 19:33:15.664 Df kernel[0:398] (vmnet) vmnet: bridge-en0: SendToVNet copy failed: 12.

[ Sequence repeats 50 times in 13.9 seconds ]

2021-04-29 19:33:29.597 Df kernel[0:16b] nfs server 192.168.11.5:/volume3/vault687: not responding
2021-04-29 19:33:29.694 Df kernel[0:16b] (vmnet) vmnet: Failed to deep copy mbuf: 12.
2021-04-29 19:33:29.694 Df kernel[0:16b] (vmnet) vmnet: bridge-en0: SendToVNet copy failed: 12.
2021-04-29 19:33:29.694 Df kernel[0:16b] (vmnet) vmnet: Failed to deep copy mbuf: 12.
2021-04-29 19:33:29.694 Df kernel[0:16b] (vmnet) vmnet: bridge-en0: SendToVNet copy failed: 12.
2021-04-29 19:33:32.829 Df kernel[0:398] (vmnet) vmnet: Failed to deep copy mbuf: 12.
2021-04-29 19:33:32.829 Df kernel[0:398] (vmnet) vmnet: bridge-en0: SendToVNet copy failed: 12.
2021-04-29 19:33:33.160 Df kernel[0:398] (vmnet) vmnet: Failed to deep copy mbuf: 12.
2021-04-29 19:33:33.160 Df kernel[0:398] (vmnet) vmnet: bridge-en0: SendToVNet copy failed: 12.
2021-04-29 19:33:33.685 Df kernel[0:7af6] (AppleBCM5701Ethernet) AppleBCM5701Ethernet [en7]:        8      162 LimitMinFragSize: Unable to realloc packet
2021-04-29 19:33:33.685 Df kernel[0:7af6] (AppleBCM5701Ethernet) 0x00000008, 0x00000162 LimitMinFragSize: Unable to realloc packet
2021-04-29 19:33:33.685 Df kernel[0:7af6] (AppleBCM5701Ethernet) AppleBCM5701Ethernet [en7]:        0        0 transmitPacket: Failed to adjust fragment array
2021-04-29 19:33:33.685 Df kernel[0:7af6] (AppleBCM5701Ethernet) 0x00000000, 0x00000000 transmitPacket: Failed to adjust fragment array
2021-04-29 19:33:33.742 Df kernel[0:398] (vmnet) vmnet: Failed to deep copy mbuf: 12.
2021-04-29 19:33:33.742 Df kernel[0:398] (vmnet) vmnet: bridge-en0: SendToVNet copy failed: 12.
2021-04-29 19:33:33.829 Df kernel[0:398] (vmnet) vmnet: Failed to deep copy mbuf: 12.
2021-04-29 19:33:33.829 Df kernel[0:398] (vmnet) vmnet: bridge-en0: SendToVNet copy failed: 12.
2021-04-29 19:33:34.021 Df dmd[1116:51da] [com.apple.dmd:ConfigurationEngine] Detected network change
2021-04-29 19:33:34.021 Df dmd[817:2e1c] [com.apple.dmd:ConfigurationEngine] Detected network change
2021-04-29 19:33:34.236 Df kernel[0:2881] (vmnet) vmnet: VMNetSetopt: Set link state DOWN
2021-04-29 19:33:34.237 Df kernel[0:2881] (vmnet) vmnet: VMNetSetopt: Set link state UP
2021-04-29 19:33:34.710 Df dmd[817:2e1c] [com.apple.dmd:ConfigurationEngine] Detected network change
2021-04-29 19:33:34.711 Df dmd[817:2e1c] [com.apple.dmd:ConfigurationEngine] Detected network change
2021-04-29 19:33:34.712 Df dmd[1116:51da] [com.apple.dmd:ConfigurationEngine] Detected network change
2021-04-29 19:33:34.712 Df dmd[1116:51da] [com.apple.dmd:ConfigurationEngine] Detected network change
2021-04-29 19:33:34.712 Df dmd[1116:51da] [com.apple.dmd:ConfigurationEngine] Detected network change
2021-04-29 19:33:34.712 Df dmd[1116:51da] [com.apple.dmd:ConfigurationEngine] Detected network change
2021-04-29 19:33:34.712 Df dmd[1116:51da] [com.apple.dmd:ConfigurationEngine] Detected network change
2021-04-29 19:33:34.715 Df kernel[0:46a] (vmnet) vmnet: Failed to shallow copy mbuf: 12.
2021-04-29 19:33:34.717 Df kernel[0:46a] (vmnet) vmnet: Failed to deep copy mbuf: 12.
2021-04-29 19:33:34.717 Df kernel[0:46a] (vmnet) vmnet: bridge-en0: SendToVNet copy failed: 12.
2021-04-29 19:33:34.717 Df kernel[0:46a] (vmnet) vmnet: Failed to deep copy mbuf: 12.
2021-04-29 19:33:34.717 Df kernel[0:46a] (vmnet) vmnet: bridge-en0: SendToVNet copy failed: 12.
2021-04-29 19:33:34.725 Df dmd[817:2e1c] [com.apple.dmd:ConfigurationEngine] Detected network change
2021-04-29 19:33:34.725 Df dmd[817:2e1c] [com.apple.dmd:ConfigurationEngine] Detected network change
2021-04-29 19:33:34.725 Df dmd[817:2e1c] [com.apple.dmd:ConfigurationEngine] Detected network change
2021-04-29 19:33:34.910 Df kernel[0:90451] (Sandbox) syscall_extension_issue failed: 2
2021-04-29 19:33:34.955 Df kernel[0:6b2] :
2021-04-29 19:33:34.991 Df dmd[1116:51da] [com.apple.dmd:ConfigurationEngine] Detected network change
2021-04-29 19:33:34.991 Df dmd[817:2e1c] [com.apple.dmd:ConfigurationEngine] Detected network change
2021-04-29 19:33:34.994 Df kernel[0:fe0e] (AppleBCM5701Ethernet) AppleBCM5701Ethernet [en6]:        8      4dd LimitMinFragSize: Unable to realloc packet
2021-04-29 19:33:34.994 Df kernel[0:fe0e] (AppleBCM5701Ethernet) 0x00000008, 0x000004dd LimitMinFragSize: Unable to realloc packet
2021-04-29 19:33:34.994 Df kernel[0:fe0e] (AppleBCM5701Ethernet) AppleBCM5701Ethernet [en6]:        0        0 transmitPacket: Failed to adjust fragment array
2021-04-29 19:33:34.994 Df kernel[0:fe0e] (AppleBCM5701Ethernet) 0x00000000, 0x00000000 transmitPacket: Failed to adjust fragment array
2021-04-29 19:33:34.994 Df kernel[0:fe0e] (AppleBCM5701Ethernet) AppleBCM5701Ethernet [en6]:        8      4f1 LimitMinFragSize: Unable to realloc packet
2021-04-29 19:33:34.994 Df kernel[0:fe0e] (AppleBCM5701Ethernet) 0x00000008, 0x000004f1 LimitMinFragSize: Unable to realloc packet
2021-04-29 19:33:34.994 Df kernel[0:fe0e] (AppleBCM5701Ethernet) AppleBCM5701Ethernet [en6]:        0        0 transmitPacket: Failed to adjust fragment array
2021-04-29 19:33:34.994 Df kernel[0:fe0e] (AppleBCM5701Ethernet) 0x00000000, 0x00000000 transmitPacket: Failed to adjust fragment array
2021-04-29 19:33:36.051 Df kernel[0:90451] (Sandbox) syscall_extension_issue failed: 2
2021-04-29 19:33:40.436 Df kernel[0:398] (vmnet) vmnet: Failed to deep copy mbuf: 12.
2021-04-29 19:33:40.436 Df kernel[0:398] (vmnet) vmnet: bridge-en0: SendToVNet copy failed: 12.
2021-04-29 19:33:41.623 Df kernel[0:903ef] (globalSAN) GLO Warning: Error during the recovery 0xe3ff8201.
2021-04-29 19:33:41.623 Df kernel[0:903ef] (globalSAN) GLO Warning: Error during the recovery 0xe3ff8201.
2021-04-29 19:33:41.624 Df kernel[0:1014c] (IOStorageFamily) disk3s2: device/channel is not attached.
2021-04-29 19:33:41.624 Df kernel[0:1014c] (IOStorageFamily) disk3s2: device/channel is not attached.
2021-04-29 19:33:41.624 Df kernel[0:17e] (IOStorageFamily) disk3s2: media is not present.
2021-04-29 19:33:41.624 Df kernel[0:1014c] (IOStorageFamily) disk3s2: device/channel is not attached.
2021-04-29 19:33:41.624 Df kernel[0:1014c] (IOStorageFamily) disk3s2: device/channel is not attached.
2021-04-29 19:33:41.625 Df kernel[0:17e] (IOStorageFamily) disk3s2: media is not present.
2021-04-29 19:33:41.625 Df kernel[0:1014c] (IOStorageFamily) disk3s2: device/channel is not attached.
2021-04-29 19:33:41.625 Df kernel[0:1014c] (IOStorageFamily) disk3s2: device/channel is not attached.
2021-04-29 19:33:41.625 Df kernel[0:1014c] (IOStorageFamily) disk3s2: device/channel is not attached.
2021-04-29 19:33:41.625 Df kernel[0:1014c] (IOStorageFamily) disk3s2: device/channel is not attached.
2021-04-29 19:33:41.625 Df kernel[0:1014c] (IOStorageFamily) disk3s2: device/channel is not attached.
2021-04-29 19:33:41.625 Df kernel[0:1014c] (IOStorageFamily) disk3s2: device/channel is not attached.
2021-04-29 19:33:41.625 Df kernel[0:1014c] (IOStorageFamily) disk3s2: device/channel is not attached.
2021-04-29 19:33:41.625 Df kernel[0:8fb6a] (IOStorageFamily) disk3s2: media is not present.
2021-04-29 19:33:41.626 Df kernel[0:1014c] (IOStorageFamily) disk3s2: device/channel is not attached.
2021-04-29 19:33:41.626 Df kernel[0:8fb6a] (IOStorageFamily) disk3s2: media is not present.
2021-04-29 19:33:41.626 Df kernel[0:8fb6a] (IOStorageFamily) disk3s2: media is not present.
2021-04-29 19:33:41.626 Df kernel[0:8fb6a] (IOStorageFamily) disk3s2: media is not present.
2021-04-29 19:33:41.626 Df kernel[0:8fb6a] (IOStorageFamily) disk3s2: media is not present.

[ Message repeats 968 times in 0.2 seconds ]

2021-04-29 19:33:41.827 Df DiskUnmountWatcher[1337:7eaf3] DiskUnmountWatcher: callback
2021-04-29 19:33:41.827 Df DiskUnmountWatcher[1337:7eaf3] DiskUnmountWatcher: callback
2021-04-29 19:33:41.828 Df DiskUnmountWatcher[1337:7eaf3] DiskUnmountWatcher: callback find and release <private>
2021-04-29 19:33:41.828 Df DiskUnmountWatcher[1337:7eaf3] [com.apple.KerberosHelper:KerberosHelper] NAHFindByLabelAndRelease: looking for label <private>
2021-04-29 19:33:41.835 Df kernel[0:905ef] (Sandbox) syscall_extension_issue failed: 2
2021-04-29 19:33:41.835 Df kernel[0:905ef] (Sandbox) syscall_extension_issue failed: 2
2021-04-29 19:33:41.837 Df kernel[0:90856] (Sandbox) syscall_extension_issue failed: 2
2021-04-29 19:33:41.837 Df kernel[0:90856] (Sandbox) syscall_extension_issue failed: 2
2021-04-29 19:33:41.839 Df kernel[0:90856] (Sandbox) syscall_extension_issue failed: 2
2021-04-29 19:33:41.839 Df kernel[0:90856] (Sandbox) syscall_extension_issue failed: 2
2021-04-29 19:33:41.839 Df kernel[0:90856] (Sandbox) syscall_extension_issue failed: 2
2021-04-29 19:33:41.839 Df kernel[0:90856] (Sandbox) syscall_extension_issue failed: 2
2021-04-29 19:33:41.964 A  NotificationCenter[455:b77] (IconServices) PREPARE_ICON_IMAGE
2021-04-29 19:33:42.044 A  NotificationCenter[455:b77] (IconServices) GET_ICON_IMAGE_NO_IO
2021-04-29 19:33:42.269 Df kernel[0:90833] (IOStorageFamily) disk3s2: media is not present.
2021-04-29 19:33:42.284 Df kernel[0:90833] (IOStorageFamily) disk3s2: media is not present.
2021-04-29 19:33:42.284 Df kernel[0:90833] (IOStorageFamily) disk3s2: media is not present.
2021-04-29 19:33:42.284 Df kernel[0:90833] (IOStorageFamily) disk3s2: media is not present.

[ Message repeats 31 times in 0.03 seconds ]

2021-04-29 19:33:42.317 A  Finder[417:9d4] (IconServices) PREPARE_ICON_IMAGE
2021-04-29 19:33:42.317 Df kernel[0:90833] (IOStorageFamily) disk3s2: media is not present.
2021-04-29 19:33:42.319 Df kernel[0:90833] (IOStorageFamily) disk3s2: media is not present.
2021-04-29 19:33:42.319 Df kernel[0:90833] (IOStorageFamily) disk3s2: media is not present.
2021-04-29 19:33:42.319 Df kernel[0:90833] (IOStorageFamily) disk3s2: media is not present.

[ Message repeats 134 times in 0.15 seconds ]

2021-04-29 19:33:42.469 Df DiskUnmountWatcher[1337:7eaf3] DiskUnmountWatcher: callback
2021-04-29 19:33:42.473 Df kernel[0:90833] (IOStorageFamily) disk3s2: media is not present.
2021-04-29 19:33:42.478 Df kernel[0:90833] (IOStorageFamily) disk3s2: media is not present.
2021-04-29 19:33:42.478 Df kernel[0:90833] (IOStorageFamily) disk3s2: media is not present.
2021-04-29 19:33:42.478 Df kernel[0:90833] (IOStorageFamily) disk3s2: media is not present.

[ Message repeats 343 times in 0.22 seconds ]

2021-04-29 19:33:42.594 A  Finder[417:9d4] (IconServices) GET_ICON_IMAGE_NO_IO
2021-04-29 19:33:42.594 Df kernel[0:90833] (IOStorageFamily) disk3s2: media is not present.
2021-04-29 19:33:42.594 Df kernel[0:90833] (IOStorageFamily) disk3s2: media is not present.
2021-04-29 19:33:42.594 Df kernel[0:90833] (IOStorageFamily) disk3s2: media is not present.
2021-04-29 19:33:42.595 Df kernel[0:90833] (IOStorageFamily) disk3s2: media is not present.

[ Message repeats 68 times in 0.54 seconds ]

2021-04-29 19:33:43.035 Df kernel[0:90833] (HFS) hfs: unmount initiated on transfer on device disk3s2
2021-04-29 19:33:43.035 Df kernel[0:90833] (HFS) jnl: disk3s2: close: journal is invalid.  aborting outstanding transactions
2021-04-29 19:33:43.362 A  Finder[417:9d4] (IconServices) PREPARE_ICON_IMAGE
2021-04-29 19:33:43.362 A  Finder[417:9d4] (IconServices) GET_ICON_IMAGE_NO_IO
2021-04-29 19:33:43.365 A  Finder[417:9d4] (IconServices) PREPARE_ICON_IMAGE
2021-04-29 19:33:43.365 A  Finder[417:9d4] (IconServices) GET_ICON_IMAGE_NO_IO

[ Sequence repeats 10 times in 4 seconds ]

2021-04-29 19:33:47.872 Df dmd[1116:51da] [com.apple.dmd:ConfigurationEngine] Detected network change
2021-04-29 19:33:47.874 Df dmd[817:2e1c] [com.apple.dmd:ConfigurationEngine] Detected network change
2021-04-29 19:34:04.918 Df kernel[0:90abc] (Sandbox) syscall_extension_issue failed: 2
2021-04-29 19:34:05.107 Df kernel[0:90abc] (Sandbox) syscall_extension_issue failed: 2
2021-04-29 19:34:21.870 Df kernel[0:e941] nfs_connect: socket connect taking a while for 192.168.11.5:/volume3/vault687
2021-04-29 19:34:43.891 Df kernel[0:e941] nfs_connect: socket connect aborted for 192.168.11.5:/volume3/vault687
2021-04-29 19:34:43.891 Df kernel[0:e941] nfs server 192.168.11.5:/volume3/vault687: dead
2021-04-29 19:34:43.891 Df kernel[0:e941] nfs server 192.168.11.5:/volume3/vault687: can not connect, error 60

Forum|alt.badge.img
  • New Contributor
  • May 3, 2021

Test