search for: smbiod

Displaying 10 results from an estimated 10 matches for "smbiod".

Did you mean: smbios
2009 Mar 20
1
help - smbiod
Hello all, I need help about smbiod, i have mounted samba server from linux client with command "mount -t smbfs -o username=root //10.10.x.x/folder /dest" and then the client ask about password, and it works, but when i copy files in the middle of the process suddenly it stoped, then i run command "top" i see &quo...
2004 Sep 22
0
file transfer freeze with SW [smbiod] process..
...lems: only happens from the linux client. 2. when samba server starts, there are 2 smbd -D processes and one nmbd -D process. even when restart samba server service, same thing. 3. when freeze occurs, following 2 processes show up: root 3103 0.0 0.0 0 0 ? SW 13:35 0:00 [smbiod] mrgrimm 3137 0.0 0.0 0 0 ? Z 13:38 0:00 [netstat] <defunct> been unsuccessfully searching for an answer. thanks in advance.
2005 Nov 28
1
Is samba or a kernel bug causing my FC4 server to crash?
...aid_mbox megaraid_mm m ptscsih mptbase sd_mod scsi_mod Nov 8 17:21:53 poseidon kernel: CPU: 3 Nov 8 17:21:53 poseidon kernel: EIP: 0060:[<f8b4b5a4>] Not tainted VLI Nov 8 17:21:53 poseidon kernel: EFLAGS: 00010206 (2.6.13-1.1532_FC4smp) Nov 8 17:21:53 poseidon kernel: EIP is at smbiod+0xef/0x184 [smbfs] Nov 8 17:21:53 poseidon kernel: eax: 12221400 ebx: d1de9000 ecx: eceb6f98 edx: 0321cf60 Nov 8 17:21:53 poseidon kernel: esi: 06000000 edi: eceb6000 ebp: eceb6fc4 esp: eceb6fbc Nov 8 17:21:53 poseidon kernel: ds: 007b es: 007b ss: 0068 Nov 8 17:21:53 poseidon k...
2008 Dec 01
2
server or client having the problem?
...ting 2-3megabytes/second. Something stopped working. On the client I ran strace against the mount.smbfs process: It showed pause( On the server all I saw was this: [2008/11/30 14:14:43, 1] smbd/service.c:(1230) 192.168.1.200 (192.168.1.200) closed connection to service smbmnt Can't strace smbiod on the client and can't find the man page for it and I can't send signal 11 to try to get a core. I'm just running this instead of NFS, would CIFS be a better choice here?
2007 Jul 18
1
smbfs patch for 2.6 [PATCH]
...or posting my patch here if this is not the correct place to post a patch. I know that smbfs is being removed, but we still use it and need it to work. We have a patch to contribute back to the smbfs in the 2.6 kernel. I have noticed multiply posts on this issue and we have basically patch the smbiod.c to fix the reconnect bug in 2.6 Something we did for our patch is to reduce the timeout from 30*HZ to 10*HZ, so you may want to change this back to 30*HZ. This solved the issue of a smbfs mount becoming invalid due to the smbd going down or a lost connection. smbmount listens to SIGUSR1 to...
2006 Sep 01
11
BUG: soft lockup detected on CPU#0! on 3.0.2-2
BUG: soft lockup detected on CPU#0! Pid: 2213, comm: smbiod EIP: 0061:[<f4990f2e>] CPU: 0 EIP is at smbiod+0x116/0x16d [smbfs] EFLAGS: 00000246 Tainted: GF (2.6.16-xen-automount #1) EAX: 00000000 EBX: f4996400 ECX: f2c99f68 EDX: f2c98000 ESI: f2c98000 EDI: c06f5780 EBP: f2c99fb8 DS: 007b ES: 007b CR0: 8005003b CR2: b7f77000 CR3: 326e2000 CR4...
2004 Sep 23
1
Trouble connecting to Samba shares from other Linux boxes
Hey list, I'm having some problems with a few of my Fedora Core 2 boxes. 1 of the systems is set up as a Samba Server as the main fileserver. I have some Windows XP machines connecting to it just fine, nice and fast. However, I also have some FC2 systems that connect to it using the smbfs filesystem, and while they work initially after booting up, any amount of browsing through Nautilus or
2006 May 11
1
Re: [PATCH] smbfs: Fix slab corruption in samba error path
...req->rq_queue); > smb_rput(req); > } > smb_unlock_server(server); > } > [...] > if (signal_pending(current)) > req->rq_errno = -ERESTARTSYS; > > I guess that some codepath like smbiod_flush() caused the request > to be removed from the queue, and smb_rput(req) be called, without > SMB_REQ_RECEIVED being set. This violates an asumption made by the > quoted code. > > Then, the above code calls smb_rput(req) again, the req gets freed, > and req->rq_errno = -ER...
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