Displaying 11 results from an estimated 11 matches for "unlock_mtab".
2008 Dec 22
2
compiling 3.2.6 fails on fedora 10 i386
...protector --param=ssp-buffer-size=4 -m32
-march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE
-Wall -D_GNU_SOURCE -D_LARGEFILE64_SOURCE mount.cifs.c
/tmp/ccqZWMvv.o: In function `main':
/root/rpmbuild/BUILD/samba-3.2.6/source/client/mount.cifs.c:1415:
undefined reference to `unlock_mtab'
/root/rpmbuild/BUILD/samba-3.2.6/source/client/mount.cifs.c:1416:
undefined reference to `lock_mtab'
/root/rpmbuild/BUILD/samba-3.2.6/source/client/mount.cifs.c:1462:
undefined reference to `unlock_mtab'
/root/rpmbuild/BUILD/samba-3.2.6/source/client/mount.cifs.c:1424:
undefined ref...
2008 Dec 06
0
Samba 3.3.0rc1 for production server - is it safe?
..._RECOVER_ERR
because I saw this in pam_windbind.h
#ifndef PAM_AUTHTOK_RECOVER_ERR
#define PAM_AUTHTOK_RECOVER_ERR PAM_AUTHTOK_RECOVERY_ERR
#endif
I rpmbuild-ed it again, it flew through the above stage, but again, it
stucked while compiling samba-3.3.01rc/source/client/mount.cifs.c. It
said that
unlock_mtab and lock_mtab is undefined. I tried digging the source
code, I found this
else {
atexit(unlock_mtab);
rc = lock_mtab();
...
If I play with
extern int lock_mtab(void);
extern void unlock_mtab(void);
in mount.h, like changing int into void or vice v...
2008 Dec 15
3
samba 3.2.6 link error
No problems building samba 3.2.5, but having a link error with 3.2.6.
Haven't been able to find a solution.
Compiling nsswitch/wins.c
Linking nsswitch/libnss_wins.so
/tmp/ccvWgbGU.o: In function `main':
mount.cifs.c:(.text+0x1f29): undefined reference to `unlock_mtab'
mount.cifs.c:(.text+0x1f33): undefined reference to `lock_mtab'
mount.cifs.c:(.text+0x1f7a): undefined reference to `unlock_mtab'
mount.cifs.c:(.text+0x20c8): undefined reference to `unlock_mtab'
collect2: ld returned 1 exit status
Any ideas?
George
--
George Sherwood
Source M...
2009 Jan 08
2
Compiling Samba 3.2.7 fails on RHEL 4
...fer-size=4 -m32
> -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE
> -Wall -D_GNU_SOURCE -D_LARGEFILE64_SOURCE mount.cifs.c
> /tmp/ccqZWMvv.o: In function `main':
> /root/rpmbuild/BUILD/samba-3.2.6/source/client/mount.cifs.c:1415:
> undefined reference to `unlock_mtab'
> /root/rpmbuild/BUILD/samba-3.2.6/source/client/mount.cifs.c:1416:
> undefined reference to `lock_mtab'
> /root/rpmbuild/BUILD/samba-3.2.6/source/client/mount.cifs.c:1462:
> undefined reference to `unlock_mtab'
> /root/rpmbuild/BUILD/samba-3.2.6/source/client/mount.ci...
2009 Jan 13
5
[Release Planning 3.2] Samba 3.2.8 on February 03, 2009
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hey folks,
fyi:
The planned release date for Samba 3.2.8 is February 03, 2009.
Karolin
- --
Samba http://www.samba.org
SerNet http://www.sernet.de
sambaXP http://www.sambaxp.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
iEYEARECAAYFAklsVa0ACgkQKGi9fisXk1G+XwCfTKWiARlspK6dFKaSBpPCe5W1
PAcAnRLbGFF1ANS0qTmpSZRQ26PeEAvQ
2009 Jan 20
1
[Announce] Samba 3.0.34 Maintainance Release Available
...ms when mounting subdirectories of shares in
mount.cifs.
* Don''t prompt for password on krb5 mounts in mount.cifs.
* Have uppercase_string return success on NULL pointer in mount.cifs.
* Make return codes match the return codes for /bin/mount in mount.cifs.
* Use lock/unlock_mtab scheme from util-linux-ng mount prog.
o Volker Lendecke <vl@samba.org>
* BUG 5965: Fix creation of the first share using SWAT.
* Fix bug triggered by the RAW-SAMBA3OPLOCKLOGOFF test.
o David Leonard <David.Leonard@quest.com>
* BUG 4516: No IPv6 on Solaris 2.6.
o...
2009 Jan 20
1
[Announce] Samba 3.0.34 Maintainance Release Available
...ms when mounting subdirectories of shares in
mount.cifs.
* Don''t prompt for password on krb5 mounts in mount.cifs.
* Have uppercase_string return success on NULL pointer in mount.cifs.
* Make return codes match the return codes for /bin/mount in mount.cifs.
* Use lock/unlock_mtab scheme from util-linux-ng mount prog.
o Volker Lendecke <vl@samba.org>
* BUG 5965: Fix creation of the first share using SWAT.
* Fix bug triggered by the RAW-SAMBA3OPLOCKLOGOFF test.
o David Leonard <David.Leonard@quest.com>
* BUG 4516: No IPv6 on Solaris 2.6.
o...
2008 Dec 10
3
[ANNOUNCE] Samba 3.2.6 Available for Download
...i <kr0tki@poczta.onet.pl>
* BUG 5928: Fix ''testparm --version''.
o Jeff Layton <jlayton@redhat.com>
* Have uppercase_string return success on NULL pointer in mount.cifs.
* Make mount.cifs return codes match the return codes for /bin/mount.
* Use lock/unlock_mtab scheme from util-linux-ng mount prog in mount.cifs.
o Volker Lendecke <vl@samba.org>
* BUG 5691: Fig smbd panic on Solaris.
* BUG 5778: Check if strlcpy and strlcat are already defined.
* BUG 5840: Fix segfault in "rpcclient lsaaddacctrights".
* BUG 5860: Fix nas...
2008 Dec 10
3
[ANNOUNCE] Samba 3.2.6 Available for Download
...i <kr0tki@poczta.onet.pl>
* BUG 5928: Fix ''testparm --version''.
o Jeff Layton <jlayton@redhat.com>
* Have uppercase_string return success on NULL pointer in mount.cifs.
* Make mount.cifs return codes match the return codes for /bin/mount.
* Use lock/unlock_mtab scheme from util-linux-ng mount prog in mount.cifs.
o Volker Lendecke <vl@samba.org>
* BUG 5691: Fig smbd panic on Solaris.
* BUG 5778: Check if strlcpy and strlcat are already defined.
* BUG 5840: Fix segfault in "rpcclient lsaaddacctrights".
* BUG 5860: Fix nas...
2008 Nov 27
1
[Announce] Samba 3.3.0rc1 Available for Download
...map_ad_sids_to_unixids().
* Make memcache_add_talloc NULL out the source pointer.
* Fix memleak in memcache_add_talloc found by Martin Zielinski <mz@seh.de>.
* Fix memleak in calculate_next_machine_pwd_change.
o Jeff Layton <jlayton@redhat.com>
* mount.cifs: use lock/unlock_mtab scheme from util-linux-ng mount prog.
o Derrell Lipman <derrell.lipman@unwireduniverse.com>
* BUG 5805: Don''t close stdout when calling setup_logging multiple times.
o Stefan Metzmacher <metze@samba.org>
* Return an error instead of crashing when no realm is giv...
2008 Nov 27
1
[Announce] Samba 3.3.0rc1 Available for Download
...map_ad_sids_to_unixids().
* Make memcache_add_talloc NULL out the source pointer.
* Fix memleak in memcache_add_talloc found by Martin Zielinski <mz@seh.de>.
* Fix memleak in calculate_next_machine_pwd_change.
o Jeff Layton <jlayton@redhat.com>
* mount.cifs: use lock/unlock_mtab scheme from util-linux-ng mount prog.
o Derrell Lipman <derrell.lipman@unwireduniverse.com>
* BUG 5805: Don''t close stdout when calling setup_logging multiple times.
o Stefan Metzmacher <metze@samba.org>
* Return an error instead of crashing when no realm is giv...