[CentOS] rss centos.announce outdated

2016-08-02 Thread Ing . Adrian Hernández Yeja
Hi folks, I usually use the RSS feed http://rss.gmane.org/messages/complete/gmane.linux.centos.announce to know the centos updates but recently is outdated. Is this temporary? Is there another source? Thanks. ___ CentOS mailing list CentOS@cent

Re: [CentOS] CentOS 6.8 with current kernel fails with pm-hibernate (cifsd refuses to freeze)

2016-08-02 Thread Jari Fredriksson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 OK. I fixed this case just by dismounting the share before hibernate, but I'll leave this here anyway. Just a historic note or something ;) - -- ja...@iki.fi -BEGIN PGP SIGNATURE- Version: GnuPG v1 iEYEARECAAYFAleg/1kACgkQKL4IzOyjSrbf8wCgjT

[CentOS] CentOS 6.8 with current kernel fails with pm-hibernate (cifsd refuses to freeze)

2016-08-02 Thread Jari Fredriksson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Now, this is not apparently very common to CentOS or EL server, but I need to hibernate one of myservers after a batch job daily. Current kernel appears to fail with pm-hibernate now. $ cat /etc/redhat-release CentOS release 6.8 (Final) $ uname -a Li

Re: [CentOS] TLSv1.2 support for lftp on CentOS 6.x

2016-08-02 Thread Johnny Hughes
On 08/02/2016 11:00 AM, Olivier BONHOMME wrote: > On Tue, Aug 02, 2016 at 03:29:07PM +, Olivier BONHOMME wrote: >> On Tue, Aug 02, 2016 at 02:56:26PM +, Olivier BONHOMME wrote: > >> So the question is: Is that behaviour can be considered as an lftp bug or >> not ? > > Hello again, > > J

Re: [CentOS] TLSv1.2 support for lftp on CentOS 6.x

2016-08-02 Thread Olivier BONHOMME
On Tue, Aug 02, 2016 at 03:29:07PM +, Olivier BONHOMME wrote: > On Tue, Aug 02, 2016 at 02:56:26PM +, Olivier BONHOMME wrote: > So the question is: Is that behaviour can be considered as an lftp bug or not > ? Hello again, Just answering to myself and the list for a conclusion. lftp in

Re: [CentOS] TLSv1.2 support for lftp on CentOS 6.x

2016-08-02 Thread Olivier BONHOMME
On Tue, Aug 02, 2016 at 02:56:26PM +, Olivier BONHOMME wrote: > Hello Tom, > > It's indeed an interesting way. I didn't think about something just disabled. > I > browsed, gnutls rpm changelog and I saw this : > > * Thu May 3 2012 Tomas Mraz 2.8.5-7 > - more TLS-1.2 compatibility fixes (T

Re: [CentOS] TLSv1.2 support for lftp on CentOS 6.x

2016-08-02 Thread Johnny Hughes
On 08/02/2016 09:43 AM, Olivier BONHOMME wrote: > On Tue, Aug 02, 2016 at 07:36:02AM -0500, Johnny Hughes wrote: > >> The latest lftp in CentOS-6.8 is version: lftp-4.0.9-6.el6_8.2. It was >> built on July 12, 2016. >> >> That was built with nss-3.21.0-8.el6 in the build root. >> >> If you have t

Re: [CentOS] TLSv1.2 support for lftp on CentOS 6.x

2016-08-02 Thread Olivier BONHOMME
On Tue, Aug 02, 2016 at 02:13:31PM +0100, Tom Grace wrote: > On 02/08/2016 12:11, Olivier BONHOMME wrote: > > So my question is : Can lftp provided by CentOS (of course last version in > > the > > 6.x branch), do TLSv1.2 connection ? > It may not be related, but in the past I have needed to rebuil

Re: [CentOS] TLSv1.2 support for lftp on CentOS 6.x

2016-08-02 Thread Olivier BONHOMME
On Tue, Aug 02, 2016 at 07:36:02AM -0500, Johnny Hughes wrote: > The latest lftp in CentOS-6.8 is version: lftp-4.0.9-6.el6_8.2. It was > built on July 12, 2016. > > That was built with nss-3.21.0-8.el6 in the build root. > > If you have the latest installed, it would seem that it should be abl

Re: [CentOS] ElasticSearch Logrotate not working

2016-08-02 Thread Tim Dunphy
ok, good advice! thanks! On Thu, Jul 28, 2016 at 2:06 PM, Thomas Eriksson < thomas.eriks...@slac.stanford.edu> wrote: > On 07/28/2016 07:40 AM, Tim Dunphy wrote: > > Hey guys, > > > > I have this log rotation script setup in my /etc/logrotate.d folder > > > > /var/log/elasticsearch/*.log { > >

Re: [CentOS] centos 7- boot doesn't wait for startup script to complete

2016-08-02 Thread Jonathan Billings
On Tue, Aug 02, 2016 at 12:56:21PM +, KM wrote: > # used to set up the Myservices onstartup > [Unit] > Description=Start and stop Myservices > > [Service] > Type=oneshot > ExecStart=/etc/init.d/Myservices start > ExecStop=/etc/init.d/Myservices stop > RemainAfterExit=yes > > [Install] > WantedB

Re: [CentOS] TLSv1.2 support for lftp on CentOS 6.x

2016-08-02 Thread Tom Grace
On 02/08/2016 12:11, Olivier BONHOMME wrote: So my question is : Can lftp provided by CentOS (of course last version in the 6.x branch), do TLSv1.2 connection ? It may not be related, but in the past I have needed to rebuild libNSS and Curl in CentOS 6 due to an upstream patch the explicitly dis

Re: [CentOS] TLSv1.2 support for lftp on CentOS 6.x

2016-08-02 Thread m . roth
My good man Olivier BONHOMME wrote: > Hello everybody, > > I am writing on that mailing list because I have an issue using lftp and I > would > love to have more infos about features available on the LFTP version > provided by > CentOS 6. > > I try to connect to a ftp server in secured mode using

[CentOS] centos 7- boot doesn't wait for startup script to complete

2016-08-02 Thread KM
Hi All,I have a general question.  I have an old rc type startup script that I am still using on CentOS 7.  I got it to run by creating the systemd service file... a simple one as shown below, for Myservices. # used to set up the Myservices onstartup[Unit]Description=Start and stop Myservices[S

Re: [CentOS] TLSv1.2 support for lftp on CentOS 6.x

2016-08-02 Thread Johnny Hughes
On 08/02/2016 06:11 AM, Olivier BONHOMME wrote: > Hello everybody, > > I am writing on that mailing list because I have an issue using lftp and I > would > love to have more infos about features available on the LFTP version provided > by > CentOS 6. > > I try to connect to a ftp server in secu

Re: [CentOS] TLSv1.2 support for lftp on CentOS 6.x

2016-08-02 Thread Eero Volotinen
At least the latest version supports tlsv1.2 -- maybe packaged version is a bit old? Eero 2016-08-02 14:11 GMT+03:00 Olivier BONHOMME : > Hello everybody, > > I am writing on that mailing list because I have an issue using lftp and I > would > love to have more infos about features available on

[CentOS] TLSv1.2 support for lftp on CentOS 6.x

2016-08-02 Thread Olivier BONHOMME
Hello everybody, I am writing on that mailing list because I have an issue using lftp and I would love to have more infos about features available on the LFTP version provided by CentOS 6. I try to connect to a ftp server in secured mode using FTPS explicit and I would love to use TLSv1.2. After