similar to: plugin sync and different platforms

Displaying 20 results from an estimated 7000 matches similar to: "plugin sync and different platforms"

2012 Sep 17
1
Odd issue with XFS quotas reporting 8192.0EB in use
Hi All, I have this very odd issue where after a migration we have some users who have quotas showing 8192.0EB in use, when in reality on disk there is only a couple hundred megabytes. The host in question is a: * CentOS 6.3 host with mostly latest patches (except latest glibc patches) * running in SELinux Enforcing mode (Permissive doesn't seem to help) * all file systems are on Logical
2012 Jul 31
2
Can,t get pam_mkhomedir to work...
On a ldap enabled CentOS 6.3 x64 system, I try to make it so home directories are auto-created. I added this : session required pam_mkhomedir.so skel=/etc/skel/ umask=0077 to my /etc/pam.d/system-auth And it does nothing. I restarted messagebus (I've seen references to that) and sshd, and logs don't mention anything in regards to pam_mkhomedir... Any hints ?
2012 Apr 22
1
problems with PV snapshots
Hello, I have a Centos 6.2 clsuter with a CLVM partition on which I have a GFS2 file system. The problem rises when I make a snapshot from my FC NetAPP FAS2020. After I make the snapshot (it is a rw snapshot) of my LUN, I am not able to mount it from any of my cluster nodes, because the Physical Volume is seen two times one time on the standard LVM partition and the other time on the snapshot
2012 Sep 10
2
Need versions of automake and autoconf not in repository
I have the latest updates to CentOS 5.6. However, I need different versions of autoconf and automake. How can this be handled? What will happen on later updates? Currently I have autoconf (GNU Autoconf) 2.59 automake (GNU automake) 1.9.6 I need autoconf 2.69-1 and automake 1.11.6. Thanks, John -- John J. Boyer; President, Chief Software Developer Abilitiessoft, Inc.
2012 Jul 26
2
Installing Centos-6 32 bit
Is a guide to installing Centos 6 32 bit that covers such things like: Minimal Kickstart example file Centos 6 multimedia repos Plus any other things I need to be aware of when moving from 5.8 to 6.2 (I know the latest version is 6.3 but I will let yum deal with that when I upgrade the installed packages.) TIA Keith Roberts -----------------------------------------------------------
2012 Apr 10
1
CESA-2012:0465 Critical CentOS 5 samba Update
CentOS Errata and Security Advisory 2012:0465 Critical Upstream details at : http://rhn.redhat.com/errata/RHSA-2012-0465.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 50fc234754d886f8147c22ed2b034d1f7be84dd78c10a8280699265a9c542cfa libsmbclient-3.0.33-3.39.el5_8.i386.rpm
2012 Apr 10
1
CESA-2012:0465 Critical CentOS 5 samba Update
CentOS Errata and Security Advisory 2012:0465 Critical Upstream details at : http://rhn.redhat.com/errata/RHSA-2012-0465.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 50fc234754d886f8147c22ed2b034d1f7be84dd78c10a8280699265a9c542cfa libsmbclient-3.0.33-3.39.el5_8.i386.rpm
2012 Jul 25
2
why enterprise puppet does not use stored config and puppetdb
I just installed PE, and notice that it does not use either stored config nor puppetdb. It uses the activerecord to store facts in a mysql db. Why puppetlabs let us to use these but they do not use them in their enterprise version? Thanks. Hai T. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to
2012 Sep 13
5
Partition large disk
Hi, I have a 24TB RAID6 disk with a GPT partition table on it. I need to partition it into 2 partitions one of 16TB and 1 of 8TB to put ext4 filesystems on both. But I really need to do this remotely. ( if I can get to the site I could use gparted ) Now fdisk doesn't understand GPT partition tables and pat
2012 Dec 26
3
Excluding file systems from autorelabel
I'm trying to find a way to exclude file systems during the autorelabel process. I have a file system (/exports) that has tens of millions of files on it and I *know* I don't want it relabeled. I've tried semanage fcontext -a -t "<<none>>" "/exports(/.*)?" and it seems to insist on relabeling that file system. I also tried to see if there was a
2013 Oct 09
1
XFS quotas not working at all (seemingly)
Hi All, I have a very strange problem that I'm unable to pinpoint at the moment. For some reason I am simply unable to get xfs_quotas to report correctly on a freshly installed, fully patched CentOS 6 box. I have specified all the same options as on another machine which *is* reporting quota LABEL=TEST /exports/TEST xfs inode64,nobarrier,delaylog,usrquota,grpquota 0 0 xfs_quota -xc
2011 Sep 01
2
Continuous releases and repository protection
Maybe I missed something, but it appears that the CR repository is not compatible with yum priorities & possibly repository protection. I had priority=1 set on [base] and [updates] and no updates appeared. However, when I removed priority updates from cr became visible. Is this expected? Did I miss this announcement on -devel or such because I searched but couldn't find it. -- James
2012 Aug 11
8
Pass array to a define
How can I pass an array to a define? It''s not documented in the puppet language guide. I''ve got: define lvm::create_vg ( $pvdisks ) { exec { ''pvcreate'': command => "/sbin/pvcreate -yf $pvdisks", unless => "/sbin/pvdisplay $pvdisks", ... } } class someclass { lvm::create_vg {
2011 Sep 27
3
Odd issue with C6 and NIS
I seem to have this very odd issue with CentOS 6 WRT NIS. I have taken the package selection that I used with CentOS 5 and basically plopped it into my C6 kickstart file (see below). On C5 this works just fine and I'm able to log in with NIS credentials just fine. However, it looks like on C6 if you use a package selection like this, you also need to specify the yp-tools package as part of
2011 May 03
2
libpq.so.4 missing
Anyone else seeing this when trying to install httpd? My mirror is completely up to date and the machine is a fresh install of CentOS 5.6 Loaded plugins: fastestmirror, priorities Loading mirror speeds from cached hostfile Excluding Packages from CentOS-5 - Base Finished Excluding Packages from CentOS-5 - Updates Finished 7 packages excluded due to repository priority protections Setting up
2011 Oct 17
2
Reusing host names with puppet and SSL certificates
Hello all, I''m trying to figure some things out with SSL and would appreciate some help or best practices here. I''m implementing auto scaling over Amazon EC2 for some services I have, all of the instances are based on the same AMI and I''m using Puppet to configure the hosts when they come up to make sure they have the latest configuration, also I''m using
2012 Apr 14
5
Changing Python Version
Hi; I am trying to change the default version of python on my centos 5.7 box and leave the old installation. Frustrated by not finding any help online, I went ahead and installed Python 2.6 from the source. It appears to be my default, but when I fire up mod_wsgi, it complains that it can't import os. Please advise. TIA, Quincey?
2007 Oct 10
6
apt-cacher for CentOS
Hi All, Is there something similar to apt-cacher available for CentOS? I would like to ensure that an application is only downloaded once to the network and not hundreds of times. If there isn't an equivalent, would someone please point me in the direction of how I might accomplish this with CentOS? -- James A. Peltier Technical Director, RHCE SCIRF | GrUVi @ Simon Fraser University -
2007 Oct 10
6
apt-cacher for CentOS
Hi All, Is there something similar to apt-cacher available for CentOS? I would like to ensure that an application is only downloaded once to the network and not hundreds of times. If there isn't an equivalent, would someone please point me in the direction of how I might accomplish this with CentOS? -- James A. Peltier Technical Director, RHCE SCIRF | GrUVi @ Simon Fraser University -
2015 Feb 28
2
Looking for a life-save LVM Guru
----- Original Message ----- | On Fri, 27 Feb 2015 19:24:57 -0800 | John R Pierce <pierce at hogranch.com> wrote: | > On 2/27/2015 4:52 PM, Khemara Lyn wrote: | > > | > > What is the right way to recover the remaining PVs left? | > | > take a filing cabinet packed full of 10s of 1000s of files of 100s of | > pages each, with the index cards interleaved in the