Displaying 20 results from an estimated 1000 matches similar to: "HowTos/MigrationGuide"
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
2011 Jul 22
1
New draft article: HowTos/MigrationGuide/MigratingFiveToSix
http://wiki.centos.org/HowTos/MigrationGuide/MigratingFiveToSix
Have at it. :-)
Phil
2007 Apr 19
2
MigrationGuide and Wiki thoughts.
The discussions on the HowTos/MigrationGuide page[s] back in late March
never reached closure.
The last suggestion on structuring was that there should be
version-specific pages such as HowTos/MigrationGuide/CentOS5. I see the
page was linked to from HowTos, and Ralph's comment:
52 2007-04-15 13:16:02 2064 RalphAngenendt Linked to Migration Guides -
people: Please link to your pages after
2018 Feb 26
0
HowTos/MigrationGuide adding RHEL-7 -> CentOS-7 migration.
Hi,
could I get a permission to add to HowTos/MigrationGuide a guide for
conversion of RHEL 7 to CentOS 7? For personal reasons, I had to switch
my machines from RHEL to CentOS, and I think it would be helpful to have
it there. If it is OK to have migration guides for lower versions of
RHEL/CentOS, why not 7?
OK, here we go:
URLBASE=http://mirror.centos.org/centos/7/os/x86_64/Packages
2007 Sep 08
3
How to upgrade WBEL4 to CentOS4?
Hi,
I've got a couple of servers that are running WBEL4 that I would like to
upgrade to CentOS4. I noticed that there is a FAQ which explains how to
upgrade WBEL3 to CentOS3, but haven't found anything similar for WBEL4.
Are the instructions for the WBEL3 upgrade the same for WBEL4? Should I be
doing something else instead?
Any help would be greatly appreciated.
Thanks,
Eric
2007 Sep 09
2
Clarification in HowTos/MigrationGuide page
Hi,
A little more of clarification :) ... In some wiki pages say that the
protectbase and priorities yum plugins can not be used together. It
seems that the next paragraph must be updated:
====>
Always beware when using/mixing 3rd-party repos. The yum protectbase
and/or priorities plugins are your friends. Although both can be used
together, using protectbase is probably unnecessary if
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?
2007 Sep 10
3
php 5.2
Hi,
I was asking about php 5.2 because I would like to use this program with
these requirements:
http://www.magentocommerce.com/system-requirements
This ecommerce store is built with the zend framework and requires php 5.2.
Mcrypt is not in the centos mirrors either.
I did manage to get this beta ecommerce store installed on php 5.1.6-12 by
removing the mycript line in the install xml file and
2007 Oct 15
1
question on CentOS 4.4 SCD -> CentOS 5?
If possible, I'd like to do a minimal l CentOS 4.4 (the Single Server
CD) installation and then mass upgrade everything to CentOS 5.
I googled and found this URL
http://wiki.centos.org/HowTos/MigrationGuide/ServerCD_4.4_to_5
Is this recommended? Or will might I run into any problems?
2017 Jul 30
2
Problems switching from RHEL 6 to Centos 6
Thank you. I could resolve the issues, by editing stuff in
/etc/yum/pluginconf.d
There, I created a file rhnplugin.conf with the content
[rhel-6-server-extras-rpms]
enabled=0
[rhel-6-server-optional-rpms]
enabled=0
and I edited the file search-disabled-repos.conf and inserted into the line
ignored-repos= ... the pattern rhel*
I do not know whether this second step was necessary, I happened
2011 Jun 03
3
New page: HowTos/JavaRuntimeEnvironment
http://wiki.centos.org/HowTos/JavaRuntimeEnvironment
Did not make it DRAFT as it has evolved from old pages, has been well
tested, and is near perfect. :-)
Constructive criticism is, as usual, solicited and welcomed.
Phil
2004 Oct 13
3
Possible new CentOS user (currently WBEL)
Hi,
For a few months i've been using WhiteBox Enterprise Linux.
In fact, i've migrated all my companie's servers (about 20) to this RHEL
distro like.
Well, it's not that i'm not satisfied, but WBEL is a one man show and
that causes me some preocupation. And besides, it seems to me that it
can't stand up to the rythm RHEL evolves.
That's why i'm writing to you,
2015 Dec 03
4
7.2 kernel panic on boot
On 03/12/2015 10:06, Leon Fauster wrote:
> Am 03.12.2015 um 10:53 schrieb Duncan Brown <centos2 at duncb.co.uk>:
>> On 03/12/2015 09:40, Bernard Lheureux wrote:
>>> On 12/03/2015 10:29 AM, Duncan Brown wrote:
>>> initramfs is missing...
>>> check if /boot/initramfs-{kernelversion}.img is correctly there, if not do a "yum reinstall
2005 Oct 12
3
Wherefore whitebox?
Well,
I'm a recent convert from WBEL. My biggest concern with CentOS is that the
community here seems to want to be more than a recompile of RHEL.
But WBEL is floundering, what with Katrina and Rita, and there really being
only 1 developer behind it, etc.
I offer an automated shell script to switch from WBEL4 to CentOS4 (easy, it's
hosted on my home DSL line!) It assumes that
2004 Dec 30
3
Problems migrating from WBEL
Hi folks:
I've recently migrated one of my production servers (bad Jason!) from
WBEL to CentOS 3.3 using Donavan's instructions in the FAQ
(http://www.centos.org/modules/smartfaq/faq.php?faqid=19). While it
was as painless as the document suggests, I've run into problems with
postgrey (a postfix greylisting daemon) on my server. Whenever I try
to start postgrey, I get the
2002 May 17
2
read.table
Hi,
I have a data file with columns separated by ";" I read this file
without any problem using read.csv2( ) but I had problems trying to read
it with read.table( ... sep=";"). So it is not a problem for me, but I
wonder if there is a bug here.
drt <- read.csv2("t.txt", header=TRUE) # ok
dcs <- read.table("t.txt", header=TRUE,
2020 Oct 08
4
Invisible files and disk space
On Thu, Oct 08, 2020 at 11:12:54AM -0400, Yves Bellefeuille wrote:
> centos2 at foxengines.net wrote:
>
> > It's not working, I haven't been able to identify the files. They
> aren't
> > there. All attempts to measure disk usage of / by files shows that the
> > disk usage is only a percentage of available space and that there
> > should be space
2005 Aug 27
2
Mod_auth_mysql
Hello,
I just upgraded from WBEL 4 to Centos 4.1 per the FAQ. I'm pretty sure
after running 'yum update', mysql and apache were updated.
I was previously using mod_auth_mysql under WBEL 4 to password protect
several directories but now things seem to be broken. When I go to a
password protected directory I get an Internal Server Error 500. The only
explanation in the error log is
2007 Aug 28
2
Blackberry Bounces [was Fwd: Delivery Status Notification(Failure)]
Is everyone else posting to this list getting one of these after
each-and-every post? If so, someone please un-subscribe this person:
rsivak at tmo.blackberry.net
Phil
-------- Forwarded Message --------
> From: postmaster at tmo.blackberry.net
> To: Philip.R.Schaffner at NASA.gov
> Subject: Delivery Status Notification(Failure)
> Date: Tue, 28 Aug 2007 13:32:02 GMT
>
> Your
2004 Nov 30
3
Low end systems
Hi All
I been using whitebox 3 for a bit and am take a look at cent 3.3
and 3.1 so far like it, but i seeing with older system 200 to 800 not
Intel system (amd k6/2) ( not all of them ) cent comes back in install
and till me that its not made for system like this ... whitebox 3 works
OK so I'm not sure why and if a can get around this ....
See BUG. "That's not a bug,