search for: smb_fs

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

1998 Sep 04
0
Linux SMB Mount utils patch
...EM_SEMUN_UNDEFINED && GLIBC2 +#define NO_SEMUN /* this version of glibc2 does not define struct semun for us */ +#undef _SEM_SEMUN_UNDEFINED +#endif /*_SEM_SEMUN_UNDEFINED && GLIBC2 */; #include <sys/shm.h> #ifdef NO_SEMUN union semun { diff -urN samba-1.9.18p10-orig/source/smb_fs.h samba-1.9.18p10/source/smb_fs.h --- samba-1.9.18p10-orig/source/smb_fs.h Wed Dec 31 16:00:00 1969 +++ samba-1.9.18p10/source/smb_fs.h Thu Sep 3 12:54:45 1998 @@ -0,0 +1,224 @@ +/* + * smb_fs.h + * + * Copyright (C) 1995 by Paal-Kr. Engstad and Volker Lendecke + * Copyright (C) 1997 by Volker...
1999 Sep 29
0
building on Red Hat 5.2
...uot; -DBINDIR="/usr/local/samba/bin" -DHAVE_INCLUDES_H -DPASSWD_PROGRAM="/bin/passwd" -DSMB_PASSWD_FILE="/usr/local/samba/private/smbpasswd" Using LIBS = -lreadline -ldl -lcrypt Compiling client/smbmount.c And the errors are: In file included from /usr/include/linux/smb_fs.h:11, from client/smbmount.c:28: /usr/include/linux/smb.h:47: warning: `PVAL' redefined include/byteorder.h:136: warning: this is the location of the previous definition /usr/include/linux/smb.h:76: warning: `smb_base' redefined include/smb.h:1320: warning: this is the loca...
2002 Apr 30
5
smbmount, smbumount and smbmnt
...I find that smbmount, smbumount and smbmnt are all quite huge. Around 300 to 400Kb each. I understand that Samba is capable of doing complex things. However if all i need is the ability to mount and unmount share points do i need this big a smbmount, smbumount and smbmnt? Also whenever i choose SMB_FS support in the Kernel configuration, i am forced to choose the NLS. Do i really need it? How can i do without it? Also the smbmount demands codepage.850, codepage-def.850, unicode_map.850, unicode_map.ISO8859-1 files. I have not provided the same in my embedded development environment. Funnily, alt...
1999 Jul 26
0
"smbmount" and Linux kernel-2.0.37
Hello, I tried to compile Samba-2.0.5b with smbmount after setting the configure-option "--with-smbmount". On systems (SuSE 5.0 and SuSE 5.3) running Linux kernel 2.0.35 and 2.0.37 I didn't have success: Compiling client/smbmount.c In file included from /usr/include/linux/smb_fs.h:11, from client/smbmount.c:28: /usr/include/linux/smb.h:47: warning: `PVAL' redefined include/byteorder.h:136: warning: this is the location of the previous definition /usr/include/linux/smb.h:76: warning: `smb_base' redefined include/smb.h:1320: warning: this is the loca...
2002 Feb 27
2
why I don't have smbmount????
hi all I had compiled samba 2.2.1a and it is working... but when I tried to mount a share from my windows 2000, it happened I don't have smbmount!!!! do you know what happens? I compiled it with configure make make install Do I need a option for compile smbmount.c??? I hope U can helpme pleas?
2004 Mar 04
2
Compiling under kernel 2.6.0 and after
...oblem on all 2.6.x kernels) and get the following error chucked out. Only occurs with --with-smbmount as you might expect from the file it fails on. Anyone else had this problem and fixed it? Regards Dan In file included from /usr/include/linux/fs.h:20, from /usr/include/linux/smb_fs.h:15, from client/smbmount.c:27: /usr/include/linux/radix-tree.h: In function `radix_tree_preload_end': /usr/include/linux/radix-tree.h:54: error: invalid type argument of `->' /usr/include/linux/radix-tree.h:54: error: `TIF_NEED_RESCHED' undeclared (first use in thi...
2000 May 27
1
Samba Compile Problems on Indy
...st mode ** I am trying to compile Samba 2.0.7 on my SGI Indy running IRIX 6.5 I did a: ./configure --with-smbmount (I want smbmount) then, after an hour compiling, it gave this: Compiling client/smbmount.c client/smbmount.c:27: asm/types.h: No such file or directory client/smbmount.c:28: linux/smb_fs.h: No such file or directory *** Error code 1 (bu21) Is there any way round this, or can't smbmount be used on non-Linux OS's?? Thanks! Bye for Now, Ian \|||/ (o o) /----------------ooO-(_)-Ooo----------------\ | Ian Chilton...
2008 Sep 26
0
W2K8 ADS, sernet pkgs (debian)
...join the ADS with net ads join, after that it works the next 45min - 1h. What can be the problem? I tried to compile the sernet pkgs for debian sid but I get ever this error: Compiling client/smbmount.c In file included from /usr/include/linux/smb.h:14, from /usr/include/linux/smb_fs.h:12, from client/smbmount.c:25: /usr/include/linux/time.h:9: error: redefinition of ?struct timespec? /usr/include/linux/time.h:15: error: redefinition of ?struct timeval? /usr/include/linux/time.h:20: error: redefinition of ?struct timezone? /usr/include/linux/time.h:42: error:...
2000 Jul 31
0
[patch] smbmount fixes for samba-2.0.7, testers wanted!
...ut_logging = False; + dbf = NULL; + if( interactive ) { stdout_logging = True; --- samba-2.0.7-orig/source/client/smbmount.c Wed Apr 26 01:06:42 2000 +++ samba-2.0.7/source/client/smbmount.c Mon Jul 31 16:25:00 2000 @@ -27,18 +27,12 @@ #include <asm/types.h> #include <linux/smb_fs.h> -/* 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! */ -/*...
2002 Apr 18
5
mixed case file systems.
I am having trouble with rsync when I am trying to synchronize a Windows NT volume mounted with smb_fs (FreeBSD) and a unix volume which is also exported with Samba. There are instances where the DOS short name on the NT volume ends up as upper case and then doesn't match filenames which are used in the unix volumes which have been exported by Samba. I don't know if this is a Samba problem...