Re: [CentOS] multilib error on centos 6.2 x86_64

2011-12-21 Thread wwp
Hello Mogens,


On Wed, 21 Dec 2011 08:57:59 +0100 Mogens Kjaer  wrote:

> On 12/21/2011 08:38 AM, lee_yiu_ch...@yahoo.com wrote:
> ...
> > To solve this problem, I have to manually pick up these packages from
> > CentOS/6.2/updates/i386/Packages (i386 update) and install them:
> > jasper-libs-1.900.1-15.el6_1.1.i686.rpm
> > krb5-libs-1.9-22.el6_2.1.i686.rpm
> > nss-3.12.10-17.el6_2.i686.rpm
> 
> These are required by the i486 version of Adobe Reader.
> 
> I did a (on one line):
> 
> rpm -Uvh 
> http://ftp.crc.dk/centos/6.2/updates/i386/Packages/jasper-libs-1.900.1-15.el6_1.1.i686.rpm
>  
> http://ftp.crc.dk/centos/6.2/updates/i386/Packages/krb5-libs-1.9-22.el6_2.1.i686.rpm
>  
> http://ftp.crc.dk/centos/6.2/updates/i386/Packages/nss-3.12.10-17.el6_2.i686.rpm
> 
> to fix this (replace ftp.crc.dk with your local mirror).

Thanks! I was facing the same issue, solved now.


Regards,

-- 
wwp


signature.asc
Description: PGP signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] multilib error on centos 6.2 x86_64

2011-12-21 Thread Akemi Yagi
On Tue, Dec 20, 2011 at 11:38 PM, lee_yiu_ch...@yahoo.com
 wrote:

> In CentOS/6.2/os/x86_64/Packages (x86_64 main), there are those packages 
> available:
>
> jasper-libs-1.900.1-15.el6.i686.rpm
> jasper-libs-1.900.1-15.el6.x86_64.rpm
> krb5-libs-1.9-22.el6.i686.rpm
> krb5-libs-1.9-22.el6.x86_64.rpm
> nss-3.12.10-16.el6.i686.rpm
> nss-3.12.10-16.el6.x86_64.rpm
>
> But in CentOS/6.2/updates/x86_64/Packages (x86_64 updates), only these 
> packages are available:
> jasper-libs-1.900.1-15.el6_1.1.x86_64.rpm
> krb5-libs-1.9-22.el6_2.1.x86_64.rpm
> nss-3.12.10-17.el6_2.x86_64.rpm

CentOS bug filed here:

http://bugs.centos.org/view.php?id=5330

Thanks,

Akemi
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] multilib error on centos 6.2 x86_64

2011-12-21 Thread Pavel Lisy
李耀宗 píše v Út 20. 12. 2011 v 22:54 -0800:
> I just tried to update to CentOS 6.2, but I am faced with "Errors: Protected 
> multilib versions" error, the offending packages are:
> 
> jasper-libs.i686
> krb5-libs.i686
> nss.i686

> After some investigation, it turns out that there are newer packages in 
> "x86_64 updates" repository, but only for x86_64 version, while in "x86_64 
> main" repository there are older i686 version packages, causing version 
> conflict. To solve these problem, I have to manually install the newer i686 
> packages in "i686 updates" repository. Is there anything wrong in the build 
> system that lacked those i686 packages in"x86_64 updates" repository?

You can try new yum option, it helped me
--setopt=protected_multilib=false

Pavel

-- 
Pavel Lisy 

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] multilib error on centos 6.2 x86_64

2011-12-21 Thread Johnny Hughes
On 12/21/2011 01:38 AM, lee_yiu_ch...@yahoo.com wrote:
>> I just tried to update to CentOS 6.2, but I am faced with "Errors: Protected 
>> multilib versions" error, the offending packages are:
>>
>> jasper-libs.i686
>> krb5-libs.i686
>> nss.i686
>>
>> After some investigation, it turns out that there are newer packages in 
>> "x86_64 updates" repository, but only for x86_64 version, while in "x86_64 
>> main" repository there are older i686 version packages, causing version 
>> conflict. To solve these problem, I have to manually install the newer i686 
>> packages in "i686 updates" repository. Is there anything wrong in the build 
>> system that lacked those i686 packages in"x86_64 updates" repository?
>>
>> ___
>> CentOS mailing list
>> CentOS@centos.org
>> http://lists.centos.org/mailman/listinfo/centos
>>
> 
> Sorry that I got Chinese name mangled in the email...and I think it would be 
> better to clarify
> something.
> 
> In CentOS/6.2/os/x86_64/Packages (x86_64 main), there are those packages 
> available:
> 
> jasper-libs-1.900.1-15.el6.i686.rpm
> jasper-libs-1.900.1-15.el6.x86_64.rpm
> krb5-libs-1.9-22.el6.i686.rpm
> krb5-libs-1.9-22.el6.x86_64.rpm
> nss-3.12.10-16.el6.i686.rpm
> nss-3.12.10-16.el6.x86_64.rpm
> 
> But in CentOS/6.2/updates/x86_64/Packages (x86_64 updates), only these 
> packages are available:
> jasper-libs-1.900.1-15.el6_1.1.x86_64.rpm
> krb5-libs-1.9-22.el6_2.1.x86_64.rpm
> nss-3.12.10-17.el6_2.x86_64.rpm
> 
> So when I tried to run "yum update" to upgrade to 6.2, these packages would 
> be picked up and caused
> multilib error:
> 
> jasper-libs-1.900.1-15.el6.i686.rpm (x86_64 main)
> jasper-libs-1.900.1-15.el6_1.1.x86_64.rpm (x86_64 updates)
> krb5-libs-1.9-22.el6.i686.rpm (x86_64 main)
> krb5-libs-1.9-22.el6_2.1.x86_64.rpm (x86_64 updates)
> nss-3.12.10-16.el6.i686.rpm (x86_64 main)
> nss-3.12.10-17.el6_2.x86_64.rpm (x86_64 updates)
> 
> To solve this problem, I have to manually pick up these packages from
> CentOS/6.2/updates/i386/Packages (i386 update) and install them:
> jasper-libs-1.900.1-15.el6_1.1.i686.rpm
> krb5-libs-1.9-22.el6_2.1.i686.rpm
> nss-3.12.10-17.el6_2.i686.rpm
> 
> Hope this would clarify the situation.

Thanks for the report, this is now fixed on the master mirror and will
be syncing to all the other mirrors shortly.  The following multilib
packages were added to the updates/x86_64/Packages directory:

bind-devel-9.7.3-8.P3.el6_2.1.i686.rpm
bind-libs-9.7.3-8.P3.el6_2.1.i686.rpm
dhcp-devel-4.1.1-25.P1.el6_2.1.i686.rpm
finch-2.7.9-3.el6.2.i686.rpm
finch-devel-2.7.9-3.el6.2.i686.rpm
jasper-devel-1.900.1-15.el6_1.1.i686.rpm
jasper-libs-1.900.1-15.el6_1.1.i686.rpm
krb5-devel-1.9-22.el6_2.1.i686.rpm
krb5-libs-1.9-22.el6_2.1.i686.rpm
krb5-server-ldap-1.9-22.el6_2.1.i686.rpm
libicu-4.2.1-9.1.el6_2.i686.rpm
libicu-devel-4.2.1-9.1.el6_2.i686.rpm
libipa_hbac-1.5.1-66.el6_2.1.i686.rpm
libipa_hbac-devel-1.5.1-66.el6_2.1.i686.rpm
libpurple-2.7.9-3.el6.2.i686.rpm
libpurple-devel-2.7.9-3.el6.2.i686.rpm
libvirt-client-0.9.4-23.el6_2.1.i686.rpm
libvirt-devel-0.9.4-23.el6_2.1.i686.rpm
net-snmp-devel-5.5-37.el6_2.1.i686.rpm
net-snmp-libs-5.5-37.el6_2.1.i686.rpm
nss-3.12.10-17.el6_2.i686.rpm
nss-devel-3.12.10-17.el6_2.i686.rpm
nss-pkcs11-devel-3.12.10-17.el6_2.i686.rpm
pidgin-devel-2.7.9-3.el6.2.i686.rpm
sssd-client-1.5.1-66.el6_2.1.i686.rpm
xorg-x11-server-devel-1.10.4-6.el6_2.1.i686.rpm

