Re: [CentOS] Installing multiple rpm binary files using yum or dnf package manager.

2022-12-27 Thread Anand Buddhdev
On 27/12/2022 14:52, Kaushal Shriyan wrote: Hi Kaushal, I am running CentOS Linux release 7.9.2009 (Core) and have a few rpms inside a specific folder. I know it is possible using rpm command to install multiple rpm binary files using the below command. #cd rpmbinaries #rpm -ivh *.rpm Is ther

[CentOS] Installing multiple rpm binary files using yum or dnf package manager.

2022-12-27 Thread Kaushal Shriyan
Hi, I am running CentOS Linux release 7.9.2009 (Core) and have a few rpms inside a specific folder. I know it is possible using rpm command to install multiple rpm binary files using the below command. #cd rpmbinaries #rpm -ivh *.rpm Is there a way to install them using dnf or yum package manage

Re: [CentOS] Installing mdadm and C7 on new computer

2022-10-19 Thread H
On 04/24/2022 02:54 PM, H wrote: > On 04/23/2022 09:19 PM, H wrote: >> On 04/19/2022 09:57 AM, Roberto Ragusa wrote: >>> On 4/18/22 1:27 PM, H wrote: I have a new computer with 2 x 2TB SSDs where I wanted to install C7 and use mdadm for RAID1 configuration and encrypting the /home partit

Re: [CentOS] Installing mdadm and C7 on new computer

2022-08-10 Thread H
On 08/02/2022 02:07 PM, H wrote: > On 04/29/2022 07:30 AM, Joakim Dellrud wrote: >> Think he might have just missed the fact that you had EFI boot aswell. So >> then it would be: >> >> /boot md0 >> >> /boot/EFI md1 >> >> / md2 -> vg0 -> lvs >> >> Otherwise it was more a suggestion on using encrypt

Re: [CentOS] Installing mdadm and C7 on new computer

2022-08-02 Thread H
On 04/29/2022 07:30 AM, Joakim Dellrud wrote: > Think he might have just missed the fact that you had EFI boot aswell. So > then it would be: > > /boot md0 > > /boot/EFI md1 > > / md2 -> vg0 -> lvs > > Otherwise it was more a suggestion on using encryption for more then just the > /home partition

Re: [CentOS] Installing mdadm and C7 on new computer

2022-04-28 Thread Joakim Dellrud
Think he might have just missed the fact that you had EFI boot aswell. So then it would be: /boot md0 /boot/EFI md1 / md2 -> vg0 -> lvs Otherwise it was more a suggestion on using encryption for more then just the /home partition since there is always a risk with SWAP etc to have informatio

Re: [CentOS] Installing mdadm and C7 on new computer

2022-04-24 Thread H
On 04/23/2022 09:19 PM, H wrote: > On 04/19/2022 09:57 AM, Roberto Ragusa wrote: >> On 4/18/22 1:27 PM, H wrote: >>> I have a new computer with 2 x 2TB SSDs where I wanted to install C7 and >>> use mdadm for RAID1 configuration and encrypting the /home partition. On >>> the net I found >>> https

Re: [CentOS] Installing mdadm and C7 on new computer

2022-04-23 Thread H
On 04/19/2022 09:57 AM, Roberto Ragusa wrote: > On 4/18/22 1:27 PM, H wrote: >> I have a new computer with 2 x 2TB SSDs where I wanted to install C7 and use >> mdadm for RAID1 configuration and encrypting the /home partition. On the net >> I found >> https://tuxfixer.com/centos-7-installation-wi

Re: [CentOS] Installing mdadm and C7 on new computer

2022-04-19 Thread Roberto Ragusa
On 4/18/22 1:27 PM, H wrote: I have a new computer with 2 x 2TB SSDs where I wanted to install C7 and use mdadm for RAID1 configuration and encrypting the /home partition. On the net I found https://tuxfixer.com/centos-7-installation-with-lvm-raid-1-mirroring/ which I adopted slightly with res

[CentOS] Installing mdadm and C7 on new computer

2022-04-18 Thread H
I have a new computer with 2 x 2TB SSDs where I wanted to install C7 and use mdadm for RAID1 configuration and encrypting the /home partition. On the net I found https://tuxfixer.com/centos-7-installation-with-lvm-raid-1-mirroring/ which I adopted slightly with respect to partition sizes, using

Re: [CentOS] Installing openLDAP on Centos 7

2021-10-02 Thread Ulf Volmer
On 30.09.21 16:49, Gary Stainburn wrote: [root@eddie ldap]# ldapmodify -Y EXTERNAL -H ldapi:/// -f certs.ldif SASL/EXTERNAL authentication started SASL username: gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth SASL SSF: 0 modifying entry "cn=config" ldap_modify: Other (e.g., implementatio

[CentOS] Installing openLDAP on Centos 7

2021-09-30 Thread Gary Stainburn
I am following the howto on https://linuxhostsupport.com/blog/how-to-install-ldap-on-centos-7/ which matches a number of other howto's. I have tried this on two Centos 7 boxes and both fail in the same way when trying to set the certificates. I have tried here> without success.  I found that b

[CentOS] installing gnome icons

2021-03-28 Thread R C
Hello, is there a way to install  "icons / themes" so one gets all the gnome icons in /usr/share/icons/gnome ? thanks, Ron ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] installing Centos 8 to an SD card solved

2020-11-24 Thread Michael Hennebry
On Thu, 5 Nov 2020, Michael Hennebry wrote: The installer appears not to notice the card reader. Doing a df from tty2 also provides no notice of the card reader. Can what I am trying to do be done? The card currently has a German Knoppix on it. I know from experience that my machine can boot fr

[CentOS] installing Centos 8 to an SD card

2020-11-05 Thread Michael Hennebry
I'm trying to install Centos 8 from a CD burned with Centos-8-2-2004-x86_64-boot , to an SD card in a USB SD card reader. The installer appears not to notice the card reader. Doing a df from tty2 also provides no notice of the card reader. Can what I am trying to do be done? The card currently

Re: [CentOS] Installing devtoolset-6 on CentOS 8

2020-08-18 Thread Pete Biggs
On Mon, 2020-08-17 at 19:28 -0400, Eric Gervais-Despres wrote: > Has anybody tried (and succeeded) to get gcc 6.3.1 (or devtoolset-6) to > work on CentOS 8? As far as I can see SCL & devtoolset are not available for CentOS 8 - the toolsets are integrated as part of the main distro, and they are on

[CentOS] Installing devtoolset-6 on CentOS 8

2020-08-17 Thread Eric Gervais-Despres
Has anybody tried (and succeeded) to get gcc 6.3.1 (or devtoolset-6) to work on CentOS 8? In the Animation and Visual Effect industry, gcc 6.3.1 is still the current recommended compiler (see www.vfxplatform.com), and is required to build many plugins. Unfortunately, it is not a "minimum requireme

Re: [CentOS] Installing owncloud on CentOS 7 server

2020-06-19 Thread Alexander Dalloz
Am 19.06.2020 um 20:08 schrieb H: For external access? I have some other webapps installed in /var/www, ie at the same level as html, and then multiple websites under /var/www/html so I would like to stick with that tree. I don't understand that question. Yes, for web service offerings under

Re: [CentOS] Installing owncloud on CentOS 7 server

2020-06-19 Thread H
On 06/19/2020 12:04 PM, Alexander Dalloz wrote: > Am 19.06.2020 um 17:28 schrieb H: > >> >> Thank you, it installed to /usr/share, not what I expected. I may go with >> nextcloud instead, though. > > > What's wrong with /usr/share/? It is a valid path and used by many web > applications provided

Re: [CentOS] Installing owncloud on CentOS 7 server

2020-06-19 Thread Alexander Dalloz
Am 19.06.2020 um 17:28 schrieb H: Thank you, it installed to /usr/share, not what I expected. I may go with nextcloud instead, though. What's wrong with /usr/share/? It is a valid path and used by many web applications provided with or for EL systems. Alexander

Re: [CentOS] Installing owncloud on CentOS 7 server

2020-06-19 Thread H
On 06/19/2020 11:28 AM, H wrote: > On 06/19/2020 07:30 AM, Alexander Dalloz wrote: >> Am 19.06.2020 um 01:08 schrieb H: >>> I transitioning an owncloud installation from a C6 server to a new C7 >>> server and used yum install owncloud to install it on the C7 server. I >>> expected /var/www/ownclo

Re: [CentOS] Installing owncloud on CentOS 7 server

2020-06-19 Thread H
On 06/19/2020 07:30 AM, Alexander Dalloz wrote: > Am 19.06.2020 um 01:08 schrieb H: >> I transitioning an owncloud installation from a C6 server to a new C7 server >> and used yum install owncloud to install it on the C7 server. I expected >> /var/www/owncloud to be generated but alas not. Quick

Re: [CentOS] Installing owncloud on CentOS 7 server

2020-06-19 Thread Alexander Dalloz
Am 19.06.2020 um 01:08 schrieb H: I transitioning an owncloud installation from a C6 server to a new C7 server and used yum install owncloud to install it on the C7 server. I expected /var/www/owncloud to be generated but alas not. Quick Googling just showed examples of installing from the lat

Re: [CentOS] Installing owncloud on CentOS 7 server

2020-06-19 Thread J. Echter
Am 19.06.20 um 01:08 schrieb H: > I transitioning an owncloud installation from a C6 server to a new C7 server > and used yum install owncloud to install it on the C7 server. I expected > /var/www/owncloud to be generated but alas not. Quick Googling just showed > examples of installing from t

[CentOS] Installing owncloud on CentOS 7 server

2020-06-18 Thread H
I transitioning an owncloud installation from a C6 server to a new C7 server and used yum install owncloud to install it on the C7 server. I expected /var/www/owncloud to be generated but alas not. Quick Googling just showed examples of installing from the latest owncloud repository but not usin

Re: [CentOS] Installing a single rpm package from desktop/browser on CentOS 7

