Search found 24 matches

by Yukon
2018/05/02 11:56:03
Forum: CentOS 7 - General Support
Topic: Yum issues
Replies: 2
Views: 1060

Re: Yum issues

Sadly it hasn't and thanks for the advice.
Odd thing is I have another CentOS 7 server with same repos and no issues :o
by Yukon
2018/05/02 11:20:15
Forum: CentOS 7 - General Support
Topic: Yum issues
Replies: 2
Views: 1060

Yum issues

Yum recently starting to take an aeon to update and doing yum list gives me failure: repodata/repomd.xml from epel: [Errno 256] No more mirrors to try. http://download.fedoraproject.org/pub/epel/7/x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://download.fedoraproject.org/pub/epel/7/x86_64/r...
by Yukon
2018/04/09 20:10:25
Forum: CentOS 7 - Software Support
Topic: Configure Issues
Replies: 20
Views: 3812

Re: Configure Issues

Anyone? :?
by Yukon
2018/04/08 19:01:27
Forum: CentOS 7 - Software Support
Topic: Configure Issues
Replies: 20
Views: 3812

Re: Configure Issues

Okay thanks I installed that repo and got php 7 I need to be able to use memcached with a socket and no matter what I try I get when doing systemctl status memcached error: systemctl status memcached ● memcached.service - Memcached Loaded: loaded (/usr/lib/systemd/system/memcached.service; enabled; ...
by Yukon
2018/04/08 16:07:14
Forum: CentOS 7 - Software Support
Topic: Configure Issues
Replies: 20
Views: 3812

Re: Configure Issues

You really don't want to install all the packages in EPEL - there are more than 12,000 of them there. Oh my goodness you are right I don't want all that. I'm simply trying to install the equivalent packages for CentOS as shown below from Ubuntu 16.04 At this point I have given up on installing the ...
by Yukon
2018/04/08 13:28:36
Forum: CentOS 7 - Software Support
Topic: Configure Issues
Replies: 20
Views: 3812

Re: Configure Issues

TrevorH wrote:No, once it's added as a repo, just yum install $package as normal.
Okay so what is the exact command to download and install all of the packages inside that repo, please?

Code: Select all

yum install $package
isn't really what I want as you had suggested I install all the packages from that repo, thanks.
by Yukon
2018/04/07 18:44:09
Forum: CentOS 7 - Software Support
Topic: Configure Issues
Replies: 20
Views: 3812

Re: Configure Issues

You probably need EPEL installed. I see this libmcrypt-devel.x86_64 2.5.8-13.el7 epel Run `yum install epel-release` and get access to all the packages there too. Okay thank you I will run yum install epel-release and is there a further command to get access to all the packages or are they all part...
by Yukon
2018/04/07 18:32:27
Forum: CentOS Social
Topic: How old are you? How long have you used CentOS?
Replies: 148
Views: 103708

Re: How old are you? How long have you used CentOS?

I'm too old at 40 years and feel like I'm 80 years old with the stress.
I have been using CentOS 7 on multiple servers for 2 years but only the last 6 months or so am I fully responsible for the servers.
by Yukon
2018/04/07 18:25:21
Forum: CentOS 7 - Software Support
Topic: Configure Issues
Replies: 20
Views: 3812

Re: Configure Issues

TrevorH wrote:CentOS does not ship mysql, it ships mariadb. It's in our repos. So s/mysql-server/mariadb-server/
Okay I have finally got those installed and I'm now stuck at libmcrypt-devel it seems it is not available in CentOS 7 is there an equivalent package for it, please?
by Yukon
2018/04/07 18:15:10
Forum: CentOS 7 - Software Support
Topic: Configure Issues
Replies: 20
Views: 3812

Re: Configure Issues

TrevorH wrote:We already ship mariadb 5.5.56 as part of CentOS and the package we supply is called mariadb-devel.
Alright installed but now what

Code: Select all

No package mysql-server available
How am I supposed to install mariadb without getting it from the mariadb repo?