Re: [CentOS] Is there any way I can deploy cPanel web hosting control panel with Microsoft Exchange 2016 groupware behind one static public IP?

2018-07-20 Thread Richard Grainger
You can use bind your cPanel web server to a different port or (better) you can put your services behind a reverse proxy/load balancer. In this scenario, for web servers running on the standard ports (ie TCP 80 and 443), you can use HTTP host headers/SNI to redirect requests to the appropriate back

Re: [CentOS] Updated krb5 rpm package altered existing krb5.conf - No go

2018-06-14 Thread Richard Grainger
On Wed, Jun 13, 2018 at 6:56 PM Götz Reinicke wrote: > /etc/krb5.conf > I looked at the spec file in the source RPM for the krb5-libs package and it it has the correct %config(noreplace) directive next to that file in the %files section, so this is mysterious.

Re: [CentOS] Updated krb5 rpm package altered existing krb5.conf - No go

2018-06-13 Thread Richard Grainger
On Wed, Jun 13, 2018 at 3:54 PM Götz Reinicke wrote: > > Hi, > > I did an centos update from 7.4 to 7.5 and the krb5 package altered the > existing and used config file! That should be a no go from my pov, as in my > setup it broke some services which had a problem with the includedir line > wh

Re: [CentOS] How do I get the kernel srpm?

2018-04-27 Thread Richard Grainger
yumdownloader --source kernel On Fri, Apr 27, 2018 at 9:35 PM, Robert Heller wrote: > I tried to follow the work flow shown in https://wiki.centos.org/Sources, but > it does not seem to work: > > I did this: > > mkdir CentOS > pushd CentOS > git clone https://git.centos.org/git/centos-git-common.

Re: [CentOS] Semi-OT: install python package in userspace

2018-04-10 Thread Richard Grainger
If you can use python3 rather than python2, it looks like the dependencies in the standard repos are new enough. Do you want me to have a go at packaging scikit-learn for python3 and adding it to the repo? On Tue, Apr 10, 2018 at 9:51 AM, Richard Grainger wrote: > Just had a look at sci

Re: [CentOS] Semi-OT: install python package in userspace

2018-04-10 Thread Richard Grainger
:43 AM, Richard Grainger wrote: > I created the epypel (Extra Extra Python Packages for Enterprise > Linux) yum repo for exactly this reason: > https://harbottle.gitlab.io/epypel/ > > There are a bunch of additional Python 2 and Python 3 packages there > and if you want any a

Re: [CentOS] Semi-OT: install python package in userspace

2018-04-10 Thread Richard Grainger
I created the epypel (Extra Extra Python Packages for Enterprise Linux) yum repo for exactly this reason: https://harbottle.gitlab.io/epypel/ There are a bunch of additional Python 2 and Python 3 packages there and if you want any added, please put in a request here: https://gitlab.com/harbottle/e

Re: [CentOS] How Can I ...

2018-03-24 Thread Richard Grainger
If your CentOS machine has graphics (Gnome etc), you should be able to point your file browser at smb://ip_address/share_name > On 23 Mar 2018, at 23:22, Christian, Mark wrote: > >> On Fri, 2018-03-23 at 22:57 +, Tom Bishop wrote: >>> On Fri, Mar 23, 2018, 5:50 PM Eugene Poole wrote: >>>

Re: [CentOS] selinux: how to allow access?

2018-03-16 Thread Richard Grainger
> Yet again I could not find any documentation explaining how to do basic > things like this :( Selinux is more like a curse than anything else :( Why > is there not even a good documentation? More trolling? ___ CentOS mailing list CentOS@centos.org htt

Re: [CentOS] Best practices to manager multiples sysadmins working as root with multiple servers?

2018-02-28 Thread Richard Grainger
My suggestion, if you have the freedom to design a solution from scratch, is to look at FreeIPA and sssd. With these tools you can easily centralise your access and sudo rules. You can use any configuration management tool to get things up and running (I like Puppet, but your mileage may vary). O

Re: [CentOS] RADIUS

2018-02-23 Thread Richard Grainger
On Fri, Feb 23, 2018 at 1:57 PM, hw wrote: > Richard Grainger wrote: >> >> On Fri, Feb 23, 2018 at 12:56 PM, hw wrote: >>> >>> That requires some way to distinguish between customers, and it means >>> that distinguishing between devices is n

Re: [CentOS] RADIUS

2018-02-23 Thread Richard Grainger
On Fri, Feb 23, 2018 at 12:56 PM, hw wrote: > That requires some way to distinguish between customers, and it means > that distinguishing between devices is not sufficient for registered > customers. Once the customer logs into the captive web portal on the guest WiFi SSID you know who they are a

Re: [CentOS] RADIUS

2018-02-23 Thread Richard Grainger
On Fri, Feb 23, 2018 at 11:22 AM, hw wrote: > As a customer visting a store, would you go to the lengths of configuring > your > cell phone (or other wireless device) to authenticate with a RADIUS server > in > order to gain internet access through the wirless network of the store? > > From what

Re: [CentOS] RADIUS

2018-02-23 Thread Richard Grainger
On Fri, Feb 23, 2018 at 11:25 AM, hw wrote: > But MAC addresses can be faked, can´t they? Yes, someone can go to the trouble of obtaining a known corporate MAC address and MAC-spoofing their personal device so they can PXE-boot a corporate build on a VLAN that is otherwise useless. If your corp

Re: [CentOS] RADIUS

2018-02-23 Thread Richard Grainger
On Fri, Feb 23, 2018 at 10:33 AM, hw wrote: > That would be a problem because clients using PXE-boot require network > access, > and it wouldn´t contribute to security if unauthorized clients were allwed > to > PXE-boot. Two solutions to this: 1. Enable "exception by MAC address": only known MA

Re: [CentOS] which group for running docker as a regular user on CentOS 7

2017-10-26 Thread Richard Grainger
On my system it is just a group called "docker". Your mileage may vary. On Thu, Oct 26, 2017 at 10:20 AM, soko.tica wrote: > Hi, > > I have installed docker and would like to run the containers without sudo. > > I have placed myself in dockerroot group, but still to no avail. Centos > doesn't ha

Re: [CentOS] Announcement: 32 bit Wine repo for RHEL and CentOS 7

2017-10-09 Thread Richard Grainger
Nux!: SRPMS published: https://harbottle.gitlab.io/wine32/7/SRPMS/ Cheers! On Mon, Oct 9, 2017 at 1:28 PM, Richard Grainger wrote: > Yes, I will look into getting the SRPMS up on the site (though they are > just the ones from EPEL anyway). > > On Mon, Oct 9, 2017 at 11:54 AM,

Re: [CentOS] Announcement: 32 bit Wine repo for RHEL and CentOS 7

2017-10-09 Thread Richard Grainger
rant using Borg technology! > > Nux! > www.nux.ro > > - Original Message - > > From: "Richard Grainger" > > To: "CentOS mailing list" > > Sent: Monday, 9 October, 2017 14:29:03 > > Subject: Re: [CentOS] Announcement: 32 bit Wine repo for

Re: [CentOS] Announcement: 32 bit Wine repo for RHEL and CentOS 7

2017-10-09 Thread Richard Grainger
se overwrite Base, perhaps add a warning of sorts. > > -- > Sent from the Delta quadrant using Borg technology! > > Nux! > www.nux.ro > > - Original Message - > > From: "Richard Grainger" > > To: "CentOS mailing list" > > Sent:

Re: [CentOS] Announcement: 32 bit Wine repo for RHEL and CentOS 7

2017-10-09 Thread Richard Grainger
; -- > Sent from the Delta quadrant using Borg technology! > > Nux! > www.nux.ro > > ----- Original Message - > > From: "Richard Grainger" > > To: "CentOS mailing list" > > Sent: Sunday, 8 October, 2017 19:43:57 > > Subject: [CentOS

Re: [CentOS] Announcement: 32 bit Wine repo for RHEL and CentOS 7

2017-10-08 Thread Richard Grainger
Yes, works fine alongside 64 bit wine from EPEL. :) Sent from my iPhone > On 9 Oct 2017, at 02:03, Peter wrote: > > This is great, thank you very much! > > Did you make it parallel-installable to the 64 bit wine from epel? > > > Peter > > >> On 09

Re: [CentOS] Announcement: 32 bit Wine repo for RHEL and CentOS 7

2017-10-08 Thread Richard Grainger
centos7.sh > > > > 2017-10-08 15:43 GMT-03:00 Richard Grainger : > > > Hi all > > > > I've created a yum repo for 32 bit wine packages on RHEL and CentOS 7: > > > > https://harbottle.gitlab.io/wine32/7/i386/ > > > > The Wine packages

[CentOS] Announcement: 32 bit Wine repo for RHEL and CentOS 7

2017-10-08 Thread Richard Grainger
Hi all I've created a yum repo for 32 bit wine packages on RHEL and CentOS 7: https://harbottle.gitlab.io/wine32/7/i386/ The Wine packages work on both 32 bit and 64 bit RHEL/CentOS 7. There is no 32 bit version of the EPEL repo, where the standard RHEL/CentOS Wine packages can be found, so you

Re: [CentOS] Airprint to old printer using Centos server

2016-10-31 Thread Richard Grainger
Hi Gary I got this working in a previous role a while ago: http://thirdlineit.blogspot.co.uk/2011/12/active-directory-authenticated-airprint.html (ignore the authentication aspects). I also managed to do it recently on my home network using Ubuntu, so the principle still works. Summary: 1. Insta

[CentOS] Announcement: new yum repos

2016-10-21 Thread Richard Grainger
Hi I've created a couple of new public yum repos suitable for CentOS 7: ergel (Extra Ruby Gems for Enterprise Linux) repo: https://harbottle.gitlab.io/ergel/7/x86_64/ homepage: https://gitlab.com/harbottle/ergel epmel (Extra Perl Modules for Enterprise Linux) repo: https://harbottl