2020-02-21 Thread Seth Goldin
Unfortunately, the GUI isn't quite set up to tell you what the error would be. When you use `$ sudo yum install whatever.rpm`, the output in the shell will often give you a clue as to what's going wrong--a missing dependency, etc. -- Seth. On Fri, Feb 21, 2020 at 9:51 AM Yves Bellefeuille wrote:

Re: [CentOS] Installing a single rpm package from desktop/browser on CentOS 7

2020-02-21 Thread Yves Bellefeuille
Toralf Lund wrote: > And, yeah, I know about rpm command line and yum and all, but shouldn't > there be a "more user-friendly" way? The command line is your friend. Have a look at yumex. I think you'll prefer the command line, though. -- Yves Bellefeuille __

[CentOS] Installing a single rpm package from desktop/browser on CentOS 7

2020-02-21 Thread Toralf Lund
If I want to install a software package from a simple rpm file "the GUI way" on a CentOS 7 system, what am I supposed to do? If I open the file in the desktop, or alternatively, click on a link to a package in the browser and tell it to use the default app, gnome-software (I think) opens, but i

Re: [CentOS] Installing KDE on C8?

2020-01-26 Thread Jeffrey Layton
Thanks! I'l try that. Jeff On Sat, Jan 25, 2020, 11:11 PM Orion Poplawski wrote: > On 1/25/20 9:53 AM, Jeffrey Layton wrote: > > Good morning, > > > > I'm try to install KDE on C8. I can see the grouplist for KDE: > > > > > > > Any suggestions? I don't see an xmessage package or group any

Re: [CentOS] Installing KDE on C8?

2020-01-25 Thread Orion Poplawski
On 1/25/20 9:53 AM, Jeffrey Layton wrote: Good morning, I'm try to install KDE on C8. I can see the grouplist for KDE: Any suggestions? I don't see an xmessage package or group any where. I think you need to enable epel-testing, that enabled it to work for me. -- Orion Poplawski Mana

[CentOS] Installing KDE on C8?

2020-01-25 Thread Jeffrey Layton
Good morning, I'm try to install KDE on C8. I can see the grouplist for KDE: yum grouplist Last metadata expiration check: 0:06:07 ago on Sat 25 Jan 2020 11:43:01 AM EST. Available Environment Groups: Server with GUI Server Minimal Install KDE Plasma Workspaces Virtualization Host

Re: [CentOS] Installing Maven with OpenJDK 11, without pulling OpenJDK 1.8

2019-11-23 Thread Orion Poplawski
On 11/23/19 12:24 AM, Mathieu Baudier wrote: Hello, I am trying to create a container image which will build Java software with Maven and Java 11 (rather focussing on CentOS 8 here). When installing 'maven' with yum, 'java-1.8.0-openjdk-devel' is installed as a dependency. If one then installs

[CentOS] Installing Maven with OpenJDK 11, without pulling OpenJDK 1.8

2019-11-22 Thread Mathieu Baudier
Hello, I am trying to create a container image which will build Java software with Maven and Java 11 (rather focussing on CentOS 8 here). When installing 'maven' with yum, 'java-1.8.0-openjdk-devel' is installed as a dependency. If one then installs 'java-11-openjdk-devel', and use the update-alt

Re: [CentOS] Installing Centos 7 on 4K laptop

2018-09-27 Thread H
On September 27, 2018 5:24:09 PM EDT, vychytraly wrote: >Hello, not sure what you mean by "There is an option to use TAB to >complete >option choices but nomodeset does not seem to be one of the available >options" but in my experience nomodeset option works pretty well when >put >to grub boot par

Re: [CentOS] Installing Centos 7 on 4K laptop

2018-09-27 Thread vychytraly
Hello, not sure what you mean by "There is an option to use TAB to complete option choices but nomodeset does not seem to be one of the available options" but in my experience nomodeset option works pretty well when put to grub boot parameters. On Thu, Sep 27, 2018 at 9:27 PM H wrote: > I have r

[CentOS] Installing Centos 7 on 4K laptop

2018-09-27 Thread H
I have recently bought a Dell Inspiron 15 7570 laptop with a 4K display on which I want to install Centos 7. I had some problems with the first install and am therefore redoing the install. One problem is the minuscule font, both in the text window and in the graphic installer. It has been sugg

[CentOS] Installing GCC 5.3.0 in CentOS 6 in Docker.

2018-08-06 Thread Mohan Ganesalingam
I need to compile some C++ 11 with GCC 5.3.0 on CentOS 6. All of this is happening inside docker in CI using the centos:6 base image. (NB. It can't be GCC 6 or 7, because I have to send binaries to clients who won't install newer vs of libstdc++.so.) Until recently, I was installing devtoolset-

Re: [CentOS] installing perl-CPAN without perl-local-lib

2018-06-04 Thread Gary Stainburn
On Monday 04 June 2018 12:30:11 Pete Biggs wrote: > There's lots of info on it on the web. For the definitive answers look > long the local::lib pages on CPAN - basically there are environment > variables you can set to say where things are to be installed. > > Also, I think when you first run CPAN

Re: [CentOS] installing perl-CPAN without perl-local-lib