Better still, the faulty compare to copy multilib items into x86_64
(which was not seeing any packages) was fixed as well, so this should
not recur.

Thanks,
Johnny Hughes



signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] C6 gateway/firewall problem

2011-12-21 Thread Laurent Wandrebeck
Hi,

Just for the head's up, iptables rules created by system-config are
fine, I was just hitting a default route problem due to the fact
another fw is already in prod with another ip address.
The one I'm configuring is aimed to replace the one already running.
Now, I'm just fighting with rules for voip (sip/h323) phones.

Thanks for your help,
Laurent.


pgpEilCa7zzx6.pgp
Description: PGP signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] semanage

2011-12-21 Thread m . roth
Folks,

   Should semanage be part of the policycoreutils package? At least in
6.x, it's not.

mark

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] semanage

2011-12-21 Thread Patrick Hurrelmann
On 21.12.2011 16:05, m.r...@5-cent.us wrote:
> Folks,
> 
>Should semanage be part of the policycoreutils package? At least in
> 6.x, it's not.
> 
> mark
> 
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos

Hi Mark,

I also stumbled accross this, as spacewalk and koan needed semanage.
semange is included in package policycoreutils-python. Hope this helps.

Regards
Patrick

-- 
Lobster LOGsuite GmbH, Hauptstraße 67, D-82327 Tutzing

HRB 178831, Amtsgericht München
Geschäftsführer: Dr. Martin Fischer, Rolf Henrich
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] semanage

2011-12-21 Thread m . roth
Patrick,

Patrick Hurrelmann wrote:
> On 21.12.2011 16:05, m.r...@5-cent.us wrote:
>> Folks,
>>
>>Should semanage be part of the policycoreutils package? At least in
>> 6.x, it's not.
>
> I also stumbled accross this, as spacewalk and koan needed semanage.
> semange is included in package policycoreutils-python. Hope this helps.

Thanks, installed, and found it. I needed it only because I was trying to
resolve an error

sshd[14951]: pam_selinux(sshd:session): Security context
unconfined_u:system_r:abrt_helper_t:s0-s0:c0.c1023 is not allowed for
unconfined_u:system_r:abrt_helper_t:s0-s0:c0.c1023

And in googling, I found a suggestion of things to check and/or reinstall
that called for it, which was what brought up the question.

  mark

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] CentOS-announce Digest, Vol 82, Issue 12

2011-12-21 Thread centos-announce-request
Send CentOS-announce mailing list submissions to
centos-annou...@centos.org

To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-requ...@centos.org

You can reach the person managing the list at
centos-announce-ow...@centos.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of CentOS-announce digest..."


Today's Topics:

   1. Release for CentOS-6.2 i386 and x86_64 (Karanbir Singh)
   2. CESA-2011:1845 Moderate CentOS 5 i386 tomcat5 Update
  (Johnny Hughes)
   3. CESA-2011:1845 Moderate CentOS 5 x86_64 tomcat5   Update
  (Johnny Hughes)


--

Message: 1
Date: Tue, 20 Dec 2011 18:27:59 +
From: Karanbir Singh 
Subject: [CentOS-announce] Release for CentOS-6.2 i386 and x86_64
To: CentOS Announcements List 
Message-ID: <4ef0d3af.1040...@centos.org>
Content-Type: text/plain; charset=ISO-8859-1

We are pleased to announce the immediate availability of CentOS-6.2
for i386 and x86_64 Architectures. Release Notes for 6.2
are available at http://wiki.centos.org/Manuals/ReleaseNotes/CentOS6.2 -
we recommend everyone looks through those once.

CentOS-6.2 is based on the upstream release EL 6.2 and includes packages
from all variants. All upstream repositories have been combined into
one, to make it easier for end users to work with.

All updates released since upstream 6.2 release are also released to the
CentOS-6.2 mirrors. With this release we are now back to a regular,
managed and tested release path and time scales. However, for the time
being, we are going to retain the CR/ repo in the event its needed in
the future to push ahead-of-release updates.

+++
Upgrading from CentOS-4 or CentOS-5:

We recommend everyone run through a reinstall rather than attempt an
inplace upgrade from CentOS-4 or CentOS-5


+++
Downloading CentOS-6.2 for new installs:

When possible, consider using torrents to run the downloads. In most
cases you will find its also the fastest means to download the distro.
There are currently over a thousand  people seeding CentOS-6 and it's
possible to get upto 400mbps downloads via these torrents.

Torrent files for the DVD's are available at :
http://mirror.centos.org/centos/6.2/isos/i386/CentOS-6.2-i386-bin-DVD1to2.torrent
http://mirror.centos.org/centos/6.2/isos/x86_64/CentOS-6.2-x86_64-bin-DVD1to2.torrent

You can also use a mirror close to you :
http://www.centos.org/modules/tinycontent/index.php?id=30

Most mirrors will allow direct DVD downloads over http, ftp and rsync.

Please keep in mind that not all mirrors are currently updated, some
might take upto another 24 hours before they have all the content.

+++
sha1sum for the CentOS-6.2 ISOS:

i386:
ad741581b3d3969bcf867cf1e47160902c8876f6  CentOS-6.2-i386-bin-DVD1.iso
6131d4c8ca2be77a25eaf1c61f94c7500786e683  CentOS-6.2-i386-bin-DVD2.iso
353d7e070a4cfc34148f9610b05cf1c55ad4fa57  CentOS-6.2-i386-minimal.iso
02444d6984089d9fc16ca989781482c8202357f0  CentOS-6.2-i386-netinstall.iso

x86_64:
d97377c83fab7493dbd1c2e04dab29c8ba6cd351  CentOS-6.2-x86_64-bin-DVD1.iso
7eac42c403725891b53cd899f0ef7560dc3a9d72  CentOS-6.2-x86_64-bin-DVD2.iso
10b26ce414af86be26f3a47dcc76d8f81e333979  CentOS-6.2-x86_64-minimal.iso
4858a8870cc5048876edd51dead25b9c718fcfbe  CentOS-6.2-x86_64-netinstall.iso

+++
Sources and Debuginfo packages:

SRPMS and debuginfo packages are released to vault.centos.org - A
separate announcement will be send through about how we are changing the
way we handle srpms and debuginfo rpms from here on in order to improve
the overall user experience.

+++
Getting Help:

