similar to: Missing sources in CentOS 6.0

Displaying 20 results from an estimated 4000 matches similar to: "Missing sources in CentOS 6.0"

2018 Oct 04
2
CentOS 7.5, Apache 2.4, Kerberos
Hi List, My goal in sending this email is to get some direction on where to start looking to solve my problem. Thank you all in advance for reading through this and providing any guidance! I'm working on moving to new servers, upgrading from CentOS 6.7 to CentOS 7.5. In this move, we are also upgrading from Apache/2.2.15 to Apache/ 2.4.33. Our servers are all sitting behind a load
1999 Nov 22
2
samba not logging windows user names
Hi, Is it possible that samba logs the windows username of the person that is connecting to a share. On many shares I use 'force user = testuser'. In the log I only see the messages "connect to service test as user testuser". This gives me only the username smbd should become. I also tried logging to a file which contains '%U' but this give me very often the
2014 Jan 14
3
krb5-1.10.3-10.el6_4.6.src.rpm
Hello, I download krb5-1.10.3-10.el6_4.6.src.rpm<http://ftp.redhat.com/pub/redhat/linux/enterprise/6Server/en/os/SRPMS/krb5-1.10.3-10.el6_4.6.src.rpm>from http://ftp.redhat.com/pub/redhat/linux/enterprise/6Server/en/os/SRPMS/. In Cenos 6.5, I use following instructions: rpm -i krb5-1.10.3-10.el6_4.6.src.rpm rpmbuild -ba /home/mockbuild/rpmbuild/SPECS/krb5.spec The RPMs that has been
2017 Nov 22
3
samba rotates keytabs without telling apache
Hello! Our organization has since June had problems with samba on our web server incrementing keytab version numbers every month - precisely every month. Since apache2 with mod_auth_kerb isn't made aware of this, all our web sites go 503. The manual solution has been exporting new keytabs and reloading apache, but we haven't figured out why the KVNOS are incremented in the first place.
2015 Mar 23
2
Services supporting Kerberos and/or TLS client certificate authentication
Hello, We're starting to use FreeIPA in house (which is awesome btw) which means that Kerberos and TLS client certificate authentication is suddenly quite easy. Im looking for a list of common Linux services with data on how one can Authenticate/Authorise for these services. * httpd support TLS client certificate authentication and Kerberos * rabbitmq supports TLS client certificate
2005 Jun 05
2
pxelinux and DISPLAY
I've begun tinkering with syslinux v3 and have uncovered an anomoly with the DISPLAY file when called by pxelinux.0. If I have: DISPLAY boot.msg With an "^Xsplash.lss\n" in the file boot.msg (exactly: 18 73 70 6C 61 73 68 2E 6C 73 73 0A) file, it will fail to load the rle image. And produce some goofy results in the tftpd log: Jun 5 06:27:06 pxe in.tftpd[24649]: RRQ from
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 Jul 14
2
How to GSSAPI/Kerberos authenticate with Dovecot [formerly Where is krb5.keytab or equivalent?]
On Thu, 2016-07-14 at 16:20 +0100, Rowland penny wrote: > I don't think the problem is with mentioning 'Dovecot', it is with > using > the DC for anything other than authentication. > > Reading the Dovecot wiki page, creating the user & SPN on the DC is > okay, but once you start exporting the keytab to be used on the DC, > you > are doing something
2006 Jan 18
1
The 30 year old *Ruby* Virgin
All, Apologies for the simplicity of the problem but getting started with InstantRails. Does anyone have any experience of setup in this way? Get to the: * Click on the Start SCGI button. * Once the SCGI server says that it is listening to 127.0.0.1:9999, open our browser and go to: www.mycookbook.com Unfortunately once I press the button, a DOS cmd window pops up and
2016 Jul 13
2
Attempting to access LDAP backend gives "Strong(er) Authentication Required"
LDAP can be use in clear text mode or with start_tls. There is still LDAPS which can also be used. Any of these should be used to authenticate users as LDAP[s] is not meant to authenticate anything, it's a DB. Kerberos should be used for authentication as it is meant for that purpose and could grant your users possibility to have SSO. More secure for admins, more simple for users... I have
2003 Jul 04
1
Win4Lin, MYOB, Samba & Performance
I'm having performance problems that seem to involve SAMBA in the equation so I thought I'd ask if there was something obvious I'm stuffing up or a known anomoly. A mate of mine runs MYOB Premier (the brilliant (not!) multi-user accounting package which claims to not support SAMBA (or visa versa). I've had it running glitch free for two years on a Samba share off a linux box.
2013 Nov 11
2
qemu-kvm-rhev
I recently ran into some problems using certain oVirt (3.3) features on CentOS 6.4 hosts. The solution was to use the qemu-kvm-rhev version from the EL6 RHEV repository: http://ftp.redhat.com/pub/redhat/linux/enterprise/6Server/en/RHEV/SRPMS/qemu-kvm-rhev-0.12.1.2-2.355.el6_4.9.src.rpm It seems that this tree is not carried/built by CentOS. Are there any plans on the CentOS for carrying these
2017 Feb 17
2
GCC 4.9 in CentOS 7 ??
On Sun, Feb 5, 2017 at 11:43 PM, Gordon Messmer <gordon.messmer at gmail.com> wrote: > On 02/05/2017 06:37 PM, Alice Wonder wrote: > >> Where are src.rpm's ? >> > > > Same place as everything else: > > http://vault.centos.org/7.3.1611/sclo/Source/ The source RPMs for devtoolset don't appear to be there, but I did find them here:
2011 Jan 09
13
yum difference
Hi, Can you tell me what ate differences in the source code between the original Red Hat yum and the one which Centos uses for updates? Regards Peter -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20110110/66610d8c/attachment-0002.html>
2016 Jul 14
2
How to GSSAPI/Kerberos authenticate with Dovecot [formerly Where is krb5.keytab or equivalent?]
On Thu, 2016-07-14 at 22:05 +0100, Rowland penny wrote: > On 14/07/16 21:52, Andrew Bartlett wrote: > >  > > Rowland: > > > > Running samba-tool domain exportkeytab for a specific user is quite > > a > > reasonable thing to do, and is entirely sensible to recommand as > > part > > of adding a new user with an SPN.  They keytab can then be
2009 Nov 26
2
[error] avahi_entry_group_add_service_strlst("AdminNodeFQDN") failed: Invalid host name
Hi, After doing a clean install of ovirt in a Fedora 11 VM, I am unable to get anything working in the web interface. All I get is an error 500. After reviewing the logs I see the following error in /var/log/http/error.log [Thu Nov 26 11:29:11 2009] [notice] Apache/2.2.13 (Unix) DAV/2 mod_auth_kerb/5.4 mod_nss/2.2.11 NSS/3.12.2.0 mod_python/3.3.1 Python/2.6 configured -- resuming normal
2001 Aug 22
1
[Fwd: [Fwd: openssh 2.9p2 hang problem]]
Markus Friedl wrote: > > ?'m not sure where the 'bug' is and whether this is 'really' a bug. > > try to talk to the openssh-unix-dev list, i'm too busy right now :( > > -m > > On Thu, Aug 16, 2001 at 03:51:19PM +0100, Mark Reardon wrote: > > Hello Markus, > > > > I recently posted you with a mention of the 2.9p2 possible problem
2016 Jul 16
3
How to GSSAPI/Kerberos authenticate with Dovecot [formerly Where is krb5.keytab or equivalent?]
On 15/07/16 08:17, Rowland penny wrote: > On 15/07/16 00:34, Andrew Bartlett wrote: >> On Thu, 2016-07-14 at 22:05 +0100, Rowland penny wrote: >>> On 14/07/16 21:52, Andrew Bartlett wrote: >>>> Rowland: >>>> >>>> Running samba-tool domain exportkeytab for a specific user is quite >>>> a >>>> reasonable thing to do, and
2010 Feb 04
2
Problem with number of groups of AD User (token size ?)
Hi all On a CentOS 5.4 system with Samba 3.0.33 (member server of an AD domain in 2003 native mode) I have the problem that certain users can't use the shares (can't logon), while others can. I *think* this is related to the fact that those users unable to connect are member of a huge number of groups (100+). We know from experience that this is a problem in Windows itsself (need to
2008 Jul 10
4
Distributed Setup Suggestions
My company is approx 200 users. We have 10 offices each with 5-30 users each. A few offices work independently, but there has been a lot more inter-office work lately. I am looking for a way to provide fast local access to files stored in the same office as the user, but also acceptable performance for inter-office file transfers. We are currently using Oracle Drive for a central file server, it