Yet another package available in centos-sclo-sclo-testing
"PHP extension for interfacing with Redis"
A stable version was recently released with PHP 5 and 7 compatibility.
For rh-php56
* sclo-php56-php-pecl-redis-3.1.1-1
For rh-php70
* sclo-php70-php-pecl-redis-3.1.1-1
This extension is recommended by ownCloud for distributed cache.
Remi.
P.S. https://wiki.centos.org/SpecialInterestGroup/SCLo
_______________________________________________
SCLorg mailing list
SCLorg(a)redhat.com
https://www.redhat.com/mailman/listinfo/sclorg
Hi,
Please note that Ceph Hammer 0.94.9 has been tagged for testing.
The previous release provided in the stable channel of the
centos-release-ceph-hammer package provided 0.94.5.
To test this new release:
yum -y install centos-release-ceph-hammer
yum-config-manager --enable centos-ceph-hammer-test
This is a straight rebuild from upstream source RPM.
For release notes, please refer to upstream [1].
We would like to expedite the release of this new version due to the
age of the previous release, 0.94.5 dating back to December 14th 2015.
There are also problems running 0.94.5 against a CentOS 7.3
installation under certain circumstances.
As such, if there are no objections, we will tag 0.94.9 for release no
later than February 13th.
[1]: http://docs.ceph.com/docs/master/release-notes/#v0-94-9-hammer
David Moreau Simard
Senior Software Engineer | Openstack RDO
dmsimard = [irc, github, twitter]
Hello while I wanne try out very special partition,
i walk through
https://wiki.centos.org/HowTos/ManualInstall
But fail allready at
"INSTALL setup basesystem filesystem"
This is very clear to me, because rpm don't know the full path (real
version) or is there some thing wrong ??
Very wired. Doesn't looks like up to date.
Sincerely
Andy
The Atomic Host (CentOS Linux release 7.3.1611 (Core)), the Docker
Engine still writes its images to /var/lib/docker even with DeviceMapper
as the storage driver.
Perplexing.
We performed a "rm -rf /var/lib/docker/*" and rebuilt the docker
thinpool (lvcreate.... etc.) after the Docker Engine complained.
# lvremove cah/docker-pool
# lvcreate --wipesignatures y -n docker-pool cah -l 50%VG
# lvcreate --wipesignatures y -n docker-poolmeta cah -l 1%VG
# lvconvert -y --zero n -c 512K --thinpool cah/docker-pool
--poolmetadata cah/docker-poolmeta
# lvchange --metadataprofile docker-pool-extend cah/docker-pool
# lvchange --metadataprofile cah--docker-pool-extend cah/docker-pool
b132d0cfa1a: Waiting 64afa62fe941: Waiting c45ccadbbd13: Waiting
025d185dba2b: Waiting f4a0ea1a1da2: Waiting write
/var/lib/docker/tmp/GetImageBlob531020381: no space left on device
[root@atomic1 docker]# docker info Containers: 0 Running: 0 Paused: 0
Stopped: 0 Images: 0 Server Version: 1.10.3 Storage Driver: devicemapper
Pool Name: cah-docker--pool Pool Blocksize: 524.3 kB Base Device Size:
10.74 GB Backing Filesystem: xfs Data file: Metadata file: Data Space
Used: 19.92 MB Data Space Total: 499.4 GB Data Space Available: 499.4 GB
Metadata Space Used: 888.8 kB Metadata Space Total: 9.987 GB Metadata
Space Available: 9.986 GB Udev Sync Supported: true Deferred Removal
Enabled: false Deferred Deletion Enabled: false Deferred Deleted Device
Count: 0 Library Version: 1.02.135-RHEL7 (2016-09-28) Execution Driver:
native-0.2 Logging Driver: json-file Plugins: Volume: local Network:
bridge null host Kernel Version: 3.10.0-514.2.2.el7.x86_64 Operating
System: CentOS Linux 7 (Core) OSType: linux Architecture: x86_64 Number
of Docker Hooks: 2 CPUs: 8 Total Memory: 31.26 GiB Name:
atomic1.eupraxialabs.com ID: CLGC:SBXV:HWBO:ZA6X:BYIS:RU4D:LIII:2GEJ:ZR4K:
As an added measure, we even did an override:
[root@atomic1 docker]# cat
/etc/systemd/system/docker.service.d/override.conf [Service] ExecStart=
ExecStart=/usr/bin/docker daemon --storage-opt
dm.thinpooldev=cah-docker--pool
Same result. The graphDriver is clearly DeviceMapper.
This looks like a bug.
[root@atomic1 docker]# systemctl status -l docker ● docker.service -
Docker Application Container Engine Loaded: loaded
(/usr/lib/systemd/system/docker.service; enabled; vendor preset:
disabled) Drop-In: /usr/lib/systemd/system/docker.service.d
└─flannel.conf /etc/systemd/system/docker.service.d └─override.conf
Active: active (running) since Wed 2017-02-08 08:36:32 CST; 1h 22min ago
Docs: http://docs.docker.com Main PID: 4626 (docker-current) Memory:
21.2M CGroup: /system.slice/docker.service └─4626
/usr/bin/docker-current daemon --storage-opt dm.thinpooldev=cah-docker--pool
Feb 08 08:36:32 atomic1.eupraxialabs.com docker[4626]:
time="2017-02-08T08:36:32.271317883-06:00" level=info msg="Firewalld
running: false" Feb 08 08:36:32 atomic1.eupraxialabs.com docker[4626]:
time="2017-02-08T08:36:32.337846499-06:00" level=info msg="Default
bridge (docker0) is assigned with an IP address 172.17.0.0/16. Daemon
option --bip can be used to set a preferred IP address" Feb 08 08:36:32
atomic1.eupraxialabs.com docker[4626]:
time="2017-02-08T08:36:32.408356956-06:00" level=info msg="Loading
containers: start." Feb 08 08:36:32 atomic1.eupraxialabs.com
docker[4626]: time="2017-02-08T08:36:32.408635390-06:00" level=info
msg="Loading containers: done." Feb 08 08:36:32 atomic1.eupraxialabs.com
docker[4626]: time="2017-02-08T08:36:32.408684424-06:00" level=info
msg="Daemon has completed initialization" Feb 08 08:36:32
atomic1.eupraxialabs.com docker[4626]:
time="2017-02-08T08:36:32.408740148-06:00" level=info msg="Docker
daemon" commit=3999ccb-unsupported execdriver=native-0.2
graphdriver=devicemapper version=1.10.3 Feb 08 08:36:32
atomic1.eupraxialabs.com systemd[1]: Started Docker Application
Container Engine. Feb 08 08:36:32 atomic1.eupraxialabs.com docker[4626]:
time="2017-02-08T08:36:32.421796182-06:00" level=info msg="API listen on
/var/run/docker.sock" Feb 08 08:36:52 atomic1.eupraxialabs.com
docker[4626]: time="2017-02-08T08:36:52.352294281-06:00" level=info
msg="{Action=create, Username=centos, LoginUID=1001, PID=4701}" Feb 08
08:37:52 atomic1.eupraxialabs.com docker[4626]:
time="2017-02-08T08:37:52.430393646-06:00" level=error msg="Download
failed: write /var/lib/docker/tmp/GetImageBlob531020381: no space left
on device"
This looks like a bug in the Docker Storage Driver.
Is anyone else experiencing a similar issue?
Dave
--
Hi, CentOS community.
We would like to welcome and invite all of you to test and
provide us feedback as to the CentOS 7.3 docker image for ppc64le
available at
ftp://ftp.unicamp.br/pub/ppc64el/centos/7/images/
This tarball can be easily imported into docker with the
information shown in the README file.
The tarball was created with the following script
https://github.com/fabianorosas/centos-docker-ppc64le/blob/master/centos-do…
Consider this an early evaluation. We intend to get the required
fixes integrated into CentOS so this image can be fully
integrated with CentOS Registry.
We would be glad to hear from you!
Thanks!
--
Murilo
Hello Guys,
this is a duplicate from the standard centos(a)centos.org mailing list.
MIght be interest for a developer. Thanks ...
from christmas till now I updated follow packages in my privated builds:
http://centos.cms4all.org/repo/7/
Drivers: libdrm 2.4.75 (update)
vulkan 1.0.3
Kernel: 4.9.1 & firmware (update)
Media: Kodi 17.0 + pvr addons & vlc 2.2.4 (update)
Mesa: 13.0.4 with d3dadapter and vulkan (update)
WineHQ: wine 2.0.1 & wine-stage 2.0.1 (update), winetricks
http://centos.cms4all.org/repo/java/
Oracle Java 1.8.0 121
Netbeans 8.2.1
Sincerely
Andy
PS: This are no signed packages, but the source
Good evening,
A few words to my repository. First I have gstreamer in as far as
multimedia enabled so totem most, or all mine, Fromat plays off.
Driver section was necessary because I installed Centos on flexible
media and wanted to access the latest drivers. And yes it works to 99%.
At Home, on my laptops and business pc.
I have created the Repostorie to have a backup. Why should I not make
my work available? Why should not others benefit from it and when they need it?
Why not fedora?
Have no desire to reinvent my desktop every 18 months.
In the past, I had the opportunity to get evolution in the version 3.4 under Centos 6
with gnome 2.34 to run, because I am professionally connected to an exchange.
And also this has worked with the keyring of gnome 2.3. Funny, isn't it?
Who likes to sit alone at home and strive for a "his" stablies, usable
system. I do not like the copyright of Ubuntu. Sometimes I get on better
with RPMS.
What would I like to do better with it? A matrix over the repository is built on.
You can only use Drivers and the rest not. Wine, however,
needs almost everyone. And who adds the repository "Other" just like "gnome mutter"
with patched shadows.
Therefore, a matrix would be cool.
Good night.
Andy
Am Montag, den 06.02.2017, 12:00 +0000 schrieb
centos-devel-request(a)centos.org:
> Send CentOS-devel mailing list submissions to
> centos-devel(a)centos.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.centos.org/mailman/listinfo/centos-devel
> or, via email, send a message with subject or body 'help' to
> centos-devel-request(a)centos.orgYou can reach the person managing the list at
> centos-devel-owner(a)centos.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of CentOS-devel digest..."
>
>
> Today's Topics:
>
> 1. Re: test builds on private server (drivers, kernel, media,
> mesa, winehq, java) (Akemi Yagi)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sun, 5 Feb 2017 11:20:21 -0800
> From: Akemi Yagi <amyagi(a)gmail.com>
> To: "The CentOS developers mailing list." <centos-devel(a)centos.org>
> Subject: Re: [CentOS-devel] test builds on private server (drivers,
> kernel, media, mesa, winehq, java)
> Message-ID:
> <CABA31DqUi9qXywUU+j=FKg8wr2FgN5msmGxX10AAz-1_T5vxvQ(a)mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> On Sat, Feb 4, 2017 at 1:33 PM, Andreas Benzler <andreas(a)benzlerweb.de> wrote:
> > Hello Guys,
> >
> > this is a duplicate from the standard centos(a)centos.org mailing list.
> >
> > MIght be interest for a developer. Thanks ...
> >
> > from christmas till now I updated follow packages in my privated builds:
> >
> > http://centos.cms4all.org/repo/7/
> >
> > Drivers: libdrm 2.4.75 (update)
> > vulkan 1.0.3
> >
> > Kernel: 4.9.1 & firmware (update)
> >
> > Media: Kodi 17.0 + pvr addons & vlc 2.2.4 (update)
> >
> > Mesa: 13.0.4 with d3dadapter and vulkan (update)
> >
> > WineHQ: wine 2.0.1 & wine-stage 2.0.1 (update), winetricks
> >
> > http://centos.cms4all.org/repo/java/
> >
> > Oracle Java 1.8.0 121
> > Netbeans 8.2.1
> >
> > Sincerely
> >
> > Andy
> >
> > PS: This are no signed packages, but the source
>
> I assume you are offering those packages for public consumption, not
> building just for personal use. If this is the case, I'd like to
> suggest that you use a unique tag for your packages rather than the
> .centos tag.
In the past i was think about to take another tag for the packages and
to sign that.
But unfortunately my leisure time is limited and therefore I have not
implemented it so far. Pick my rpm up. change it and let him run through
mock. Everyone by hand.
> Regarding the kernel, I see that it was rebuilt from ELRepo's
> kernel-lt with modification(s). You may want to provide details on how
> your kernel is different from kernel-lt [1] or kernel-ml [2] and how
> you plan to maintain it.
Everybody can use elrepo. I built it most time vanille, but got it handy
in the "box".
> [1] http:elrepo.org/tiki/kernel-lt
> [2] http:elrepo.org/tiki/kernel-ml
>
> Akemi
>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> CentOS-devel mailing list
> CentOS-devel(a)centos.org
> https://lists.centos.org/mailman/listinfo/centos-devel
>
>
> ------------------------------
>
> End of CentOS-devel Digest, Vol 144, Issue 5
> ********************************************
hi,
I'd like to escalate https://bugs.centos.org/view.php?id=12768 for oVirt /
Virt SIG.
Right now x86_64 and ppc64le are shipping different versions of libvirt
causing failures in ppc64le deployments / upgrades.
Any chance I can help getting the new libvirt pushed to ppc64le repos?
Thanks,
--
Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com
Yet another package available in centos-sclo-sclo-testing
"Provides a wrapper to the ImageMagick library."
A stable version was just released with PHP 5 and 7 compatibility.
For rh-php56 (updated from 3.3.0):
* sclo-php56-php-pecl-imagick-3.4.3-1
For rh-php70 (new package):
* sclo-php70-php-pecl-imagick-3.4.3-1
Notice: this extension uses system ImageMagick 6.7.8.9 (EL-7) or 6.7.2.7
(EL-6), so only feature available in these library versions will be
available in the PHP extension.
Remi.
P.S. https://wiki.centos.org/SpecialInterestGroup/SCLo