The best place to start when looking for help with CentOS is at the wiki
( http://wiki.centos.org/GettingHelp ) which lists various options and
communities who might be able to help. If you think there is a bug in
the system, do report it at http://bugs.centos.org/ - but keep in mind
that the bugs system is *not* a support mechanism.

+++
Contributing and joining the project:

We are always looking for people to join and help with various things in
the project. If you are keen to help out a good place to start is the
wiki page at http://wiki.centos.org/Contribute . If you have questions
or a specific area you would like to contribute towards that is not
covered on that page, feel free to drop in on
#centos-de...@irc.freenode.net for a chat or email the centos-devel list
(http://lists.centos.org).

+++
Thanks to everyone who contributed towards making 6.2, specially the
enormous effort put in by everyone on the QA team - right on the heels
of the 6.1 release. And the excellent work being done on the
test-automation.

I would personally like to thank m

[CentOS] 6.2 release: a thank you

2011-12-21 Thread Louis Lagendijk
Gents
I would like to express my appreciation for the unbelievably quick
release of Centos 6.2. Thanks a million! You managed to release 6.2 some
10 days after 6.1. Johnny, you are not that ugly after all :-). 

Louis


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] 6.2 release: a thank you

2011-12-21 Thread Paul Heinlein
On Wed, 21 Dec 2011, Louis Lagendijk wrote:

> I would like to express my appreciation for the unbelievably quick 
> release of Centos 6.2. Thanks a million! You managed to release 6.2 
> some 10 days after 6.1. Johnny, you are not that ugly after all :-).

+1

-- 
Paul Heinlein <> heinl...@madboa.com <> http://www.madboa.com/
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] 6.2 release: a thank you

2011-12-21 Thread Rob Townley
+2

On Wed, Dec 21, 2011 at 12:29 PM, Paul Heinlein  wrote:

> On Wed, 21 Dec 2011, Louis Lagendijk wrote:
>
> > I would like to express my appreciation for the unbelievably quick
> > release of Centos 6.2. Thanks a million! You managed to release 6.2
> > some 10 days after 6.1. Johnny, you are not that ugly after all :-).
>
> +1
>
> --
> Paul Heinlein <> heinl...@madboa.com <> http://www.madboa.com/
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] 6.2 release: a thank you

2011-12-21 Thread Shade.GE
+3
and let me say: thanks and happy holidays to all!

Am 21.12.11 19:32, schrieb Rob Townley:
> +2
> 
> On Wed, Dec 21, 2011 at 12:29 PM, Paul Heinlein  wrote:
> 
>> On Wed, 21 Dec 2011, Louis Lagendijk wrote:
>>
>>> I would like to express my appreciation for the unbelievably quick
>>> release of Centos 6.2. Thanks a million! You managed to release 6.2
>>> some 10 days after 6.1. Johnny, you are not that ugly after all :-).
>>
>> +1
>>
>> --
>> Paul Heinlein <> heinl...@madboa.com <> http://www.madboa.com/
>> ___
>> CentOS mailing list
>> CentOS@centos.org
>> http://lists.centos.org/mailman/listinfo/centos
>>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] 6.2 release: a thank you

2011-12-21 Thread Dennis Jacobfeuerborn
On 12/21/2011 07:25 PM, Louis Lagendijk wrote:
> Gents
> I would like to express my appreciation for the unbelievably quick
> release of Centos 6.2. Thanks a million! You managed to release 6.2 some
> 10 days after 6.1. Johnny, you are not that ugly after all :-).
>

I concur and just out of curiosity does anyone have the upstream vs. 
downstream timing of all previous releases? Could the be the fastest 
release in the history of Centos so far?

Regards,
   Dennis
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS-announce Digest, Vol 82, Issue 12

2011-12-21 Thread John R Pierce
On 12/21/11 9:00 AM, centos-announce-requ...@centos.org wrote:
> Today's Topics:
>
> 1. Release for CentOS-6.2 i386 and x86_64 (Karanbir Singh)
>

odd.  I subscribe to CentOS-Announce, yet I never got this message.  I 
got the ones before it and after it.

Same thing happened with the 6.1 announcement.   I've looked in my spam 
bin, and its not there, either.



-- 
john r pierceN 37, W 122
santa cruz ca mid-left coast

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Heads up: corrupt ifup-eth script in initscripts package on 5.7

2011-12-21 Thread Dennis Jacobfeuerborn
Hi,
after a lot of head scratching I found that the ifup-eth script in the 
initscripts package seems to be corrupt.
I filed a bug with the details here:
http://bugs.centos.org/view.php?id=5333

Given the nature of the corruption you might be not affected at all, see 
strange error messages or end up with networking problems on Centos 5.7 
depending on what you configuration looks like.

I just thought I'd mention it here in case someone is in the same position 
as me and sees weird things happening when dealing with network 
configuration. I almost questioned my sanity before I went and dug into the 
networking scripts and found the problem.

Regards,
   Dennis
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS-announce Digest, Vol 82, Issue 12

2011-12-21 Thread Akemi Yagi
On Wed, Dec 21, 2011 at 10:53 AM, John R Pierce  wrote:
> On 12/21/11 9:00 AM, centos-announce-requ...@centos.org wrote:
>> Today's Topics:
>>
>>     1. Release for CentOS-6.2 i386 and x86_64 (Karanbir Singh)
>>
>
> odd.  I subscribe to CentOS-Announce, yet I never got this message.  I
> got the ones before it and after it.
>
> Same thing happened with the 6.1 announcement.   I've looked in my spam
> bin, and its not there, either.

You are not alone. I have not received it either. I know someone else
who said the same ...

Akemi
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Heads up: corrupt ifup-eth script in initscripts package on 5.7

2011-12-21 Thread Alan McKay
What kind of weird things?

I just finally got several boxes upgraded from 5.3 to 5.7 and so far have
not seen anything odd.


-- 
“Don't eat anything you've ever seen advertised on TV”
 - Michael Pollan, author of "In Defense of Food"
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] 6.2 release: a thank you

2011-12-21 Thread Alain Péan
Le 21/12/2011 19:49, Dennis Jacobfeuerborn a écrit :
> On 12/21/2011 07:25 PM, Louis Lagendijk wrote:
>> Gents
>> I would like to express my appreciation for the unbelievably quick
>> release of Centos 6.2. Thanks a million! You managed to release 6.2 some
>> 10 days after 6.1. Johnny, you are not that ugly after all :-).
>>
> I concur and just out of curiosity does anyone have the upstream vs.
> downstream timing of all previous releases? Could the be the fastest
> release in the history of Centos so far?
>
> Regards,
> Dennis
>

Hi Dennis,

See wikipedia :
http://en.wikipedia.org/wiki/CentOS

I noticed that the release date of 6.2 was updated on this page at least 
as fast as 6.2 was released !
FWIW, 4.1, 4.2, and 4.3 were released faster, and 4.9 as fast. But I 
agree, it was a very pleasant surprise to see 6.2 released as fast, 
after the big delay of 6.0 and 6.1.

Could the developpers explain what change in the process to achieve such 
a quick release (after a mail a few weeks ago of Johnny explaining how 
difficult it was now...) ?

And yes, I agree, Johnny and Karanbir are not that ugly after all !

Thanks,
Alain

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Will CentOS 6.1 still be supported?

2011-12-21 Thread Edward Martinez
Hello,


Got a question, will  CentOS6.1 continue to be  supported with updates, 
or is it mandatory to upgrade to 6.2?
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Will CentOS 6.1 still be supported?

2011-12-21 Thread Jon Detert
No more updates for v6.1.  This is the RedHat/CentOS model.  Think of the minor 
version numbers as 'service packs', as opposed to releases.

For example, let X < Y.  Then, Everything fixed in 6.x is also fixed in 6.y.  
However, updates new to v6.y are not made available for v6.x.

- Original Message -
> From: "Edward Martinez" 
> To: "CentOS mailing list" 
> Sent: Wednesday, December 21, 2011 2:31:19 PM
> Subject: [CentOS] Will CentOS 6.1  still be supported?
> 
> Hello,
> 
> 
> Got a question, will  CentOS6.1 continue to be  supported with
> updates,
> or is it mandatory to upgrade to 6.2?
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
> 
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Will CentOS 6.1 still be supported?

2011-12-21 Thread Alain Péan
Le 21/12/2011 21:31, Edward Martinez a écrit :
> Hello,
>
>
> Got a question, will  CentOS6.1 continue to be  supported with updates,
> or is it mandatory to upgrade to 6.2?
>

6.2 is an update. So if you do an 'yum update', you will see a lot of 
packages being updated, and you will be automatically at 6.2. Why would 
you stay at 6.1 ? During all the life of a major version, 6.x for 
example, there are the same versions of packages, only with updates.

For information, Scientific Linux does not work this way. You stay at a 
point version, 6.1 for example, and get updates for this point release 
(as CR repository). You have to ask explicitly to upgrade to next point 
release.

Alain
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Will CentOS 6.1 still be supported?

2011-12-21 Thread Bowie Bailey
On 12/21/2011 3:31 PM, Edward Martinez wrote:
> Hello,
>
>
> Got a question, will  CentOS6.1 continue to be  supported with updates, 
> or is it mandatory to upgrade to 6.2?

Updates are available for 6.1.  Apply them and you have 6.2...

Think of the point releases as a large collection of updates.

-- 
Bowie
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] 6.2 release: a thank you

2011-12-21 Thread Johnny Hughes
On 12/21/2011 01:27 PM, Alain Péan wrote:
> Le 21/12/2011 19:49, Dennis Jacobfeuerborn a écrit :
>> On 12/21/2011 07:25 PM, Louis Lagendijk wrote:
>>> Gents
>>> I would like to express my appreciation for the unbelievably quick
>>> release of Centos 6.2. Thanks a million! You managed to release 6.2 some
>>> 10 days after 6.1. Johnny, you are not that ugly after all :-).
>>>
>> I concur and just out of curiosity does anyone have the upstream vs.
>> downstream timing of all previous releases? Could the be the fastest
>> release in the history of Centos so far?
>>
>> Regards,
>> Dennis
>>
> 
> Hi Dennis,
> 
> See wikipedia :
> http://en.wikipedia.org/wiki/CentOS
> 
> I noticed that the release date of 6.2 was updated on this page at least 
> as fast as 6.2 was released !
> FWIW, 4.1, 4.2, and 4.3 were released faster, and 4.9 as fast. But I 
> agree, it was a very pleasant surprise to see 6.2 released as fast, 
> after the big delay of 6.0 and 6.1.
> 
> Could the developpers explain what change in the process to achieve such 
> a quick release (after a mail a few weeks ago of Johnny explaining how 
> difficult it was now...) ?
> 

It is still difficult, but all the things that we put into place to
build/test 6.1 were still there for 6.2

All the multilib lists, optional channel lists, etc. still worked for 6.2.

And, unlike the older builds, we did not need to build anything outside
of the CentOS RPMS, etc.

If you take a look here, SL has documented packages that do not build
correctly with only EL6 as the host:

http://ftp.scientificlinux.org/linux/scientific/6rolling/build/koji/targets/

If you look here, there are other things that required special building
orders and packages:
http://bugs.centos.org/view.php?id=5180

There was also the fact that several packages did not build correctly
because of a change in the default environment:
https://bugzilla.redhat.com/show_bug.cgi?id=743229

Then there were packages that would build with only a specific version
of gcc ... and there are packages that need glibc-static ... and
packages with hidden build requiremnts (see the
"config_opts['more_buildreqs']" stuff here:

http://ftp.scientificlinux.org/linux/scientific/6rolling/build/koji/configs/site-defaults.cfg

Those things all needed to be figured out manually, one by one, to get a
good build environment.

Now that we have figured those out, with the build environment set, we
could just build and test packages and release them.

As I said, the hardest part was getting the outliers and the build
system built before ... moving forward it should be much faster now.



signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS-announce Digest, Vol 82, Issue 12

2011-12-21 Thread Johnny Hughes
On 12/21/2011 12:53 PM, John R Pierce wrote:
> On 12/21/11 9:00 AM, centos-announce-requ...@centos.org wrote:
>> Today's Topics:
>>
>> 1. Release for CentOS-6.2 i386 and x86_64 (Karanbir Singh)
>>
> 
> odd.  I subscribe to CentOS-Announce, yet I never got this message.  I 
> got the ones before it and after it.
> 
> Same thing happened with the 6.1 announcement.   I've looked in my spam 
> bin, and its not there, either.
> 
> 
> 
Maybe you have a topic filter set.



signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Will CentOS 6.1 still be supported?

2011-12-21 Thread Edward Martinez
On 12/21/11 12:07, Bowie Bailey wrote:
> On 12/21/2011 3:31 PM, Edward Martinez wrote:
>> Hello,
>>
>>
>> Got a question, will  CentOS6.1 continue to be  supported with updates,
>> or is it mandatory to upgrade to 6.2?
> Updates are available for 6.1.  Apply them and you have 6.2...
>
> Think of the point releases as a large collection of updates.
>

  Now I understand, I'm currently downloading 254 packages,  once it 
finishes downloading, then i will be using 6.2, presumably i need to 
reboot the OS.
  So redhat/centos model works different than Fedoras; where the 
previous release is still supported for approximately 13 months.

  Thanks to everybody for explaining redhat/centos model:-)


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Yum update woes (perl compression)

2011-12-21 Thread Frank M. Ramaekers
I have had very little problems with yum and it's updates, but this one
has me stumped (CentOS 5.4):

 

Loaded plugins: fastestmirror, priorities

Loading mirror speeds from cached hostfile

 * base: mirrors.loosefoot.com

 * extras: yum.singlehop.com

 * rpmforge: apt.sw.be

 * updates: mirrors.cmich.edu

Setting up Update Process

Resolving Dependencies

--> Running transaction check

--> Processing Dependency: perl(Compress::Raw::Bzip2) = 2.024 for
package: perl-IO-Compress

---> Package perl-Compress-Raw-Bzip2.i386 0:2.037-1.el5.rf set to be
updated

--> Processing Dependency: perl(Compress::Raw::Zlib) = 2.024 for
package: perl-IO-Compress

---> Package perl-Compress-Raw-Zlib.i386 0:2.037-1.el5.rf set to be
updated

--> Finished Dependency Resolution

perl-IO-Compress-2.024-1.el5.rf.noarch from installed has depsolving
problems

  --> Missing Dependency: perl(Compress::Raw::Zlib) = 2.024 is needed by
package perl-IO-Compress-2.024-1.el5.rf.noarch (installed)

perl-IO-Compress-2.024-1.el5.rf.noarch from installed has depsolving
problems

  --> Missing Dependency: perl(Compress::Raw::Bzip2) = 2.024 is needed
by package perl-IO-Compress-2.024-1.el5.rf.noarch (installed)

Error: Missing Dependency: perl(Compress::Raw::Bzip2) = 2.024 is needed
by package perl-IO-Compress-2.024-1.el5.rf.noarch (installed)

Error: Missing Dependency: perl(Compress::Raw::Zlib) = 2.024 is needed
by package perl-IO-Compress-2.024-1.el5.rf.noarch (installed)

 You could try using --skip-broken to work around the problem

 You could try running: package-cleanup --problems

package-cleanup --dupes

rpm -Va --nofiles --nodigest

 

Is this some sort of perl install/update requirement?

Frank M. Ramaekers Jr. | Systems Programmer | Information Technology |
American Income Life Insurance Company | 254-761-6649

 


