similar to: Compiler-Options

Displaying 20 results from an estimated 500 matches similar to: "Compiler-Options"

2015 Nov 30
1
Compiler-Options
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 with the exeption of: - --with-privatedir=/var/lib/samba ;-) Thanks problem solved Am 30.11.2015 um 19:08 schrieb Marc Muehlfeld: > Hello Stefan, > > Am 30.11.2015 um 18:23 schrieb Stefan Kania: >> on the wiki-page >> https://wiki.samba.org/index.php/Build_Samba_from_source >> >> there are some configure-Options
2016 Jul 28
2
Applying patches on bug fixes
Am 28.07.2016 um 17:32 schrieb Marc Muehlfeld: > * Download the patch from the Bugzilla: > # wget -O /tmp/BZ11520.patch > https://bugzilla.samba.org/attachment.cgi?id=1219 > > * Change into the root of your Samba sources directory: > # cd /usr/src/samba-4.4.4/ > > * Apply the patch to the sources: > # patch -p 1 < /tmp/BZ11520.patch > > * And the rest
2020 Sep 22
6
starting stoping samba 4.11
Hai, Im understanding why this is going like it is.. We really need to change/update some wiki pages. TP, did read (assuming) https://wiki.samba.org/index.php/Build_Samba_from_Source Or https://wiki.samba.org/index.php/Waf Somewhere at the end, we should need to add whats next. Like a link to : https://wiki.samba.org/index.php/Managing_the_Samba_AD_DC_Service_Using_Systemd I also went
2016 Apr 14
1
Upgrade from 4.2.10 Sernet packages to 4.4.2 selfcompiled
Hi, is there a "How to" for upgrading a DC from 4.2.10 Sernet packages to Samba 4.4.2 self compiled on a debian system? I think there are two options? Replace the sernet file: 1. Compile Samba (https://wiki.samba.org/index.php/Build_Samba_from_source) with the paths given by smbd -b 2. make install But what happens to the sernet packages/repository handled by the package manager?
2016 Sep 27
4
Upgrading samba from source over debian packages
On 2016-09-27 13:31, Marc Muehlfeld via samba wrote: > Hello Elias, > > Am 27.09.2016 um 18:16 schrieb Elias Pereira via samba: > >> We have samba 4.1.17 installed via debian package and would like to install >> the latest version 4.5 from source. >> >> It's possible to perform this upgrade over the packages? If so, what the >> paths used in the
2019 Sep 27
2
Compile samba github code and flash the build binary to embedded device
Hi Sir/Madam/Miss, I am a firmware engineer. I would like to implement file sharing between embedded device and android phone/ios phone/windows. I download the samba source code from https://github.com/samba-team/samba/tree/v4-11-stable with version v4-11-stable. I follow the instruction from link : https://wiki.samba.org/index.php/Build_Samba_from_Source to compile. I expected the compilation
2010 Jul 30
4
Programming Statistical Functions
Hello, I'm new in R. I'm meteorological modeller and i will calculate some statistics for my model results. These statistis are the follow: ANB: Average Normalized Absolute BIAS MNB: Mean Normalized BIAS MNE: Mean Normalised Error STDE: Standard Deviation of Error FB: Fractional BIAS MG: Geometric Mean BIAS VG: Geometric Variance SKVAR: Skill Variance RMSE: Root Mean Square Error NMSE:
2019 Sep 26
2
/configure.developer is not working
After I downloaded to samba-4.11.0 I am following to installation method below; wget -c https://download.samba.org/pub/samba/stable/samba-4.11.0.tar.gz tar -zxvf samba-4.11.0.tar.gz cd samba-4.11.0 ./configure.developer (1st error) Make (It now returns "Project not configured (run 'waf configure' first)" make install.. Using Centos 7 and samba-4.11.0 I guess there are alot of
2015 Oct 02
4
Wiki news: Build Samba, Join DCs
On 09/29/2015 01:23 PM, Rowland Penny wrote: > On 29/09/15 18:09, Steve Ankeny wrote: >> On 09/27/2015 05:48 AM, Marc Muehlfeld wrote: >>> Hello, >>> >>> during the last week I finished two documentation: >>> >>> * https://wiki.samba.org/index.php/Build_Samba_from_source >>> This page wasn't more than just a
2016 Sep 27
3
Upgrading samba from source over debian packages
Hello, We have samba 4.1.17 installed via debian package and would like to install the latest version 4.5 from source. It's possible to perform this upgrade over the packages? If so, what the paths used in the installation via debian packages? -- Elias Pereira
2015 Oct 26
2
Update Wiki for backup script
Hello, I notice the script expects to have $PATH include '/usr/local/samba/bin'. Script will fail if it can't find tdbbackup. It was obvious to me but others may stumble. Maybe someone could add under the 'About the samba_backup script' section. "/This requires that your whole samba installation is on one place (like /usr/local/samba/). This script assumes you
2019 May 20
4
self compiled 4.10.3 replication failure.
On Sat, 18 May 2019, Nico Kadel-Garcia wrote: > On Wed, May 15, 2019 at 4:32 PM Tom Diehl via samba > <samba at lists.samba.org> wrote: >> >> Hi, >> >> I have a new Centos 7.6 VM that I self compiled 4.10.3 and joined it to an >> existing samba AD domain that has 2 existing DCs. One of the existing DCs is >> running 4.8.7 and the other is running
2020 Apr 16
4
Samba-tool error after update to 4.12.0
On Thu, 2020-04-16 at 07:34 +0100, Rowland penny wrote: > On 15/04/2020 21:29, Andrew Bartlett via samba wrote: > > That is correct. Most of the time this isn't an issue because the > > new > > ldb modules, linking to the new symbol versions, overwrite the old > > files on 'make install'. > > > > However we chose to remove some obsolete ldb
2018 Sep 15
2
Fwd: Having problem with RID backend - must be missing something
On Fri, 14 Sep 2018 18:50:02 -0400 (EDT) Rich Webb via samba <samba at lists.samba.org> wrote: > ----- On Sep 14, 2018, at 11:29 AM, Rowland Penny via samba > samba at lists.samba.org wrote: > > > Perhaps I need to add a note about sssd. > > Not sure what sssd is - I will research. sssd is red-hats take on winbind (it actually uses some of the winbind code), but it
2015 Oct 02
2
Wiki news: Build Samba, Join DCs
On 10/02/2015 02:37 PM, Rowland Penny wrote: > On 02/10/15 19:02, Steve Ankeny wrote: >> On 09/29/2015 01:23 PM, Rowland Penny wrote: >>> On 29/09/15 18:09, Steve Ankeny wrote: >>>> On 09/27/2015 05:48 AM, Marc Muehlfeld wrote: >>>>> Hello, >>>>> >>>>> during the last week I finished two documentation: >>>>>
2017 Jan 18
3
Upgrade of Samba from 4.4.6 to 4.5.4
> On 2017.01.18, at 2:06 PM, Bob of Donelson Trophy via samba <samba at lists.samba.org> wrote: > > On 2017-01-18 13:41, Rowland Penny via samba wrote: > >> OK, I give in, why didn't I get the OPs reply to my post ? >> >> On Wed, 18 Jan 2017 13:23:16 -0600 >> Matthew Delfino via samba <samba at lists.samba.org> wrote: >> >> On
2020 Feb 12
2
Provisioning fails - Codebase question
> On 2020-02-11 01:38, Rowland penny via samba wrote: >> On 10/02/2020 22:34, michael at chameleonoriginals.com wrote: >> I should have included this in the last response.? The ExpressoBin v7 >> has a Marvell Armada 3700LP (88F3720) dual core ARM Cortex A53 (arm64) >> CPU, 1GB RAM. >> >> Seeing that Samba 4.7.6 isn't working, I have stepped into
2016 Jan 27
1
NT_STATUS_CONNECTION_REFUSED
On 27 January 2016 at 22:49, Rowland penny <rpenny at samba.org> wrote: > On 27/01/16 11:29, Henry McLaughlin wrote: > >> I have no idea where to start here. I was trailing CentOS7 as it had a >> more >> up to date Samba version. >> >> Can you confirm that Ubuntu 14.04 is stable as an AD DC and as an AD >> Member >> using RID? If so then
2017 Mar 16
1
Centos 7 samba 4.6.0 packages
I know how to build samba but what I am not as familiar with is creating rpm packages. I was hoping to find the "official" CentOS version to start with. On 03/15/2017 02:57 PM, Miguel Medalha via samba wrote: >>> Any Samba 4.6.0 packages (including src packages) >>> available for Centos 7 yet? > https://wiki.samba.org/index.php/Build_Samba_from_Source > >
2018 Sep 15
2
Fwd: Having problem with RID backend - must be missing something
On Sat, 15 Sep 2018 13:08:20 -0400 (EDT) Rich Webb via samba <samba at lists.samba.org> wrote: > ----- On Sep 15, 2018, at 4:32 AM, Rowland Penny via samba > samba at lists.samba.org wrote: > > > > > Including modifying /etc/nsswitch.conf ? > > > > Yep. > > >> > >> Yes, that is how I did it - I compiled from source. > > >