Displaying 20 results from an estimated 1200 matches similar to: "Upgrade from RHEL 6 beta ?"
2009 Jun 27
6
User has many topics or subtopics
Hi,
So i have users in the system and i have topics. Topics also
have_many subtopics. What is the cleanest way to setup the AR
relationships if a user can either have_many topics or subtopics ?
Its basically a dual select box dropdown, where the second dropdown is
optional.
Is the best to have user_topics, and user_subtopics tables and manage
that way ? or combine into one table with STI
2007 Mar 24
3
HowTos/MigrationGuide
Please (particularly Smooge) review and comment on the new content at
http://wiki.centos.org/HowTos/MigrationGuide
Based heavily on the pieces I added earlier to
http://wiki.centos.org/Migration/5
Tried to keep it general.
Would assume that we want only one page on Migration with sub-pages for
specific versions. I referred to the CentOS 3 FAQ entry on WBEL
migration but it would seem to be
2011 Jul 22
1
New draft article: HowTos/MigrationGuide/MigratingFiveToSix
http://wiki.centos.org/HowTos/MigrationGuide/MigratingFiveToSix
Have at it. :-)
Phil
2007 Mar 21
4
Edit permissions and CD to DVD procedure
Wiki name PhilSchaffner. I would like to work on the following pages:
TipsAndTricks/CreatingUpdateMedia - new page
How to create CD/DVD update media and use to update CentOS
HowTos/BuildPackages - new page
How to set up an end-user environment to build RPM packages
HowTos/CreateLocalRepos - new page
How to create and maintain local repo[s] for your custom packages
2010 Nov 08
11
Default ownership for static files
Hi,
I try to serve a file
file { "/root/test3.txt":
ensure => file,
source => "puppet:///yum/test.txt",
}
On the puppetmaster this files look like this
#$ ls -n test.txt
-rw-r--r-- 1 502 301 4 8 Nov 16:25 test.txt
Finally, here is my question: What ownership may I expect on the
resulting file ?
Actually this is the result for me:
#$ ls -l
2012 May 25
4
rspec first steps troubles
I try do implement tests for my puppet code and was playing with
rspec-puppet but the following code gives me errors
require ''spec_helper''
describe ''irqbalance'' do
it { should include_class(''irqbalance'') }
it { should include_class(''irqbalance::data'') }
it { should
2013 Mar 29
3
ovf conversion
I try do use one of the images available from [1]
These images comes in two flavors, one vmx, one ovf.
I do not know how to convert one of these to centos6-libvirt-kvm
virt-convert gives me an error
$ virt-convert -i ovf -o virt-image path_to_image.ovf
ERROR Couldn't convert disks: Disk conversion failed with exit status
1: qemu-img: Could not open 'path_to_image.vmdk'
The vmdk
2017 Jul 30
2
Problems switching from RHEL 6 to Centos 6
I am trying to migratean existing RHEL 6 machine to Centos 6.
I followed the instructions in https://wiki.centos.org/HowTos/MigrationGuide
I run into problems:
when I run
yum upgrade
then yum tries to access a repository rhel-6-server-extras-rpms
and then fails.
What can I do that yum no longer tries to access this repository?
2009 Nov 08
8
mirrorlist for 5.4
Hi,
I tried:
mirrorlist=http://mirrorlist.centos.org/?release=5.4&arch=x86_64&repo=os
but it gives me
...snippel
5.4 is not a valid release or hasnt been released yet/
snappel...
Why is that ?
--
best regards,
markus
2012 Nov 21
3
ip6tables REJECT target 3s timeout
Hi,
I am trying to get ipv6 firewall running. I did a very simple ip6tables
rules and noticed very long running yum updates. I think that happened
because firewall is dropping outgoing packets to port 80. Well, I
thought to mitigate the issue and changed outgoing from drop to reject.
Now I try manually
# strace telnet 2a02:180:ffff:1::551f:b966 80
...
connect(3, {sa_family=AF_INET6,
2011 Apr 09
3
5.6 is out, great my first upgrade didn't work...
5.6 is out. That is good news.
I did a yum update on one of my non-critical server, and the server
stoped responding to ping after the reboot, and never answered back.
It's now been 10 minutes, so I'll have to take a ride to the colo...
Nice work dev team, keep up the good work. Let's hope that C6 will come
soon ! I'm eager to upgrade.
2008 Jun 12
2
upgrade Fedora -> Centos
Hi all,
Is there some way to upgrade from Fedora Core 6 to Centos 5 (on remote
serv) ?
Thanks in advice!
--
Best Wishes,
PAIX-UANIC | SK3929-RIPE
2019 Oct 12
2
easy way to stop old ssl's
On 11.10.19 22:40, Warren Young wrote:
> On Oct 11, 2019, at 12:12 PM, Jerry Geis <jerry.geis at gmail.com> wrote:
>>
>> is there a script that is available that can be ran to bring
>> a box up to current "accepted" levels ?
>
> I don?t know why you?d use a script for this at all. Just ship a new HTTPS configuration to each server. Apache loads all
2011 Apr 23
4
A question about memory ballooning
Hi all,
How can I manage automatically memory ballooning under a kvm host
(C5.6 and future C6)?? For example if I define a kvm guest to boot up
with 512MB of RAM and I have configured 1GB as a maximum memory for this
guest, how can I allocate this memory when guest will need it??
And the opposite question, can memory balloon be deallocated?? And is
it possible to do this automatically or
2012 Apr 14
5
auth_changepassword
Dear All Friends,
i installed cacti on CentOS 6.2. every thing went smooth and i can see the
login page as well.
due to security reason cacti has to change the default password
(admin/admin) when i enter the default password i get the following error.
The requested URL /auth_changepassword.php was not found on this server.
Thanks / Regards
Prabhpal S. Mavi
2018 Nov 15
2
RHEL 8 Public Beta Released
On 11/15/18 12:01 PM, Simon Matter wrote:
>>
>>
>> On 11/15/18 11:50 AM, Simon Matter wrote:
>>>> https://www.redhat.com/en/blog/powering-its-future-while-preserving-present-introducing-red-hat-enterprise-linux-8-beta
>>>
>>> Just wondering, is there still something like a mailing list where betas
>>> are discussed? IIRC EL6 beta was the
2012 Sep 24
4
SSL CRIME
Hi,
Some of you have heard of CRIME, probably.
from https://bugzilla.redhat.com/show_bug.cgi?id=857051
> Adding the following line to the /etc/sysconfig/httpd file:
>
> export OPENSSL_NO_DEFAULT_ZLIB=1
But there are other services but http that use ssl and are vulnerable?
What is the optimal place for setting this environment variable system wide?
I tried to set it in
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?
2012 Jun 03
3
rspec spec_helper
Hi,
I was playing with rspec and every time I find a possible improvement
that could be made in spec_helper or rakefile I have to change it in
every module that is using rspec tests. So maybe these things could be
centralized, I thought to myself.
I found the following module, actually.
https://github.com/puppetlabs/puppetlabs-module_spec_helper
But I am at a lost how to use it.
Is it supposed
2012 May 21
2
rpm user and groups
Hi!
This is a rpm question.
For example, mysql-server is adding mysql user with uid 27
Is this something I can ask the rpm db?
It seems not, because something like the following seems to give me no
useful information regarding users or uids
$ rpm -qa --provides|grep mysql
I would like to ask: what package would install uid XXX. How? Not possible?
--
Kind Regards, Markus Falb
--------------