Re: [CentOS] can't login as subsequent FreeIPA users

2019-11-21 Thread Carson Chittom
Carson Chittom  writes:

> When I set up a machine with CentOS 8, I used the "Enterprise Login" in
> the initial setup wizard to authenticate against my FreeIPA server.
> This worked fine, and I have no issues logging in with that initial user.
>
> However, I am unable to use GDM or the console to login as any *other*
> valid user from FreeIPA. From GDM I get something like "Sorry, that
> didn't work" and "Permission denied" on the console.  I've verified that
> the credentials are correct, and that I am able to manually get a ticket
> via kinit for one of those other users from this machine.  With
> CentOS 7, I didn't have to do any additional configuration in this
> regard after the initial wizard.

I discovered that /etc/sssd/sssd.conf contains the line:

simple_allow_users = $, initialuser

Adding other users to this line allows them to log in. This is a very
small deployment (8 users, 4 machines), so this addresses my immediate
need, but clearly isn't really the solution. I'll dig into it some more
when I have some leisure.

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] can't login as subsequent FreeIPA users

2019-11-18 Thread Carson Chittom
When I set up a machine with CentOS 8, I used the "Enterprise Login" in
the initial setup wizard to authenticate against my FreeIPA server.
This worked fine, and I have no issues logging in with that initial user.

However, I am unable to use GDM or the console to login as any *other*
valid user from FreeIPA. From GDM I get something like "Sorry, that
didn't work" and "Permission denied" on the console.  I've verified that
the credentials are correct, and that I am able to manually get a ticket
via kinit for one of those other users from this machine.  With
CentOS 7, I didn't have to do any additional configuration in this
regard after the initial wizard.

Not sure whether this is a CentOS configuration issue or a FreeIPA one,
but I figured I'd start here.  I'm also not terribly familiar with
FreeIPA, so I could be missing something obvious; but this worked
without issue when the machine in question ran CentOS 7.

Can somebody point me in the right direction?
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS upgrade info

2015-02-16 Thread Carson Chittom
Jegadeesh Kumar jegasm...@yahoo.com
writes:

 I wan to know the details steps about how to do OS upgrade?
 Say for an example currently i am using CentOS 6.2 and plan to upgrade
 that to 7. Please detail me the steps.

I suggest you begin by reading the release notes for CentOS 7, which are
at http://wiki.centos.org/Manuals/ReleaseNotes/CentOS7 -- here is an
excerpt:

  For the first time, there is a supported upgrade path from CentOS-6 to
  CentOS-7. This path is only supported from the latest version of
  CentOS-6 (being 6.6 at the time of writing) to the latest version of
  CentOS-7. For more information on the upgrade procedure please take a
  look at this page. The tools needed for this functionality are still
  being tested and will be released at a later time. If you can help
  with the testing, please see this CentOS-Devel mailing list thread and
  this wiki entry.

So, upgrade to 6.6 first, and then use the upgrade procedure from Red
Hat, if you're willing to help with testing.

Or install 7 from scratch, of course.

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS upgrade info

2015-02-16 Thread Carson Chittom
Jegadeesh Kumar jegasm...@yahoo.com
writes:

 how to upgrade CentOS 6.6 from 6.2

I apologize if I'm doing you a disservice, but the fact that you're
asking this makes me think you're not familiar with CentOS (or perhaps
even Linux generally).  Upgrading packages is fairly basic system
functionality.  You may want to spend some time reading documentation
before you do anything else.

A good deal of information is accessible on a CentOS system itself using
the man and info commands.  Additional documentation is available at
http://wiki.centos.org/Documentation

The answer to your specific question is found in the manual page for 
yum (man yum at a command line prompt), but yum can do a lot of
things.  Probably what you want is:

# yum upgrade

But depending on your needs and the packages installed on your machine,
you may need a different yum command.



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] OT: Bittorrent clients

2014-12-28 Thread Carson Chittom
Nux! n...@li.nux.ro writes:

 I recommend you stick to Transmission since it's in Base.

For the record and the benefit of anyone reading the list archives,
Transmission appears to be in EPEL, not Base.



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Centos7 Annoyances

