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
0 answers

Why does kubernetes v13's API randomly go down?

cat /etc/redhat-release CentOS Linux release 7.6.1810 (Core) Clean install for kubernetes using kubeadm init following the steps directly in the docs. Tried with flannel, weavenet and Calico. After about 5-10 minutes, after a watch kubectl get…
sfxworks
  • 1,031
  • 8
  • 27
1
vote
0 answers

Why are spark stream's mini batches longer lasting on windows?

I have created a topic in kafka called "test" which has just one partition and it is not replicated. I have created a Kafka producer that writes on the topic "test" the following string: "A B C A" in a cycle of 100000 iterations. There is a 1000 ms…
Peter
  • 399
  • 2
  • 6
  • 23
1
vote
0 answers

Run interactive shell script in Cent-OS 7 boot

I want to run interactive shell script in CentOS 7 boot, I have tried to post install, /etc/rc.local and crontab @reboot but none of them worked with me Also, I have tried it as a systemd but it failed also. I need any way to run this script except…
1
vote
1 answer

Properly configuring a dotnet (ASP.NET Core 2.1) environment on CentOS / Linux

I'm stuck, I'm really hoping someone can help or at least point me in the right direction. My end goal is to get my ASP.NET Core 2.1 app running on a CentOS Linux box. Since I'm using a mongo db in my actual app and wanted to eliminate any possible…
Mythprod
  • 87
  • 9
1
vote
0 answers

Error 1064 (4200) MySQL on CentOS 7 64 bit

Background: I'm working on a school project regarding distributed database, and I'm going to use the concept of master-slave replication by virtualizing 2 CentOS on Workstation Pro. I'm going through guides on YouTube and other guides but mainly I…
Jack Rogers
  • 565
  • 7
  • 19
1
vote
1 answer

libnet.h no such file or directory

So, I'm trying to compile my C code using the command "gcc -o file file.c", but I get "error: libnet.h: No such file or directory" I included libnet.h (#include ) and I also installed libnet. I'm running CentOS 7.
Davidoff7776
  • 23
  • 1
  • 7
1
vote
1 answer

Trying to install kernel headers but there seems to be a mismatch

In order to get VirtualBox 5.2 working on my Centos 7 VM, apparently, I need to install kernel headers. However there seems to be a mismatch on my system. When I run uname -r the following version is returned. 3.10.0-514.el7.x86_64 But when I…
navig8tr
  • 1,724
  • 8
  • 31
  • 69
1
vote
0 answers

How to setup meteor project in subdirectory at host?

trying to deploy a meteor application to centos 6 google cloud server, I followed this post after two days of setting up this server and compiling the project I stocked with the last step where I need to configure the app URL so what I did for…
Fadi
  • 2,320
  • 8
  • 38
  • 77
1
vote
1 answer

let's encrypt or SSL on rewritten domain

I'm using Centos 7 with Plesk (1and1 dedicated server) and Apache and we want to secure all our website with let's encrypt where possible, though we have a problem with 2 domain that has been rewritten with Apache rules. here the code we use to…
Seba
  • 617
  • 1
  • 8
  • 33
1
vote
2 answers

Enable a systemd service at rpm installation

I'm trying to build a rpm package that enable a systemd service the proper way. In my rpm spec file, I added: %{?systemd_requires} BuildRequires: systemd ... %postun %systemd_postun yeah.service My rpm copy in /usr/lib/systemd/system/ the…
Raoul Debaze
  • 466
  • 1
  • 8
  • 24
1
vote
1 answer

how to install amazon jdk on centos 7?

I am trying to install the rpm package java-1.8.0-amazon-corretto-devel-1.8.0_192.b12-1.amzn2.x86_64.rpm on centos 7 OS. I have downloaded the rpm java-1.8.0-amazon-corretto-devel-1.8.0_192.b12-1.amzn2.x86_64.rpm from…
Globe Admin
  • 431
  • 1
  • 7
  • 13
1
vote
1 answer

How to clear node.js terminal in Cent OS 7

I'm using Node.js in VScode. Say my run command is node index.js. As I run command various console.log statements print during course now I want to clear console log without stopping current node process. In existing case To clear the console I…
Aamer Rasheed
  • 115
  • 3
  • 14
1
vote
0 answers

Call to undefined function sybase_connect() - Cenos 7 and php 7.2.12

I have theses errors in php v7.2.12 in Centos 7. Before that my website are running on OS FreeBSD 10.1, Apache 5.4.23 , PHP 5.4.23, TDS 0.64 and I try to migrate my webiste to Centos7, Apache 5.4.16, PHP 7.2.12, TDS 0.95.81 and after I install…
Noyti
  • 121
  • 2
  • 11
1
vote
1 answer

ERROR: could not open extension control file "/usr/pgsql-9.6/share/extension/postgis.control": No such file or directory

I want to deploy my project to VPS Centos7. But i am getting error while installing postgres. When i type create extension postgis; Getting error ERROR: could not open extension control file "/usr/pgsql-9.6/share/extension/postgis.control":…
Dustin
  • 107
  • 3
  • 11
1
vote
1 answer

Unable to install latest stable Release of Redis on CentOS 7

I followed below steps to install Redis on CentOS. But Redis 3.2.x version got downloaded, I want more recent version (i.e 4.0.11 or 5.0.x) to be downloaded. I need steps how to upgrade the Redis current installation? I used below steps while…
PAA
  • 1
  • 46
  • 174
  • 282