Displaying 20 results from an estimated 8000 matches similar to: "RHEL clone distributions being marginalized?"
2014 Feb 07
2
Perl516 SCL modules
Hi,
I'm trying to build several SCL perl516 modules for using assp spamfilter.
Some modules have dependencies which spend a lot of errors or can not be
build on a x86_64 system.
perl-Email-Valid-0.184 for example needs Win32::IPHelper and
Win32::TieRegistry.
If I build this rpm for standard perl510, the Win32 modules are not
required.
Why are theses dependencies only for perl516?
Can I
2016 Sep 27
2
CentOS 7 & MariaDB
Dear list,
we're actually using
# lsb_release -a
LSB Version: :core-4.1-amd64:core-4.1-noarch
Distributor ID: CentOS
Description: CentOS Linux release 7.2.1511 (Core)
Release: 7.2.1511
Codename: Core
on our database server using
# yum info mariadb-server
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* EPEL_7: ftp.pbone.net
* base: centosmirror.netcup.net
*
2017 Oct 01
7
how to prevent files and directories from being deleted?
Hi,
how can I prevent files/directories like /var/run/mariadb from being
deleted on reboot? Lighttpd has the same problem.
This breaks services and makes servers non-restartable by anyone else
but the administrator who needs to re-create the needed files and
directories every time and has to figure out what selinux labels they
need. This causes unnecessary downtimes.
This is entirely
2017 Oct 03
6
how to prevent files and directories from being deleted?
Alexander Dalloz <ad+lists at uni-x.org> writes:
> Am 01.10.2017 um 17:21 schrieb hw:
>> Hi,
>>
>> how can I prevent files/directories like /var/run/mariadb from being
>> deleted on reboot? Lighttpd has the same problem.
>>
>> This breaks services and makes servers non-restartable by anyone else
>> but the administrator who needs to re-create
2017 Oct 05
5
how to prevent files and directories from being deleted?
Mark Haney <mark.haney at neonova.net> writes:
> On 10/03/2017 01:12 PM, hw wrote:
>>
>>> See
>>>
>>> https://developers.redhat.com/blog/2016/09/20/managing-temporary-files-with-systemd-tmpfiles-on-rhel7/
>>>
>>> how to manage tmpfiles.
>> Thanks, I?ll look into that. I wouldn?t consider a directory like
>> /var/run/mariadb
2016 May 30
2
C6.8 YUM reference to Red Hat
Doing a yum update on C6.8 .................
: yum update
Loaded plugins: fastestmirror, priorities, protectbase
Setting up Update Process
Loading mirror speeds from cached hostfile
* base: centos.datente.com
* epel: mirrors.n-ix.net
* extras: mirror.softaculous.com
* updates: centos.datente.com
base | 3.7 kB 00:00
base/primary_db
2019 Mar 15
4
PHP 7.x on CentOS 7 : which solution ?
Hi,
As you all know, CentOS 7 is shipping PHP 5.4, which is OK in some
situations. Unfortunately, some applications like OwnCloud require a
more recent version of PHP.
Up until recently, I've been using PHP 5.6 packages from the Webtatic
repository. Despite the bad press this third party repo seems to have,
it has been working perfectly for me for a few years. Here's the PHP 5.6
packages
2017 Oct 09
3
how to prevent files and directories from being deleted?
Anand Buddhdev <anandb at ripe.net> writes:
> On 05/10/2017 11:32, hw wrote:
>
>>> That directory isn't temporary. The files almost always are, but not
>>> the directories. As I said, whatever it is you're doing, it's wrong.
>>> I wouldn't continue to keep a setup like that as it's not standard
>>> practice to keep data in
2015 May 10
5
mariadb fails to start under C7
Hey all,
I just unstalled MariaDB version 10 from the mariadb repositories under a
CentOS 7 host.
The install went fine!
[root at nfsdb1 ~]# rpm -qa | grep -i mariadb
MariaDB-common-10.0.19-1.el7.centos.x86_64
MariaDB-server-10.0.19-1.el7.centos.x86_64
MariaDB-client-10.0.19-1.el7.centos.x86_64
MariaDB-shared-10.0.19-1.el7.centos.x86_64
However, when I go to start up the service, I'm
2018 Dec 11
1
Announcing release of PHP 7.2
I am pleased to announce the immediate availability of PHP
in version 7.2 on CentOS Linux 7 x86_64,
delivered via a Software Collection (SCL) built by the SCLo Special
Interest Group (https://wiki.centos.org/SpecialInterestGroup/SCLo).
QuickStart
----------
You can get started in three easy steps:
# 1. Install a package with repository for your system:
$ sudo yum install centos-release-scl
2018 Dec 11
1
Announcing release of PHP 7.2
I am pleased to announce the immediate availability of PHP
in version 7.2 on CentOS Linux 7 x86_64,
delivered via a Software Collection (SCL) built by the SCLo Special
Interest Group (https://wiki.centos.org/SpecialInterestGroup/SCLo).
QuickStart
----------
You can get started in three easy steps:
# 1. Install a package with repository for your system:
$ sudo yum install centos-release-scl
2016 Jan 29
2
Write content to file from Dockerfile and/or any other method
I am building a Dockerfile and I am setting up MariaDB repos as follow:
# Setup MariaDB repos
RUN touch /etc/yum.repos.d/MariaDB.repo
I should write this inside the MariaDB.repo file:
[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/5.5/centos6-amd64
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1
What's the right way to do this? The one below?
echo
2016 Sep 23
4
Install Mariadb on Centos 7 fails
Folks
I'm having problems installing Mariadb in Centos 7.
Here's what I did:
0) Become root
1) Make sure that mariadb and mysql are NOT installed.
2) Delete residual libs
rm -rf /var/lib/mysq*
3) yum install -y mariadb-server
installed mariadb-5.5.50-1.el7_2.x86_64 from the Centos
'updates' repository
4) systemctl start mariadb
5) systemctl status mariadb
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 Nov 15
5
Error when installing mysql package
Hi all,
I have tried to install MySQL package but get next:
[kim at forge tools]$ sudo yum install mysql
[sudo] password for kim:
Loaded plugins: fastestmirror, rhnplugin
This system is receiving updates from RHN Classic or Red Hat Satellite.
Loading mirror speeds from cached hostfile
* base: cosmos.cites.illinois.edu
* epel: mirrors.syringanetworks.net
* extras: mirror.acsnet.com
*
2016 Jan 29
1
Re: Write content to file from Dockerfile and/or any other method
On Fri, 29 Jan 2016 06:31, Keith Keller <kkeller at ...> wrote:
> On 2016-01-29, reynierpm at gmail.com <reynierpm at gmail.com> wrote:
>>
>> I am building a Dockerfile and I am setting up MariaDB repos as follow:
>
> This question is probably way offtopic for a CentOS mailing list.
>
>> # Setup MariaDB repos
>> RUN touch
2014 Mar 05
2
maraidb for el6
hi,
i put together a mariadb rpm for el6. it seem to be much more
complicated then i thought.
the sources was:
- Karanbir's mariadb for centos6 5.5.29
http://dev.centos.org/centos/6/mariadb/
unfortunately the link disappear a few days ago but i've got the src.rpm
- rhel7 mariadb-5.5.33a-3.el7.src.rpm
- fedora's mariadb-5.5.35-4.fc21.src.rpm
- rhel6's scl's
2017 Aug 14
3
migrating 2.1 to 3.x, sql pass scheme, pass value?
On Tue, August 15, 2017 8:54 am, Noel Butler wrote:
> On 15/08/2017 08:18, voytek at sbt.net.au wrote:
> Forget looking at dovecot at teh moment, your problem maybe mysql (I'd
> hope you meant mariadb but either way...)
>
> use command line mysql as vmail user from your dovecot machine to test
> password further BEFORE tinkering with dovecot.
>
> ~$ mysql -p -v vmail
2017 Oct 30
4
Maria 10 breaks unixodbc mysql connector
I recently installed mariadb-server 10.1 by adding the following repository:
baseurl = http://yum.mariadb.org/10.1/centos7-amd64
...all was well until we had a power failure and upon rebooting unixodbc
was segfaulting. Once I did a yum undo, the mysql odbc driver was
functional.
I traced it to the following:
[root at ec-ast yum.repos.d]# ldd /usr/lib64/libmyodbc5w.so | grep -iE
2017 Aug 15
3
migrating 2.1 to 3.x, sql pass scheme, pass value?
On Tue, August 15, 2017 8:03 pm, Sami Ketola wrote:
>
>> On 15 Aug 2017, at 2.50, voytek at sbt.net.au wrote:
>>
>>
>> how do I generate hashed string from my password ?
>
> use this sql command:
>
> GRANT SELECT ON vmail TO ?vmail?@?127.0.0.1? IDENTIFIED BY
> PASSWORD(?yourpassword?);
>
>
> or if you just want to see the hash:
>
> SELECT