_
This message contains information which is privileged and confidential and is 
solely for the use of the
intended recipient. If you are not the intended recipient, be aware that any 
review, disclosure,
copying, distribution, or use of the contents of this message is strictly 
prohibited. If you have
received this in error, please destroy it immediately and notify us at 
privacy...@ailife.com.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Yum update woes (perl compression)

2011-12-21 Thread Luigi Rosa
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Frank M. Ramaekers said the following on 21/12/11 21:54:


> Error: Missing Dependency: perl(Compress::Raw::Zlib) = 2.024 is needed by
> package perl-IO-Compress-2.024-1.el5.rf.noarch (installed)
> 
> You could try using --skip-broken to work around the problem
> 
> You could try running: package-cleanup --problems
> 
> package-cleanup --dupes
> 
> rpm -Va --nofiles --nodigest
> 
> 
> 
> Is this some sort of perl install/update requirement?


Old bug.


Uninstall perl-IO-Compress (and its dependencies, note down the dependencies
you uninstall)

Do the update

Reinstall perl-IO-Compress and anything you unininstalled.





Ciao,
luigi

- -- 
/
+--[Luigi Rosa]--
\

When you have reached the end of the road, then you can decide, whether
to go to the left or to the right, to fire or to water. If you make
those decisions before you have even set foot upon the road, it will
take you no where... except to a bad end.
--Galen, "Racing the Night"
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk7ySEgACgkQ3kWu7Tfl6ZRocgCggithC+8C6YS06OW1ds84PRxV
q74AnAiPFmwZR5HGVOYocnnzA+m2VSe1
=6fNH
-END PGP SIGNATURE-
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Will CentOS 6.1 still be supported?

2011-12-21 Thread John R Pierce
On 12/21/11 1:30 PM, Edward Martinez wrote:
>Now I understand, I'm currently downloading 254 packages,  once it
> finishes downloading, then i will be using 6.2, presumably i need to
> reboot the OS.
>So redhat/centos model works different than Fedoras; where the
> previous release is still supported for approximately 13 months.

the previous release (centos 5) is supported for like 7 years or something.

fedora doesn't have rollups or point releases at all.


-- 
john r pierceN 37, W 122
santa cruz ca mid-left coast

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS-announce Digest, Vol 82, Issue 12

2011-12-21 Thread John R Pierce
On 12/21/11 12:23 PM, Johnny Hughes wrote:
> Maybe you have a topic filter set.
>

I got the various announcements before and after the 6.1 and the 6.2 
announcement, so i dunno how I wouldn't.

if someone who still has that message in their mailer could do me a 
favor, copy me the full headers and email me so I can look at my email 
logs and see what happened.

odd.  grepped my mail logs and I see nothing from kbsingh this week, yet 
I know he sent out that announcement per the archives.   grepping for 
stuff recieved from chakra.karan.org, I see Johnny Hughe's 
centos-announce messages recieved at 05:59 and 11:22 PST yesterday (and 
others before and after that window), I got all those just fine.


-- 
john r pierceN 37, W 122
santa cruz ca mid-left coast

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Yum update woes (perl compression)

2011-12-21 Thread Frank M. Ramaekers
Thanks!   That did the trick.

 
Frank M. Ramaekers Jr.
 
 

-Original Message-
From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On
Behalf Of Luigi Rosa
Sent: Wednesday, December 21, 2011 2:58 PM
To: CentOS mailing list
Subject: Re: [CentOS] Yum update woes (perl compression)

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Frank M. Ramaekers said the following on 21/12/11 21:54:


> Error: Missing Dependency: perl(Compress::Raw::Zlib) = 2.024 is needed
by
> package perl-IO-Compress-2.024-1.el5.rf.noarch (installed)
> 
> You could try using --skip-broken to work around the problem
> 
> You could try running: package-cleanup --problems
> 
> package-cleanup --dupes
> 
> rpm -Va --nofiles --nodigest
> 
> 
> 
> Is this some sort of perl install/update requirement?


Old bug.


Uninstall perl-IO-Compress (and its dependencies, note down the
dependencies
you uninstall)

Do the update

Reinstall perl-IO-Compress and anything you unininstalled.





Ciao,
luigi

- -- 
/
+--[Luigi Rosa]--
\

When you have reached the end of the road, then you can decide, whether
to go to the left or to the right, to fire or to water. If you make
those decisions before you have even set foot upon the road, it will
take you no where... except to a bad end.
--Galen, "Racing the Night"
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk7ySEgACgkQ3kWu7Tfl6ZRocgCggithC+8C6YS06OW1ds84PRxV
q74AnAiPFmwZR5HGVOYocnnzA+m2VSe1
=6fNH
-END PGP SIGNATURE-
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

_
This message contains information which is privileged and confidential and is 
solely for the use of the
intended recipient. If you are not the intended recipient, be aware that any 
review, disclosure,
copying, distribution, or use of the contents of this message is strictly 
prohibited. If you have
received this in error, please destroy it immediately and notify us at 
privacy...@ailife.com.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS-announce Digest, Vol 82, Issue 12

2011-12-21 Thread Johnny Hughes
On 12/21/2011 03:17 PM, John R Pierce wrote:
> On 12/21/11 12:23 PM, Johnny Hughes wrote:
>> Maybe you have a topic filter set.
>>
> 
> I got the various announcements before and after the 6.1 and the 6.2 
> announcement, so i dunno how I wouldn't.
> 
> if someone who still has that message in their mailer could do me a 
> favor, copy me the full headers and email me so I can look at my email 
> logs and see what happened.
> 
> odd.  grepped my mail logs and I see nothing from kbsingh this week, yet 
> I know he sent out that announcement per the archives.   grepping for 
> stuff recieved from chakra.karan.org, I see Johnny Hughe's 
> centos-announce messages recieved at 05:59 and 11:22 PST yesterday (and 
> others before and after that window), I got all those just fine.
> 
> 
If you log in to the unsubscribe/edit page there are filters for
CentOS-4, CentOS-5, CentOS-6 etc.

If you have any of those checked (from when you signed up) the you have
set a filter and you will ONLY get those announcements.

If you have any filter and did not yet check the CentOS-6 box .. (or
have all of them unchecked, which means NO FILTER) then you will not get
any CentOS-6 announcements.

Most people check something (thus evoking filters), but forget to go
back when we add a new distro and change it, thus they do not get new
distro announcements.



signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Will CentOS 6.1 still be supported?

2011-12-21 Thread Edward Martinez
On 12/21/11 13:00, John R Pierce wrote:
> On 12/21/11 1:30 PM, Edward Martinez wrote:
>> Now I understand, I'm currently downloading 254 packages,  once it
>> finishes downloading, then i will be using 6.2, presumably i need to
>> reboot the OS.
>> So redhat/centos model works different than Fedoras; where the
>> previous release is still supported for approximately 13 months.
> the previous release (centos 5) is supported for like 7 years or something.
>
> fedora doesn't have rollups or point releases at all.
>
>

Thinking about it I should of used OpenBSD's model; when they do a 
point release every six months, the previous point release is
still maintained, until another point release. . Now I  understand 
that redhat/centos uses a different model; where the newest point 
release replaces
the previous point release.  Hope i got it:-)

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS-announce Digest, Vol 82, Issue 12

2011-12-21 Thread John R Pierce
On 12/21/11 1:41 PM, Johnny Hughes wrote:
> Most people check something (thus evoking filters), but forget to go
> back when we add a new distro and change it, thus they do not get new
> distro announcements.

bingo, that was it.  I had blocked alpha and s390 stuff way back 
when...  I cleared all those, so hopefully I'll get everything now.

