Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107173109
D36377.id109915.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
605 B
Referenced Files
None
Subscribers
None
D36377.id109915.diff
View Options
diff --git a/sys/fs/nfsserver/nfs_nfsdstate.c.nosess b/sys/fs/nfsserver/nfs_nfsdstate.c
--- a/sys/fs/nfsserver/nfs_nfsdstate.c.nosess
+++ b/sys/fs/nfsserver/nfs_nfsdstate.c
@@ -6394,9 +6394,12 @@
}
if (cp != NULL)
printf("nfsrv_cache_session: no session "
- "IPaddr=%s\n", cp);
+ "IPaddr=%s, check NFS clients for unique "
+ "/etc/hostid's\n", cp);
else
- printf("nfsrv_cache_session: no session\n");
+ printf("nfsrv_cache_session: no session, "
+ "check NFS clients for unique "
+ "/etc/hostid's\n");
free(buf, M_TEMP);
}
m_freem(*m);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 12, 5:51 AM (16 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15762083
Default Alt Text
D36377.id109915.diff (605 B)
Attached To
Mode
D36377: update the NFSv4.1/4.2 server's console message indicating that there is no session
Attached
Detach File
Event Timeline
Log In to Comment