similar to: testing

Displaying 20 results from an estimated 600000 matches similar to: "testing"

2011 Sep 13
2
vim access
Hello, I have install a cent os 6 x64, and i cant use vim command. Can you help me to how to access file more easily or more reliably. -- *Regards,* Ashish -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20110913/2997d3f0/attachment.html>
2011 Sep 13
3
Flesh Playerproblem
Hello, I have installed centos 6, i have already installed flesh player, browser ask for flesh player. how can i solve the problem? Thank You. -- *Regards,* Ashish A. Shaigram -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20110913/5359ff63/attachment.html>
2017 Feb 27
0
New 4.9.11-22 kernels and linux-firmware packages to test in xen-testing for CentOS-6 and CentOS-7
Hello, is this kernel is also for KVM hosts? If not, will be? I use elrepo now... T.Weyergraf wrote: > > Hi > > So far, I did some preliminary testing using nested virt: > > host(L0): Fedora 25, kernel-4.9.11-200, kvm+qemu > > Guest(L1): CentOS 7 Xen-4.6.3-7, kernel-4.9.11-22 > > So far, at least the L1 setup had no issues. I'll need to pull L1 >
2011 Sep 13
1
HOWTO: Configure a CentOS 6 Network Install Server - on my home page wiki
http://wiki.centos.org/AdrianHall/NetworkInstallServer I would suggest it goes into the HOWTO list. -- Adrian Hall (Personal Account) photoadrian at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-docs/attachments/20110913/16e19f83/attachment-0006.html>
2016 Jun 09
0
for loop example
There's probably a better way using join, but this should do the trick: paste <(cat file1 | tr "\n" ' ') <(cat file2 | tr "\n" " ") On Tue, 07 Jun 2016 12:19:14 +0000 Diego <diegofull at gmail.com> wrote: > Maybe this don't to be the best form to solve your problem, but worked,rs. > > #!/bin/bash > #power by Diego Rodrigues
2011 Sep 13
3
CentOS 6: file and directory permissions
Hi, I fear I am too stupid: I find nowhere the explanation of the dot in file permissions like: -rw-r--r--. 1 root root 457 Aug 4 17:27 config I have searched in forums, Red Hat deployment guide, storage administration guide etc Thank you for help in advance. Best regards Helmut -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 Sep 13
1
New HOWTO Proposal: How to Configure Centralized Authentication on CentOS 6.0
http://wiki.centos.org/AdrianHall/CentralizedLDAPAuth I would suggest it goes into the HOWTO section. -- Adrian Hall (Personal Account) photoadrian at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-docs/attachments/20110913/41ccc1b6/attachment-0006.html>
2011 Sep 14
1
Submitting patches from upstream fixes/bugs
What is the preferred method for submitting patches from upstream projects ? I have two patches for libvirt-0.8.1.el6_0.6. One adds ESX 4.1 support to things like virt-v2v ( http://www.redhat.com/archives/libvir-list/2010-July/msg00480.html) and the second fixes the broken "virsh snapshot-create" ( https://bugzilla.redhat.com/show_bug.cgi?id=727709). All I did really was get them to
2016 Jun 07
2
for loop example
Maybe this don't to be the best form to solve your problem, but worked,rs. #!/bin/bash #power by Diego Rodrigues totalFileOne=$(wc -l file1 | cut -d" " -f1) totalFileTwo=$(wc -l file2 | cut -d" " -f1) count=0 if [ ! "${totalFileOne}" -eq "${totalFileTwo}" ];then echo "The two files need of same number of lines" exit 1 fi for
2015 Sep 23
0
kernel-3.18.21-13.el7 is now in virt7-xen-44-testing and virt7-xen-46-testing
I have pushed kernel-3.18.21-13.el7 to both virt7-xen-44-testing and virt7-xen-46-testing. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: OpenPGP digital signature URL: <http://lists.centos.org/pipermail/centos-virt/attachments/20150923/3cbdbb01/attachment-0002.sig>
2008 Feb 07
0
drbd82 RPMS for testing
All, There are drbd82 RPMS for CentOS-4 and CentOS-5 (i386 and x86_64) for testing here: http://people.centos.org/~hughesjr/drbd/ These are designed to be able to live in the same repository as the current STABLE versions. These RPMS are designed as CONFLICTS and not upgrades as there may be some manual actions to upgrade, especially on CentOS-4. Here is an article on the upgrade process:
2012 Mar 14
2
CentOS 5 Testing repo
We were using the CentOS 5 testing repo on dev.centos.org to update our webservers' PHP to 5.2. However, we've just tried building a new machine lately and found that the repo seems to be empty. Is this a temporary fault, or has it gone away now that CentOS 6 is out? If it has gone away, where can I grab PHP 5.2 packages from? Thanks. -- Spiro Harvey Knossos
2007 Jul 28
0
php-suhosin-0.9.20 in the testing repository
All, I have just put 3 versions of php-suhosin-0.9.20 in the Testing repository for various versions of CentOS. From the Suhosin website: Suhosin is an advanced protection system for PHP installations. It was designed to protect servers and users from known and unknown flaws in PHP applications and the PHP core. More Suhosin info: http://www.hardened-php.net/suhosin/ Suhosin Configuration:
2015 Feb 13
1
docker 1.5 in virt7-testing
On Fri, Feb 13, 2015 at 12:15:39PM +0000, Karanbir Singh wrote: > hi guys, > > docker 1.5 is now in virt7-testing repos, please test and feedback so we > can move to release.. > > thanks lokesh! > > - KB > Sure thing KB. Also, docker-registry will be ready for release by tonight (meaning working package and docs etc.) docker HEAD for c7 ------------------ I was
2017 Jan 05
0
Updated libvirt packages (2.2.0-1) in testing
I have tried updating using yum update and get the same error as before: ========================================================================== ---> Package libvirt-daemon.x86_64 0:1.3.0-1.el7 will be updated --> Processing Dependency: libvirt-daemon = 1.3.0-1.el7 for package: libvirt-daemon-driver-libxl-1.3.0-1.el7.x86_64 --> Processing Dependency: libvirt-daemon = 1.3.0-1.el7
2013 Oct 30
0
Software Collections for CentOS-6.4 (Testing Repo)
The CentOS team is happy to announce the testing release of Software Collections for CentOS-6.4 for the x86_64 architecture. We need some testing to be conducted before we can release this repository. You can get the repo file here: http://dev.centos.org/centos/6/SCL/scl.repo Put it in /etc/yum.repo.d/ and you can begin testing. Please see the documentation here for info on what software
2012 Jan 28
0
New DRBD packages in CentOS-Testing
DRBD Users, There are new DRBD (drbd83) packages for CentOS-5 in the CentOS-Testing repository. The packages are located here: http://dev.centos.org/centos/5/testing/i386/RPMS/ http://dev.centos.org/centos/5/testing/x86_64/RPMS/ http://dev.centos.org/centos/5/testing/SRPMS/ The versions are: drbd83-8.3.12-1.el5.centos* drbd83-kmod-8.3.12-1.el5.centos* Please test these so we can move them
2017 Jan 09
0
Updated libvirt packages (2.2.0-1) in testing
Thank you. I will try the centos-virt-xen-testing in development hopefully soon. On Mon, Jan 9, 2017 at 4:32 AM, George Dunlap <dunlapg at umich.edu> wrote: > On Thu, Jan 5, 2017 at 6:38 PM, Francis The Metman > <themetman at themetman.net> wrote: > > I have tried updating using yum update and get the same error as before: > >
2014 Oct 10
0
Testing packages for Xen, Xen Kernel, and centos-release-xen
For those of you who use xen4centos, but are not on the centos-virt mail list (shame on you if you do that :D) .. http://lists.centos.org/pipermail/centos-virt/2014-October/004132.html If you can test the auto update functionality of the kernel as outlined in that post and report the results (hopefully to the virt mail list :D), it would be greatly appreciated. Thanks, Johnny Hughes
2017 Feb 27
0
New 4.9.11-22 kernels and linux-firmware packages to test in xen-testing for CentOS-6 and CentOS-7
On 02/21/2017 11:40 AM, Johnny Hughes wrote: > I have pushed some new kernels and linux-firmware packages to the > xen-testing repos for both CentOS-6 and CentOS-7. The CentOS-7 packages > may take a few hours to make it to the repo. > > The CentOS-6 repo also contains a newer xfsprogs as that is required > with newer kernels