search for: smb_file_read

Displaying 6 results from an estimated 6 matches for "smb_file_read".

2002 Oct 09
1
File validation errors?
Two days ago I got a whole slew of smbfs errors in my system logs, all stemming from an apparent inability to read two files. Here are some samples: Oct 7 14:36:41 server kernel: smb_file_read: cur/1033577524.16219.server.iatdev.com,S=230098@2,T validation failed, error=4294967294 Oct 7 14:36:47 server last message repeated 5984 times Oct 7 14:36:47 server kernel: smb_file_read: cur/1033577524.16219.server.iatdev.com,S=230098@2,T validation failed, error=4...
2002 Jul 11
0
Strange log message
Hello all. Yesterday a curious error was logged by a Samba client running on a Red Hat 7.1 box runing Samba 2.2.4, and mounting shares hosted by a Win2k server: Jul 10 16:02:47 linux-two smb_file_read: cur/1025715495.1941.linux-two validation failed, error=4294967294 I searched through the mailing list archives and found a message detailing similar validation errors a person was seeing. The reply suggested that the validation was failing because the network connection had been dropped....
2003 May 22
0
use-after-free in smbfs on 2.5.69-mm5
...[<ec8f0f18>] rtc_wait+0x18/0x20 [rtc] [<c0117383>] default_wake_function+0x17/0x1c [<c01173c2>] __wake_up_common+0x3a/0x54 [<ec8f0f00>] rtc_wait+0x0/0x20 [rtc] [<ec8f0f30>] rtc_task_lock+0x0/0x18 [rtc] [<c016b61a>] kill_fasync+0x16/0x1c [<ec991c32>] smb_file_read+0x4e/0x5c [smbfs] [<c015758e>] vfs_read+0xa2/0xd4 [<c0157770>] sys_read+0x30/0x50 [<c0109853>] syscall_call+0x7/0xb -- /Martin
2006 May 11
1
Re: [PATCH] smbfs: Fix slab corruption in samba error path
...gondor.com> wrote: > > Yesterday, I got the following error with 2.6.16.13 during a file copy > from a smb filesystem over a wireless link. I guess there was some error > on the wireless link, which in turn caused an error condition for the > smb filesystem. > > In the log, smb_file_read reports error=4294966784 (0xfffffe00), which > also shows up in the slab dumps, and also is -ERESTARTSYS. Error code > 27499 corresponds to 0x6b6b, so the rq_errno field seems to be the only > one being set after freeing the slab. > > In smb_add_request (which is the only place in s...
2005 Nov 05
2
[PATCH 00/25] reduce code in fs/compat_ioctl.c
On S?nnavend 05 November 2005 00:51, Christoph Hellwig wrote: > On Sat, Nov 05, 2005 at 12:10:46AM +0100, Arnd Bergmann wrote: > > > > BTW, I now have a set of 25 patches that moves all handlers from > > fs/compat_ioctl.c over to the respective drivers and subsystems, > > but I'm not sure how to best test that. > > I intend to at least give it a test run on my
2005 Nov 05
2
[PATCH 00/25] reduce code in fs/compat_ioctl.c
On S?nnavend 05 November 2005 00:51, Christoph Hellwig wrote: > On Sat, Nov 05, 2005 at 12:10:46AM +0100, Arnd Bergmann wrote: > > > > BTW, I now have a set of 25 patches that moves all handlers from > > fs/compat_ioctl.c over to the respective drivers and subsystems, > > but I'm not sure how to best test that. > > I intend to at least give it a test run on my