2018-06-04 Thread Nicolas Thierry-Mieg
On 06/04/2018 12:35 PM, Gary Stainburn wrote: I'm still working on getting my brand new Centos 7 mail server working and I'm having problems with Perl. Most of the modules are available as RPM's which was straight forward. However, MIME::Parser, Net::SCP and Net::SSH aren't. In order to get

Re: [CentOS] installing perl-CPAN without perl-local-lib

2018-06-04 Thread Pete Biggs
> Any ideas on how I can get to do the simple task of installing these modules > system wide? There's lots of info on it on the web. For the definitive answers look long the local::lib pages on CPAN - basically there are environment variables you can set to say where things are to be installed.

[CentOS] installing perl-CPAN without perl-local-lib

2018-06-04 Thread Gary Stainburn
I'm still working on getting my brand new Centos 7 mail server working and I'm having problems with Perl. Most of the modules are available as RPM's which was straight forward. However, MIME::Parser, Net::SCP and Net::SSH aren't. In order to get these working I installed the perl-CPAN rpm and t

[CentOS] installing lxqt on CentOS-7

2017-09-07 Thread Fred Smith
I see that epel has a bunch of lxqt packages,, but there doesn't seem to be a lxqt group. if I try to install lxqt-* it of course wants to install a whole shipload of stuff alongside it. does anyone here happen to know the correct incantation for getting lxqt onto a C7 system without unnecessary

Re: [CentOS] Installing support for Chinese text in Centos 7

2017-07-18 Thread Andreas Benzler
Am Dienstag, den 18.07.2017, 09:17 -0400 schrieb Jonathan Billings: > On Sun, Jul 16, 2017 at 11:23:08PM -0400, H wrote: > > After leaving this along for several weeks I made another attempt at > > trying to get fcitx up and running on CentOS 7 and the Mate > > desktop. I discovered that there is a

Re: [CentOS] Installing support for Chinese text in Centos 7

2017-07-18 Thread Jonathan Billings
On Sun, Jul 16, 2017 at 11:23:08PM -0400, H wrote: > After leaving this along for several weeks I made another attempt at > trying to get fcitx up and running on CentOS 7 and the Mate > desktop. I discovered that there is a diagnostic tool, > fcitx-diagnose, that provided some additional informatio

Re: [CentOS] Installing support for Chinese text in Centos 7

2017-07-17 Thread Scott Robbins
On Mon, Jul 17, 2017 at 11:31:12AM -0400, Scott Robbins wrote: > On Mon, Jul 17, 2017 at 10:19:03AM -0400, H wrote: > > On 07/17/2017 05:54 AM, Scott Robbins wrote: > > > > > > > > > > > > > By the way, LibreOffice seems to have a couple of Chinese fonts > > > installed, I am not sure I need t

Re: [CentOS] Installing support for Chinese text in Centos 7

2017-07-17 Thread Scott Robbins
On Mon, Jul 17, 2017 at 10:19:03AM -0400, H wrote: > On 07/17/2017 05:54 AM, Scott Robbins wrote: > > On Sun, Jul 16, 2017 at 11:23:08PM -0400, H wrote: > > > On 05/27/2017 10:15 PM, H wrote: > > > > > > > > > > > > > > By the way, LibreOffice seems to have a couple of Chinese fonts > > inst

Re: [CentOS] Installing support for Chinese text in Centos 7

2017-07-17 Thread H
On 07/17/2017 06:11 AM, Scott Robbins wrote: On Sun, Jul 16, 2017 at 11:23:08PM -0400, H wrote: After leaving this along for several weeks I made another attempt at trying to get fcitx up and running on CentOS 7 and the Mate desktop. I discovered that there is a diagnostic tool, fcitx-diagnose

Re: [CentOS] Installing support for Chinese text in Centos 7

2017-07-17 Thread H
On 07/17/2017 05:54 AM, Scott Robbins wrote: On Sun, Jul 16, 2017 at 11:23:08PM -0400, H wrote: On 05/27/2017 10:15 PM, H wrote: On 4/2/2017 11:27 AM, H wrote: Thank you, I just discovered your post. I just installed fcitx-pinyin to try out. These days, I use fcitx-anthy on CentOS (which t

Re: [CentOS] Installing support for Chinese text in Centos 7

2017-07-17 Thread Scott Robbins
On Sun, Jul 16, 2017 at 11:23:08PM -0400, H wrote: > > After leaving this along for several weeks I made another attempt at trying > to get fcitx up and running on CentOS 7 and the Mate desktop. I discovered > that there is a diagnostic tool, fcitx-diagnose, that provided some > additional info

Re: [CentOS] Installing support for Chinese text in Centos 7

2017-07-17 Thread Scott Robbins
On Sun, Jul 16, 2017 at 11:23:08PM -0400, H wrote: > On 05/27/2017 10:15 PM, H wrote: > > > > > > > > > On 4/2/2017 11:27 AM, H wrote: > > > > Thank you, I just discovered your post. I just installed fcitx-pinyin > > > > to try out. > > > > > > > > > > > > > > > > These days, I use fcitx-anthy

Re: [CentOS] Installing support for Chinese text in Centos 7

2017-07-16 Thread H
On 05/27/2017 10:15 PM, H wrote: On 04/07/2017 10:12 AM, H wrote: I installed fcitx-pinyn, and its dependencies, and I now have ZH as a choice but have not been able to type pinyin and get a list of Chinese characters to choose among like I could on CentOS 6. Does anyone have it working? On

Re: [CentOS] Installing support for Chinese text in Centos 7

2017-05-27 Thread H
On 04/07/2017 10:12 AM, H wrote: I installed fcitx-pinyn, and its dependencies, and I now have ZH as a choice but have not been able to type pinyin and get a list of Chinese characters to choose among like I could on CentOS 6. Does anyone have it working? On 4/2/2017 11:27 AM, H wrote: Thank

Re: [CentOS] Installing support for Chinese text in Centos 7

2017-04-07 Thread H
I installed fcitx-pinyn, and its dependencies, and I now have ZH as a choice but have not been able to type pinyin and get a list of Chinese characters to choose among like I could on CentOS 6. Does anyone have it working? On 4/2/2017 11:27 AM, H wrote: Thank you, I just discovered your post.

Re: [CentOS] Installing support for Chinese text in Centos 7

2017-04-02 Thread H
Thank you, I just discovered your post. I just installed fcitx-pinyin to try out. On 02/25/2017 09:04 PM, Scott Robbins wrote: On Sat, Feb 25, 2017 at 08:51:41PM -0500, Scott Robbins wrote: On Sat, Feb 25, 2017 at 08:42:43PM -0500, H wrote: I have just done a minimal installation of Centos7 f

Re: [CentOS] Installing support for Chinese text in Centos 7

2017-02-25 Thread Scott Robbins
On Sat, Feb 25, 2017 at 08:51:41PM -0500, Scott Robbins wrote: > On Sat, Feb 25, 2017 at 08:42:43PM -0500, H wrote: > > I have just done a minimal installation of Centos7 followed by X Windows > > and the Mate desktop on a workstation. Although the default language is > > English, I would like to

Re: [CentOS] Installing support for Chinese text in Centos 7

2017-02-25 Thread Scott Robbins
On Sat, Feb 25, 2017 at 08:42:43PM -0500, H wrote: > I have just done a minimal installation of Centos7 followed by X Windows and > the Mate desktop on a workstation. Although the default language is English, > I would like to be able to write Chinese text in various applications. > > I seem to

[CentOS] Installing support for Chinese text in Centos 7

2017-02-25 Thread H
I have just done a minimal installation of Centos7 followed by X Windows and the Mate desktop on a workstation. Although the default language is English, I would like to be able to write Chinese text in various applications. I seem to remember this was very easy to do in Centos 6 and Gnome: pos

Re: [CentOS] installing centos 7 32 bit i386 to laptop

2016-07-29 Thread geo.inbox.ignored
On 07/29/2016 06:18 AM, geo.inbox.ignored wrote: <<>> > rebooting to install correct iso. > > back later. again. > ===> well, i never. never enjoyed installing an os as much as i did centos 7. selection and setup was not difficult, all went well. i do like the new design of process better tha

Re: [CentOS] installing centos 7 32 bit i386 to laptop

2016-07-29 Thread fred roller
| this lt came with oos 7 already installed. after i tricked the oos 7 | partition a few times to reduce size, i repartitioned drive with oos | down to sda1= 1.6 GB system, sda2= 43.0 GB oos 7, sda4= 8.4 GB recovery, | sda3= extended sda5= 1.1 GB boot, sda6= 3.1 GB swap, sda7 thru | sda10= 11 GB li

Re: [CentOS] installing centos 7 32 bit i386 to laptop

2016-07-29 Thread geo.inbox.ignored
On 07/29/2016 02:52 AM, Peter wrote: > On 29/07/16 18:10, John R Pierce wrote: >> also, try and scrounge another DDR2 SODIMM for that thing, according to >> my google search, it supports up to 2 x 4GB == 8GB, and you said you >> only have the stock 2GB. > > They are dirt cheap on ebay, from Hong

Re: [CentOS] installing centos 7 32 bit i386 to laptop

2016-07-29 Thread Peter
On 29/07/16 18:10, John R Pierce wrote: > also, try and scrounge another DDR2 SODIMM for that thing, according to > my google search, it supports up to 2 x 4GB == 8GB, and you said you > only have the stock 2GB. They are dirt cheap on ebay, from Hong Kong with free shipping. I would go all the wa

Re: [CentOS] installing centos 7 32 bit i386 to laptop

2016-07-28 Thread geo.inbox.ignored
On 07/29/2016 01:10 AM, John R Pierce wrote: > On 7/28/2016 11:04 PM, Peter wrote: >> On 29/07/16 17:13, geo.inbox.ignored wrote: >> the Semperon SI-42 is, I believe, a 64 bit capable CPU, you are very correct. >> In that case stop wasting your time with CentOS 7 i386 and install th

Re: [CentOS] installing centos 7 32 bit i386 to laptop

2016-07-28 Thread geo.inbox.ignored
On 07/29/2016 01:04 AM, Peter wrote: > On 29/07/16 17:13, geo.inbox.ignored wrote: >>> the Semperon SI-42 is, I believe, a 64 bit capable CPU, >> >> you are very correct. > > In that case stop wasting your time with CentOS 7 i386 and install the > native x86_64 version of CentOS 7. This will giv

Re: [CentOS] installing centos 7 32 bit i386 to laptop

2016-07-28 Thread John R Pierce
On 7/28/2016 11:04 PM, Peter wrote: On 29/07/16 17:13, geo.inbox.ignored wrote: >>the Semperon SI-42 is, I believe, a 64 bit capable CPU, > >you are very correct. In that case stop wasting your time with CentOS 7 i386 and install the native x86_64 version of CentOS 7. This will give you acces

Re: [CentOS] installing centos 7 32 bit i386 to laptop

2016-07-28 Thread Peter
On 29/07/16 17:13, geo.inbox.ignored wrote: >> the Semperon SI-42 is, I believe, a 64 bit capable CPU, > > you are very correct. In that case stop wasting your time with CentOS 7 i386 and install the native x86_64 version of CentOS 7. This will give you access to all the 3rd party repos you'll w

Re: [CentOS] installing centos 7 32 bit i386 to laptop

2016-07-28 Thread geo.inbox.ignored
On 07/28/2016 08:05 PM, John R Pierce wrote: > On 7/28/2016 5:11 PM, geo.inbox.ignored wrote: >> i would very much like to install 7-32 > > why? your 2009 vintage low end mass market laptop is hopelessly > underpowered by today's standards, you should stick with software thats > approximately a

Re: [CentOS] installing centos 7 32 bit i386 to laptop

2016-07-28 Thread John R Pierce
On 7/28/2016 5:11 PM, geo.inbox.ignored wrote: i would very much like to install 7-32 why? your 2009 vintage low end mass market laptop is hopelessly underpowered by today's standards, you should stick with software thats approximately as old as it is. however, the Semperon SI-42 is, I beli

Re: [CentOS] installing centos 7 32 bit i386 to laptop

2016-07-28 Thread geo.inbox.ignored
On 07/28/2016 04:20 PM, geo.inbox.ignored wrote: <<>> > i do hope it is driver problem and not the touch pad. > ===> thank you Jesus. strange, but it was the driver. new install ran without a stall. lt is now recovered from 7-32 trashing. i would very much like to install 7-32, but it looks

Re: [CentOS] installing centos 7 32 bit i386 to laptop

2016-07-28 Thread geo.inbox.ignored
On 07/28/16 13:38, geo.inbox.ignored wrote: <<>> > what is command to restore boot to 6.8 install. it has been a very long > time when last had need. now when i do, recall fails me. > ===> then again, not as bad as i was thinking. or, no guts, no blue chips. booted rescue mode again, then chr

Re: [CentOS] installing centos 7 32 bit i386 to laptop

2016-07-28 Thread John R Pierce
On 7/28/2016 11:38 AM, geo.inbox.ignored wrote: my current count sites that i have pulled is over 250. when i get my new 'playstation' boxen, this one will become my 'local web server'. then i will have to figure out how to run a bot to keep it updated. ;=) I use this script to maintain a mirro

