similar to: 4.2.1 ./configure --sbindir & --bindir settings is different from binary?

Displaying 20 results from an estimated 3000 matches similar to: "4.2.1 ./configure --sbindir & --bindir settings is different from binary?"

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
2015 May 05
0
4.2.1 ./configure --sbindir & --bindir settings is different from binary?
Greetings, Caesar Samsi! > I'm getting further in building Samba 4.2.1 . It's apparently not as simple > as sudo ./configure && make && make install. Never ever use "sudo" for configure. Engrave it into your skull, if that's how you best memorize the basic rules of safety. Only one "sudo" you need is "sudo make install". > At
2015 May 05
1
post make install, sudo service samba start ->service not recognized?
I'm running LinuxMint 17 Rebecca. From: Caesar Samsi [mailto:cmsamsi at gmail.com] Sent: Monday, May 04, 2015 10:16 PM To: samba at lists.samba.org Subject: post make install, sudo service samba start ->service not recognized? Hi, I've successfully compiled 4.2.1, done make install, and run testparm as well as smbd -b to check the build. Looks good. So now how do I
2015 May 05
2
post make install, sudo service samba start ->service not recognized?
Hi, I've successfully compiled 4.2.1, done make install, and run testparm as well as smbd -b to check the build. Looks good. So now how do I start the service? If I just do [sudo service samba start] I get "Service not recognized"? Thank you, Caesar. P.S. for LinuxMint 17 Rebecca, here's the ./configure command sudo ./configure --prefix=/usr --sysconfdir=/etc
2015 Apr 23
4
RFC2307 attributes not being read by DC2 in 4.2.1
Greetings, Rowland Penny! >>>> server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc, >>>> drepl, winbindd, ntp_signd, kcc, dnsupdate >> >> Since "winbindd" is included in this line, shouldn't also "-winbind" >> be there? I think that when you use the normal winbind you must >> disable the internal one. >>
2015 May 09
1
By design/possible bug? Folders unmarked from sharing are still accessible
I'm on LinuxMint 17 Cinnamon desktop, Samba 4.2.1, and Windows 7 I can share folders fine, but when I unshare a folder, it remains visible and accessible to users. It should disappear and become inaccessible when unshared. Repro steps - sharing the folder: 1. Open up the Cinnamon file manager, navigate to Home folder. 2. Right click on Downloads, choose Sharing Options
2007 Nov 22
1
Installation problem of SAMBA 3.0.23a on HP-UX 11.23
To whom it concern, There was no problem at all with the installation of the Depot. Before running the ./configure command I'm setting the following variables like this (as it's mentionned in the README file) : export CFLAGS="-O -DWITH_SYSLOG -DGUEST_ACCOUNT=\\\"smbnull\\\"" export CPPFLAGS="-I/opt/iexpress/openldap/include" export
2004 Nov 01
1
Time zone info problems...
Hi, Installed Caesar 3 this morning under wine-20041019. C3 has worked for a long time, but doesn't work under this version due to, of all things, time zone information that's missing??? caesar@flash caesar $ wine .wine/drive_c/SIERRA/Caesar3/c3.exe fixme:ntdll:TIME_GetTZAsStr Can't match system time zone name "PST" to an entry in TZ_INFO fixme:ntdll:TIME_GetTZAsStr
2006 Mar 12
1
Windows XP client over IPSEC VPN -- No browsing, limited file access.
Hello all, I have a problem with browsing and share access over an IPSEC VPN. Details follow. The network has the following configuration: There are two local networks, 172.16.57.0/24 and 172.16.59.0/24. The networks are connected over the internet by Cisco routers providing an IPSEC VPN. The VPNs are configured to route all traffic (all IP types, all ports, except broadcast and ICMP
2001 Apr 07
1
samba on NetBSD - some patches
Hi, We (NetBSD) just received a bug report that smbclient's mput command usees find(1) with a non-standard option "-maxdepth". This was replaced with a simple call to ls(1). As I don't know how many of the patches from out Packages Collection were sent to you in the past, I'm simply sending you all our patches - please include any you like in future samba releases! BTW,
2015 May 09
1
pam_smbpass causing corruption with su
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1257186 This bug has a long history since 4.1.6 and I can confirm with 4.2.1 I've isolated to the line: auth optional pam_smbpass.so migrate Configured in /etc/pam.d/common-auth That line is added by libpam-smbpass package installation and also by using pam-auth-update to enable SMB Password Synchronization For 4.2.1
2001 Apr 23
1
DirectX in Wine
I've tried to install the game "Caesar 3" on my Linux-box. It worked fine during the installation. The problem appeared when I wanted to play it. Caesar 3 needed the file DDRAW.DLL I found out that it was one of DirectX's .dll-files. Isn't Wine supposed to work with DirectX without installing it? Doesn't Wine have its own "DirectX-clone"? What should I
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 scrubbed... URL:
2016 Apr 15
2
Debian Wheezy member server from backports to self compile
Hello, I'm unable to update my Samba from 4.1.17 to 4.4.2. I'm looking to build from tar instead. From what I gather the following should be the steps taken. ./configure --without-ad-dc -- sbindir= /usr/sbin --sysconfdir=/etc/samba/ --/usr/share/man/ make make install Am I missing something else? Thanks. -- -James
2015 Apr 24
0
Compiling gets undefined reference by tls.c
> It turns out that gnutls-3.4.0 caused the problem. > > I removed all gnutls packages from the system and cleaned out > /usr/local/lib from libgnu* files. > > Installed libgnutls28-dev and samba's make finished successfully. > > Hope this helps. I've no idea where to file a bug. You can file bugs at bugzilla.samba.org. You will have to create an account, but
2005 Aug 23
1
Mouse focus in Wine
Hi, If I play a game in Wine - either Caesar III or Half Life come to mind right now - they seem to work better for me in a windowed setup where the game is not full screen and I can still see the rest of my Gnome desktop in the background. Caesar III plays well under Cedega or Wine, HL much better under Cedega, but the point being that I've tried both. The frustration I've had is
2016 May 26
2
samba4 on centos 7 won't promote to dc
Hello everyone I have successfully deployed samba 4.4.2 on Centos7 as PDC. I had to use BIND9_DLZ because samba_internal was not working. I have successfully joined win7 machine to a domain and with RSAT I can add user, GP etc.. This was all possible but with a more than a few tweaks but I have some questions. But at this time only one is bugging me crazy. 1. When I configure the makefile of
2012 Sep 18
3
Packaging Xen 4.2.0
Hi all, I''m trying to update my RPMs of 4.1.3 to work with 4.2.0, but I''m having some interesting problems with the 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}
2015 Apr 18
2
Question about domain name with BIND9_DLZ
Hi, first of all i'm sorry for my english. I'm doing some tests to migrate a Samba3 domain to Samba4 with BIND9_DLZ, but the Domain name in Windows information is not correct. Is not a problem because all works as expected, but i wan't to know if i'm doing something wrong that can cause problems in future. I've done the tests with this command: samba-tool domain provision
2011 Mar 14
1
Request for Help
Good Day The attached document refers. I have recently attended an introduction course to R, and now wish to apply the program into my work analysis. The spreadsheet contains water quality data sampled from different locations within a catchment. I wish to group the variables per point (Point Name), Year (all samples per year eg 1985 etc) These should be averages of each year. Lastly, I wish