Re: [CentOS] ipmitool and CentOS 7

2016-05-19 Thread Tony Mountifield
In article <9cf631373071c5bea4449327175be454.squir...@host290.hostmonster.com>, wrote: > > A side note, for the person who suggested uname -s - that produces Linux. > -n produces the FQDN. That was I, but I wasn't suggesting $(uname -s), rather $(hostname -s) Cheers Tony -- Tony Mountifield W

[CentOS] devtoolset-4

2016-05-19 Thread Jarosław Bober
Hello, my name is Jarek I am new here. I need some clarifications on how to distribute an app developed with devtoolset-4 enabled. I am developing a distributed app in c++ I wanted to upgrade toolchain to use new standard. Is it true that when I compile on centos 6.x with devtoolset enabled then

Re: [CentOS] Installing 32-bit CentOS 6 on a new Lenovo System x3650 M5 server?

2016-05-19 Thread Johnny Hughes
On 05/18/2016 07:35 PM, Alfred von Campe wrote: > >> On May 13, 2016, at 16:27, I wrote: >> >> Is there any known incompatibility with the latest 32-bit (i386) CentOS 6 >> and the latest Lenovo x3650 M5 servers? I’ve been running i386 CentOS 6.X >> on 3 year old x3650 M4 servers without any iss

Re: [CentOS] google cloud compute with PEM file

2016-05-19 Thread James B. Byrne
On Tue, May 17, 2016 16:34, Dustin Kempter wrote: ere. >> > Here is the command and output > > > [test1@pgpool1 ~]$ ssh -v -i /home/test1/my-key.txt > upload@144.167.188.62 . . . > debug1: Authentications that can continue: > publickey,gssapi-keyex,gssapi-with-mic > debug1: Next authentication met

Re: [CentOS] CentosPlus

2016-05-19 Thread James B. Byrne
On Wed, May 18, 2016 07:39, Mauricio Tavares wrote: > On Wed, May 18, 2016 at 4:32 AM, James Hogarth > wrote: >> On 17 May 2016 20:52, "Mauricio Tavares" >> wrote: >>> >>> On Tue, May 17, 2016 at 3:04 PM, wrote: >>> > On 2016-05-17 12:09, jd1008 wrote: >>> >> Has anybody enabled this repo? >>>

Re: [CentOS] CentosPlus

2016-05-19 Thread m . roth
James B. Byrne wrote: > On Wed, May 18, 2016 07:39, Mauricio Tavares wrote: >> On Wed, May 18, 2016 at 4:32 AM, James Hogarth >> wrote: >>> On 17 May 2016 20:52, "Mauricio Tavares" >>> wrote: On Tue, May 17, 2016 at 3:04 PM, wrote: > On 2016-05-17 12:09, jd1008 wrote: >> Has

[CentOS] DOS line ends on /var/log/boot.log on CentOS 6.7 ?

2016-05-19 Thread Kay Schenk
Hello all -- Recently, I'm seeing DOS line ends, ^M, on my /var/log/boot.log file. Honestly, I don't check this very often so I can't say exactly when this occurred. Is this just MY experience or are others seeing this also. Additionally, boot/log seems very sparse. Is an old issue still in force

[CentOS] ati fglrx vs amdgpu absolutely mad on R5 m255 vs IRIS P520

2016-05-19 Thread Andreas Benzler
Hello guys, native drivers are mad for my laptop: Downgrade to native centos kernel vmlinuz-3.10.0-327.18.2.el7.x86_64. fglrx glxgears around ~800 in 5 seconds my test with amdgpu kernel 4.6 (intel vs amdgpu): [andy@localhost ~]$ cat /proc/version Linux version 4.6.0-1.el7.centos.x86_64 (andy@

Re: [CentOS] devtoolset-4

2016-05-19 Thread Warren Young
On May 19, 2016, at 3:30 AM, Jarosław Bober wrote: > > Do I have to install devtoolset on all my machines that I want to run this > app? Probably, yes. That, or redistribute parts of it with your app, either by cherrypicking files from the devtoolset RPM or statically linking to it. > Or wou