Re: [CentOS] installing centos 7 32 bit i386 to laptop

2016-07-28 Thread geo.inbox.ignored
On 07/28/16 12:31, John R Pierce wrote: > On 7/27/2016 11:36 PM, geo.inbox.ignored wrote: >> when i am trying something new, as i am now, i like to pull files so >> i have them local. saves going back online if i mess something up and >> have need again. > > then, ideally, pull down a copy of the

Re: [CentOS] installing centos 7 32 bit i386 to laptop

2016-07-28 Thread John R Pierce
On 7/27/2016 11:36 PM, geo.inbox.ignored wrote: when i am trying something new, as i am now, i like to pull files so i have them local. saves going back online if i mess something up and have need again. then, ideally, pull down a copy of the whole '7/*/i386/' tree of the altarch respository,

Re: [CentOS] installing centos 7 32 bit i386 to laptop

2016-07-28 Thread Ned Slider
On 28/07/16 07:36, geo.inbox.ignored wrote: On 07/28/16 01:13, Ned Slider wrote: On 28/07/16 06:16, John R Pierce wrote: <<>> hmmm, that repository has no 32 bit RPMs. http://mirror.steadfast.net/centos/7/os/ but they do exist here, http://mirror.centos.org/altarch/7/os/ and http://mirr

Re: [CentOS] installing centos 7 32 bit i386 to laptop

2016-07-27 Thread geo.inbox.ignored
On 07/28/16 01:13, Ned Slider wrote: > On 28/07/16 06:16, John R Pierce wrote: <<>> >> hmmm, that repository has no 32 bit RPMs. >> >> http://mirror.steadfast.net/centos/7/os/ >> >> but they do exist here, http://mirror.centos.org/altarch/7/os/ and >> http://mirror.centos.org/altarch/7/updates/

Re: [CentOS] installing centos 7 32 bit i386 to laptop

