You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thanks for the report... very likely we need to update this to match the more modern SMB implementation.
This brings up an interesting question: does Joyent put in-kernel SMB into SmartOS? In other words, the symptoms you describe also match those expected if the kernel module is not loaded.
Yes they do include in-kernel SMB in SmartOS. modinfo's output includes smbsrv, and with the service enabled in a non-global zone I'm successfully accessing files from a Mac.
Running cifssrvtop in the global zone fails as I described, but running it in the same non-global zone with smb/server enabled fails differently:
dtrace: error on enabled probe ID 3 (ID 73154: profile:::tick-1sec): invalid kernel access in action #1 at DIF offset 20
On joyent_20160804T173241Z, there are no probes matching ReadRaw/WriteRaw, so it looks like the -Z flag needs to be passed to dtrace.
However a more significant problem is that there is no data output at all, just the header which refreshes at the appropriate interval. e.g.
The text was updated successfully, but these errors were encountered: