Page 1 of 1

Error Messages

Posted: 21 Sep 2015 19:47
by apollo567
Hello,

what do these MEssages tell me please:

Sep 21 19:41:25 nas4free smbd[2990]: inotify_add_watch returned Bad file descriptor
Sep 21 19:41:25 nas4free smbd[2990]: [2015/09/21 19:41:25.367375, 1] ../source3/smbd/notify_inotify.c:377(inotify_watch)
Sep 21 19:41:10 nas4free smbd[2990]: inotify_add_watch returned Bad file descriptor
Sep 21 19:41:10 nas4free smbd[2990]: [2015/09/21 19:41:10.358345, 1] ../source3/smbd/notify_inotify.c:377(inotify_watch)
Sep 21 19:41:05 nas4free smbd[2990]: inotify_add_watch returned Bad file descriptor
Sep 21 19:41:05 nas4free smbd[2990]: [2015/09/21 19:41:05.293755, 1] ../source3/smbd/notify_inotify.c:377(inotify_watch)
Sep 21 19:40:52 nas4free smbd[2990]: inotify_add_watch returned Bad file descriptor
Sep 21 19:40:52 nas4free smbd[2990]: [2015/09/21 19:40:52.842903, 1] ../source3/smbd/notify_inotify.c:377(inotify_watch)
Sep 21 19:40:48 nas4free smbd[2990]: inotify_add_watch returned Bad file descriptor
Sep 21 19:40:48 nas4free smbd[2990]: [2015/09/21 19:40:48.861360, 1] ../source3/smbd/notify_inotify.c:377(inotify_watch)
Sep 21 19:40:46 nas4free smbd[2990]: inotify_add_watch returned Bad file descriptor
Sep 21 19:40:46 nas4free smbd[2990]: [2015/09/21 19:40:46.527549, 1] ../source3/smbd/notify_inotify.c:377(inotify_watch)
Sep 21 19:40:41 nas4free smbd[2990]: inotify_add_watch returned Bad file descriptor
Sep 21 19:40:41 nas4free smbd[2990]: [2015/09/21 19:40:41.807828, 1] ../source3/smbd/notify_inotify.c:377(inotify_watch

Regards
apollo

Re: Error Messages

Posted: 22 Sep 2015 07:55
by Parkcomm

Code: Select all

smbd[2990]: inotify_add_watch returned Bad file descriptor
smdb - The smbd server daemon provides file sharing and printing services to Windows clients. In addition, it is responsible for user authentication, resource locking, and data sharing through the SMB protocol. (this daemon supports CIFS/SMB)

inotify_add_watch - inotify detect file system modifications, add_watch selects which files you want to monitor.

Bad file descriptor - Well something wen't wrong, could be all sorts of reasons (file is locked, bad file name, who knows)

So that was probably not very helpful.

If I had these errors I'd have a look for underlying errors. Is the disk out of space, run fsck etc. Possibly SMB/CIFS is out of synch with the actual file system (for instance you configured CIFS to share a directory and subsequently deleted it). After that I have no concrete suggestions.