similar to: 5.0->5.1 upgrade problems

Displaying 20 results from an estimated 3000 matches similar to: "5.0->5.1 upgrade problems"

2011 Jun 30
4
using memorysize fact in manifests
Hi, I want some config depending on memorysize. What I tried was if ($memorysize >= 256 * 1024*1024) { ... } But this fails because $memorysize is a string (and contains a "G") and can''t be compared to an int. Are all facts strings? How do I work with numbers? regards, Andreas -- Andreas Kuntzagk SystemAdministrator MDC Berlin / BIMSB Tel.: +49 30 9406 2997 --
2011 Jun 17
5
ssh_authorized_key and NIS user
Hi, I have this resource definition: ssh_authorized_key { "nagios@login2": key => [REDACTED] user => "nagios", type => "ssh-dss", require => Service[''nis''], } This nagios user comes from NIS, yp.conf and nsswitch.conf are handled by puppet and configured before the key. I still get an "User does not
2007 Jul 08
1
yum download with erros pertaining libpurple
Has anyone else had problems with a recent yum download with libpurple on an X64 machine? Anyone;s help would be appreciated. Greg Ennis P.S.Here are the results of yum [root at MaBa lib]# yum update Loading "skip-broken" plugin Loading "changelog" plugin Loading "priorities" plugin Loading "allowdowngrade" plugin Loading "fastestmirror"
2007 Dec 04
2
backup / compressed copy
Hi, I think about buying a NAS-server from Sun. To backup this server I want to use our central to-tape backup. For whatever reason ppl are asking me to make one compressed copy to disk and only backup this copy. So to reduce load I'd like to have a script that: identifies changed files only (using md5?) copies them and compresses them storeBackup.pl does something similar, but keeps
2009 Apr 28
1
Reconfiguring yum
Hi there -- I need to reconfigure yum on one of our centos 5.3 systems in order for the automatic updates to work. Currently the error messages that I am getting are shown below: $ sudo yum check-update Loaded plugins: allowdowngrade, changelog, downloadonly, fastestmirror, priorities, protectbase, tsflags, versionlock Loading mirror speeds from cached hostfile * base: mirrors.rit.edu *
2011 May 13
5
puppet resource for group
Hi, Why doesn''t puppet resource group tell me who belongs to the group? Given the group such as: mg_team:x:501:smruph, cosman, msmith, mhankey With the command: puppet resource group mg_team only returns: group { ''mg_team'': gid => ''501'', ensure => ''present'' } I was expecting: group { ''mg_team'':
2007 Nov 23
3
webserver setup
Hi, I have setup a webserver on CentOS 4.5 with NameVirtualHost. Two VirtualHost should be reachable by port 80 from outside, while the third (default) should be only reachable by https from outside but by http from inside. Since all share the same IP firewalling seems to be out of question. So is there a way to restrict that in Apache config? regards, Andreas
2013 Jul 01
5
Yum hangs while doing update
About thirty minutes ago I started an update. Everything downloaded fine. But when it came to "Running Transaction", it hung: .... Running rpm_check_debug Running Transaction Test Finished Transaction Test Transaction Test Succeeded Running Transaction Updating : xulrunner 1/18 And there it sits still. There's plenty of disk space. The load on the CPU is under
2008 Apr 24
0
package-cleanup fails when cleaning kernels in CentOS 5
Hija! I get this error while doing the cleanup, hints? Cheers, JJ ----------------------------------------------------------- [root at neonbox ~]# package-cleanup --oldkernels --count 2 Setting up yum Loading "priorities" plugin Loading "kernel-module" plugin Loading "protectbase" plugin Loading "kmdl" plugin Loading "skip-broken" plugin
2008 Apr 22
1
32-bit Centos 5.1 kickstart hangs on xen domU HVM installation
I am trying to a install Centos 5.1 32-bit Xen HVM DomU onto a Centos 5.1 64bit DomU with the default xen installed and the kickstart hangs at random points during the install process. Sometimes retrieving the image, sometimes formatting the filesystem, sometimes installing the packages,etc. I tried upgrading to xen 3.2 and encounter the same problem before rebuilding back to stock Centos 5.1
2007 Oct 23
2
gnumeric on CentOS 5
I'm trying to install Gnumeric using the kbsingh RPMs. Has anyone been able to use these with CentOS 5? Loading "installonlyn" plugin Setting up Install Process Setting up repositories kbs-Extras-i386 100% |=========================| 951 B 00:00 kbs-Misc-i386 100% |=========================| 951 B 00:00 updates 100%
2008 Jul 03
5
Centos 5.2 upgrade - urlopen error unknown url type: media
My first notebook upgrade: I repaired my old HP nc4010 (bought a new hinge on ebay) and realized this was the perfect way to test out the upgrade to 5.2 before doing it on my production notebook. First I updated to 'current' 5.1 (by current I mean I have not synced my 5.1 local repo since building my 5.2 repo). I had not used my nc4010 for a while and the kernel was at
2007 Dec 06
1
yum upgrade fails on pm-utils dependancy
I just tried to perform a yum upgrade on my CentOS 5 machine and it failed on a pm-utils >= 0.99.3-6 is needed by package hal error. I rsync my repos every night. This is the first time it's happened sudo yum -y upgrade Loading "installonlyn" plugin Loading "priorities" plugin Setting up Upgrade Process Setting up repositories updates 100%
2011 May 02
2
exec resource: negate onlyif condition
Hi, today I''m stupid. How can I negate the test for execs onlyif? I want to run the exec onlyif command returns 1. regards, Andreas -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to
2007 Jul 12
2
latest clamav update from rpmforge...no joy - CentOS5
Hi group, An easy question, I'm sure. I'm trying to update clamav to the new 0.91 version from rpmforge. I've v 90.3 installed (through yum). Executing: "yum update clamav" returns: Loading "installonlyn" plugin Loading "priorities" plugin Loading "fastestmirror" plugin Setting up Update Process Setting up repositories Loading mirror speeds
2008 Jun 17
4
apt on Centos 5.1
Just read on planet centos that you can easily install apt on Centos too using yum. However, I get : [root at mike-2 ~]# yum install apt Loading "installonlyn" plugin Setting up Install Process Setting up repositories Reading repository metadata in from local files Parsing package install arguments Nothing to do So not sure what I am missing .. And sorry if this isn't the right
2007 Dec 11
2
"yum --security" and staying with 5.0
Hello, So I've watched a few threads about the new 5.0 vs. 5.1 upgrade and have a couple of (hopefully) practical questions about this: Context - I'd like to stick to 5.0 at least for a while until the dust around 5.1 settles down (and I'm back from holidays). As an example - In Debian, as long as I stick to "stable" I can be sure that the only updates I receive there are
2007 Sep 29
0
Probelm updatring a fresh install
I just installed CentOS-5 but when I try to update I get this: # yum clean all Loading "installonlyn" plugin Cleaning up Everything [root at inet02 ~]# yum update Loading "installonlyn" plugin Setting up Update Process Setting up repositories base 100% |=========================| 1.1 kB 00:00 updates 100% |=========================|
2009 May 23
2
CentOS-announce before mirrors ready?
On Sat, May 23, 2009 at 9:00 AM, <centos-announce-request at centos.org> wrote: > Send CentOS-announce mailing list submissions to > ? ? ? ?centos-announce at centos.org > <snip> > > > Today's Topics: > > ? 1. CESA-2009:1060 Important CentOS 5 i386 pidgin ? ? Update > ? ? ?(Karanbir Singh) > ? 2. CESA-2009:1060 Important CentOS 5 x86_64 pidgin ?
2007 Dec 11
1
CentOS 5 sysreport
I stumbled across this issue because I requested to install the sysreport package in my kickstart file. Anaconda complains that such a package doesn't exist. There is a bug report about this already (http://bugs.centos.org/view.php?id=2492), but it's certainly a strange situation. 1. Anaconda doesn't think the package sysreport exists 2. yum thinks it exists: