Displaying 5 results from an estimated 5 matches for "smb_newconn".
2002 May 20
2
smb_newconn error
...39;re having a problem with a linux (2.2.20 smp) webserver (apache) that is
a samba 2.0.7-4) client. Oddly, both client and server are Linux. (I didn't
set them up)
There are 2 webservers that in theory are set up exactly the same. When a
certain one of them goes live, it generates an error:
smb_newconn failed to allocate new packet buffer max xmit 65535
The server then soon fork bombs and the machine has to be rebooted to regain
control. If the server is *not* live, but Apache stressed, no problems
occur.
Is there a FAQ or searchable db I can look this up in?
ciao!
leam
"Today's mi...
1999 Aug 06
0
MS-Client
...3,70)
write_socket(3,70) wrote 70
got smb length of 35
size=35
smb_com=0x75
smb_rcls=2
smb_reh=0
smb_err=1
smb_flg=128
smb_flg2=0
smb_tid=0
smb_pid=21433
smb_uid=0
smb_mid=1
smt_wct=0
smb_bcc=0
tree connect failed: ERRSRV - ERRerror (Non-specific error code.)
-------------- next part --------------
smb_newconn: fd=3, pid=20343
smb_newconn: protocol=1, max_xmit=1024, pid=20343 capabilities=0x0
smb_errno: errcls 1 code 2 from command 0x8
smb_errno: errcls 1 code 2 from command 0x8
smb_errno: errcls 1 code 2 from command 0x8
smb_errno: errcls 1 code 2 from command 0x8
smb_errno: errcls 1 code 2 fr...
2004 Dec 19
0
[2.6 patch] remove outdated smbfs ChangeLog
...arfe <l.s.r@web.de>
-
- * inode.c: Don't clear s_flags and allow ro mounts
-
-2001-04-21 Urban Widmark <urban@teststation.com>
-
- * dir.c, proc.c: replace tests on conn_pid with tests on state to
- fix smbmount reconnect on smb_retry timeout and up the timeout to 30s.
- * proc.c: smb_newconn must have the server locked while updating it.
- * inode.c, proc.c: need flush after truncate on some servers (win9x)
- * file.c: add call to send SMBflush on fsync
- (as suggested by Jochen Dolze <dolze@epcnet.de>)
-
-2001-03-06 Urban Widmark <urban@teststation.com>
-
- * cache.c: d_...
2005 Jan 08
0
[2.6 patch] remove outdated smbfs ChangeLog (fwd)
...arfe <l.s.r@web.de>
-
- * inode.c: Don't clear s_flags and allow ro mounts
-
-2001-04-21 Urban Widmark <urban@teststation.com>
-
- * dir.c, proc.c: replace tests on conn_pid with tests on state to
- fix smbmount reconnect on smb_retry timeout and up the timeout to 30s.
- * proc.c: smb_newconn must have the server locked while updating it.
- * inode.c, proc.c: need flush after truncate on some servers (win9x)
- * file.c: add call to send SMBflush on fsync
- (as suggested by Jochen Dolze <dolze@epcnet.de>)
-
-2001-03-06 Urban Widmark <urban@teststation.com>
-
- * cache.c: d_...
1998 Sep 04
0
Linux SMB Mount utils patch
...*);
+extern int init_smb_fs(void);
+
+/* linux/fs/smbfs/proc.c */
+__u32 smb_len(unsigned char *);
+__u8 *smb_encode_smb_length(__u8 *, __u32);
+__u8 *smb_setup_header(struct smb_sb_info *, __u8, __u16, __u16);
+int smb_get_rsize(struct smb_sb_info *);
+int smb_get_wsize(struct smb_sb_info *);
+int smb_newconn(struct smb_sb_info *, struct smb_conn_opt *);
+int smb_errno(struct smb_sb_info *);
+int smb_close(struct inode *);
+void smb_close_dentry(struct dentry *);
+int smb_close_fileid(struct dentry *, __u16);
+int smb_open(struct dentry *, int);
+int smb_proc_read(struct dentry *, off_t, int, char *);
+...