Questions tagged [centos7]

Version 7 of CentOS Linux distribution. The CentOS Linux distribution is a stable, predictable, manageable and reproduceable platform derived from the sources of Red Hat Enterprise Linux (RHEL).

Version 7 of CentOS Linux distribution

The CentOS Linux distribution is a stable, predictable, manageable and reproduceable platform derived from the sources of Red Hat Enterprise Linux (RHEL). We are now looking to expand on that by creating the resources needed by other communities to come together and be able to build on the CentOS Linux platform. And today we start the process by delivering a clear governance model, increased transparency and access. In the coming weeks we aim to publish our own roadmap that includes variants of the core CentOS Linux.

Since March 2004, CentOS Linux has been a community-supported distribution derived from sources freely provided to the public by Red Hat. As such, CentOS Linux aims to be functionally compatible with RHEL. We mainly change packages to remove upstream vendor branding and artwork. CentOS Linux is no-cost and free to redistribute.

CentOS Linux is developed by a small but growing team of core developers. In turn the core developers are supported by an active user community including system administrators, network administrators, managers, core Linux contributors, and Linux enthusiasts from around the world.

Over the coming year, the CentOS Project will expand its mission to establish CentOS Linux as a leading community platform for emerging open source technologies coming from other projects such as OpenStack. These technologies will be at the center of multiple variations of CentOS, as individual downloads or accessed from a custom installer. Read more about the variants and Special Interest Groups that produce them.

Official website

Distributions

4653 questions
1
vote
1 answer

How to upgrade PHP 7.0 to PHP 7.1 on CentOS 7.2 Linode server

I have a Laravel 5.4 project running on PHP 7.0.2 on a Linode server with CentOS 7.2 operating system. Recently, I upgraded Laravel 5.4 to Laravel 5.7, which required PHP 7.1.3 or greater. I have other projects that will NOT work on PHP 7.2 so I…
Dev
  • 6,570
  • 10
  • 66
  • 112
1
vote
0 answers

Glusterfs for docker swarm

I have glusterFS deployed on centos 7 as docker container. How to use the same for docker swarm as persistent storage? [root@localhost ~]# docker exec -ti 2c2c2e9609f0 bash [root@localhost /]# gluster --version glusterfs 4.1.5 …
1
vote
1 answer

Generating CentOS image for Openstack Ironic Boot Failure

I am trying to create a custom CentOS image to be used as an image for Openstack Ironic. I am following the guide here: https://docs.openstack.org/image-guide/centos-image.html. I created the image, and deploy it on my baremetal server. On the…
CSLser
  • 193
  • 1
  • 11
1
vote
3 answers

In CentOS7 - No package aws-cfn-bootstrap available

I'm trying to use AWS Cloud Formation template with cfn-signal in Cent OS 7. As per documentation, it is mentioned to install using yum install -y aws-cfn-bootstrap or using RPM.. But, none of them helps and just getting the following error…
Santosh Kumar Arjunan
  • 3,600
  • 3
  • 23
  • 24
1
vote
1 answer

Problem getting pods stats from kubelet and cri-o

We are running Kubernetes with the following configuration: On-premise Kubernetes 1.11.3, cri-o 1.11.6 and CentOS7 with UEK-4.14.35 I can't make crictl stats to return pods information, it returns empty list only. Has anyone run into the same…
alubin
  • 11
  • 1
1
vote
1 answer

Inotifywait won't run

inotifwait won't run command "Setting up watches. Watches established" is output, script just exit #!/bin/bash while $(inotifywait -e modify,close_write /home/centos/test.txt); do touch /home/centos/log.txt done but when i modify test.txt…
user10205566
1
vote
0 answers

How to get Imagemagick to use littlecms2 on WHM Centos 7

I have Imagemagick running fine. However it is missing the lcms2 library that lets it utilise icc color profiles.So it was installed via RPM and also with for different versions of PHP with the PECL php wrapper. I have installed lcms2 also from…
joomkit
  • 149
  • 1
  • 8
1
vote
1 answer

Crontab (Centos7) with Python Files

I would like to get help regarding Crontab on Centos 7. I Need to create the scheduler to run python script (which have 2-5 addition import in the same folder) by using Crontabs Currently, my crontab looks like this I have PATH = /srv/git/XXX 30 *…
user10208908
1
vote
1 answer

How to create vm with libvirt-go package - get boot error

I would like to create a new centos 7 vm with kickstart option over the golang library libvirt-go. To create the new vm I need a XML-Config which I generate over the libvirt-go-xml package. Here is my function to generate a domain struct which I…
Volker Raschek
  • 545
  • 1
  • 6
  • 21
1
vote
0 answers

Send email by `mailx` is not working for some email domain

I'm am trying to send a email from centos 7 with the google ssmtp settings. I just installed mailx and ssmtp and I am trying to make it work. When I send a email to for example gmail; it arrives like it should, but when I send a email to a…
kzk
  • 13
  • 3
1
vote
1 answer

Vagrant times out waiting for machine to boot (Virtualbox)

To preface, I realize this is a common error message with several different causes and solutions, but nothing I've found has worked so far. I have Vagrant 2.1.5 with Virtualbox 5.2.18, running on Windows 10. I was testing Vagrant with a very simple…
Greesy
  • 71
  • 7
1
vote
1 answer

certbot and nginx subdomain set on centos7

I'm trying get a website with one subdomain (for the time-being) set up in nginx on a Centos7 server with ssl encryption provided by Let's Encrypt's certbot. I have nginx successfully installed, I have set up my domains: example.com www.example.com…
TangoAlee
  • 1,260
  • 2
  • 13
  • 34
1
vote
1 answer

Cannot link a shared library for python

I make a module for apache, and use gcc for compile: gcc \ $(apr-1-config --cflags) \ $(apr-1-config --includes) \ $(python3.6-config --cflags) \ -fPIC -DSHARED_MODULE \ -I/usr/include/httpd/ \ -c mod_demo.c But when I try…
e-info128
  • 3,727
  • 10
  • 40
  • 57
1
vote
0 answers

How to Configure Flocker on centos 7.2?

I used https://media-glass.es/flocker-on-centos-7-17a8bfaa6509 as reference for installing ,But the yum repo is not available now. And if you have any alternatives for flocker please share. I am looking for an open-source container data volume…
1
vote
1 answer

Centos webpanel SMTP

I have installed centos web panel and have set up all things. there have two sites hosted. When I try to send email using PHPmailer. there has an error. 2018-09-20 15:15:10 CLIENT -> SERVER: EHLO localhost 2018-09-20 15:15:10 SERVER -> CLIENT:…
Shenald
  • 143
  • 1
  • 12
1 2 3
99
100