search for: smbfs_debug

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

1999 Sep 19
3
Samba can't keep NT shares mounted
I don't know who this problem belongs to, samba or Linux, but it's a common one, judging by the responses in my INBOX to a previous post. Plus, it's a fairly serious one; many applications require smb shares to be mounted continuously and without interruption. It's been a recurring problem which seems to have been pushed off to the side as not important, even though it's a
2000 Jul 31
0
[patch] smbmount fixes for samba-2.0.7, testers wanted!
...-/* Uncomment this to allow debug the mount.smb daemon */ -/* WARNING! This option is incompatible with autofs/automount because - it does not close the stdout pipe back to the automount - process, which automount depends on. This will cause automount - to hang! Use with caution! */ -/* #define SMBFS_DEBUG 1 */ - extern struct in_addr ipzero; extern int DEBUGLEVEL; extern BOOL in_client; extern pstring user_socket_options; +extern fstring remote_machine; static pstring my_netbios_name; static pstring password; @@ -73,7 +67,7 @@ signal( SIGTERM, exit_parent ); if ((child_pid = fork())...
1999 Sep 24
1
Cannot access nt shares after a few minutes
Hi, I´ running samba 2.0.5a and Linux 2.2.5. After smbmount sucessfully mounted my four nt-shares it lost the connection after 15 or more minutes. I´ve no idea why. The log reads smb_retry: signal failed: error=-3 I can remount all shares every 5 minutes but this doesn´t seem to be a good solution. Anyone who has a fix for this?
2004 Sep 10
1
smbf errors
...me also already when when I try to mount. I can mount shares, however, from other systems, namely all Windows versions and OS/2 3.0 If it is of any help, I could also supply samba logs and tcpdump dumps, although I couldn't find any error messages in the samba logs. Btw: I tried to enable SMBFS_DEBUG and SMBFS_DEBUG_VERBOSE in smbfs' Makefile, but that didn't change anything. Thanks in advance Alexej
2004 Sep 13
0
smbf errors with kernel 2.6
...time also already when when I try to mount. I can mount shares, however, from other systems, namely all Windows versions and OS/2 3.0 If it is of any help, I could also supply samba logs and tcpdump dumps, although I couldn't find any error messages in the samba logs. Btw: I tried to enable SMBFS_DEBUG and SMBFS_DEBUG_VERBOSE in smbfs' Makefile, but that didn't change anything. Thanks in advance Alexej
2000 May 31
3
smbmount problems when mounted share goes offline.
(using samba-2.0.7 on Debian Linux 2.2.15) Hi, I'm wondering how do I get around the problem when you smbmount a share on a win32 machine and that machine reboots, the mount becomes a blackhole. If you attempt an 'ls', 'df' or anything that would access that mount point the program then goes into a state of void and cannot be killed, leaving the proc open until reboot