2016-07-27 Thread Ned Slider
On 28/07/16 06:16, John R Pierce wrote: On 7/27/2016 9:58 PM, geo.inbox.ignored wrote: $ sudo yum install NetworkManager-wifi [sudo] password for geo: Loaded plugins: aliases, changelog, fastestmirror, ovl, presto, refresh- : packagekit, security, tmprepo, verify, versionlock Se

Re: [CentOS] installing centos 7 32 bit i386 to laptop

2016-07-27 Thread geo.inbox.ignored
On 07/28/16 00:16, John R Pierce wrote: > On 7/27/2016 9:58 PM, geo.inbox.ignored wrote: >> $ sudo yum install NetworkManager-wifi >> [sudo] password for geo: >> Loaded plugins: aliases, changelog, fastestmirror, ovl, presto, refresh- >>: packagekit, security, tmprepo, verify, ver

Re: [CentOS] installing centos 7 32 bit i386 to laptop

2016-07-27 Thread John R Pierce
On 7/27/2016 9:58 PM, geo.inbox.ignored wrote: $ sudo yum install NetworkManager-wifi [sudo] password for geo: Loaded plugins: aliases, changelog, fastestmirror, ovl, presto, refresh- : packagekit, security, tmprepo, verify, versionlock Setting up Install Process Loading mirror spe

Re: [CentOS] installing centos 7 32 bit i386 to laptop

2016-07-27 Thread geo.inbox.ignored
On 07/27/16 23:33, John R Pierce wrote: > On 7/27/2016 8:51 PM, geo.inbox.ignored wrote: >> have you tried the 7 32 bit? > > no, all my linux servers now are 64 bit, I havent' run a 32 bit system > in a long time. > > > if your internet is working over ethernet, you should be able to install >

Re: [CentOS] installing centos 7 32 bit i386 to laptop

2016-07-27 Thread John R Pierce
On 7/27/2016 8:51 PM, geo.inbox.ignored wrote: have you tried the 7 32 bit? no, all my linux servers now are 64 bit, I havent' run a 32 bit system in a long time. if your internet is working over ethernet, you should be able to install what you need via yum, rather than reinstall from diff

Re: [CentOS] installing centos 7 32 bit i386 to laptop

2016-07-27 Thread geo.inbox.ignored
On 07/27/16 22:05, John R Pierce wrote: > On 7/27/2016 7:58 PM, geo.inbox.ignored wrote: >> install attempt #4 using_minimal_ install is now running. >> >> there is a problem in that, >> 0e:00.0 Network controller: Realtek Semiconductor Co., Ltd. \ RTL8187SE Wireless LAN Contro

Re: [CentOS] installing centos 7 32 bit i386 to laptop

2016-07-27 Thread John R Pierce
On 7/27/2016 7:58 PM, geo.inbox.ignored wrote: install attempt #4 using_minimal_ install is now running. there is a problem in that, >0e:00.0 Network controller: Realtek Semiconductor Co., Ltd. \ > RTL8187SE Wireless LAN Controller (rev 22) is not recognized. I would not be surpris

Re: [CentOS] installing centos 7 32 bit i386 to laptop

2016-07-27 Thread geo.inbox.ignored
On 07/26/16 13:04, geo.inbox.ignored wrote: <> install attempt #4 using _minimal_ install is now running. there is a problem in that, > 0e:00.0 Network controller: Realtek Semiconductor Co., Ltd. \ > RTL8187SE Wireless LAN Controller (rev 22) is not recognized. where as, > 14:00.0 E

Re: [CentOS] installing centos 7 32 bit i386 to laptop

2016-07-27 Thread geo.inbox.ignored
On 07/27/2016 08:45 AM, John Hodrien wrote: <> > I'd entirely go against that. The text installer is a legacy tool that > I'd avoid whenever possible. > Kickstart/cmdline or GUI, but text is just there to make you miserable. > ---> gui i pretty doing that now. :=) > Definitely try a minimal

Re: [CentOS] installing centos 7 32 bit i386 to laptop

2016-07-27 Thread geo.inbox.ignored
hello fred. i thank you for reply. On 07/27/2016 08:18 AM, fred roller wrote: <<>> > Given what you tried so far I would, and have, start with cli build (text > build) and build up from there. The GUI install is just a convenience. > The same packages can be added as groups one at a time until

Re: [CentOS] installing centos 7 32 bit i386 to laptop

2016-07-27 Thread John Hodrien
On Wed, 27 Jul 2016, fred roller wrote: Given what you tried so far I would, and have, start with cli build (text build) and build up from there. The GUI install is just a convenience. I'd entirely go against that. The text installer is a legacy tool that I'd avoid whenever possible. Kickst

Re: [CentOS] installing centos 7 32 bit i386 to laptop

2016-07-27 Thread fred roller
On Wed, Jul 27, 2016 at 8:15 AM, geo.inbox.ignored < geo.inbox.igno...@gmail.com> wrote: > > good morning Johnny. > > On 07/27/2016 05:38 AM, Johnny Hughes wrote: > > On 07/26/2016 11:44 PM, geo wrote: > >> On 07/26/16 22:22, Johnny Hughes wrote: > >> <<>> > >> > >> hello Johnny, > >> > >> glad yo

