similar to: (py)curl error 7

Displaying 20 results from an estimated 600 matches similar to: "(py)curl error 7"

2014 Dec 25
4
(py)curl error 7
Tried that :D yum is still trying to connect via ipv6 (ip_resolve=4 in config file) -----Original Message----- From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On Behalf Of Alikhan Damirov Sent: Thursday, December 25, 2014 11:59 AM To: CentOS mailing list Subject: Re: [CentOS] (py)curl error 7 Hi, from man yum.conf: ip_resolve Determines how yum resolves
2014 Dec 25
0
(py)curl error 7
Hi, from man yum.conf: ip_resolve Determines how yum resolves host names. `4' or `IPv4': resolve to IPv4 addresses only. `6' or `IPv6': resolve to IPv6 addresses only. On 25 December 2014 at 11:53, Mateusz Guz <Mateusz.Guz at itworks.pl> wrote: > Hi, > > Disabled ipv6 (using sysctl, disabled ip6tables, no reboot, no
2014 Dec 27
0
CentOS Digest, Vol 119, Issue 26 - Email found in subject
Received -----Original Message----- From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On Behalf Of centos-request at centos.org Sent: Saturday, December 27, 2014 6:00 AM To: centos at centos.org Subject: CentOS Digest, Vol 119, Issue 26 - Email found in subject Send CentOS mailing list submissions to centos at centos.org To subscribe or unsubscribe via the World Wide
2015 Jan 15
2
restart after yum update (6.6)?
Hi, according to this : http://unix.stackexchange.com/questions/28144/after-yum-update-is-it-a-good-idea-to-restart-the-server i should reboot my server after updating packages i.e: kernel, glibc, libc. Maybe it's a silly question, but Is it necessary if I don't use graphical environment ? (and don't want to use the latest kernel yet)
2015 Jan 16
2
restart after yum update (6.6)?
Someone have updated it without my knowledge, now i have to make a choice: -don?t reboot and wait for errors -reboot (which im trying to avoid) What about (g)libc package, anyone encountered similar situation ? -----Original Message----- From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On Behalf Of Nathan Duehr Sent: Thursday, January 15, 2015 10:08 PM To: CentOS
2014 Dec 29
0
(py)curl error 7
>Added: >>"OPTIONS=-4 -named" to /etc/sysconfig/named, restarted named. >disabled ipv6 per interface, >>Odds are you didn't actually do this, just configured them so that they >>won't pickup a GUA. U were right :D >>created /etc/modprobe.d/ipv6_disable.conf file with >>alias net-pf-10 off >>alias ipv6 off >>options ipv6
2015 Jan 08
5
logrotate script not working
Hey guys, Got a quick question and I hope this is an easy one! In my /etc/logrotate.conf file I have the following entry: # rotate all of the apache logs -- we'll rotate them here /var/log/mysqld.log { weekly size 50M create 0644 mysql mysql rotate 1 } And from that I would expect the log to rotate when it reaches 50M in size. However I just caught that log weighing
2015 Jan 13
2
Zone file not written to slave DNS server
Have you found a solution? Did u allow master dns server to update the slave in /etc/named.conf ? -----Original Message----- From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On Behalf Of John R Pierce Sent: Monday, January 12, 2015 7:02 AM To: centos at centos.org Subject: Re: [CentOS] Zone file not written to slave DNS server On 1/11/2015 9:28 PM, Emmett Culley wrote:
2015 Apr 23
5
[LLVMdev] RFC: implicit null checks in llvm
Hi all, I would like to propose a mechanism that would allow LLVM to fold null pointer checks into "nearby" memory operations, subject to runtime support. This is related to but not exactly the same as a proposal floated by Peter Collingbourne earlier [1]. The obvious use cases are managed languages like Java, C# and Go that require a null check on pointers before they're used in
2015 Jan 13
0
(py)curl error 7
Our network admin blocked ports (don't know why - i asked him 2 weeks before I started to troubleshoot the system). Everything is fine now, thanks for help. -----Original Message----- From: Mark Milhollan [mailto:mlm at pixelgate.net] Sent: Monday, December 29, 2014 9:21 PM To: Mateusz Guz Subject: RE: [CentOS] (py)curl error 7 On Mon, 29 Dec 2014, Mateusz Guz wrote: >Ip -6 a shows
2015 Dec 28
3
Yum Weird Message
I ran into this exact issue last night - http://www.iotti.biz/?p=433 When a computer is connected via IPv4 but the IPv4 a repo host connects to is not available, yum then tries the IPv6 address and will fail with a confusing message telling you it failed to connect to the IPv6 address. I don't know if there is a way for yum to figure out whether the current network connection to the
2014 Dec 29
0
(py)curl error 7
Ip -6 a shows no output after "visual" inspection i don't see any ipv6 addresses assigned to my eth interfaces On Mon, 29 Dec 2014, Mateusz Guz wrote: >On Sun, 28 Dec 2014, Mark Milhollan wrote: >>On Fri, 26 Dec 2014, Mateusz Guz wrote: >>>created /etc/modprobe.d/ipv6_disable.conf file with >>>alias net-pf-10 off >>>alias ipv6 off
2015 Jan 14
1
Zone file not written to slave DNS server
On 14/01/2015 03:56, Emmett Culley wrote: > On 01/13/2015 12:10 PM, Mateusz Guz wrote: >> Have you found a solution? >> >> Did u allow master dns server to update the slave in /etc/named.conf ? >> >> >> >> -----Original Message----- >> From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On Behalf Of John R Pierce >>
2019 Aug 29
4
I broke "yum update" - C7
Am 2019-08-29 16:51, schrieb Gary Stainburn: > On Thursday 29 August 2019 15:45:44 Gordon Messmer wrote: >> On 8/29/19 3:03 AM, Gary Stainburn wrote: >> > https://us-east.repo.webtatic.com/yum/el7/x86_64/repodata/repomd.xml: [Errno 14] curl#60 - "Peer's Certificate issuer is not recognized." >> >> >> What do you see when you run: >>
2015 Dec 28
2
Yum Weird Message
On 12/28/2015 02:10 PM, Marcelo Roccasalva wrote: > On Mon, Dec 28, 2015 at 5:24 PM, Alice Wonder <alice at domblogger.net> wrote: >> >> I ran into this exact issue last night - >> >> http://www.iotti.biz/?p=433 >> >> When a computer is connected via IPv4 but the IPv4 a repo host connects to is not available, yum then tries the IPv6 address and will
2013 May 16
2
Ubuntu-12.04-LTS repos with Dovecot-2.2 and Pigeonhole
Hi, I would like to take advantage of new features in Dovecot 2.2 on my servers. But I'm having difficulties to build packages for Ubuntu-12.04-LTS. Does anyone know a repository that has new stable versions for Dovecot and Pigeonhole ? Thanks ! --&nbsp; Thiago Henrique adminlinux.com.br
2013 Nov 05
3
rails 4 logging during development, surpress asset messages?
Is it possible to surpress all those asset related messages? I have a terminal open where I run ''rails s'' and it gets hard to read. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to
2011 Nov 05
4
ZFS Recovery: What do I try next?
I would like to pick the brains of the ZFS experts on this list: What would you do next to try and recover this zfs pool? I have a ZFS RAIDZ1 pool named bank0 that I cannot import. It was composed of 4 1.5 TiB disks. One disk is totally dead. Another had SMART errors, but using GNU ddrescue I was able to copy all the data off successfully. I have copied all 3 remaining disks as images using
2015 May 24
2
CentOS-Base.repo baseurl commented out
Am 24.05.2015 um 16:11 schrieb Johnny Hughes: > On 05/24/2015 07:48 AM, Tim Semeijn wrote: >> Weird, as all CentOS machines under my control are suddenly giving the >> baseurl of Base repo not found error since this morning. Could be that >> mirrorlist is leading but all other options I found online to debug >> the error message seem to indicate that (un)commenting
2015 May 24
2
CentOS-Base.repo baseurl commented out
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Weird, as all CentOS machines under my control are suddenly giving the baseurl of Base repo not found error since this morning. Could be that mirrorlist is leading but all other options I found online to debug the error message seem to indicate that (un)commenting should fix it. On 24-5-2015 14:10, Alexander Dalloz wrote: > Am 24.05.2015 um 13:45