similar to: smb_errno: class ERRDOS, code 112 from command 0xb

Displaying 20 results from an estimated 400 matches similar to: "smb_errno: class ERRDOS, code 112 from command 0xb"

2005 May 26
1
kernel error smb_errno: class ERRSRV, code 91 from command 0x32
Hi, I have a samba +ldap PDC running on mandrake 10.0 the server is running great except for the error mesage in the kernel log, whic I think causes the system to crash after some time, how much time is needed is unknown, but it seems to get faster with increasing user, as this was a first attempt I first tried it with only less than 10 users, and it the server would go on for more than 3
2004 Jun 11
0
cannot copy files (samba 3.0.3, kernel 2.6)
Hi everybody. First of all: i am using samba 3.0.3 and a 2.6 kernel. I am experiencing a strange problem. I can see, mount and use Windows shares. I can see and mount also Apple shares (through appleshareip and some sort of smb/cifs server on the apple side), but i can't browse them nor copy any files. With kernel 2.4 i couldn't browse, but i could normally copy files and rsyinc
2002 Oct 01
4
rsync 2.5.5 segmentation fault on Linux x86.
Hi all. I have a script which I call from cron. It basically does some stopping of a few services, rsyncs all files to a remote server and then starts the services again. However, rsync segfaults: /share/bin/cron.root.backup.sh: line 28: 18453 Segmentation fault rsync -acx --delete ${_backup_dirs} backup-server::backup-client If I run rsync from the command-line everything works as
2005 Mar 23
1
problem when writing to a deleted file
I've got a weird situation. I have an RMI application that is creating PDF's for a web server. A request comes in to the web server, the web server deletes the PDF if it exists and then requests an RMI server to create the PDF. The PDF is written directly to the web server's disk via a Samba mount (both systems are Linux and are running Samba 3.0.10). The problem occurs when the
1999 Aug 06
0
MS-Client
Hi! I use MS-Client for pre-Windows 95 computers to use shares on my Linux boxes, but also to serve their disks to everyone else. This used to work, but I gradually upgraded and problems arose. This afternoon, I wanted to use smbclient to access a share on the Dos-computer, it gave listings of what was there, but I couldnt retrieve any file. Mounting didn't work either, because I still had
2005 Jun 16
0
Error with smbfs
Hello, with kernel 2.6.11.11 and above (I've tried 2.6.11.12 also), I get error in write on smbfs with Novell NetWare server. New kernel work correctly when I get services from other server (Win2k server or pro) I've tested the Alan-Cox's patch 7 also, but without succesfull. My previos kernel (2.4.24) work correctly. Smbclient work correctly with new kernels. Report error from
2000 Feb 29
1
smbfs failure mounting DAVE Macintosh share
Hi, I tried to make my Linux box smbmount a remote share originating from a Macintosh running the commercial package DAVE 2.5. The Linux box is a RedHat 6.0 with a 2.2.14 kernel (with smbfs inserted as a module) and samba-2.0.3; the iMac ran MacOS9. The directory to be shared, \\akemi\archivio, contained two files, aaa and bbb. Here's what happened: [root@sonal ~]# smbmount
2003 Jul 12
0
smbmount and PCShare [Helios]
I tried to mount a PCShare file system with smbmount and was surprised to see that there is a problem while writing files to the mounted file system. I can read everything and move things an make directories within the shared file system. But if I try to copy a file from the local disk (LINUX SuSE 8.1) to the shared file system I get an I/O error. I suppose that this is not a permission
2010 Jul 28
2
Answered call not bridged
Hi I've suddenly started encountering a strange issue. Sometimes, when a call is made into our system, an extension answered the phone but I can see no mention of it being bridged in the console. Also, the server does not seem to think that it is answered and then goes to voicemail. We are using asterisk 1.4.17 Here is the console output for one of these calls, it was me ringing a
2004 Dec 19
0
[2.6 patch] remove outdated smbfs ChangeLog
The patch below removes an outdated samba ChangeLog file. diffstat output: fs/smbfs/ChangeLog | 160 --------------------------------------------- 1 files changed, 160 deletions(-) Signed-off-by: Adrian Bunk <bunk@stusta.de> --- linux-2.6.10-rc3-mm1-full/fs/smbfs/ChangeLog 2004-10-18 23:54:55.000000000 +0200 +++ /dev/null 2004-11-25 03:16:25.000000000 +0100 @@ -1,160 +0,0 @@
2005 Jan 08
0
[2.6 patch] remove outdated smbfs ChangeLog (fwd)
The patch forwarded below still applies against 2.6.10-mm2. Please apply. ----- Forwarded message from Adrian Bunk <bunk@stusta.de> ----- Date: Sun, 19 Dec 2004 14:58:37 +0100 From: Adrian Bunk <bunk@stusta.de> To: samba@samba.org Cc: linux-kernel@vger.kernel.org Subject: [2.6 patch] remove outdated smbfs ChangeLog The patch below removes an outdated samba ChangeLog file.
2004 Aug 27
0
Strange samba errors
Hi list members! Probably this one isn't even samba-related, but as I do not fully understand the error messages and this list is read by people who work wokr with samba more often than me, I hope someone can help me. Okay, here is what I've got. I boot knoppix on a workstation and start a script, which backs up the harddrive onto another PC which is running Windows NT Workstation.
2003 Aug 12
0
Copy large files to samba share
Hi! I have several linux boxes, that need to be backed up. I wrote a small script for this task that simply creates a .tar.gz file with alle the important stuff in it. The tape drive is connected to a windows box, so the script also mounts a windows share and copies the .tar.gz file. Unfortunately I get errors from time to time when the script copies large files (>200 MB). Small files (<100
2006 Mar 06
0
write failure on smb mounted NAS partition
I have a Thecus NAS, which seems to be a samba server internally # smbclient -L thecus : Domain=[THECUS] OS=[Unix] Server=[Samba 3.0.14a] My Workstation (Mandrake 10.1): # uname -r 2.6.11-6mdk # rpm -qa |grep samba samba-server-3.0.13-2mdk samba-swat-3.0.13-2mdk samba-common-3.0.13-2mdk samba-client-3.0.13-2mdk The problem: when I 'mount -t smbfs' one of the folders of the thecus and
1999 Jan 31
0
SMBfs: bug in 2.2.1 ?
Hi, I've noticed what seems to be a bug in the SMBfs page write code. It seems that the code in generic_file_write has changed fairly recently, and it is now a bug for the 'updatepage' code to clear the page lock and serve the wait queue. Unfortunately nobody seems to have removed the call to 'smb_unlock_page(page)' in 'smb_writepage_sync'. Would people who've
2004 Sep 10
0
Smbfs problems after upgrading from Woody to Sarge
I earlier this week upgraded from Debian woody to sarge on a machine that does a nightly backup to another machine via a samba share. Since then I have had some issues with accessing that share with I believe are a result of the upgrade. I upgraded the kernel at the same time to 2.4.27-1-686 #1 via apt-get, which might be the related to the problem. Smbfs is version 3.0.6-3
2005 Nov 28
1
Is samba or a kernel bug causing my FC4 server to crash?
I've got a fully updated Fedora Core 4 server crashing hard every week or two. I use Samba via smbmount and autofs to read & delete log files on 17 XP boxs and 6 NT4SP6 boxes as well as a couple other Windows files servers every 5 minutes. The first indication of a problem I get is smbmount stops working, then the server becomes unresponsive to the point where only a power slam will fix
2002 Aug 30
1
rsync: connection unexpectedly closed; reverse lookups?
Hi. My goal is to use rsync to syncronize box1 and box2. On box2, I have a tapedrive which I write the data I syncronize from box1 every night. On box1, my /etc/rsyncd.conf looks like this: root@box1# cat /etc/rsyncd.conf max connections = 1 syslog facility = local6 [tmp] path = /tmp read only = yes comment = export of /tmp hosts allow = box2 auth users
2006 May 11
1
Re: [PATCH] smbfs: Fix slab corruption in samba error path
Jan Niehusmann <jan@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
2002 Aug 18
1
Kernel Bug
I have a DB server running ext3 under fairly extreme load. The system is a Dell 2550 (Dual P-III 1Ghz with a gig of RAM) running RedHat 7.2 with the stock 2.4.7-10 kernel. Things have been swell for 95 days, but I just got bit: Linux 2.4.7-10smp #1 SMP Thu Sep 6 17:09:31 EDT 2001 i686 unknown [root@ root]# cat /root/oops.20020817 kernel BUG at journal.c:373! invalid operand: 0000 CPU: 1 EIP: