Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...
|
Re: Wanting to install rawhide: msg#00386
|
Subject: |
Re: Wanting to install rawhide |
On Thu, 29 Jan 2004, Paul Johnson wrote:
> Hi,
>
> What do I need to alter on up2date or the nightly yum updater to install
> rawhide on my testing box?
wrt yum - you can have the following in /etc/yum.conf (with appropriate mirror)
----------------------------------------------------------
[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=fedora-release
tolerant=1
exactarch=1
[fedora-dev]
name=Fedora Development(rawhide)
baseurl=http://mirrors.kernel.org/fedora/core/development/i386
----------------------------------------------------------
And run 'yum upgrade'
You might want to back up the current yum.conf - and make sure there
is plenty of free space in /var (or use different location for
'cachedir')
As of today - there are no conflicting packages in rawhide. But if
there are, you can add the following line (assuming you know what
packages to exclude) to /etc/yum.conf in the main section.
exclude=pkg1 pkg2 ..
'yum -d4 upgrade' usually gives more info on the conflicts - which you
can try and decipher to indentify the packages to exclude. (usually
the conflicts get fixed in a day or two - but then - those updates can
have new conflicts)
Satish
--
fedora-test-list mailing list
fedora-test-list@xxxxxxxxxx
http://www.redhat.com/mailman/listinfo/fedora-test-list
|
| |