-- 
john r pierceN 37, W 122
santa cruz ca mid-left coast

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Heads up: corrupt ifup-eth script in initscripts package on 5.7

2011-12-21 Thread Dennis Jacobfeuerborn
On 12/21/2011 08:10 PM, Alan McKay wrote:
> What kind of weird things?
>
> I just finally got several boxes upgraded from 5.3 to 5.7 and so far have
> not seen anything odd.
>
>

I have the following config for a vlan interface:
DEVICE=eth0.6
BOOTPROTO=none
ONBOOT=yes
TYPE=Ethernet
VLAN=yes
BRIDGE=vlanbr6

and a bridge:
DEVICE=vlanbr6
BOOTPROTO=none
ONBOOT=yes
TYPE=Bridge
STP=off
NM_CONTROLLED=no

On Centos 5.6 this works as expected. On Centos 5.7 this also works but 
also outputs "RTNETLINK answers: No such device".

It seems the script is not broken but the code path executed is now very 
different (due to the missing "exec" call in the script). As a result the 
script at the end does a "ip route replace" on the bridge which apparently 
doesn't work. In the old version this code also exists but never gets run 
because the execution of "ifup-eth" ends with the "exec" line.

Regards,
   Dennis
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Heads up: corrupt ifup-eth script in initscripts package on 5.7

2011-12-21 Thread Akemi Yagi
On Wed, Dec 21, 2011 at 2:07 PM, Dennis Jacobfeuerborn
 wrote:

> On Centos 5.6 this works as expected. On Centos 5.7 this also works but
> also outputs "RTNETLINK answers: No such device".
>
> It seems the script is not broken but the code path executed is now very
> different (due to the missing "exec" call in the script). As a result the
> script at the end does a "ip route replace" on the bridge which apparently
> doesn't work. In the old version this code also exists but never gets run
> because the execution of "ifup-eth" ends with the "exec" line.

The upstream bugzilla that made the change you referenced is this one:

https://bugzilla.redhat.com/show_bug.cgi?id=684909

and the actual patch is:

http://git.fedorahosted.org/git/?p=initscripts.git;a=commitdiff;h=eb389d68f4637418983e4b514a67eb84cf2f4d7b

I think you should file a bug report upstream because CentOS makes
modifications only by inheriting the upstream (RH) code.

Akemi
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Kernel Panic

2011-12-21 Thread TE Dukes
Hello,

Just upgrade to 6.2 but have not been able to run a newer kernel than
2.6.32-131.12.1.el6.x86_64.

I'm getting the error at boot, Not syncing: VFS Unable to mount root fs on
unknown-block(0,0)

I have google this error and see a lot of the same but no clear answers.

Any help would be appreciated.

TIA

-Eddie

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] KVM guests failed to start after 6.2 upgrade

2011-12-21 Thread Emmett Culley
I tore my hair out for a while after rebooting into 6.2 because none of the VM 
guests would start.  After trying lots of things, like down grading qemu-kvm 
(which fixed it when I upgraded via the CR repository and didn't this time), 
cloning a VM, and even beginning to create new VM to restore from backup.

Luckily I discovered that there is a log for each VM and found in each case it 
failed because vmvga is not compiled into KVM.  So I changed them all to cirrus 
via virt-manager and they all work again.

The host machine is all up to date and all of the guest start and operate as 
usual.


Emmett
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Kernel Panic

2011-12-21 Thread Edward Martinez
On 12/21/11 15:55, TE Dukes wrote:
> Hello,
>
> Just upgrade to 6.2 but have not been able to run a newer kernel than
> 2.6.32-131.12.1.el6.x86_64.
>
> I'm getting the error at boot, Not syncing: VFS Unable to mount root fs on
> unknown-block(0,0)
>
> I have google this error and see a lot of the same but no clear answers.
>
> Any help would be appreciated.
>
> TIA
>
> -Eddie
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
>

 Have you read this? Somebody file a bug report about the same error 
as yours, and it turned out  the error was caused by a missing

   initramfs. this may also be your case? issuing*dracut*creates it.

https://bugzilla.redhat.com/show_bug.cgi?id=632412




___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Kernel Panic

2011-12-21 Thread TE Dukes
 

> -Original Message-
> From: centos-boun...@centos.org 
> [mailto:centos-boun...@centos.org] On Behalf Of Edward Martinez
> Sent: Wednesday, December 21, 2011 9:29 PM
> To: centos@centos.org
> Subject: Re: [CentOS] Kernel Panic
> 
> On 12/21/11 15:55, TE Dukes wrote:
> > Hello,
> >
> > Just upgrade to 6.2 but have not been able to run a newer 
> kernel than 
> > 2.6.32-131.12.1.el6.x86_64.
> >
> > I'm getting the error at boot, Not syncing: VFS Unable to 
> mount root 
> > fs on
> > unknown-block(0,0)
> >
> > I have google this error and see a lot of the same but no 
> clear answers.
> >
> > Any help would be appreciated.
> >
> > TIA
> >
> > -Eddie
> >
> > ___
> > CentOS mailing list
> > CentOS@centos.org
> > http://lists.centos.org/mailman/listinfo/centos
> >
> >
> 
>  Have you read this? Somebody file a bug report about the 
> same error as yours, and it turned out  the error was caused 
> by a missing
> 
>initramfs. this may also be your case? issuing*dracut*creates it.
> 
> https://bugzilla.redhat.com/show_bug.cgi?id=632412

Yes, I saw that but was afraid to run that because I don't know what it
does.

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Kernel Panic

2011-12-21 Thread Edward Martinez
On 12/21/11 17:54, TE Dukes wrote:
>
>
>> -Original Message-
>> From: centos-boun...@centos.org
>> [mailto:centos-boun...@centos.org] On Behalf Of Edward Martinez
>> Sent: Wednesday, December 21, 2011 9:29 PM
>> To: centos@centos.org
>> Subject: Re: [CentOS] Kernel Panic
>>
>> On 12/21/11 15:55, TE Dukes wrote:
>>> Hello,
>>>
>>> Just upgrade to 6.2 but have not been able to run a newer
>> kernel than
>>> 2.6.32-131.12.1.el6.x86_64.
>>>
>>> I'm getting the error at boot, Not syncing: VFS Unable to
>> mount root
>>> fs on
>>> unknown-block(0,0)
>>>
>>> I have google this error and see a lot of the same but no
>> clear answers.
>>> Any help would be appreciated.
>>>
>>> TIA
>>>
>>> -Eddie
>>>
>>> ___
>>> CentOS mailing list
>>> CentOS@centos.org
>>> http://lists.centos.org/mailman/listinfo/centos
>>>
>>>
>>   Have you read this? Somebody file a bug report about the
>> same error as yours, and it turned out  the error was caused
>> by a missing
>>
>> initramfs. this may also be your case? issuing*dracut*creates it.
>>
>>  https://bugzilla.redhat.com/show_bug.cgi?id=632412
> Yes, I saw that but was afraid to run that because I don't know what it
> does.
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
>
 http://people.redhat.com/harald/dracut.html#id496981


http://en.wikipedia.org/wiki/Initramfs#Initramfs_in_comparison_with_initrd
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] kernel panic/abort during boot

2011-12-21 Thread fred smith
Just did an in-place update from 6.1 to 6.2 on my eeepc 901 (Atom CPU).

during boot, (if I hit ESC to see the boot messages) it says "starging udev"
then nothing else for a few seconds, then a huge register dump scrolls
by. it's too big to see the beginning of it.

If I boot from the prior kernel and look in /var/log/messages, I don't
see any evidence of the failed boot.

I've seen the other thread titled "kernel panic", and it seems to be
due to a missing initramfs, but there is an initramfs for 2.6.32-220.el6
already in /boot, so I don't think that would be the problem.

Can anyone suggest how I would isolate what's going on here?

-- 
 Fred Smith -- fre...@fcshome.stoneham.ma.us -
The Lord detests the way of the wicked 
  but he loves those who pursue righteousness.
- Proverbs 15:9 (niv) -
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] kernel panic/abort during boot

2011-12-21 Thread Corey Henderson
On 12/21/2011 7:44 PM, fred smith wrote:
> Just did an in-place update from 6.1 to 6.2 on my eeepc 901 (Atom CPU).
>
> during boot, (if I hit ESC to see the boot messages) it says "starging udev"
> then nothing else for a few seconds, then a huge register dump scrolls
> by. it's too big to see the beginning of it.
>
> If I boot from the prior kernel and look in /var/log/messages, I don't
> see any evidence of the failed boot.
>
> I've seen the other thread titled "kernel panic", and it seems to be
> due to a missing initramfs, but there is an initramfs for 2.6.32-220.el6
> already in /boot, so I don't think that would be the problem.
>
> Can anyone suggest how I would isolate what's going on here?
>

Take a peek at what is inside the initramfs file:

~ $ mkdir initramfs
~ $ cd initramfs/
~/initramfs $ gzip -d < /boot/initramfs-2.6.32-220.el6.x86_64.img | cpio -id
73012 blocks
~/initramfs $ ls
bin  cmdline  dev  dracut-004-256.el6  emergency  etc  init  initqueue 
initqueue-finished  initqueue-settled  initqueue-timeout  lib  lib64 
mount  pre-pivot  pre-trigger  pre-udev  proc  sbin  sys  sysroot  tmp 
usr  var
~/initramfs $ find lib/modules -name '*.ko'


If a module that is required to mount your system (ext3/4, dm_dm-raid, 
etc - very system dependent) isn't in there, then the system won't be 
able to boot. Sometimes they don't get added automatically, for whatever 
reason. If you're able to identify the missing driver, edit this file:

/etc/dracut.conf

And add a line like this:

add_drivers+="name-of-driver"

Then re-run dracut. If you don't know how to do that, then you probably 
should just rpm -e that kernel package, then re-install it.

Hope this helps.

-- 
Corey Henderson
http://cormander.com/
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] kernel panic/abort during boot

2011-12-21 Thread fred smith
On Wed, Dec 21, 2011 at 07:56:51PM -0700, Corey Henderson wrote:
> On 12/21/2011 7:44 PM, fred smith wrote:
> > Just did an in-place update from 6.1 to 6.2 on my eeepc 901 (Atom CPU).
> >
> > during boot, (if I hit ESC to see the boot messages) it says "starging udev"
> > then nothing else for a few seconds, then a huge register dump scrolls
> > by. it's too big to see the beginning of it.
> >
> > If I boot from the prior kernel and look in /var/log/messages, I don't
> > see any evidence of the failed boot.
> >
> > I've seen the other thread titled "kernel panic", and it seems to be
> > due to a missing initramfs, but there is an initramfs for 2.6.32-220.el6
> > already in /boot, so I don't think that would be the problem.
> >
> > Can anyone suggest how I would isolate what's going on here?
> >
> 
> Take a peek at what is inside the initramfs file:
> 
> ~ $ mkdir initramfs
> ~ $ cd initramfs/
> ~/initramfs $ gzip -d < /boot/initramfs-2.6.32-220.el6.x86_64.img | cpio -id
> 73012 blocks
> ~/initramfs $ ls
> bin  cmdline  dev  dracut-004-256.el6  emergency  etc  init  initqueue 
> initqueue-finished  initqueue-settled  initqueue-timeout  lib  lib64 
> mount  pre-pivot  pre-trigger  pre-udev  proc  sbin  sys  sysroot  tmp 
> usr  var
> ~/initramfs $ find lib/modules -name '*.ko'
> 
> 
> If a module that is required to mount your system (ext3/4, dm_dm-raid, 
> etc - very system dependent) isn't in there, then the system won't be 
> able to boot. Sometimes they don't get added automatically, for whatever 
> reason. If you're able to identify the missing driver, edit this file:
> 
> /etc/dracut.conf
> 
> And add a line like this:
> 
> add_drivers+="name-of-driver"
> 
> Then re-run dracut. If you don't know how to do that, then you probably 
> should just rpm -e that kernel package, then re-install it.
> 
> Hope this helps.

Corey, would it be a ligitimate comparison to unpack both the initramfs
for the new kernel and for the most recent prior one, then compare the
list of kernel modules?

thanks for the suggestion!

-- 
 Fred Smith -- fre...@fcshome.stoneham.ma.us -
"Not everyone who says to me, 'Lord, Lord,' will enter the kingdom of
 heaven, but only he who does the will of my Father who is in heaven."
-- Matthew 7:21 (niv) -
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] kernel panic/abort during boot

2011-12-21 Thread Corey Henderson
On 12/21/2011 8:23 PM, fred smith wrote:
> On Wed, Dec 21, 2011 at 07:56:51PM -0700, Corey Henderson wrote:
>> On 12/21/2011 7:44 PM, fred smith wrote:
>>> Just did an in-place update from 6.1 to 6.2 on my eeepc 901 (Atom CPU).
>>>
>>> during boot, (if I hit ESC to see the boot messages) it says "starging udev"
>>> then nothing else for a few seconds, then a huge register dump scrolls
>>> by. it's too big to see the beginning of it.
>>>
>>> If I boot from the prior kernel and look in /var/log/messages, I don't
>>> see any evidence of the failed boot.
>>>
>>> I've seen the other thread titled "kernel panic", and it seems to be
>>> due to a missing initramfs, but there is an initramfs for 2.6.32-220.el6
>>> already in /boot, so I don't think that would be the problem.
>>>
>>> Can anyone suggest how I would isolate what's going on here?
>>>
>>
>> Take a peek at what is inside the initramfs file:
>>
>> ~ $ mkdir initramfs
>> ~ $ cd initramfs/
>> ~/initramfs $ gzip -d<  /boot/initramfs-2.6.32-220.el6.x86_64.img | cpio -id
>> 73012 blocks
>> ~/initramfs $ ls
>> bin  cmdline  dev  dracut-004-256.el6  emergency  etc  init  initqueue
>> initqueue-finished  initqueue-settled  initqueue-timeout  lib  lib64
>> mount  pre-pivot  pre-trigger  pre-udev  proc  sbin  sys  sysroot  tmp
>> usr  var
>> ~/initramfs $ find lib/modules -name '*.ko'
>> 
>>
>> If a module that is required to mount your system (ext3/4, dm_dm-raid,
>> etc - very system dependent) isn't in there, then the system won't be
>> able to boot. Sometimes they don't get added automatically, for whatever
>> reason. If you're able to identify the missing driver, edit this file:
>>
>> /etc/dracut.conf
>>
>> And add a line like this:
>>
>> add_drivers+="name-of-driver"
>>
>> Then re-run dracut. If you don't know how to do that, then you probably
>> should just rpm -e that kernel package, then re-install it.
>>
>> Hope this helps.
>
> Corey, would it be a ligitimate comparison to unpack both the initramfs
> for the new kernel and for the most recent prior one, then compare the
> list of kernel modules?
>
> thanks for the suggestion!
>

Yes, that's a good thing to do.

If you come up empty (all the same kernel modules exist in both) then 
it's likely a bug in some kernel module. The "emergency_shell" part of 
dracut may be useful in debug this. When you reboot, during the grub 
menu, add this to the kernel's command line:

rdbreak=cmdline

During the boot process, you'll get dropped to a command line, and can 
run some of the basic commands provided intisde the initramfs.

If you look at the "init" file inside the initramfs, you can see the 
different points you'll end up with with different arguments to rdbreak; 
ie, pre-udev, initqueue, etc.

-- 
Corey Henderson
http://cormander.com/
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] 6.2 Radeon HDMI audio gotcha

2011-12-21 Thread James Szinger
I had some trouble (now solved) with the recent upgrade to 6.2.
There was no sound from the DVI/HDMI output and video played back
much too fast.  Booting kernel-2.6.32-131.21.1.el6.x86_64
restored sound and video playback.  The solution is to add
'radeon.audio=1' to the kernel arguments from grub and the new 
kernel also worked.

I'm using CentOS 6 on a media computer with the following graphics
chip:

01:05.0 VGA compatible controller: ATI Technologies Inc RS880 [Radeon
HD 4200]
01:05.1 Audio device: ATI Technologies Inc RS880 HDMI Audio [Radeon HD
4200 Series]

The Linux 3.0 kernel has the audio device disabled by default
because some users were suffering from blank screens.  These
changes were then backported to the Radeon kernel driver for 6.2.
Some searching revealed this as known issue, including Fedora bug
754825 and Ubuntu bug 897008.

I'm reporting this here because I didn't see it mentioned in
either the upstream 6.2 release notes or the CentOS 6.2 release
notes.

Finally, thanks to the CentOS team for another fine release.

Jim
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] kernel panic/abort during boot

2011-12-21 Thread fred smith
On Wed, Dec 21, 2011 at 08:30:23PM -0700, Corey Henderson wrote:
> On 12/21/2011 8:23 PM, fred smith wrote:
> > On Wed, Dec 21, 2011 at 07:56:51PM -0700, Corey Henderson wrote:
> >> On 12/21/2011 7:44 PM, fred smith wrote:
> >>> Just did an in-place update from 6.1 to 6.2 on my eeepc 901 (Atom CPU).
> >>>
> >>> during boot, (if I hit ESC to see the boot messages) it says "starging 
> >>> udev"
> >>> then nothing else for a few seconds, then a huge register dump scrolls
> >>> by. it's too big to see the beginning of it.
> >>>
> >>> If I boot from the prior kernel and look in /var/log/messages, I don't
> >>> see any evidence of the failed boot.
> >>>
> >>> I've seen the other thread titled "kernel panic", and it seems to be
> >>> due to a missing initramfs, but there is an initramfs for 2.6.32-220.el6
> >>> already in /boot, so I don't think that would be the problem.
> >>>
> >>> Can anyone suggest how I would isolate what's going on here?
> >>>
> >>
> >> Take a peek at what is inside the initramfs file:
> >>
> >> ~ $ mkdir initramfs
> >> ~ $ cd initramfs/
> >> ~/initramfs $ gzip -d<  /boot/initramfs-2.6.32-220.el6.x86_64.img | cpio 
> >> -id
> >> 73012 blocks
> >> ~/initramfs $ ls
> >> bin  cmdline  dev  dracut-004-256.el6  emergency  etc  init  initqueue
> >> initqueue-finished  initqueue-settled  initqueue-timeout  lib  lib64
> >> mount  pre-pivot  pre-trigger  pre-udev  proc  sbin  sys  sysroot  tmp
> >> usr  var
> >> ~/initramfs $ find lib/modules -name '*.ko'
> >> 
> >>
> >> If a module that is required to mount your system (ext3/4, dm_dm-raid,
> >> etc - very system dependent) isn't in there, then the system won't be
> >> able to boot. Sometimes they don't get added automatically, for whatever
> >> reason. If you're able to identify the missing driver, edit this file:
> >>
> >> /etc/dracut.conf
> >>
> >> And add a line like this:
> >>
> >> add_drivers+="name-of-driver"
> >>
> >> Then re-run dracut. If you don't know how to do that, then you probably
> >> should just rpm -e that kernel package, then re-install it.
> >>
> >> Hope this helps.
> >
> > Corey, would it be a ligitimate comparison to unpack both the initramfs
> > for the new kernel and for the most recent prior one, then compare the
> > list of kernel modules?
> >
> > thanks for the suggestion!
> >
> 
> Yes, that's a good thing to do.

well, I got the list of .ko for both the new (bad) initramfs and the
old (bood) one, stripped off the start of each line so that it beings
with "kernel" (so the different path won't confuse diff) and ran:

diff good bad | less

and here's what I got:

131a132
> kernel/drivers/scsi/iscsi_boot_sysfs.ko
140a142
> kernel/drivers/md/dm-raid.ko
146a149
> kernel/drivers/md/dm-raid45.ko
158a162
> kernel/drivers/md/dm-flakey.ko
163a168
> kernel/drivers/md/dm-memcache.ko
177a183,184
> kernel/drivers/platform/x86/mxm-wmi.ko
> kernel/drivers/platform/x86/wmi.ko
249a257,258
> kernel/drivers/target/loopback/tcm_loop.ko
> kernel/drivers/target/target_core_mod.ko
272d280
< kernel/drivers/hwmon/hwmon.ko


which seems to show that the "bad" one contains some that aren't in the
"good"one. the only exception is hwmon.ko doesn't exist in "good", but
I can't see how that would be important, can you?

> 
> If you come up empty (all the same kernel modules exist in both) then 
> it's likely a bug in some kernel module. The "emergency_shell" part of 
> dracut may be useful in debug this. When you reboot, during the grub 
> menu, add this to the kernel's command line:
> 
> rdbreak=cmdline

I guess I'll try this, though I'm not sure I know how to poke
around productively. what have I to lose? :)

> 
> During the boot process, you'll get dropped to a command line, and can 
> run some of the basic commands provided intisde the initramfs.
> 
> If you look at the "init" file inside the initramfs, you can see the 
> different points you'll end up with with different arguments to rdbreak; 
> ie, pre-udev, initqueue, etc.
> 
> -- 
> Corey Henderson
> http://cormander.com/
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos

-- 
 Fred Smith -- fre...@fcshome.stoneham.ma.us -
   But God demonstrates his own love for us in this: 
 While we were still sinners, 
  Christ died for us.
--- Romans 5:8 (niv) --
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Will CentOS 6.1 still be supported?

2011-12-21 Thread wwp
Hello,


On Wed, 21 Dec 2011 14:46:17 -0800 Edward Martinez  wrote:

> On 12/21/11 13:00, John R Pierce wrote:
> > On 12/21/11 1:30 PM, Edward Martinez wrote:
> >> Now I understand, I'm currently downloading 254 packages,  once it
> >> finishes downloading, then i will be using 6.2, presumably i need to
> >> reboot the OS.
> >> So redhat/centos model works different than Fedoras; where the
> >> previous release is still supported for approximately 13 months.
> > the previous release (centos 5) is supported for like 7 years or something.
> >
> > fedora doesn't have rollups or point releases at all.
> >
> >
> 
> Thinking about it I should of used OpenBSD's model; when they do a 
> point release every six months, the previous point release is
> still maintained, until another point release. . Now I  understand 
> that redhat/centos uses a different model; where the newest point 
> release replaces
> the previous point release.  Hope i got it:-)

Yep, and this is exactly why I switched from Fedora to CentOS, and I'm
happy with it!


Regards,

-- 
wwp


signature.asc
Description: PGP signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos