Hello
Sorry but I cannot provide logs today
The matter seems to be that httpd version is 2.4.6 whereas httpd-itk is 2.2.x
It tried to upgrade httpd-itk but the available release (2.4.7) requires httpd
2.4.7.
Does anyone knows a reliable repository providing httpd 2.4.7 or higher for
Centos 7?
Send CentOS-announce mailing list submissions to
centos-annou...@centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-requ..
On 11/03/2015 15:17, Niki Kovacs wrote:
Hi,
I just configured SquidAnalyzer, a nifty little network statistics tool
that I'm using mainly in school networks to monitor network usage.
I want to run the '/usr/bin/squid-analyzer' script once a day. I took a
peek in /etc/cron.daily, and the package
On Wed, March 11, 2015 13:46, Grant McChesney wrote:
> On Wed, Mar 11, 2015 at 10:03 AM, James B. Byrne
>
> wrote:
>
>> Can anyone inform me as to whether or not Java on CentOS-6.6 still
>> has SSLv3 enabled? And if it does then how is it disabled?
>>
>>
> James:
>
> Check the java.security file
On Wed, Mar 11, 2015 at 12:03:01PM -0400, James B. Byrne wrote:
> Can anyone inform me as to whether or not Java on CentOS-6.6 still has
> SSLv3 enabled? And if it does then how is it disabled?
According to these updates for openjdk java:
java-1.6.0-openjdk https://rhn.redhat.com/errata/RHSA-201
Hey everybody,
I'm trying to get mysql master/slave replication to work under SSL. I've
created the certs for both the slave and the master. I've configured the
master and slave my.cnf. And it does appear that replication is actually
working.
Master is actually MariaDB (version 5.5.41-MariaDB-lo
Why is there a release candidate in Updates?
bind-libs.x86_64 32:9.8.2-0.30.rc1.el6_6.2
updates
--
*** E-Mail is NOT a SECURE channel ***
James B. Byrnemailto:byrn...@harte-lyne.ca
Harte & Lyne Limited http://www.harte-lyne.ca
9 Brockle
On Thu, Mar 12, 2015 at 09:55:46AM -0400, James B. Byrne wrote:
>
> Why is there a release candidate in Updates?
>
> bind-libs.x86_64 32:9.8.2-0.30.rc1.el6_6.2
> updates
Because that's the release that was used in the upstream (RHEL)
package to address CVE-2014-8500.
https://rhn
On Thu, Mar 12, 2015 at 8:57 AM Tim Dunphy wrote:
> Hey everybody,
>
> I'm trying to get mysql master/slave replication to work under SSL. I've
> created the certs for both the slave and the master. I've configured the
> master and slave my.cnf. And it does appear that replication is actually
>
>
> The mysqld process runs as the mysql user. It's parent which is the
> mysqld_safe runs as the root user. That being said the mysql user needs
> to have at least read permission to the locations where the ssl files are
>
> located. By default on Centos the /etc/pki/CA/private directory ha
Tim Dunphy wrote:
>>
>> The mysqld process runs as the mysql user. It's parent which is the
>> mysqld_safe runs as the root user. That being said the mysql user
>> needs to have at least read permission to the locations where the ssl
files
>> are located. By default on Centos the /etc/pki/CA/p
>
> No: /etc/pki/CA should NOT be group writeable. Ditto for
> /etc/pki/tls/cernts and private
Ok, yeah I can understand that. I'll correct it. Still need a way to get
SSL enabled however. Any suggestions there?
Thanks
Tim
On Thu, Mar 12, 2015 at 11:40 AM, wrote:
> Tim Dunphy wrote:
> >>
> >>
On Thu, March 12, 2015 10:40 am, m.r...@5-cent.us wrote:
> Tim Dunphy wrote:
>>>
>>> The mysqld process runs as the mysql user. It's parent which is the
>>> mysqld_safe runs as the root user. That being said the mysql user
>>> needs to have at least read permission to the locations where the ss
I know how to use 'ip' to set up a static route, e.g.:
ip route add 192.168.128.0/17 via 40.53.24.3 dev eth0
But if you reboot or restart network, you loose this. Thus you have to
make it persistant. I found:
http://www.cyberciti.biz/tips/configuring-static-routes-in-debian-or-red-hat-linux
On 12 March 2015 at 13:43, Robert Moskowitz wrote:
> I know how to use 'ip' to set up a static route, e.g.:
>
> ip route add 192.168.128.0/17 via 40.53.24.3 dev eth0
>
> But if you reboot or restart network, you loose this. Thus you have to
> make it persistant. I found:
>
> http://www.cybercit
On Thu, 12 Mar 2015 12:43:27 -0500, Robert Moskowitz
wrote:
I know how to use 'ip' to set up a static route, e.g.:
ip route add 192.168.128.0/17 via 40.53.24.3 dev eth0
But if you reboot or restart network, you loose this. Thus you have to
make it persistant. I found:
http://www.cyber
On Thu, Mar 12, 2015 at 10:49 AM Tim Dunphy wrote:
> >
> > No: /etc/pki/CA should NOT be group writeable. Ditto for
> > /etc/pki/tls/cernts and private
>
I agree - Sorry I did not mean to imply that the directory permissions on
/etc/pki/CA should be modified. However it was mentioned it as a
On Thu, Mar 12, 2015 at 10:49 AM Tim Dunphy wrote:
> >
> > No: /etc/pki/CA should NOT be group writeable. Ditto for
> > /etc/pki/tls/cernts and private
>
>
> Ok, yeah I can understand that. I'll correct it. Still need a way to get
> SSL enabled however. Any suggestions there?
>
>
I totally misrea
On 03/12/2015 01:50 PM, Earl A Ramirez wrote:
On 12 March 2015 at 13:43, Robert Moskowitz wrote:
I know how to use 'ip' to set up a static route, e.g.:
ip route add 192.168.128.0/17 via 40.53.24.3 dev eth0
But if you reboot or restart network, you loose this. Thus you have to
make it pers
Hey Alberto,
Perfect! Thanks for your response. Moving the certs and keys to an
alternate location worked exactly right.
Master:
MariaDB [(none)]> show variables like '%ssl%';
+---+--+
| Variable_name | Value|
+---+-
On Mar 12, 2015, at 11:52 AM, Jason Warr wrote:
>
> On Thu, 12 Mar 2015 12:43:27 -0500, Robert Moskowitz
> wrote:
>
>> I found:
>>
>> http://www.cyberciti.biz/tips/configuring-static-routes-in-debian-or-red-hat-linux-systems.html
>>
>> where it says to add to ifcfg-eth0:
>>
>> 192.168.128.0
On Thu, 12 Mar 2015 14:25:52 -0500, Warren Young wrote:
ADDRESS0=192.168.128.0
NETMASK0=255.255.128.0
GATEWAY0=40.53.24.3
This is the scheme used in prior versions of RHEL.
Are you saying this should not work in RHEL/Cent 7? It works fine for me
in 5/6/7.
___
On Thu, Mar 12, 2015 at 2:25 PM, Warren Young wrote:
> On Mar 12, 2015, at 11:52 AM, Jason Warr wrote:
>>
>> On Thu, 12 Mar 2015 12:43:27 -0500, Robert Moskowitz
>> wrote:
>>
>>> I found:
>>>
>>> http://www.cyberciti.biz/tips/configuring-static-routes-in-debian-or-red-hat-linux-systems.html
>>>
On 03/12/2015 03:51 PM, Les Mikesell wrote:
On Thu, Mar 12, 2015 at 2:25 PM, Warren Young wrote:
On Mar 12, 2015, at 11:52 AM, Jason Warr wrote:
On Thu, 12 Mar 2015 12:43:27 -0500, Robert Moskowitz
wrote:
I found:
http://www.cyberciti.biz/tips/configuring-static-routes-in-debian-or-red
On Thu, Mar 12, 2015 at 3:01 PM, Robert Moskowitz wrote:
>
>
> where it says to add to ifcfg-eth0:
>
> 192.168.128.0/17 via 40.53.24.3
>>>
>>> That’s only for RHEL 7: http://goo.gl/AtjIyI
>>
>> Aside from being irritating, that's just wrong. I'm using that
>> syntax on Centos5,
>
On 03/12/2015 04:12 PM, Les Mikesell wrote:
On Thu, Mar 12, 2015 at 3:01 PM, Robert Moskowitz wrote:
where it says to add to ifcfg-eth0:
192.168.128.0/17 via 40.53.24.3
That’s only for RHEL 7: http://goo.gl/AtjIyI
Aside from being irritating, that's just wrong. I'm using that
syntax on C
On Thu, Mar 12, 2015 at 3:16 PM, Robert Moskowitz wrote:
>
>>
> What I really need to do is get RIP working on that router and get my
> servers to listen to RIP...
>
> One leap at a time!
The usual quick-fix in a small network is to make your default router
know about everything else. That is, y
Hello everyone,
A network engineer buddy of mine brought up for discussion with me
that he'd like to do some throughput testing, but he's new to
Linux/RedHat. Is there any software I can recommend to him that
any of you find above par for CentOS 6/7?
Thanks!
Gilbert
***
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 12/03/15 04:29 PM, Gilbert Sebenste wrote:
> Hello everyone,
>
> A network engineer buddy of mine brought up for discussion with me
> that he'd like to do some throughput testing, but he's new to
> Linux/RedHat. Is there any software I can recomm
On 12-03-2015 17:39, Digimer wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 12/03/15 04:29 PM, Gilbert Sebenste wrote:
Hello everyone,
A network engineer buddy of mine brought up for discussion with me
that he'd like to do some throughput testing, but he's new to
Linux/RedHat. Is ther
On Thu, Mar 12, 2015 at 01:43:27PM -0400, Robert Moskowitz wrote:
> I know how to use 'ip' to set up a static route, e.g.:
>
> ip route add 192.168.128.0/17 via 40.53.24.3 dev eth0
>
> But if you reboot or restart network, you loose this. Thus you have
> to make it persistant. I found:
>
> htt
On 03/12/2015 08:46 PM, Scott Robbins wrote:
On Thu, Mar 12, 2015 at 01:43:27PM -0400, Robert Moskowitz wrote:
I know how to use 'ip' to set up a static route, e.g.:
ip route add 192.168.128.0/17 via 40.53.24.3 dev eth0
But if you reboot or restart network, you loose this. Thus you have
to
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 12/03/15 08:42 PM, Marcelo Ricardo Leitner wrote:
> On 12-03-2015 17:39, Digimer wrote:
>> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1
>>
>> On 12/03/15 04:29 PM, Gilbert Sebenste wrote:
>>> Hello everyone,
>>>
>>> A network engineer buddy of mi
On Thu, 12 Mar 2015, Digimer wrote:
On 12/03/15 08:42 PM, Marcelo Ricardo Leitner wrote:
I've used iperf a lot successfully. I have an RPM for EL6 on my
repo here:
https://alteeve.ca/an-repo/el6/RPMS/x86_64/iperf-2.0.5-11.el6.anvil.x86_64.rpm
The source is there, and I would be surprised if
34 matches
Mail list logo