[CentOS] qemu-sparc, not to be confused with qemu-system-sparc

2019-07-17 Thread John Chludzinski
I installed CentOS 7.6 then installed all things QEMU on my machine. I have a SPARC image I need to bringing up in a VM. I've been using *qemu-system-sparc *on a box on which I have Fedora-30 installed. $ qemu-system-sparc -m 256 -hda solaris_v2-qemu_v2.2.0.disk -nographic -bios ./openbios-sparc32

[CentOS] Installation question?

2019-07-30 Thread John Chludzinski
I've been doing a CentOS 7.6.1810 net-install since last night. The machine seems ok but has been stuck with "performing post-installation setup tasks" for hours. This is an old Dell T5400 box, so it isn't blazing fast but ... Is there a way to pull up its skirt (so to speak) and check/monitor the

Re: [CentOS] Installation question?

2019-07-31 Thread John Chludzinski
l 30, 2019 at 4:54 PM isdtor wrote: > Pete Biggs writes: > > On Tue, 2019-07-30 at 13:24 -0400, John Chludzinski wrote: > > > I've been doing a CentOS 7.6.1810 net-install since last night. The > machine > > > seems ok but has been stuck with "performing post

Re: [CentOS] Installation question?

2019-07-31 Thread John Chludzinski
Intel all the way baby! (Sorry to say!) On Wed, Jul 31, 2019 at 7:18 PM Darr247 wrote: > > Try booting from a live CD to see if that gives you any info. TBH it > sounds like a hardware issue. > > > I concur; I'll wager a coffee on graphics driver. > > Is it a AMD, NVIDIA, or integrated Intel (o

[CentOS] nouveau problem

2019-08-02 Thread John Chludzinski
When I attach an external monitor to my new Dell Precision I always get this and the monitor refuses to recognize video input. If I persist it reaches a point where the machine will boot but won't bring up a login prompt. I have to ssh to get in. And worst of all, it persisted after I remove the ex

[CentOS] Install tunctl on CetnOS 7 ?

2019-08-06 Thread John Chludzinski
Which repo has tunctl for CentOS 7 ? ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Install tunctl on CetnOS 7 ?

2019-08-07 Thread John Chludzinski
EPEL doesn't have uml_utilities and NUX doesn't have tunctl. On Tue, Aug 6, 2019 at 5:42 PM Jonathan Billings wrote: > > On Aug 6, 2019, at 5:38 PM, John Chludzinski > wrote: > > Which repo has tunctl for CentOS 7 ? > > It looks like uml_utilities, which is

[CentOS] Need to update gcc to version >=6 on CentOS 7 ?

2019-09-11 Thread John Chludzinski
I need to build u-boot on my CentOS 7 machine but encounter this: > *** Your GCC is older than 6.0 and is not supported I've updated the installation on my machine but the current version is: > gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-36) How do I go about updating gcc to version 6 or greater on

Re: [CentOS] Need to update gcc to version >=6 on CentOS 7 ?

2019-09-11 Thread John Chludzinski
at 12:17 PM Gordon Messmer wrote: > > On 9/11/19 9:05 AM, John Chludzinski wrote: > > > > How do I go about updating gcc to version 6 or greater on my CentOS 7 > > machine? And do so safely? > > > The easiest way is going to be to use software collections: > >

Re: [CentOS] Need to update gcc to version >=6 on CentOS 7 ?

2019-09-11 Thread John Chludzinski
Ooops! for to: $ sudo yum install centos-release-scl-rh On Wed, Sep 11, 2019 at 12:50 PM John Chludzinski wrote: > > $ sudo yum install devtoolset-7 > > Loaded plugins: fastestmirror, langpacks > Loading mirror speeds from cached hostfile > * base: mirror.vcu.edu > * e

Re: [CentOS] Need to update gcc to version >=6 on CentOS 7 ?

2019-09-11 Thread John Chludzinski
Nope. Did that too. I’m up and running. On Wed, Sep 11, 2019 at 13:06 Gordon Messmer wrot > On 9/11/19 9:50 AM, John Chludzinski wrote: > > $ sudo yum install devtoolset-7 > > No package devtoolset-7 available. > > Error: Nothing to do > > > You've skipp

Re: [CentOS] Need to update gcc to version >=6 on CentOS 7 ?

2019-09-11 Thread John Chludzinski
I don't suppose there's a collection that contains a version 7 of the arm cross compiler: arm-linux-gnu-gcc ? On Wed, Sep 11, 2019 at 1:09 PM John Chludzinski wrote: > > Nope. Did that too. > > I’m up and running. > > On Wed, Sep 11, 2019 at 13:06 Gordon Messmer w