2014-10-31 Thread Carson Chittom
david da...@daku.org writes:

 I'm sure the Centos team has done a yeoman's job getting Centos7
 ready, and that the Redhat team has done marvels in creating rhel7,
 but here's a little voice from a personal hobbyist user.

I'm not sure why you're voicing these here.  Since CentOS matches RHEL
bug-for-bug, you'd stand a better chance of getting your voice heard by
talking to Red Hat.

 If someone has some elegant solution, I'd love to try, but Centos7 is
 still unusable for me.

Define unusable.  Clearly it's objectively untrue that it's unusable
because many people are in fact using it.

 1:  Firewall changes
  The change in firewall technology forced a complete re-do of my
 scripts which maintain firewalls, respond to attacks, etc.  I think
 I've programmed my way around the issues, but it wasn't easy.

So...you've already done the work to adapt your current setup.  

 2:  Apache changes
  These were subtle, but again were solved.

Not sure what you're referring to here, but again, you've already done
the work.

 3:  Service - systemd
  The change from object-oriented view of service:  (service httpd
 restart) to function-oriented (systemctl restart firewall) seems to be
 unnecessary, and counter to the way stuff is generally done in the
 modern world.  Nonetheless, it was possible to solve that with some
 adaptive script programming.

systemd, like it or not, appears to be the current future of Linux, with
essentially every distribution adopting it.  I can't say I'm a huge fan
of this trend, but it is what it is.  And again, you've already done the
work.

 4) Something with Unknown lvalue 'ControlGroup' in section 'Service'
  I don't know what to do with this.  I constantly get the diagnostic:
[/usr/lib/systemd/system/rtkit-daemon.service:32] Unknown lvalue
 ControlGroup' in section 'Service'
  and attempts to browse the internet for solutions come across
 barriers that require some paid subscription to view.  This is
 currently a progress-stopper.  The messages I see deal with boinc,
 which does not show up on my system using rpm -qa | grep -i boinc.

A quick glance at https://bugzilla.redhat.com/show_bug.cgi?id=86
makes this look to be primarily a logging issue.  Obviously it should
get fixed, since it's a bug, but I don't understand why this is a
progress-stopper.  Or am I misreading?

 5) Sendmail is out, postfix is in.
  This is a huge change, since I had lots of scripts that tailored the
 Sendmail system for spam protection, dealing with SmartHosts that
 required SMTP-AUTH and others required weird configurations, etc.
 Whether this is working yet I don't quite know, but it seems the
 scripts can accommodate the change.

# yum install sendmail{,-cf,-doc}

 6) Installation
  I have no idea why, when using the net-install, one must explicitly
 turn on the network.  It seems unnecessary.

That's a fair point, but presumably one Red Hat would have to answer.

 7) Lack of 32-bit support
  I think I understand this.  After all, 32-bit machines may become
 unusable when the clock overflows, but isn't that a few years away,
 and couldn't some solution be found, even if kludgy?  Some of the
 32-bit hardware was of very high quality, and still runs perfectly.
 I'd hate to spend a few hundred dollars each to replace all those
 systems.

As far as I know, there's no solution to be found.  The 32-bit address
space is just too small.  Wikipedia says that 64-bit processors have
been around since 1961, though for most uses (i.e., Intel/AMD) they only
became practical starting in 2003, which is still over a decade ago.

Practically speaking, at some point you'll inevitably have to replace
those systems anyway.  Wouldn't you rather do it on a planned schedule
than as disaster recovery when something fails?  When doing so, you
might as well go to 64-bit.

 8) And more

Don't know what this means.

 I haven't got a server or desktop running to my satisfaction yet, so I
 don't yet know what pitfalls await.  Any advice would be appreciated.

My advice is to read the documentation.

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] java 1.6 and 1.7 on CentOS

2014-08-19 Thread Carson Chittom
Asma rabe asma.r...@gmail.com writes:

 If i should install both java 1.6 and 1.7 , how to do that ?

