[CentOS] Mirror sync strategy or problem?

2016-08-03 Thread Gianluca Cecchi
Hello, I have a CentOS 7 server, right installed. I notice that some packages that are present at http://mirror.centos.org/centos/7/updates/x86_64/Packages/ are not present yet at some other mirrors (that are the ones my fastestmirror plugin picks up... even after a clean): http://centos.datente.c

Re: [CentOS] Mirror sync strategy or problem?

2016-08-03 Thread Tom Grace
On 03/08/2016 09:09, Gianluca Cecchi wrote: What are typical delays in mirrors' sync? Or is there any problem in mirrors updates? Does http://mirror-status.centos.org/ show any issue with the mirrors you're being given by fastestmirror ? ___ CentOS ma

Re: [CentOS] Mirror sync strategy or problem?

2016-08-03 Thread Gianluca Cecchi
On Wed, Aug 3, 2016 at 10:18 AM, Tom Grace wrote: > On 03/08/2016 09:09, Gianluca Cecchi wrote: > >> What are typical delays in mirrors' sync? Or is there any problem in >> mirrors updates? >> > Does http://mirror-status.centos.org/ show any issue with the mirrors > you're being given by fastestm

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

2016-08-03 Thread wwp
Hello Jari, On Tue, 02 Aug 2016 23:15:21 +0300 Jari Fredriksson wrote: > 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 ;) I think this is a very common issue: cifs vs hibernation, it's not only this ke

Re: [CentOS] rss centos.announce outdated

2016-08-03 Thread Karanbir Singh
On 03/08/16 05:36, Ing. Adrian Hernández Yeja wrote: > 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? > we should be able to run a rs

[CentOS] Systemd and network startup/shutdown ?

2016-08-03 Thread James Pearson
I've just started to dip my toe in the water with CentOS 7 - and have started looking at porting custom CentOS 6 init.d/xinetd/whatever scripts and configs to systemd, but notice that CentOS 7 appears to use /etc/rc.d/init.d/network as the method for starting/stopping the network Is this corre

Re: [CentOS] Mirror sync strategy or problem?

2016-08-03 Thread Johnny Hughes
On 08/03/2016 03:09 AM, Gianluca Cecchi wrote: > Hello, > I have a CentOS 7 server, right installed. > I notice that some packages that are present at > http://mirror.centos.org/centos/7/updates/x86_64/Packages/ > are not present yet at some other mirrors (that are the ones my > fastestmirror plug

[CentOS] CentOS-announce Digest, Vol 138, Issue 1

2016-08-03 Thread centos-announce-request
Send CentOS-announce mailing list submissions to centos-annou...@centos.org To subscribe or unsubscribe via the World Wide Web, visit https://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-requ.

Re: [CentOS] Mirror sync strategy or problem?

2016-08-03 Thread Gianluca Cecchi
On Wed, Aug 3, 2016 at 1:36 PM, Johnny Hughes wrote: > > External Mirrors sync at whatever period they choose. It could be daily > or multiple times per day. > > It can certainly take up to 24 hours for the majority of external > mirrors to be updated. > > Our script to verify mirrors can take 3-

[CentOS] php55w-fpm on CentOS 7: settings location

2016-08-03 Thread Boris Epstein
Hello all, Does anybody know where to enter settings for php-fpm? I have tried a number of things, including starting it with "-c /etc/php.ini" but that seemed to have any effect. Any idea on how to control it? What am I doing wrong? :) Thanks in advance. Cheers, Boris.

Re: [CentOS] php55w-fpm on CentOS 7: settings location

