search for: with_dce

Displaying 20 results from an estimated 25 matches for "with_dce".

2018 Mar 16
3
opt: how to invoke optimizations manually?
Hello, I'd like to measure the impact of optimizations. Trying this (for DCE): * clang -S -emit-llvm test.c * opt -S test.ll > without_dce.ll * opt -S -dce test.ll > with_dce.ll gives without_dce.ll and with_dce.ll having the same content. How can you apply certain optimizations in a specified order? Best, HwJ --- $ cat test.c > int dce(int n) { > if ((n < 0) || (n >= 0)) > return 1; > > return 0; > }
2018 Mar 16
0
opt: how to invoke optimizations manually?
Hi, You should add this option to the first command *"-disable-O0-optnone"* so *clang -Xclang -disable-O0-optnone -emit-llvm -S -o without_dce.ll test.c* then *opt -dce -S < without_dce.ll > with_dce.ll* HTH, Son Tuan Vu On Fri, Mar 16, 2018 at 2:15 PM, HwJ via llvm-dev <llvm-dev at lists.llvm.org> wrote: > Hello, > > I'd like to measure the impact of optimizations. > Trying this (for DCE): > > * clang -S -emit-llvm test.c > * opt -S test.ll > without_dce.l...
2018 Mar 16
1
opt: how to invoke optimizations manually?
...ohn On 3/16/18 7:30 AM, Son Tuan VU via llvm-dev wrote: > Hi, > > You should add this option to the first command > *"-disable-O0-optnone"* so *clang -Xclang -disable-O0-optnone -emit-llvm > -S -o without_dce.ll test.c* then *opt -dce -S < without_dce.ll > > with_dce.ll* > * > * > HTH, > > Son Tuan Vu > > On Fri, Mar 16, 2018 at 2:15 PM, HwJ via llvm-dev > <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: > > Hello, > > I'd like to measure the impact of optimizations. >...
2017 Feb 21
2
Offical RHEL AD DC on RHEL
On Sun, 19 Feb 2017, Jeff Sadowski via samba wrote: > I was never able to build it in a way I feel comfortable on Fedora. I would > want to build it using an RPM build process. I think I want an MIT build > but I don't know what all I would need to build either way. I thought it What do you hope to gain from an MIT build? The MIT kerberos user tools (kinit, etc) operate just fine
2017 Feb 20
2
Offical RHEL AD DC on RHEL
Il giorno dom, 19/02/2017 alle 21.17 -0700, Jeff Sadowski via samba ha scritto: > I was never able to build it in a way I have rebuild samba from rpm source on Centos 7 (samba 4.4.4) and Fedora (samba 4.5.5) with this procedure: > > [lesca at dodo rpmbuild]$ cat rebuild.txt > # > > # Install Development ... > sudo yum -y groupinstall 'Development Tools' > # sudo
2016 May 18
2
smb_set_file_dosmode error: BUG after update to samba4-4.4.2
On 18/05/16 16:16, Markus Dellermann wrote: > Hi, > Am 18.05.2016 um 15:39 schrieb Robert K. Nelson: >> We are using samba4 as an AD controller under OpenSuSE 13.2 using the >> repository at: >> >> http://download.opensuse.org/repositories/network:/samba:/TESTING/openSUSE_13.2 >> >> > Not related to your Problem, but are you sure, that this repo really
2017 Feb 21
0
Offical RHEL AD DC on RHEL
On Tue, Feb 21, 2017 at 7:43 AM, Sketch <smblist at rednsx.org> wrote: > On Sun, 19 Feb 2017, Jeff Sadowski via samba wrote: > > I was never able to build it in a way I feel comfortable on Fedora. I would >> want to build it using an RPM build process. I think I want an MIT build >> but I don't know what all I would need to build either way. I thought it >>
2018 Apr 19
0
opt: how to invoke optimizations manually?
...7:30 AM, Son Tuan VU via llvm-dev wrote: >>Hi, >> >>You should add this option to the first command >>*"-disable-O0-optnone"* so *clang -Xclang -disable-O0-optnone >>-emit-llvm -S -o without_dce.ll test.c* then *opt -dce -S < >>without_dce.ll > with_dce.ll* >>* >>* >>HTH, >> >>Son Tuan Vu >> >>On Fri, Mar 16, 2018 at 2:15 PM, HwJ via llvm-dev >><llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: >> >> Hello, >> >> I'd like to measure...
2016 Aug 01
1
Heimdal Kerberos in Samba4
updating Fedora-rawhide this morning I see 4.5.0rc1 has arrived. And still no samba-tool so I looked at installing from source with dnf download --source samba rpm -i samba*src.rpm looking at the spec file I see a section %if ! %with_dc --without-ad-dc \ %endif How do I tell rpmbuild with_dc? On Mon, Aug 1, 2016 at 8:27 AM, mathias dufresne <infractory at gmail.com> wrote:
2017 Feb 19
3
Offical RHEL AD DC on RHEL
On Sat, 2017-02-18 at 19:47 -0500, Nico Kadel-Garcia wrote: > On Sat, Feb 18, 2017 at 12:58 PM, Andrew Bartlett via samba > <samba at lists.samba.org> wrote: > > On Sat, 2017-02-18 at 10:36 +0100, Dario Lesca via samba wrote: > > > > > > Centos [6,7]* however does not have into current samba 4.x > > > version > > > fully support to AD DC
2016 May 18
3
smb_set_file_dosmode error: BUG after update to samba4-4.4.2
We are using samba4 as an AD controller under OpenSuSE 13.2 using the repository at: http://download.opensuse.org/repositories/network:/samba:/TESTING/openSUSE_13.2 After an update to Version 4.4.2, we began getting error from our CAD program (SolidWorks). This happens under both Windows 7 and Windows 10. The messages in the Samba log file are: [2016/05/17 10:49:02.822522, 2]
2013 Feb 22
2
RPM building tools for Samba 4.0.3 on RHEL 6 published bye me on Github
I've been spending some time backporting Samba 4.0.3 from Fedora 19 to RHEL 6, partly as proof of concept, partly to make it available to others. I've published my work at: https://github.com/nkadel/samba4repo/ The key RPM building tools are at: https://github.com/nkadel/samba-4.0.3-srpm/ And there are dependencies listed for libtalloc, libtevent,
2016 Aug 27
0
Samba DC NT4 Style is Gone. When AD-DC will enable for default into Centos/RedHat Samba4 packages?
This recent Microsoft's Patch? https://lists.samba.org/archive/samba/2016-August/202197.html disable password change for all server Domain Controller NT4 Style, Samba 3 and 4 included. Then is urgent to enable, into Samba 4 Centos package by default support to AD-DC mode, or release another renamed packages with AD-DC support enable. For now, I must download the samba.src rpm, modify the
2016 May 19
0
smb_set_file_dosmode error: BUG after update to samba4-4.4.2
Am Mittwoch, 18. Mai 2016, 17:10:13 CEST schrieb Rowland penny: > On 18/05/16 16:16, Markus Dellermann wrote: > > Hi, > > > > Am 18.05.2016 um 15:39 schrieb Robert K. Nelson: > >> We are using samba4 as an AD controller under OpenSuSE 13.2 using the > >> repository at: > >> > >>
2017 Feb 20
0
Offical RHEL AD DC on RHEL
On Mon, Feb 20, 2017 at 1:50 AM, Dario Lesca via samba < samba at lists.samba.org> wrote: > Il giorno dom, 19/02/2017 alle 21.17 -0700, Jeff Sadowski via samba ha > scritto: > > I was never able to build it in a way > > I have rebuild samba from rpm source on Centos 7 (samba 4.4.4) and > Fedora (samba 4.5.5) with this procedure: > > > > [lesca at dodo
2013 Mar 11
0
Updates to RHEL 6 compatible backport of Samba 4.0.3, with domain controller activated
I've been doing some work backporting the Fedora rawshid version of Samba 4.0.3 to work with RHEL 6. The latest updates (with some suggested changes from others) are at: https://github.com/nkadel/samba4repo The full suite for building Samba 4.0.3 on RHEL 6 is there, with all the updated libraries and hooks to put it in a yum repository. In particular, with some help, I've
2016 May 18
0
smb_set_file_dosmode error: BUG after update to samba4-4.4.2
Hi, Am 18.05.2016 um 15:39 schrieb Robert K. Nelson: > We are using samba4 as an AD controller under OpenSuSE 13.2 using the > repository at: > > http://download.opensuse.org/repositories/network:/samba:/TESTING/openSUSE_13.2 > > Not related to your Problem, but are you sure, that this repo really provide ad-dc - funktionality?? >From the spec-file: "%global with_mitkrb5
2018 Dec 11
2
RHEL7/Centos7 with Samba AD
On Mon, 2018-12-10 at 20:53 -0500, Nico Kadel-Garcia wrote: > > I actually hope that the "--with-experimental-ad-dc" option will work > well, as it seems to in Fedora 29. I'm not holding my breath for it. I'm sorry if my hints have not been strong enough:   PLEASE DO NOT BUILD RPMS OF SAMBA WITH THIS SET. Your end users don't know we lack security support for
2019 Apr 08
3
Samba 4.8.10 for rhel7/centos7 rpms
Adding Alexander (cc'ed, thank you) Hi Sergio, I found some hints (dating back almost a year ago) about why gnutls-3.4 might be needed: https://lists.samba.org/archive/samba-technical/2018-April/127282.html I don't know how much of this still holds true (I've been running an AD DC with rhel7's gnutls 3.3.z for over a year without apparent issues). Regards, Vincent On Mon, 8
2019 Apr 08
6
Samba 4.8.10 for rhel7/centos7 rpms
On Sun, 2019-04-07 at 12:38 -0400, vincent at cojot.name wrote: > On Sat, 6 Apr 2019, Sérgio Basto via samba wrote: > > > > http://nova.polymtl.ca/~coyote/dist/samba/samba-4.8.10 > > > > How do you build this on Centos 7 without gnutls 3.4 and nettle 3.2 > > ? > > Hi Sergio, > that's a very good question. I built these on rhrl7.6 with gnutls- >