Re: [CentOS] installing centos 7 32 bit i386 to laptop

2016-07-27 Thread geo.inbox.ignored
good morning Johnny. On 07/27/2016 05:38 AM, Johnny Hughes wrote: > On 07/26/2016 11:44 PM, geo wrote: >> On 07/26/16 22:22, Johnny Hughes wrote: >> <<>> >> >> hello Johnny, >> >> glad you caught my post. >> >>> If you can not get that NIC working with the default kernel, you could >>> try the ex

Re: [CentOS] installing centos 7 32 bit i386 to laptop

2016-07-27 Thread Johnny Hughes
On 07/26/2016 11:44 PM, geo wrote: > > > On 07/26/16 22:22, Johnny Hughes wrote: > <<>> > > hello Johnny, > > glad you caught my post. > >> If you can not get that NIC working with the default kernel, you could >> try the experimental kernel per the bottom of: >> >> https://wiki.centos.org/Spe

Re: [CentOS] installing centos 7 32 bit i386 to laptop

2016-07-26 Thread geo
On 07/26/16 22:22, Johnny Hughes wrote: <<>> hello Johnny, glad you caught my post. > If you can not get that NIC working with the default kernel, you could > try the experimental kernel per the bottom of: > > https://wiki.centos.org/SpecialInterestGroup/AltArch/i386 > ---> thank you. just ha

Re: [CentOS] installing centos 7 32 bit i386 to laptop

2016-07-26 Thread Johnny Hughes
On 07/26/2016 02:58 PM, geo wrote: > > hello Ned. > > On 07/26/2016 02:04 PM, Ned Slider wrote: >> On 26/07/16 19:04, geo.inbox.ignored wrote: > <<>> > >>> ]$ lspci|grep Realtek >>> 0e:00.0 Network controller: Realtek Semiconductor Co., Ltd. \ >>> RTL8187SE Wireless LAN Controller (rev 2

Re: [CentOS] installing centos 7 32 bit i386 to laptop

2016-07-26 Thread geo
hello Ned. On 07/26/2016 02:04 PM, Ned Slider wrote: > On 26/07/16 19:04, geo.inbox.ignored wrote: <<>> >> ]$ lspci|grep Realtek >> 0e:00.0 Network controller: Realtek Semiconductor Co., Ltd. \ >> RTL8187SE Wireless LAN Controller (rev 22) >> 14:00.0 Ethernet controller: Realtek Semicond

Re: [CentOS] installing centos 7 32 bit i386 to laptop

2016-07-26 Thread Ned Slider
On 26/07/16 19:04, geo.inbox.ignored wrote: greetings one and all. installing centos 7 32 bit i386 to laptop; specs: toshiba satellite l455d-s5976 amd sempron si-42 2 GB ddr2 250 GB hdd ]$ lspci|grep Realtek 0e:00.0 Network controller: Realtek Semiconductor Co., Ltd. \ RTL8187SE Wi

[CentOS] installing centos 7 32 bit i386 to laptop

2016-07-26 Thread geo.inbox.ignored
greetings one and all. installing centos 7 32 bit i386 to laptop; specs: toshiba satellite l455d-s5976 amd sempron si-42 2 GB ddr2 250 GB hdd ]$ lspci|grep Realtek 0e:00.0 Network controller: Realtek Semiconductor Co., Ltd. \ RTL8187SE Wireless LAN Controller (rev 22) 14:00.0 Ethernet

Re: [CentOS] Installing 6.8 from DVD1.iso, changes

2016-06-16 Thread Johnny Hughes
On 06/16/2016 04:36 PM, Zube wrote: > Downloaded 6.8 DVD1.iso, dd to stick. Went through same selections > I have gone through since 6.2, only this time it got to the end and > stated it couldn't find rear, which is under "backup client". > > OK, try it again without rear. This time it's yum-plu

[CentOS] Installing 6.8 from DVD1.iso, changes

2016-06-16 Thread Zube
Downloaded 6.8 DVD1.iso, dd to stick. Went through same selections I have gone through since 6.2, only this time it got to the end and stated it couldn't find rear, which is under "backup client". OK, try it again without rear. This time it's yum-plugin-ovl from base (?). Then chrony, also in b

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] Installing 32-bit CentOS 6 on a new Lenovo System x3650 M5 server?

2016-05-18 Thread Alfred von Campe
> 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 issues. Our development environment > has not been port

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

2016-05-14 Thread Alfred von Campe
> On May 13, 2016, at 16:39, John R Pierce wrote: > > On 5/13/2016 1:27 PM, Alfred von Campe 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 witho

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

2016-05-13 Thread John R Pierce
On 5/13/2016 1:27 PM, Alfred von Campe 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 issues. Our development environment has not been ported

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

2016-05-13 Thread Alfred von Campe
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 issues. Our development environment has not been ported to 64-bit (x86_64) yet, so we are stuck using i

  1   2   3   4   5   6   7   8   9   >