The search returned 13 results

by ElCoyote
June 8, 2021 - 8:46 PM
Forum: Tips and Tricks
Subject: [SOLVED] Samba 4.13.z and 4.14.z on EL7/Centos7
Answers: 3
Views : 15529

Re: Samba 4.13.z and 4.14.z on EL7/Centos7

Hi Denis,
I get the impression you had to throw in the towel before 4.13.z. (I should have, too...)
I just did the same...
strangely enough, to build under RHEL8 but without EPEL, I needed quite a few packages.
I'll compare our .specs to see where we stand.
Thanks,
Vincent
by ElCoyote
June 8, 2021 - 5:02 PM
Forum: Tips and Tricks
Subject: [SOLVED] Samba 4.13.z and 4.14.z on EL7/Centos7
Answers: 3
Views : 15529

[SOLVED] Samba 4.13.z and 4.14.z on EL7/Centos7

Hello,

First of all, thank you for your RPMs, which come with their source files.

Following an issue with my 4.14.5 builds for EL7, I realized there was probably an unsolvable problem with gnutls under RHEL7 (7.9) and Samba 4.13.z/4.14.z.
As you (Tranquil IT) are clearly...
by ElCoyote
September 6, 2019 - 2:18 PM
Forum: Tips and Tricks
Subject: Samba 4.10.2 for el7.6 (based on srcrpms TranquilIT)
Answers: 8
Views : 24751

Re: Samba 4.10.2 for el7.6 (based on srcrpms TranquilIT)

Hi Denis,
Ah, I just saw your message.
Last night, in my spare time, I worked on a merge between Gunther's upstream SPEC and my changes for Python 2 (backward compatibility).
So I also posted version 4.10.8 without realizing you had already done so.
I'll...
by ElCoyote
August 28, 2019 - 6:52 PM
Forum: Tips and Tricks
Subject: Samba 4.10.2 for el7.6 (based on srcrpms TranquilIT)
Answers: 8
Views : 24751

Re: Samba 4.10.2 for el7.6 (based on srcrpms TranquilIT)

Hi Denis,

There are also changes on the RHEL7 side: the official Python 3 packages in the standard repositories (no more need for Software Collections) are now present:
# yum list installed python3\*
Loaded plugins: aliases, auto-update-debuginfo, changelog, enabled_repos_upload, fastestmirror ...
by ElCoyote
August 27, 2019 - 10:53 PM
Forum: Tips and Tricks
Subject: Samba 4.10.2 for el7.6 (based on srcrpms TranquilIT)
Answers: 8
Views : 24751

Re: Samba 4.10.2 for el7.6 (based on srcrpms TranquilIT)

Hi Denis,
I'm unfortunately not very good with forums and I didn't see your message until now... :(

Regarding ldconfig, yes, it's true that using EPEL macros simplifies things, but I wanted to avoid depending on EPEL.
As for %post, I haven't had that problem; I'm wondering...
by ElCoyote
April 17, 2019 - 6:01 PM
Forum: Tips and Tricks
Subject: Samba 4.10.2 for el7.6 (based on srcrpms TranquilIT)
Answers: 8
Views : 24751

Samba 4.10.2 for el7.6 (based on srcrpms TranquilIT)

Hello,

after some effort, I've built and packaged (cleanly, I hope) the RPMs for Samba AD/DC 4.10.2.
They are partly based on Denis Cardon's specifications and some additions from Fedora.
I use these RPMs for my SOHO AD/DC server, which serves Windows 10 Pro laptops.
I would be...
by ElCoyote
November 1, 2018 - 3:48 PM
Forum: Your opinion
Subject: Here's why providing the src.rpms/sources is important.
Answers: 0
Views : 38270

This is why providing the src.rpms/sources is important.

Hello,
RHEL 7.6 has been released with many improvements and fixes.

I'm currently migrating my systems from RHEL 7.5 to RHEL 7.6.
Everything is going well, but the Samba AD DCs have an unsolvable dependency chain caused by the x86_64 version of libtalloc that comes with your...
by ElCoyote
September 17, 2018 - 11:37 PM
Forum: Your opinion
Subject: Are src.rpm files available?
Answers: 10
Views : 79472

Re: Are src.rpm files available?

mauro wrote: Sep 08, 2018 - 5:03 p.m. There is a new repository with samba 4 with Domain Controller for CentOS and RHEL 7 that also provides the source packages:

Please see:
http://www.ezplanet.net/xwiki/bin/view/EzPlanetRepo/
Thanks, that's very helpful. I'll look into those as well.
by ElCoyote
September 17, 2018 - 3:07 PM
Forum: Your opinion
Subject: Are src.rpm files available?
Answers: 10
Views : 79472

Re: Are src.rpm files available?

Thank you, that's much appreciated.
Do you think you could continue to upload the .src.rpm files systematically when you release new versions?
That would be fantastic. Thanks again,
Best regards,
Vincent.


Hello ElCoyote,

Jérémie has placed the SRPM files in the following directory:

https ...
by ElCoyote
August 24, 2018 - 9:04 PM
Forum: Tips and Tricks
Subject: Samba 4.8.4, dependency issues
Answers: 1
Views : 9967

Re: Samba 4.8.4, dependency problems

Well, it finally worked.
For reference:
1) `yum install de pyton2-dns` from EPEL.
2) `rpm -e pytalloc pytalloc-devel --nodeps`
3) `rpm -Fvh x86_64/*.rpm noarch/*.rpm`

I'm now on 4.8.4. Thanks TranquilIT! :)