similar to: CentOS IRC

Displaying 20 results from an estimated 5000 matches similar to: "CentOS IRC"

2021 Jul 20
1
CentOS IRC
On 7/20/21 9:27 AM, Earl Ramirez wrote: > Good day, > > Did CentOS moved from freenode to LibraIRC? Yes, we did. Further details at https://blog.centos.org/2021/06/centos-irc-migration-complete/
2015 Apr 29
2
Hardening SIG
Should the URL match the word used in the subject? [0] [0] http://wiki.centos.org/SpecialInterestGroup/Hardening jerry On Wed, Apr 29, 2015 at 8:45 AM, Alan Bartlett <ajb at elrepo.org> wrote: > On 29 April 2015 at 14:23, Earl A Ramirez <earlaramirez at gmail.com> wrote: >> Dear Doc Admins, >> >> My name is Earl Ramirez and I have a particular interest with the
2015 Apr 29
2
Hardening SIG
Dear Doc Admins, My name is Earl Ramirez and I have a particular interest with the 'hardening' SIG, therefore I will like to know if its possible for me to have write access to the hardening SIG page [0]. My goal is to kick off the draft and as we come together to decide the goals and direction of the SIG I will update the content accordingly. [0]
2015 Dec 20
2
/bin/nmcli and connection names
On Wed, Dec 16, 2015 at 4:47 PM, Earl A Ramirez <earlaramirez at gmail.com> wrote: > I don't see 'System' in any of the CentOS 7.2.1511 boxes or VMs that were > recently upgraded: > ?Hi Earl, Have you tried a new install?? I agree, upgraded installations do not seem to be affected.
2018 Jun 09
4
Custom ISO With Post Installation Scripts
Dear All I have been working on a custom ISO with kickstart and a couple of post installation scripts and would like to have the script run before the login prompt. The custom ISO works; however, the scripts fails because some of the services, e.g. mariadb does not start before the server installation has been completed and rebooted; therefore, I have been putting the scripts in /etc/profile.d/
2015 May 10
4
mariadb fails to start under C7
Hi Earl, >I think I found your problem, you do not have the correct package installed >[root at c7-db1 ~]# rpm -qa | grep maria >mariadb-libs-5.5.41-2.el7_0.x86_64 >mariadb-server-5.5.41-2.el7_0.x86_64 >mariadb-5.5.41-2.el7_0.x86_64 >[root at c7-db1 ~]# >Install the mariadb-x package and you should be able to start the service Thanks. While I could go with mariadb 5, the
2015 Dec 18
2
CentOS 7.2 - Fast TSC calibration failed.
Dear All, I have downloaded CentOS 7.2.1511 DVD and tried to install it on a new laptop that comes with an Intel i7 6th generation processor and don't matter which option I use (install, test media or troubleshooting); I get the following error: [ 0.000000] tsc: Fast TSC calibration failed [ 0.321345] pnp 00:0d: can't evaluate _CRS: 1 At this time I am not able to use any keys on the
2016 Apr 28
2
Centos hold me back from work - sshd ...bull
On 28 Apr 2016 11:24, "Andreas Benzler" <andreas at benzlerweb.de> wrote: > > sure > > Am 28.04.2016 um 11:16 schrieb Earl A Ramirez <earlaramirez at gmail.com>: > > > > On 28 Apr 2016 11:11, "John R Pierce" <pierce at hogranch.com> wrote: > >> > >> On 4/28/2016 2:02 AM, Andreas Benzler wrote: > >>> >
2015 Apr 23
1
SIG - Hardening
On 22 April 2015 at 20:49, Mark LaPierre <marklapier at gmail.com> wrote: > On 04/22/15 01:13, Earl A Ramirez wrote: > > Dear All, > > > > About a week ago; I posted a proposal over on the centos-devel mailing > > list, the proposal is for a SIG 'CentOS hardening', there were a few of > > the members of the community who are also interested in this.
2015 Apr 22
6
SIG - Hardening
Dear All, About a week ago; I posted a proposal over on the centos-devel mailing list, the proposal is for a SIG 'CentOS hardening', there were a few of the members of the community who are also interested in this. Therefore, I am extending that email to this community; where there is a larger community. Some things that we will like to achieve are as follows: SSH: disable root
2016 Apr 28
3
Centos hold me back from work - sshd ...bull
The problem is not with your installation of CentOS, it is with the computer you are connecting from. Read the error log you pasted earlier, it tells you exactly what the problem is and how to remedy it: > > Add correct host key in /Users/andy/.ssh/known_hosts to get rid of this > message. > Offending ECDSA key in /Users/andy/.ssh/known_hosts:22 Open up the file
2019 Jul 10
2
Alternative to laptop
On Tue, Jul 9, 2019 at 11:55 PM Earl A Ramirez <earlaramirez at gmail.com> wrote: > On Wed, 10 Jul 2019, 01:52 H, <agents at meddatainc.com> wrote: > > > I am considering buying a small, and therefore easily portable, computer > > as an alternative to the laptop I already have. Obviously it would not > have > > battery, a screen, nor a keyboard etc. but more
2015 May 29
1
CentOS 7 selinux policy bug
What is your environment set up for? Is this just straight out of the box, or have you harden the systems any? -----Original Message----- From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On Behalf Of Earl A Ramirez Sent: Friday, May 29, 2015 10:53 AM To: CentOS mailing list Subject: Re: [CentOS] CentOS 7 selinux policy bug On 29 May 2015 at 16:27, <m.roth at
2015 Dec 04
2
CentOS 7.2 - no GUI login after upgrade
After installing and enabling the centos-release-cr repo on my CentOS 7.1 laptop; I ran yum clean all and yum update. Yum complained about gstreamer1 dependencies that is caused by epel repo; therefore, I excluded it from the epel repo and run yum update one more time and it went through. After the update was completed I rebooted the laptop and I will just get the splash screen but will never get
2015 May 09
2
firewalld trouble opening a port
Hi Earl, >The problem is you added the rule in runtime and when you reloaded it >removed the rule that you added; therefore you need to use --permanent >or >do not reload. Thanks! That worked. [root at appd:~] #firewall-cmd --zone=home --list-ports [root at appd:~] #firewall-cmd --zone=home --add-port=8181/tcp --permanent success [root at appd:~] #firewall-cmd --reload success [root
2018 Jun 14
2
Custom ISO With Post Installation Scripts
On 11 June 2018 at 01:57, Prasad K <email.kprasad at gmail.com> wrote: > If your distro is using systemd then rc.local will not get executed by > default. > Enable rc-local.service : "systemctl enable rc-local.service". > > Thanks, Prasad I tried that and unfortunately, that service did not start after the server was rebooted; therefore the script was not called
2015 May 10
2
mariadb fails to start under C7
On 5/10/2015 1:04 PM, Earl A Ramirez wrote: > Did a little Googling [0] and I saw that they recommend starting it as > follows: > > /etc/init.d/mysql start which is old school sysVinit style. my guess is, you'll need to fix up a systemd service description file, like /usr/lib/systemd/system/mariadb.service -- john r pierce, recycling bits in santa cruz
2009 Dec 16
5
OT: Google Earth - How to uninstall, before installing newest version?
Desktop is CentOS 5.4 (32 bit). I have Google Earth version 4.2.205.5730 (13NOV2007 build date) installed. I have checkinstall (spelling?) installed, but am not sure if that was installed before or after Google Earth was installed. I have the Google Repository installed, but apparently Google Earth cannot be updated via yum and probably it was not installed via yum. Question: What is the best
2015 Apr 29
0
Hardening SIG
On 29 April 2015 at 14:23, Earl A Ramirez <earlaramirez at gmail.com> wrote: > Dear Doc Admins, > > My name is Earl Ramirez and I have a particular interest with the > 'hardening' SIG, therefore I will like to know if its possible for me to > have write access to the hardening SIG page [0]. My goal is to kick off the > draft and as we come together to decide the
2015 Nov 24
3
Unit network.service has failed
Sorry for disturbing all of you again and again. Network service cannot be started. All the commands are not working. How to start network service?net-tool already exists. -- Shiva Prasad Nath 92981134