similar to: locking module - problem

Displaying 20 results from an estimated 9000 matches similar to: "locking module - problem"

2008 Jan 03
0
Embedded samba 2.0.26 problems
I've built an embedded version of samba 3.0.26b. I'm having a problem getting it started, though - it fails to start. A bit of tracing and I *think* it's failing to find secrets.tdb. strace is showing smbd dying after failing to find secrets.tdb - in the wrong place. I think the script below should take care of that, but for some reason it's looking for secrets\.tbd in the
2002 Dec 17
0
2.2.7a on MacOS X 10.2.2 giving "failed to set gid" error
I have been trying to get 2.2.7a to work on my Mac running 10.2.2. The configure, compile and install went through fine except for a few warnings. When I attempt to connect to the machine, I get the following errors: [2002/12/17 16:05:14, 0] lib/util_sec.c:assert_gid(111) Failed to set gid privileges to (0,99) now set to (99,99) uid=(0,0) [2002/12/17 16:05:14, 0] lib/util.c:smb_panic(1094)
2004 Nov 19
2
strange error in 3.0.8
I have been using samba 3 as a pdc for a while now. starting with samba 3.0.8 all users get a very strange error upon logging out. windows xp complains it can't save the profile, or more specifically the Cookies direcory. windows just says 'access denied'. this has nothing to do with the actual access rights of the Cookies path. even if set to 777, this error occurs. changing back to
2006 Oct 03
0
Samba Compile Error
Hi, I've been having the following compile error with Samba for the past few releases. The last successful compile I have had is with version 3.0.22. At least all the 3.0.23 versions are affected. The compile dies with: Linking bin/tdbbackup tdb/spinlock.o(.text+0x1d0): In function `tdb_create_rwlocks': : undefined reference to `this_is_smp' collect2: ld returned 1 exit status
2002 May 29
0
Need help compiling on HPUX 11.00 for 2.2.4
I am getting the following errors when compiling SAMBA 2.2.4 on HP-UX 11.00. Anyone have any ideas on what's causing the problem? Using FLAGS = -O -I./popt -Iinclude -I./include -I./ubiqx -I./smbwrapper -D_HPUX_SOURCE -D_POSIX_SOURCE -D_LARGEFILE64_SOURCE -D_ALIGNMENT_REQUIRED=1 -D_MAX_ALIGNMENT=4 -DLOGFILEBASE="/opt/samba/var" -DCONFIGFILE="/opt/samba/etc/smb.conf"
2002 May 28
0
link errors compiling 2.2.4 on HP-UX 11.00
I am getting the following link errors when compiling SAMBA 2.2.4 on HP-UX 11.00. Anyone have any ideas on what's causing the problem? Using FLAGS = -O -I./popt -Iinclude -I./include -I./ubiqx -I./smbwrapper -D_HPUX_SOURCE -D_POSIX_SOURCE -D_LARGEFILE64_SOURCE -D_ALIGNMENT_REQUIRED=1 -D_MAX_ALIGNMENT=4 -DLOGFILEBASE="/opt/samba/var"
2003 Mar 19
2
pid and lock dir during compile
I am compiling 2.2.8 on a Caldera Openlinux box that was running 2.0.5 or some such. It already has a working config and uses samba.d dirs for it's files: /etc/samba.d /var/lock/samba.d /var/log/samba.d etc During compile I use following switches --with-piddir=/var/lock/samba.d --with-lockdir=/var/lock/samba.d However the pid files are ending up in /var/run/samba instead of
2017 Aug 12
0
Samba 4.6 replication issue (WERR_FILE_NOT_FOUND)
Hello! Please help me with the following issue: My employer has an Active Directory with four samba4 domain controllers named dc1, dc2, dc3, dc4. `samba-tool drs showrepl` on dc2 constantly shows DC=mydomain Default-First-Site-Name\DC1 via RPC DSA object GUID: 48bff36e-35e2-4b09-9e40-9d73b9a5387b Last attempt @ Sat Aug 12 21:48:43 2017 MSK failed,
2008 Apr 08
1
unable to compile samba 3.0.28a on RHEL 5.1 i386
any ideas why it won't compile? running /root/samba-3.0.28a/packaging/RHEL/makerpms.sh eventually it gets to: ./autogen.sh: running script/mkversion.sh ./script/mkversion.sh: 'include/version.h' created for Samba("3.0.28a") ./autogen.sh: running autoheader -I. -Ilib/replace ./autogen.sh: running autoconf -I. -Ilib/replace Now run ./configure and then make. +
2003 Mar 26
1
problems compiling Samba 2.2.8 on Solaris 2.8
Hi - I am trying to compile and install 2.2.8 to /opt/samba, but I keep getting the following errors after I 'make install' and try to start smbd using '/opt/samba/sbin/smbd -d 2 -D -s /opt/samba/lib/smb.conf': Unable to open new log file /usr/local/samba/var/log.smbd: No such file or directory [2003/03/25 10:21:56, 0] lib/debug.c:reopen_logs(348) Unable to open new log file
2018 Jun 10
2
Samba Time Synchronisation wikipage
On Sun, 10 Jun 2018 10:29:43 +0300 Alexei Rozenvaser <alexei.roz at gmail.com> wrote: > Question according to ntpsigndsocket directive at chrony.config: > Is it mandatory from standpoint of Samba to use > /usr/local/samba/var/lib/ntp_signd/ path for ntpsigndsocket? > Or it possible to use the chrony's default > path /var/lib/samba/ntp_signd ? The wiki is written from
2005 Oct 15
1
makepkg.sh for samba 3.0.20
Hi, I downloaded 3.0.20 from samba.org, ran makepkg.sh to create samba pkg for Solaris. The install base for the new version locates in /opt/samba and the smbd locates in /etc/samba. I tried to modify the makepkg.sh to put everything under /usr/local/samba as follow: Delete: ==== --localstatedir=/var/lib/samba \ --with-piddir=/var/run \
2015 Jan 08
1
compile only samba file server components
is it possible to compile only smbd(file server) components with samba source 4.1.12? having -without-ad-dc and -without-winbind options in configure, still see other commponents compiled. using following steps to compile on AIX 6.1 with XLC. unset LIBPATH unset LD_LIBRARY_PATH export InstallDir=/opt/samba export OBJECT_MODE=64 export CC="/opt/IBM/xlC/13.1.0/bin/xlc_r -g" export
2018 Jun 10
0
Samba Time Synchronisation wikipage
Thank you. May it be better to add to wiki page instruction to use in ntpsigndsocket directive of ntpd / chrony config file the path that received from NTP_SIGND_SOCKET_DIR line of the output of samba -b command ? On Sun, Jun 10, 2018 at 11:35 AM Rowland Penny via samba <samba at lists.samba.org> wrote: > > On Sun, 10 Jun 2018 10:29:43 +0300 > Alexei Rozenvaser <alexei.roz at
2016 Jan 10
3
smbclient: preoblems with samba 4.3.x
Hallo, "smbclient" doesn't work with the slackware packages samba-4.3.1 and 4.3.2, it has worked with 4.2.1 and older versions. smbclient answers with "segmentation fault", on two testing machines (where 4.2.1 has worked well). The slackware packets are compiled with ./configure \ --enable-fhs \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \
2004 Mar 12
1
Issues while compiling samba 3.0.2a
Dear List, First forgive me for my RTFM question yesterday about groups not appearing in the Windows usermanager (Karel Kulhav?, thanks for your reply). I did read the SAMBA HOWTO Collection but in a more 'vertical' way. This net groupmap thing must have passed my attention. I installed a prebuild version of Samba for redhat 8.0. Redhat however does not compile in ACL's in their
2010 Jan 20
1
possible bug
Hello, don't know if this behavior is a bug, but I want to share this information. samba server version 3.4.3 is installed on solaris10 x86 compiled with gcc Reading specs from /usr/sfw/lib/gcc/i386-pc-solaris2.10/3.4.3/specs Configured with: /builds/sfw10-gate/usr/src/cmd/gcc/gcc-3.4.3/configure --prefix=/usr/sfw --with-as=/usr/sfw/bin/gas --with-gnu-as --with-ld=/usr/ccs/bin/ld
2020 Oct 05
2
logging lines in krb5.conf
On 10/5/2020 12:44 PM, Rowland penny via samba wrote: > On 05/10/2020 17:27, Jason Keltz via samba wrote: >> >> Hi Roland, >> >> I'm glad you brought that up.? This is a piece of the puzzle I have >> been very confused with.? I'm not using the Samba from CentOS/RHEL, >> but a custom compiled one (latest 4.11.13).?? As CentOS uses MIT >>
2002 Feb 28
1
compile problems on netbsd with samba-latest & openldap-2.0.23 resume
dear list, don't really want to annoy you but the "only" platform on which samba && openldap (2.0.19) is working seems to be debian 2.2r3 kernel 2.4.16 i686 unkown ... Everything else (FreeBSD, NetBSD) fails. Is it me, openldap, samba, the used platform or what else ? Compile procedure on debian looks like this : export LDFLAGS="-L/usr/local/ssl/openssl/lib
2003 Sep 25
1
samba 3.0.0 compiling solaris
I am having trouble compiling 3.0.0 (release) on solaris 2.8 I am getting this, Using FLAGS = -g -O2 -I/usr/local/cups-1.1.18/include -I/usr/local/krb5-1.3.1/include -I./popt -Iinclude -I/usr/local/src/samba/samba-3.0.0/source/include -I/usr/local/src/samba/samba-3.0.0/source/ubiqx -I/usr/local/src/samba/samba-3.0.0/source/smbwrapper -I. -I/usr/local/openldap-2.1.22/include