I don't know whether you *should* do it, not knowing much about your
setup, but assuming CentOS 7, I think you can install both the
java-1.6.0-openjdk and java-1.7.0-openjdk packages.


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Emacs 24 on CentOS 6.4

2013-11-19 Thread Carson Chittom
On Tue, 2013-11-19 at 09:45 +0300, Mihamina RKTMB wrote:
 On 11/19/2013 03:45 AM, Carson Chittom wrote:
  After a brief effort, I didn't get it to work.
 
  [...]
  So I again attempted to compile the emacs-24.2 SRPM, but apparently the
  version of autoconf (2.63) in CentOS was too low (the emacs SRPM
  expected 2.69), which caused the build to fail.
 
 My personal opinion is you should change you distribution if you want 
 bleeding edge sofwtares.
 CentOS seems not fit this game.
 

Emacs 24 is not bleeding edge.  It is a released product.  Version
24.1 was released June 10, 2012.

Incidentally, it's not exactly friendly to new users who ask How do I
do x? to reply Go away; you're not wanted.  Trust me to know my own
needs better than you do.


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Emacs 24 on CentOS 6.4

2013-11-18 Thread Carson Chittom
On Sun, 2013-11-17 at 14:50 -0600, Carson Chittom wrote:
 On Sun, 2013-11-17 at 14:37 -0600, Frank Cox wrote:
  On Sun, 17 Nov 2013 14:12:33 -0600
  Carson Chittom wrote:
  
   While I could, of course, just do the ./configure  make  make
   install dance, I don't like having software installed that's not in the
   packaging system.  I'd appreciate any pointer to a prepackaged Emacs 24,
   or failing that, a good tutorial on how to package software correctly
   for CentOS.
  
  In some/several cases you can simply recompile the Fedora srpm on your 
  Centos system.
  
  I don't know about Emacs, (don't use it myself) but there's nothing lost by 
  trying it.
 
 That's a good idea, which I should have thought of.  :)
 
 I'll give it a whirl and report back for the archives.

After a brief effort, I didn't get it to work.  

I downloaded the emacs-24.2 SRPM from Fedora 19.  Trying to compile it
with rpmbuild gave me several errors about missing dependencies.  I was
able to install nearly all of the ones complained about from the CentOS
repositories.  The only one left was liblockfile-devel, so I downloaded
the liblockfile SRPM and compiled and installed it and its -devel
without error.

So I again attempted to compile the emacs-24.2 SRPM, but apparently the
version of autoconf (2.63) in CentOS was too low (the emacs SRPM
expected 2.69), which caused the build to fail.  

If anyone's curious, I have placed a log of the build at
http://www.wistly.net/emacs-build.log



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Emacs 24 on CentOS 6.4

2013-11-17 Thread Carson Chittom
I'm fairly new to CentOS, so please excuse my ignorance.

I've installed CentOS 6.4, for which Emacs 23 is available; but I'd like
to have Emacs 24.  I've looked at rpmforge and epel, but neither seem to
have Emacs 24 already packaged; and I've searched for every combination
of emacs +  24 + centos without success.

While I could, of course, just do the ./configure  make  make
install dance, I don't like having software installed that's not in the
packaging system.  I'd appreciate any pointer to a prepackaged Emacs 24,
or failing that, a good tutorial on how to package software correctly
for CentOS.


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Emacs 24 on CentOS 6.4

2013-11-17 Thread Carson Chittom
On Sun, 2013-11-17 at 14:37 -0600, Frank Cox wrote:
 On Sun, 17 Nov 2013 14:12:33 -0600
 Carson Chittom wrote:
 
  While I could, of course, just do the ./configure  make  make
  install dance, I don't like having software installed that's not in the
  packaging system.  I'd appreciate any pointer to a prepackaged Emacs 24,
  or failing that, a good tutorial on how to package software correctly
  for CentOS.
 
 In some/several cases you can simply recompile the Fedora srpm on your Centos 
 system.
 
 I don't know about Emacs, (don't use it myself) but there's nothing lost by 
 trying it.

That's a good idea, which I should have thought of.  :)

I'll give it a whirl and report back for the archives.



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos