search for: sbindir

Displaying 20 results from an estimated 386 matches for "sbindir".

Did you mean: dbindir
2015 May 05
2
4.2.1 ./configure --sbindir & --bindir settings is different from binary?
...ke is ignoring some directory settings during configuration. I've run ./configure as follows: sudo ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --with-piddir=/var/run/samba --with-pammodulesdir=/lib/security --without-systemd --enable-fhs --sbindir=/usr/sbin --bindir=/usr/bin --libdir=/usr/lib/x86_64-linux-gnu --with-modulesdir=/usr/lib/x86_64-linux-gnu/samba --with-lockdir=/var/run/samba --enable-gnutls Note that --sbindir=/usr/bin Which results in the following (the directory looks correct, as I specified it): Dynconfig[SBINDI...
2015 May 05
1
4.2.1 ./configure --sbindir & --bindir settings is different from binary?
On Tue, 2015-05-05 at 10:33 +0300, Andrey Repin wrote: > > > Paths: > > > SBINDIR: /home/caesar/Downloads/samba-4.2.1/bin > > > > > > How can I set the sbin (and the bin directory which also has the > same > > issue)? > > Is that before "make install" or after? > Does it stay after install, if it is from before? This is exactly...
2001 Apr 07
1
samba on NetBSD - some patches
...d.org/packages/samba/ Maybe add a link to it from your site if you want. Thanks! - Hubert $NetBSD: patch-aa,v 1.11 2000/09/03 09:17:00 kei Exp $ --- Makefile.in.orig Thu Jun 8 13:31:59 2000 +++ Makefile.in Sun Sep 3 06:23:06 2000 @@ -26,10 +26,12 @@ BINDIR = @bindir@ # we don't use sbindir because we want full compatibility with # the previous releases of Samba -SBINDIR = @bindir@ +SBINDIR = @sbindir@ LIBDIR = @libdir@ VARDIR = @localstatedir@ MANDIR = @mandir@ +ETCDIR?= $(BASEDIR)/etc +LOGDIR?= $(BASEDIR)/log SAMBABOOK = @sambabook@ # The permissions to give the executables...
2015 May 05
0
4.2.1 ./configure --sbindir & --bindir settings is different from binary?
...uring > configuration. > > I've run ./configure as follows: > > sudo ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var > --with-piddir=/var/run/samba --with-pammodulesdir=/lib/security > --without-systemd --enable-fhs > --sbindir=/usr/sbin --bindir=/usr/bin --libdir=/usr/lib/x86_64-linux-gnu > --with-modulesdir=/usr/lib/x86_64-linux-gnu/samba > --with-lockdir=/var/run/samba --enable-gnutls > > Note that --sbindir=/usr/bin > > Which results in the following (the directory looks correct, as I speci...
2024 Mar 03
0
Makefile: SBINDIR=/usr/local/ups/sbin - can't change it....
Building 2.8.1 from source. I have --sbindir=/usr in the 'newconfigure' file, but Makefile contains SBINDIR = /usr/local/ups/sbin and that's where the files go. I run autogen.sh and then bash newconfigure. I don't know how to get Makefile SBINDIR to be /usr. Dan -------------- next part -------------- An HTML attachment was...
2003 Mar 19
1
Patch for relocatable installs
...local exec_prefix=${prefix} mandir=${prefix}/man @@ -704,29 +702,29 @@ install: installbin installman installscripts installcp installswat installdirs: - $(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) $(DESTDIR)/$(BASEDIR) - $(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) $(DESTDIR)/$(SBINDIR) - $(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) $(DESTDIR)/$(BINDIR) - $(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) $(DESTDIR)/$(LIBDIR) - $(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) $(DESTDIR)/$(VARDIR) - $(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) $(DESTDIR)/$(PIDDIR...
2016 May 26
2
samba4 on centos 7 won't promote to dc
...g "./configure" , samba won't promote to dc no matter what I enter. I do a testparm and server is always ROLE STANDALLONE . But when I do "./configure --enable-selftest --enable-debug --prefix=/opt/samba/ --sysconfdir=/etc/samba/ --includedir=/usr/include/samba4/ --bindir=/bin/ --sbindir=/sbin/ --mandir=/usr/share/man/" it will promote it no problem. Why is that? --prefix : installation directory --sysconfdir : smb.conf should be places --includedir : includes the header files for C compilers --bindir : user executables --sbindir : system admin exe...
2012 Aug 22
9
make uninstall can delete xen-kernels
Nice time. # make uninstall ... rm -rf //boot/*xen* ... if somebody use "xen" in kernel name (maybe as suffix), so it will be deleted from /boot/ too. Thanks. Denis.
2015 Apr 18
2
Question about domain name with BIND9_DLZ
...IND9_DLZ backend then the domain name is changed (home.red) and the machine name too (machine.home.red). Samba version is 4.2.1 stable compiled from git, and bind is the 9.9.7 compiled from source. I've used this options to compile: Samba ./configure --sysconfdir=/etc/samba --bindir=/usr/bin --sbindir=/usr/sbin --with-winbind Bind: ./configure --with-gssapi=/usr/include/gssapi --with-openssl=/usr --enable-largefile --with-dlopen=yes --sysconfdir=/etc/bind --bindir=/usr/bin --sbindir=/usr/sbin --enable-threads --enable-rrl and of course i've included the link to "include "/usr/loc...
2012 Sep 18
3
Packaging Xen 4.2.0
...packaging side of things. in 4.1.3, xenpaging was being built as /usr/sbin/xenpaging, however in 4.2.0 it is being built as /usr/lib/xen/bin/xenpaging. I''m currently using the following configure options in my .spec: ./configure --libdir=/%{_libdir} --prefix=/usr --bindir=/%{_bindir} --sbindir=/%{_sbindir} This is expanding to: ./configure --libdir=/usr/lib64 --prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin So, I''m wondering how xenpaging is getting that path info - however I do see a lot of what seem to be hard coded references to /usr/lib/xen/bin/xenpaging with a quick...
2007 Nov 22
1
Installation problem of SAMBA 3.0.23a on HP-UX 11.23
...ITH_SYSLOG -DGUEST_ACCOUNT=\\\"smbnull\\\"" export CPPFLAGS="-I/opt/iexpress/openldap/include" export LDFLAGS="-L/opt/iexpress/openldap/lib" Here is the 'configure' command that I'm using (as it's mentionned in the README file) ./configure \ --sbindir=\${BINDIR} \ --with-krb5 \ --with-ldap \ --with-ldapsam \ --with-ads \ --with-libiconv=/usr/local \ --with-quotas \ --prefix=/usr/local/samba \ --with-acl-support \ --with-winbind \ --with-pam \ --with-sendfile-support \ --with-shared-modules=idmap_rid \ --disable-pie \ --with-aio-support And h...
2002 Mar 06
1
Possible bug in 2.2.3a source/script/installbin.sh (with patch)
...if [ ! -d $d ]; then and also modify the Makefile.in to refer to it, thusly:- *** source/Makefile.in Sun Feb 3 00:46:05 2002 --- source/Makefile.in.N Wed Mar 6 17:30:36 2002 *************** *** 661,668 **** @$(SHELL) $(srcdir)/script/installbin.sh $(INSTALLPERMS) $(BASEDIR) $(SBINDIR) $(LIBDIR) $(VARDIR) $(SPROGS) installbin: all installdirs ! @$(SHELL) $(srcdir)/script/installbin.sh $(INSTALLPERMS) $(BASEDIR) $(SBINDIR) $(LIBDIR) $(VARDIR) $(SPROGS) $(WINBIND_SPROGS) ! @$(SHELL) $(srcdir)/script/installbin.sh $(INSTALLPERMS) $(BASEDIR) $(BINDIR) $(LIBDIR) $(VARD...
2002 Jun 21
1
samba-2.2.5 -- a minor "make install" problem and 2 suggestions
...$@ $(TDBBACKUP_OBJ) -install: installbin installman installscripts installcp installswat +install: installbin installman installscripts installcp @INSTALL_SWAT@ installdirs: - $(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) $(BASEDIR) - $(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) $(SBINDIR) - $(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) $(BINDIR) - $(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) $(LIBDIR) - $(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) $(VARDIR) - $(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) $(PIDDIR) - $(SHELL) $(srcdir)/install-sh -d -m $(IN...
2003 Mar 07
6
Call for testing for 3.6
We are heading into a lock here. So we need to get people to test their respective platforms if they wish them to be supported out of the tar file. So if you have any patches you need to ensure your platform works speak up. We are looking at a lock on the 17th. I believe I have an AIX/Cray patch and a Tru64 patch sitting in my mailbox that I'll be looking at soon and more than likely
2013 Sep 12
25
shorewall-lite error at start
Hi, My main gateway is a router running on OpenWrt Barrier Breaker r37816/ Kernel Version3.10.4. I installed shorewall-lite from openwrt''s repo using opkg but while trying to start shorewall-lite I get the folowing errors: The first error i got was "scp: /var/lib/shorewall-lite: No such file or directory" simply resolved by making the folder "shorewall-lite"
2013 Apr 25
1
openssh cross compilation issue
...I already tried with make install-nosysconf, but I had the same problem how can I fix this? to be more precise, after the ./configure ... in order to have the compilation to proceeds without problems I have to edit Makefile and modify in this way: 1) near check-config: from: -$(DESTDIR)$(sbindir)/sshd -t -f $(DESTDIR)$(sysconfdir)/sshd_config to: /usr/sbin/sshd -t -f $(DESTDIR)$(sysconfdir)/sshd_config 2) near host-key: ssh-keygen$(EXEEXT) from: ./ssh-keygen -t rsa1 -f $(sysconfdir)/ssh_host_key -N "" ; \ to: /usr/bin/ssh-keygen -t rsa1 -f $(sysconfdir)/ssh_host_k...
2015 Feb 25
2
smb.conf filepaths
Can all of the compiled-in filepaths below be overrdden in smb.conf? I can't find documentation for the required smb.conf equivilents. If someone could supply them or post a link, I'd be very greatful. SBINDIR BINDIR SWATDIR CONFIGFILE LOGFILEBASE LMHOSTSFILE LIBDIR LOCKDIR PIDDIR SMB_PASSWD_FILE PRIVATE_DIR
2020 Nov 05
2
vfs_snapper is enabled but prerequisite dbus-1 package not found.
...Checking for dbus : not found vfs_snapper is enabled but prerequisite dbus-1 package not found. Use --with-shared-modules=!vfs_snapper to disable vfs_snapper support. (complete log in /srv/samba-4.13.2/bin/config.log) What is wrong?? try this: ./configure --enable-fhs --prefix=/usr --sbindir=/usr/sbin --bindir=/usr/bin --sysconfdir=/etc --localstatedir=/srv --mandir=/usr/share/man --enable-debug --enable-selftest --cross-answers --enable-cups --cross-execute
2010 Sep 16
0
Samba 4 moved mount.cifs and umount.cifs to /usr/local/bin/?
...'s to build a nice clean Samba package for work, to test some of its features. Overall, I'm happy with what I see, but the new "autogen.sh" seems to construct its "source4/configure" script from these "build" tools, and they entirely ignore the concept of "sbindir" in installing the mount.cifs and umount.cifs utilitis: those wind up in "bindir", not "sbindir". Was that change deliberate? If not, it's going to mess with RHEL and similar operating systems where those system utilities are not normally accessible to users, and are n...
2017 May 24
2
Howto switch from distribution to self compiled?
...ba 3.6 of a Linux distribution, to a new and self compiled samba, which is in different directories (usr/local/samba). Which files do I need to copy from the old place to the new? Which ones are only temporary files, and can be discarded? This is from the output of "smbd -b" old: SBINDIR: /usr/sbin BINDIR: /usr/bin SWATDIR: /usr/share/swat CONFIGFILE: /etc/samba/smb.conf LOGFILEBASE: /var/log/samba LMHOSTSFILE: /etc/samba/lmhosts LIBDIR: /usr/lib64 MODULESDIR: /usr/lib64/samba SHLIBEXT: so LOCKDIR: /var/lib/samba STATEDIR: /var/lib/samba...