2016-08-03 Thread Carlos A. Carnero Delgado
2016-08-03 13:42 GMT-04:00 Boris Epstein : > Does anybody know where to enter settings for php-fpm? I have tried a > number of things, including starting it with "-c /etc/php.ini" but that > seemed to have any effect. Any idea on how to control it? What am I doing > wrong? :) > In my servers (for

Re: [CentOS] php55w-fpm on CentOS 7: settings location

2016-08-03 Thread Jason Welsh
What I do is create a php.php file on the root of my fileserver with the following then when I browse to that file http://servername/php.php I get all the php information I can stand, including the line "Loaded Configuration File" which is where the running php server loaded php.ini f

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

2016-08-03 Thread Jari Fredriksson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 wwp kirjoitti 3.8.2016 12:36: > Hello Jari, > > > On Tue, 02 Aug 2016 23:15:21 +0300 Jari Fredriksson wrote: > >> OK. I fixed this case just by dismounting the share before hibernate, >> but I'll leave this here anyway. Just a historic note or some

Re: [CentOS] php55w-fpm on CentOS 7: settings location

2016-08-03 Thread Always Learning
On Wed, 2016-08-03 at 13:55 -0400, Jason Welsh wrote: > What I do is create a php.php file on the root of my fileserver with > the following > > I use a text command: php -i -- Regards, Paul. England, EU. England's place is in the European Union. __

Re: [CentOS] php55w-fpm on CentOS 7: settings location

2016-08-03 Thread Valeri Galtsev
On Wed, August 3, 2016 1:19 pm, Always Learning wrote: > > On Wed, 2016-08-03 at 13:55 -0400, Jason Welsh wrote: > >> What I do is create a php.php file on the root of my fileserver with >> the following >> >> > > I use a text command: php -i > I like more the way Jason pointed to: this is one

Re: [CentOS] php55w-fpm on CentOS 7: settings location

2016-08-03 Thread Boris Epstein
OK, here's the PHP info: http://borisepstein.info/php.php Looks like it got the right php.ini but that is still not happening. Is there any chance something overwrote the variable settings after php.ini was read in? Boris. On Wed, Aug 3, 2016 at 2:27 PM, Valeri Galtsev wrote: > > On Wed, Aug

[CentOS] curl build system is broken and so is mock

2016-08-03 Thread Alice Wonder
I'm having a major frustration with curl. When building curl, if libssl.so.10 is present the curl binary WILL link against it. If curl is configured with an ssl option - the library WILL link against it. If you change the curl configuration options to use a different TLS library (e.g. nss li

Re: [CentOS] curl build system is broken and so is mock

2016-08-03 Thread Alice Wonder
On 08/03/2016 05:11 PM, Alice Wonder wrote: I'm having a major frustration with curl. When building curl, if libssl.so.10 is present the curl binary WILL link against it. *snip* Go ahead and ldd on the CentOS curl binary and library - you will see openssl linked even though the spec file has

Re: [CentOS] curl build system is broken and so is mock

2016-08-03 Thread Alice Wonder
On 08/03/2016 05:20 PM, Alice Wonder wrote: On 08/03/2016 05:11 PM, Alice Wonder wrote: I'm having a major frustration with curl. When building curl, if libssl.so.10 is present the curl binary WILL link against it. *snip* Go ahead and ldd on the CentOS curl binary and library - you will see

Re: [CentOS] curl build system is broken and so is mock

2016-08-03 Thread Thomas Eriksson
On 08/03/2016 05:23 PM, Alice Wonder wrote: > On 08/03/2016 05:20 PM, Alice Wonder wrote: >> On 08/03/2016 05:11 PM, Alice Wonder wrote: >>> I'm having a major frustration with curl. >>> >>> When building curl, if libssl.so.10 is present the curl binary WILL link >>> against it. >> >> *snip* >> >>

Re: [CentOS] curl build system is broken and so is mock

2016-08-03 Thread Chris Adams
Once upon a time, Thomas Eriksson said: > I haven't looked at how curl is built, butit is likely that the build > links against some other package that is, in turn, built against > OpenSSL. > > You would not need the openssl-devel package to do that, only the > runtime libraries. > > It looks li

Re: [CentOS] curl build system is broken and so is mock

2016-08-03 Thread Alice Wonder
On 08/03/2016 05:33 PM, Thomas Eriksson wrote: On 08/03/2016 05:23 PM, Alice Wonder wrote: On 08/03/2016 05:20 PM, Alice Wonder wrote: On 08/03/2016 05:11 PM, Alice Wonder wrote: I'm having a major frustration with curl. When building curl, if libssl.so.10 is present the curl binary WILL link

Re: [CentOS] curl build system is broken and so is mock

2016-08-03 Thread Alice Wonder
On 08/03/2016 05:45 PM, Alice Wonder wrote: On 08/03/2016 05:33 PM, Thomas Eriksson wrote: On 08/03/2016 05:23 PM, Alice Wonder wrote: On 08/03/2016 05:20 PM, Alice Wonder wrote: On 08/03/2016 05:11 PM, Alice Wonder wrote: I'm having a major frustration with curl. When building curl, if libs

Re: [CentOS] curl build system is broken and so is mock

2016-08-03 Thread Alice Wonder
On 08/03/2016 05:54 PM, Alice Wonder wrote: On 08/03/2016 05:45 PM, Alice Wonder wrote: On 08/03/2016 05:33 PM, Thomas Eriksson wrote: On 08/03/2016 05:23 PM, Alice Wonder wrote: On 08/03/2016 05:20 PM, Alice Wonder wrote: On 08/03/2016 05:11 PM, Alice Wonder wrote: I'm having a major frustr

Re: [CentOS] curl build system is broken and so is mock

2016-08-03 Thread Chris Adams
Once upon a time, Alice Wonder said: > Something in the curl build will always link the binary against > OpenSSL if the openssl-lib package is present, and will always link > the library against OpenSSL if any TLS option is enabled in the > configure. No, it doesn't. You can see this by looking

Re: [CentOS] curl build system is broken and so is mock

2016-08-03 Thread Alice Wonder
On 08/03/2016 06:05 PM, Alice Wonder wrote: On 08/03/2016 05:54 PM, Alice Wonder wrote: On 08/03/2016 05:45 PM, Alice Wonder wrote: On 08/03/2016 05:33 PM, Thomas Eriksson wrote: On 08/03/2016 05:23 PM, Alice Wonder wrote: On 08/03/2016 05:20 PM, Alice Wonder wrote: On 08/03/2016 05:11 PM, A

Re: [CentOS] curl build system is broken and so is mock

2016-08-03 Thread Alice Wonder
On 08/03/2016 06:13 PM, Chris Adams wrote: Once upon a time, Alice Wonder said: Something in the curl build will always link the binary against OpenSSL if the openssl-lib package is present, and will always link the library against OpenSSL if any TLS option is enabled in the configure. No, it

Re: [CentOS] curl build system is broken and so is mock

2016-08-03 Thread Alice Wonder
On 08/03/2016 06:17 PM, Alice Wonder wrote: *snip* [alice@pern ~]$ ldd /usr/bin/curl |grep crypto libk5crypto.so.3 => /lib64/libk5crypto.so.3 (0x7f452439) libcrypto.so.10 => /lib64/libcrypto.so.10 (0x7f45234ca000) [alice@pern ~]$ rpm -qf /lib64/libcrypto.so.10 openssl-libs-1.

Re: [CentOS] curl build system is broken and so is mock

2016-08-03 Thread Chris Adams
Once upon a time, Alice Wonder said: > [alice@pern ~]$ ldd /usr/bin/curl |grep crypto > libk5crypto.so.3 => /lib64/libk5crypto.so.3 (0x7f452439) > libcrypto.so.10 => /lib64/libcrypto.so.10 (0x7f45234ca000) What do the following show: ldd /usr/bin/curl ldd /usr/lib64/l

Re: [CentOS] curl build system is broken and so is mock

2016-08-03 Thread Alice Wonder
On 08/03/2016 06:30 PM, Chris Adams wrote: Once upon a time, Alice Wonder said: [alice@pern ~]$ ldd /usr/bin/curl |grep crypto libk5crypto.so.3 => /lib64/libk5crypto.so.3 (0x7f452439) libcrypto.so.10 => /lib64/libcrypto.so.10 (0x7f45234ca000) What do the following

Re: [CentOS] curl build system is broken and so is mock

2016-08-03 Thread Chris Adams
Once upon a time, Alice Wonder said: > [alice@pern root]$ ldd > builddir/build/BUILDROOT/curl-7.29.0-26.el7_2.awel.libre.0.x86_64/usr/bin/curl > |grep crypto > libk5crypto.so.3 => /lib64/libk5crypto.so.3 (0x7fb6e00a5000) > libcrypto.so.10 => /lib64/libcrypto.so.10 (0x7fb6df3e8

Re: [CentOS] curl build system is broken and so is mock

2016-08-03 Thread Alice Wonder
On 08/03/2016 06:40 PM, Chris Adams wrote: Once upon a time, Alice Wonder said: [alice@pern root]$ ldd builddir/build/BUILDROOT/curl-7.29.0-26.el7_2.awel.libre.0.x86_64/usr/bin/curl |grep crypto libk5crypto.so.3 => /lib64/libk5crypto.so.3 (0x7fb6e00a5000) libcrypto.so.10 =>

Re: [CentOS] curl build system is broken and so is mock

2016-08-03 Thread Chris Adams
Once upon a time, Alice Wonder said: > So when building curl, it links curl against the libcurl in the > buildroot and not against the libcurl it just compiled? > > No other packages I know of do that. No, that is not what it does. If you posted the full ldd output like I asked, rather than gre

Re: [CentOS] curl build system is broken and so is mock

2016-08-03 Thread Alice Wonder
On 08/03/2016 06:57 PM, Chris Adams wrote: Once upon a time, Alice Wonder said: So when building curl, it links curl against the libcurl in the buildroot and not against the libcurl it just compiled? No other packages I know of do that. No, that is not what it does. If you posted the full l

Re: [CentOS] curl build system is broken and so is mock

2016-08-03 Thread Alice Wonder
On 08/03/2016 07:53 PM, Alice Wonder wrote: On 08/03/2016 06:57 PM, Chris Adams wrote: Once upon a time, Alice Wonder said: So when building curl, it links curl against the libcurl in the buildroot and not against the libcurl it just compiled? No other packages I know of do that. No, that i

Re: [CentOS] CentOS 7: System log has repeated lines: Started session 123 of user root.

2016-08-03 Thread therbur
therbur wrote: >The system log (/var/log/messages) of a CentOS 7.2 system has >frequently-repeated message line pairs like: > >Jul 18 14:00:01 localhost systemd: Started Session 307 of user root. >Jul 18 14:00:01 localhost systemd: Starting Session 307 of user root. > >where the session number in