Re: [CentOS] Kernel Panic post kernel-2.6.32-504.23.4.el6.x86_64

2016-02-04 Thread Warren Young
On Feb 3, 2016, at 5:28 PM, Peter Q. wrote: > > probably open bug I don’t know how you get “probably” out of these two screenshots. Both machines seem to be crashing in about the same place in the boot, and both seem to have Intel graphics, but the resulting crashes are quite different. The

Re: [CentOS] Strange performance issue on CentOS 6.7 server

2016-02-04 Thread Warren Young
On Feb 3, 2016, at 3:23 PM, Alfred von Campe wrote: > > On Feb 3, 2016, at 17:10, Warren Young wrote: > >> smartctl can see through several different types of RAID controller to the >> underlying physical disks via its -d option. > > This is what I have: > > # smartctl --all /dev/sda > smartc

Re: [CentOS] devtoolset-4

2016-02-04 Thread Karanbir Singh
On 28/01/16 10:54, Kay Diederichs wrote: > Hi, > > is there any way to get access to devtoolset-4 ? > > I see alot of stuff at > http://cbs.centos.org/koji/packageinfo?packageID=2076 . Is this not yet > released? > not as yet, the SCL Sig guys are working through the initial bootstrap, and shou

Re: [CentOS] CentOS7 wireless config on command line on asus

2016-02-04 Thread Karanbir Singh
On 04/02/16 21:29, Adrian P. van Bloois wrote: > Hi all, > I'm trying to configure wireless on my Asus laptop running CentOS7. > I see wlan0 when I type iw dev, but if I type > ip link set wlan0 up > I get the following error: > RTNETLINK answers: Operation not possible due to RF-kill > > Any idea

[CentOS] CentOS7 wireless config on command line on asus

2016-02-04 Thread Adrian P. van Bloois
Hi all, I'm trying to configure wireless on my Asus laptop running CentOS7. I see wlan0 when I type iw dev, but if I type ip link set wlan0 up I get the following error: RTNETLINK answers: Operation not possible due to RF-kill Any idea what is wrong?? Adrian -- Adri P. van Blo

[CentOS] USB Serial ports (ttyACMn) CentOS 6.7 (64-bit) vs. CentOS 6.7 (64-bit)

2016-02-04 Thread Robert Heller
I have two computers: both running CentOS 6.7, 64-bit, with kernel 2.6.32-573.12.1.el6.x86_64. One is a laptop with an 2 core Intel processor and the other is a desktop machine with a 4 core AMD processor. Both with selinux enabled. I have a USB serial port device (a RR-CirKits LCC-Buffer USB)

Re: [CentOS] Squid as interception HTTPS proxy under CentOS 7

2016-02-04 Thread Eero Volotinen
check out sslbump documentation: http://wiki.squid-cache.org/Features/SslBump -- Eero 2016-02-04 15:24 GMT+02:00 C. L. Martinez : > Hi all, > > I am trying to configure squid as a interception HTTPS proxy under CentOS > 7. At every https request, I am receiving a certificate error. > > My curr

Re: [CentOS] Squid as interception HTTPS proxy under CentOS 7

2016-02-04 Thread Tris Hoar
On 04/02/2016 13:24, C. L. Martinez wrote: Hi all, I am trying to configure squid as a interception HTTPS proxy under CentOS 7. At every https request, I am receiving a certificate error. My current config for squid is: # My localnet acl localnet src 172.22.55.0/28 acl localnet src 172.22

Re: [CentOS] Pi 2 Alternatives

2016-02-04 Thread Tris Hoar
On 04/02/2016 15:33, Chris Olson wrote: We have a requirement for a new application that will be used fixed, portable, and mobile. The hardware requirements drive the need for networking as well as some general purpose and special purpose interfaces. The software requirements are quite simple i

[CentOS] Pi 2 Alternatives

2016-02-04 Thread Chris Olson
We have a requirement for a new application that will be used fixed, portable, and mobile.  The hardware requirements drive the need for networking as well as some general purpose and special purpose interfaces.  The software requirements are quite simple in comparison to many of our much larger sy

[CentOS] Issue with installation on wireless-only desktop workstation, CentOS 7(1511)

2016-02-04 Thread Lamar Owen
I realize that many on this list have likely applauded the NetworkManager package split that removed wireless stuff into its own package, NetworkManager-wifi, because for wired workstations and servers it might be desirable to not have any wifi software installed. And I believe it was a sound

Re: [CentOS] delete directories with find and exclude other directories

2016-02-04 Thread Denniston, Todd A CIV NAVSURFWARCENDIV Crane
From: Valeri Galtsev Sent: Wednesday, February 03, 2016 12:58 PM On Wed, February 3, 2016 11:37 am, Tim Dunphy wrote: > Hi all, > > I'm attempting to delete some directories and I want to be able to exclude > a directory called 'logs' from being deleted. >

Re: [CentOS] CentOS 7 regression, can not take a KVM qcow2, convert it and boot it on ESXi...

2016-02-04 Thread Martinx - ジェームズ
On 4 February 2016 at 06:58, John Hodrien wrote: > On Thu, 4 Feb 2016, Martinx - ジェームズ wrote: > >> My last try was, during Packer build, to append "add_drivers+=" >> sd_mod" to /etc/dracut.conf and re-building initramdisk by running >> "dracut -f". However, it does not boot either (on ESXi)! >> >>

[CentOS] Squid as interception HTTPS proxy under CentOS 7

2016-02-04 Thread C. L. Martinez
Hi all, I am trying to configure squid as a interception HTTPS proxy under CentOS 7. At every https request, I am receiving a certificate error. My current config for squid is: # My localnet acl localnet src 172.22.55.0/28 acl localnet src 172.22.58.0/29 acl SSL_ports port 443 acl Safe_ports

Re: [CentOS] CentOS 7 regression, can not take a KVM qcow2, convert it and boot it on ESXi...

2016-02-04 Thread John Hodrien
On Thu, 4 Feb 2016, Martinx - ジェームズ wrote: My last try was, during Packer build, to append "add_drivers+=" sd_mod" to /etc/dracut.conf and re-building initramdisk by running "dracut -f". However, it does not boot either (on ESXi)! I can still boot using Rescue mode on VMWare, then, I can see th

Re: [CentOS] CentOS 7, NSF, "feature" [SOLVED]

2016-02-04 Thread James Hogarth
On 4 Feb 2016 03:10, "Always Learning" wrote: > > > On Wed, 2016-02-03 at 13:57 -0700, Warren Young wrote: > > > On Feb 3, 2016, at 10:30 AM, Ricardo J. Barberis wrote: > > > > > > El Miércoles 03/02/2016, Warren Young escribió: > > >> > > >> Again, I don’t know why they couldn’t just do it with