Re: [CentOS-virt] RHEL / CentOS 5.5 Xen fixes

2010-05-15 Thread Pasi Kärkkäinen
On Wed, Mar 31, 2010 at 06:38:27PM +0300, Pasi Kärkkäinen wrote:
 Hello,
 
 RHEL 5.5 has been released, and it contains many Xen related fixes.
 
 Here's the most important of the them.. fixing a dom0 caching bug which 
 could cause domU disk corruption when the domU disk was accessed from dom0 
 after the domU was shutdown. Most people noticed this bug when pygrub
 used wrong (cached) information.
 
 pygrub uses cached and eventually outdated grub.conf, kernel and initrd:
 https://bugzilla.redhat.com/show_bug.cgi?id=466681
 
 
 And some more:
 
 Xen hypervisor doesn't mask xsave feature from the guest; Fedora 11 PV domU 
 kernel crashes:
 https://bugzilla.redhat.com/show_bug.cgi?id=524719
 
 [RHEL-5 Xen]: F-11 Xen 64-bit domU cannot be started with  2047MB of 
 memory:
 https://bugzilla.redhat.com/show_bug.cgi?id=502826
 
  Boot hang when installing HVM DomU:
 https://bugzilla.redhat.com/show_bug.cgi?id=524052
 
 [RHEL5 Xen]: PV guest crash on poweroff:
 https://bugzilla.redhat.com/show_bug.cgi?id=540811
 
 [RHEL5 Xen]: Cpu frequency scaling is broken on Intel:
 https://bugzilla.redhat.com/show_bug.cgi?id=553324
 
 
 
 RHEL 5.5 kernel changelog:
 http://rhn.redhat.com/errata/RHSA-2010-0178.html
 
 
 Work-in-progress (Not yet in 5.5):
 
 Grub2 guest support for RHEL5 Xen pygrub:
 https://bugzilla.redhat.com/show_bug.cgi?id=577511
 

The bz above has a patch that provides working pygrub grub2
support for EL 5.5. I tested it with Ubuntu 10.04 Xen PV guest.

Oh, and RHEL/CentOS 5.5 has pygrub ext4 support included,
so for example Fedora 12 and Fedora 13 guests can have ext4 /boot now.

-- Pasi

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


Re: [CentOS] route question

2010-05-15 Thread Dominik Zyla
On Fri, May 14, 2010 at 03:02:04PM -0400, Jerry Geis wrote:
 
  GATEWAY=74.223.8.177 on /etc/sysconfig/network file ?

 Actually I have that in the ifcfg-eth1 and ifcfg-eth2. And this is hte 
 route I get.
 
 DEVICE=eth1
 ONBOOT=YES
 BOOTPROTO=static
 IPADDR=74.223.8.179
 NETMASK=255.255.255.240
 GATEWAY=74.223.8.177
 
 
 DEVICE=eth2
 ONBOOT=Yes
 BOOTPROTO=static
 IPADDR=24.123.23.170
 NETMASK=255.255.255.248
 GATEWAY=24.123.23.169
 
  route -n
 Kernel IP routing table
 Destination Gateway Genmask Flags Metric RefUse 
 Iface
 24.123.23.168   0.0.0.0 255.255.255.248 U 0  00 eth2
 74.223.8.1760.0.0.0 255.255.255.240 U 0  00 eth1
 192.168.1.0 0.0.0.0 255.255.255.0   U 0  00 eth0
 169.254.0.0 0.0.0.0 255.255.0.0 U 0  00 eth2
 0.0.0.0 24.123.23.169   0.0.0.0 UG0  00 eth2
 
 
 I dont want 74.X traffic going out 24.X network. I want it going back 
 out the 74.X network.
 How do I setup the ifcfg-eth files so the GW above will route back out 
 the correct gw?

It won't work. You can't have two default gateways. Init scripts first
set your gateway via eth1, then parse ifcfg-eth2 (alphabetical) and
overwrites previous settings.

-- 
Dominik Zyla



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


[CentOS] Problems after update to 5.5

2010-05-15 Thread Colin Coles
Hi,
 I have updated 8 machines so far and 2 are refusing to boot on 
2.6.18-194.3.1.el5 kernel, they just hang at: 'Starting udev:' but when I 
revert to 2.6.18-164.15.1.el5 kernel they boot fine. Any pointers?

Cheers,
Colin.

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


Re: [CentOS] Problems after update to 5.5

2010-05-15 Thread Vnpenguin
Just updated ~15 box x86_64 here to CentOS 5.5. Kernel
2.6.18-194.3.1.el5 works without any problem. Thanks CentOS team for
this excellent work!


On Sat, May 15, 2010 at 13:27, Colin Coles co...@wemoto.com wrote:
 Hi,
  I have updated 8 machines so far and 2 are refusing to boot on
 2.6.18-194.3.1.el5 kernel, they just hang at: 'Starting udev:' but when I
 revert to 2.6.18-164.15.1.el5 kernel they boot fine. Any pointers?

 Cheers,
 Colin.

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


Re: [CentOS] Problems after update to 5.5

2010-05-15 Thread Karanbir Singh
On 05/15/2010 12:27 PM, Colin Coles wrote:
   I have updated 8 machines so far and 2 are refusing to boot on
 2.6.18-194.3.1.el5 kernel, they just hang at: 'Starting udev:' but when I
 revert to 2.6.18-164.15.1.el5 kernel they boot fine. Any pointers?

Do you have anything non-standard on the machines ? Start by looking at 
the h/w specs and setup.

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


Re: [CentOS] Problems after update to 5.5

2010-05-15 Thread Colin Coles
On Saturday 15 May 2010 12:55, Karanbir Singh wrote:
 On 05/15/2010 12:27 PM, Colin Coles wrote:
I have updated 8 machines so far and 2 are refusing to boot on
  2.6.18-194.3.1.el5 kernel, they just hang at: 'Starting udev:' but when I
  revert to 2.6.18-164.15.1.el5 kernel they boot fine. Any pointers?

 Do you have anything non-standard on the machines ? Start by looking at
 the h/w specs and setup.

Thanks Karanbir,
 Very generic, basic off the shelf workstation stuff, both have been running 
CentOS for over a year without problems and other machines that are OK have 
very similar specs all are AMD 64:

AMD Athlon(tm) 64 X2 Dual Core Processor 6400+
4Gb ram

AMD Athlon(tm) 64 X2 Dual Core Processor 4200+
2 Gb ram

 This is very repeatable and nothing seems to be written to /var/log/messages 
during failed boots, is this normal?

Cheers,
Colin.

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


Re: [CentOS] route question

2010-05-15 Thread Jerry Geis

 This sounds more like a destination NAT issue then a routing issue.

 If I'm correct you have a server behind eth0 that handles traffic
 forwarded to it from either eth1 or eth2. So if someone types in the
 IP address of eth2 (or eth1) in their browser they'll get your server
 behind eth0. Am I correct?

 If so, what you want to look at is something called destination NAT
 or port forwarding.

 -- 
 Drew
   
Drew,

I have a script that runs that sets all that up.

MYIP=74.223.8.179
GWIP=192.168.1.1

/sbin/modprobe iptable_nat
echo 1  /proc/sys/net/ipv4/ip_forward

# setup port 22
iptables -t nat -A PREROUTING -p tcp -d $MYIP --dport 22 -j DNAT --to 
192.168.1.58:22
iptables -t nat -A POSTROUTING -d 192.168.1.58 -j SNAT --to $GWIP
# Setup the port for sendmail
iptables -t nat -A PREROUTING -p tcp -d $MYIP --dport 25 -j DNAT --to 
192.168.1.58:25
iptables -t nat -A POSTROUTING -d 192.168.1.58 -j SNAT --to $GWIP

Again - i have the same kind of thing for the 24.X network and it works 
fine.

I searched for Destination nat just to make sure I did not miss 
something and it looks like what I have above.

Thanks,

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


[CentOS] sendmail many emails

2010-05-15 Thread Jerry Geis
I was getting MANY emails from XXX.hinet.net - kind of filled my mqueue 
directory.
I stopped sendmail. removed all the files in mqueue, added to sendmail 
access a REJECT for hinet.net
This certainly seems to help - but is that the correct way to take care 
of this sort of thing?

Thanks,

Jerry

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


[CentOS] CentOS-announce Digest, Vol 63, Issue 2

2010-05-15 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-5.5 i386 and x86_64 (Karanbir Singh)


--

Message: 1
Date: Fri, 14 May 2010 23:32:30 +0100
From: Karanbir Singh kbsi...@centos.org
Subject: [CentOS-announce] Release for CentOS-5.5 i386 and x86_64
To: centos-annou...@centos.org
Cc: dis...@distrowatch.com
Message-ID: 4bedcf7e.5010...@centos.org
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

We are pleased to announce the immediate availability of CentOS-5.5 for
i386 and x86_64 Architectures.

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

This is just an announcement email, not the release notes. The Release
Notes for CentOS-5.5 can be found on-line at :
http://wiki.centos.org/Manuals/ReleaseNotes/CentOS5.5 and everyone is
encouraged to look through them once. Also worth browsing through are 
the CentOS FAQs at http://wiki.centos.org/FAQ

+++
Upgrading from CentOS-5.4 ( or CentOS-5.0 / 5.1 / 5.2 / 5.3 ):

If you are already running CentOS-5.4 or an older CentOS-5 distro, all
you need to do is update your machine via yum by running :

'yum update'

Running 'yum list updates' before doing the update is recommended, so
you can get a list of packages that are going to be updated. To check
you are indeed on CentOS-5.5, run : 'rpm -q centos-release' and that
should return: 'centos-release-5-5.el5.centos'


+++
Live-CD:

LiveCDs for CentOS-5.5 on i386 and x86_64 are being released at the same 
time as the main distro. The LiveCDs are meant to be used to run a 
CentOS 5.5 environment or to start a network based install. The LiveCDs 
are setup in a way so as to allow running from either optical media like 
cds and dvds or from USB keys and other portable media.

+++
Change in iso counts:

The i386 distro is now spread onto 7 CD iso files, while the x86_64 
distro is now 8 CD isos. The x86_64 DVD set is now spread over 2 DVD 
isos, while the i386 DVD remains as 1 iso file.

We've had to split the x86_64 dvd media over multiple disks due to the 
increase in the binary packages size. We have, however, tried to build 
them in a way that dvd#1 should be all that is needed by most people. 
x86_64 DVD#2 is limited to some OpenOffice.org language packages. x86_64 
DVD#1 includes the rest of the distro and also includes the most popular 
OpenOffice.org language packs. More details on the exact split are 
available in the Release Notes.

+++
Downloading CentOS-5.5 for new installs:

When possible, consider using torrents to run the downloads. Not only
does it help the community and keeps mirrors from running up high
bandwidth bills, in most cases you will find its also the fastest means
to download the distro. There are currently over three hundred people
seeding CentOS-5 and it's possible to get upto 100mbps downloads via
these torrents.

-- Via BitTorrent :
  CD:
http://mirror.centos.org/centos/5.5/isos/i386/CentOS-5.5-i386-bin-1to7.torrent
http://mirror.centos.org/centos/5.5/isos/x86_64/CentOS-5.5-x86_64-bin-1to8.torrent

  DVD:
http://mirror.centos.org/centos/5.5/isos/i386/CentOS-5.5-i386-bin-DVD.torrent
http://mirror.centos.org/centos/5.5/isos/x86_64/CentOS-5.5-x86_64-bin-DVD.torrent

  LiveCD:
http://mirror.centos.org/centos/5.5/isos/i386/CentOS-5.5-i386-LiveCD.torrent
http://mirror.centos.org/centos/5.5/isos/x86_64/CentOS-5.5-x86_64-LiveCD.torrent

md5sum's for these torrent files:

cdc45af66bf92987ada310e251d43398  CentOS-5.5-i386-bin-1to7.torrent
5f623a38eab7f5eae21c3c4e3fe80c04  CentOS-5.5-x86_64-bin-1to8.torrent
489aba8ea3d9f82973728813f5c1d0ad  CentOS-5.5-x86_64-bin-DVD.torrent
a001e84db58e59113a83cf06730bf7fc  CentOS-5.5-i386-bin-DVD.torrent
3836afe12e27435ff928e35f2d85db10  CentOS-5.5-i386-LiveCD.torrent
55a40ba2e170a6bd424732d4c4116041  CentOS-5.5-x86_64-LiveCD.torrent

-- Via direct download:
Due to bandwidth considerations the CentOS Project does not publish ISOS 
directly from our network machines. However direct downloads are
available from external mirrors over http, ftp and rsync. A geoip
based list is available at http://isoredirect.centos.org/centos/5/isos/
to give you the best predictable match ( and only lists mirrors that are 
updated already, so you don't 

Re: [CentOS] [CentOS-announce] Release for CentOS-5.5 i386 and x86_64

2010-05-15 Thread Les Mikesell
Barry Brimer wrote:
 Now, what about the post-release updates. Any idea when those are coming?
 
 Perhaps you missed the following section in the announcements:
 
 +++
 Pending Updates:
 
 Since upstream released their 5.5 media, a series of updates have been
 issued. These updates are currently syncing to the CentOS mirrors.


Does that mean they are probably caught up now, or is there some way to tell?


-- 
   Les Mikesell
lesmikes...@gmail.com

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


Re: [CentOS] sendmail many emails

2010-05-15 Thread Frank Cox

On Sat, 2010-05-15 at 10:45 -0400, Jerry Geis wrote:
 I was getting MANY emails from XXX.hinet.net - kind of filled my
 mqueue 
 directory.
 I stopped sendmail. removed all the files in mqueue, added to
 sendmail 
 access a REJECT for hinet.net
 This certainly seems to help - but is that the correct way to take
 care 
 of this sort of thing?

That's the way that I do it.

# Check the /usr/share/doc/sendmail/README.cf file for a description
# of the format of this file. (search for access_db in that file)
# The /usr/share/doc/sendmail/README.cf is part of the sendmail-doc
# package.
#
# by default we allow relaying from localhost...
localhost.localdomain   RELAY
localhost   RELAY
142.165.59.200  RELAY
24.72.131.56RELAY
24.89.105.7 RELAY
192.168.0.6 RELAY
192.168.1.6 RELAY
manashosting.name   REJECT
lowratemarketing.netREJECT
superbservers.com   REJECT
jlineresults.comREJECT
hinet.net   REJECT
casksand.comREJECT
adobeacier.com  REJECT
spcsdns.net REJECT
smallcapmining02.netREJECT
tops-1.com  REJECT
calpop.com  REJECT
ae  REJECT
ar  REJECT
at  REJECT
be  REJECT
bg  REJECT
biz REJECT
br  REJECT
by  REJECT
cl  REJECT
cn  REJECT
co  REJECT
cz  REJECT
do  REJECT
es  REJECT
hu  REJECT
id  REJECT
in  REJECT
it  REJECT
mx  REJECT
nl  REJECT
pe  REJECT
pk  REJECT
pl  REJECT
pt  REJECT
ro  REJECT
ru  REJECT
sa  REJECT
sg  REJECT
sk  REJECT
th  REJECT
tr  REJECT
tw  REJECT
tv  REJECT
ua  REJECT
za  REJECT
eekeer.com  REJECT


-- 
MELVILLE THEATRE ~ Melville Sask ~ http://www.melvilletheatre.com

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


Re: [CentOS] sendmail many emails

2010-05-15 Thread Les Mikesell
Jerry Geis wrote:
 I was getting MANY emails from XXX.hinet.net - kind of filled my mqueue 
 directory.
 I stopped sendmail. removed all the files in mqueue, added to sendmail 
 access a REJECT for hinet.net
 This certainly seems to help - but is that the correct way to take care 
 of this sort of thing?
 

You probably need to do something more drastic like setting up spam/virus 
scanning and maybe graylisting.  This sort of thing happens a lot.  But, unless 
these were addressed to actual users, they shouldn't have been accepted and 
queued anyway.  Are you running a relay that accepts anything for a domain and 
forwards it?

-- 
   Les Mikesell
lesmikes...@gmail.com

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


Re: [CentOS] sendmail many emails

2010-05-15 Thread Frank Cox

On Sat, 2010-05-15 at 12:01 -0500, Les Mikesell wrote:
 
 You probably need to do something more drastic like setting up
 spam/virus 
 scanning and maybe graylisting. 

I originally just had spamassassin going, but after I added the REJECT
lines to the access file the load on my mailserver went way down and
even less spam showed up in the users inboxes.

So the belt-and-suspenders approach is the way to go, in my opinion.

Of course, the nature of your users legitimate incoming email will
determine how restrictive you can be with the access file.

-- 
MELVILLE THEATRE ~ Melville Sask ~ http://www.melvilletheatre.com

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


Re: [CentOS] Problems after update to 5.5

2010-05-15 Thread Jim Davis
On Sat, May 15, 2010 at 4:27 AM, Colin Coles co...@wemoto.com wrote:
 Hi,
  I have updated 8 machines so far and 2 are refusing to boot on
 2.6.18-194.3.1.el5 kernel, they just hang at: 'Starting udev:' but when I
 revert to 2.6.18-164.15.1.el5 kernel they boot fine. Any pointers?

When I ran into a similar problem on a 5.4 system, the hints at

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

were helpful, particularly about increasing the udev logging level.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] [CentOS-announce] Release for CentOS-5.5 i386 and x86_64

2010-05-15 Thread MHR
On Sat, May 15, 2010 at 9:46 AM, Les Mikesell lesmikes...@gmail.com wrote:

 Does that mean they are probably caught up now, or is there some way to tell?


Don't know about that, but I got this:

http://mirror.centos.org/centos/5/updates/x86_64/RPMS/xorg-x11-server-Xvfb-1.1.1-48.76.el5_5.1.x86_64.rpm:
[Errno 14] HTTP Error 404: Not Found

when I ran the update the first three times.  I have fastest mirrors
installed, but when it tries other mirror, this still doesn't get
downloaded.

I disabled the fastestmirror plugin, and got errors on this one:

 tetex   x86_64 3.0-33.8.el5_5.5updates   8.7 M

It took me three times running yum to get this loaded.

However, it seems that all the packages are now installing, so problem
worked around.  Perhaps a mirror check would be helpful, or it could
just be me.

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


[CentOS] Update successful. Thanks.

2010-05-15 Thread Ron Blizzard
My desktop updated without a hitch... well, actually, I ran out of
disk space after the download completed, so had to clear some space,
but the update process continued from where I left off without a hitch
-- and that's hardly CentOS's fault. I've still got to update my
laptop, but am a little leery, because I think I've a got a hard drive
failing.

At any rate, thank you *again* for all your hard work. I don't know if
I'm imagining it or not, but overall speed seems to be slightly
snappier with the new update.

-- 
RonB
CentOS 5.5 - Optiplex GX270
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] sendmail many emails

2010-05-15 Thread mouss
Jerry Geis a écrit :
 I was getting MANY emails from XXX.hinet.net - kind of filled my mqueue 
 directory.
 I stopped sendmail. removed all the files in mqueue, added to sendmail 
 access a REJECT for hinet.net
 This certainly seems to help - but is that the correct way to take care 
 of this sort of thing?
 

you can reject clients whose name ends in

.dynamic.hinet.net
.HINET-IP.hinet.net

but that won't stop the noise.

I prefer firewalling them:

$ cat /etc/fw.nosmtp
## hinet.net junk sources
#59.112.0.0 - 59.127.255.255
59.112.0.0/12
#61.220.0.0 - 61.231.255.255
61.220.0.0/14
61.224.0.0/14
61.228.0.0/14
#111.240.0.0 - 111.255.255.255
111.240.0.0/12
#114.32.0.0 - 114.47.255.255
114.32.0.0/12
#118.160.0.0 - 118.167.255.255
118.160.0.0/13
#118.168.0.0 - 118.171.255.255
118.168.0.0/14
#122.120.0.0 - 122.127.255.255
122.120.0.0/13
#218.160.0.0 - 218.175.255.255
218.160.0.0/12
#220.128.0.0 - 220.143.255.255
220.128.0.0/12

then

smtp=-p tcp --dport 25
grep -v ^# /etc/fw.nosmtp | while read _subnet _anything; do
if [ ! -z ${_subnet} ]; then
iptables -A INPUT -s ${_subnet} ${smtp} DROP
fi
done

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


Re: [CentOS] Update successful. Thanks.

2010-05-15 Thread E Westphal
Ditto here as well. All 133 packages updated without a problem. When
re-booting, got a 'warning' that kdump had to rebuild. Once that
completed, everything seems as it was before. Yes, things do seem a
little 'snappier' - maybe it's only a delusion brought about by wishful
thinking - I like it when it happens though.


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


Re: [CentOS] release of 5.5? (filesystem troubles)

2010-05-15 Thread Rainer Fuegenstein

yep, the release was pretty close ;-)

thanks guys!

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


Re: [CentOS] Update successful. Thanks.

2010-05-15 Thread Robert


On 05/15/2010 02:49 PM, E Westphal informed us:
 Ditto here as well. All 133 packages updated without a problem. When 
 re-booting, got a 'warning' that kdump had to rebuild. Once that 
 completed, everything seems as it was before. Yes, things do seem a 
 little 'snappier' - maybe it's only a delusion brought about by 
 wishful thinking - I like it when it happens though.
I thought I noticed snappier, too.  Only problem I had was that I 
stupidly failed to change xorg.conf to not use proprietary driver before 
rebooting.  They say cross-pollination will fair eat your lunch.  :-(   
Only disappointment so far is that lm_sensors still doesn't grok the AMD 
K-10 thermal sensors - a situation I grumble about even as I file it in 
the beggars can't be choosers folder.

Thanks Karanbir and whoever else worked on this release!
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Update successful. Thanks.

2010-05-15 Thread Ned Slider
Robert wrote:
 

snip

 Only disappointment so far is that lm_sensors still doesn't grok the AMD 
 K-10 thermal sensors - a situation I grumble about even as I file it in 
 the beggars can't be choosers folder.
 

That's because your kernel does not have a k10temp driver - it was only 
introduced into the mainline kernel around 2.6.32. There is a backported 
driver in ELRepo:

http://elrepo.org/tiki/kmod-k10temp

yum install kmod-k10temp

Red Hat did do a huge backport refresh of the /hwmon tree in el5.5, but 
they pulled from around kernel-2.6.26 which was before k10temp made it 
into the mainline kernel.

Hope that helps.



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


Re: [CentOS] Update successful. Thanks.

2010-05-15 Thread Yves Bellefeuille
On Saturday 15 May 2010 16:34, Robert wrote:

 Only disappointment so far is that lm_sensors still doesn't grok the 
 AMD K-10 thermal sensors - a situation I grumble about even as I file 
 it in the beggars can't be choosers folder.  

That's strange, because lM-sensors now detects my AMD Phenom. Did you 
install kmod-k10temp?

-- 
Yves Bellefeuille y...@storm.ca 
La Konsulo reprenos siajn funkciojn post trisemajna foresto. La tuta 
esperanta popolo estu dankema al la Vickonsulo. -- Heroldo 
Komunikas, n-ro 418.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Update successful. Thanks.

2010-05-15 Thread MHR
On Sat, May 15, 2010 at 12:49 PM, E Westphal enwes...@rochester.rr.com wrote:
 Ditto here as well. All 133 packages updated without a problem. When
 re-booting, got a 'warning' that kdump had to rebuild. Once that completed,
 everything seems as it was before. Yes, things do seem a little 'snappier' -
 maybe it's only a delusion brought about by wishful thinking - I like it
 when it happens though.


As I posted earlier, after a few apparent glitches during the package
retrieval process, everything seemed to go well.

I noted that when dkms was installed, it choked on my nvidia driver
and fuse-ntfs-3, but they're both in the weak-updates as links to the
older versions that ran with 2.6.18-164.15.1, and I'm pretty sure the
nvidia driver is running (shows in lsmod).

I just hooked up one of my older laptop Windows disks, and it seems to
work just fine, too, so I think that means all is well.

THANK YOU, CENTOS TEAM!

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


Re: [CentOS] RHEL 6 Beta available for public download

2010-05-15 Thread Mike Fedyk
On Thu, May 13, 2010 at 4:01 AM, Kwan Lowe kwan.l...@gmail.com wrote:
 On Thu, May 13, 2010 at 6:48 AM, Michael Simpson
 mikie.simp...@gmail.com wrote:
 sorry for bumping the thread,

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

 not bug but feature.

Interesting, I didn't realize the Pentium M didn't have PAE support.

 seems a shame to have built in obsolesence from RH.
 also means new laptop i bought for the purpose of using 6 when it
 comes won't work even though it is several generations of cpu newer
 than my current CentOS5 laptop (pentium M 1.8GHz vs P3 700MHz).
 fedora 12 runs well but i can't abide the churn.


 I guess it comes down to diminishing returns. PAE has been around for
 a few years and it may not be worth the effort for that prominent
 vendor to provide support for 5 year old, non-server systems that may
 be just fractions of their market.

 However, it's *just* a kernel... Kernels are relatively easy to build
 and don't necessarily affect much in the user space. You may be able
 to take the CentOS image, once it's ready, then rebuild with a non-PAE
 kernel.

In fact centos already makes i586 kernels for centos5.  I wouldn't be
surprised if they did the same for centos6.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] RHEL 6 Beta available for public download

2010-05-15 Thread Akemi Yagi
On Sat, May 15, 2010 at 3:24 PM, Mike Fedyk mfe...@mikefedyk.com wrote:

 In fact centos already makes i586 kernels for centos5.  I wouldn't be
 surprised if they did the same for centos6.

Well, CentOS provides i586 kernels for CentOS-4 but not -5.

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


Re: [CentOS] RHEL 6 Beta available for public download

2010-05-15 Thread Ron Loftin

On Sat, 2010-05-15 at 15:36 -0700, Akemi Yagi wrote:
 On Sat, May 15, 2010 at 3:24 PM, Mike Fedyk mfe...@mikefedyk.com wrote:
 
  In fact centos already makes i586 kernels for centos5.  I wouldn't be
  surprised if they did the same for centos6.
 
 Well, CentOS provides i586 kernels for CentOS-4 but not -5.

This is an interesting point.  Is it possible that the CentOS team might
provide a non-PAE kernel alternative, similar to the way they did the
i586 kernel for CentOS 4?  It seems like this would be useful to those
like me who use primarily recycled ( older ) hardware.

What would be the proper way to request such a thing?

 
 Akemi

-- 
Ron Loftin  relof...@twcny.rr.com

God, root, what is difference ?   Piter from UserFriendly

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


Re: [CentOS] [CentOS-announce] Release for CentOS-5.5 i386 and x86_64

2010-05-15 Thread Gilbert Sebenste
 Barry Brimer wrote:
 Now, what about the post-release updates. Any idea when those are coming?

 Perhaps you missed the following section in the announcements:

I did indeed (face palm, shakes head). Thanks for pointing that out. will 
update now and see how it goes. Thanks!

***
Gilbert Sebenste 
(My opinions only!)  **
Staff Meteorologist, Northern Illinois University  
E-mail: seben...@weather.admin.niu.edu  ***
web: http://weather.admin.niu.edu  **
***
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Problem with gs

2010-05-15 Thread Kwan Lowe
Just updated a laptop.. everything went smoothly but noticed one issue.

After updating and rebooting, I did a print test using enscript to
print a test file. In a few seconds, the CPU utilization shot way up.
The ghostprint gs program was using 99% CPU. The laptop fans started
spinning at the high rate. Laptop got very hot very suddenly then
shutdown. On reboot, the BIOS reported a temperature error and that
the system was shutdown to prevent damage. On rebooting, the gs
program kicked off again and again CPU shot up very high. Fans started
kicking off.  I killed the gs process and about 20 seconds later then
fans went back to normal.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Not firewall, but what?

2010-05-15 Thread Gordon Messmer
On 05/14/2010 12:10 AM, Jussi Hirvi wrote:

 Ok, rc.d/routes is probably it

Looks that way.  I find that relatively reassuring.  No linux magic 
involved.  But then, if you didn't set that up, who did?

 (on the healthy machine I previously
 used as a reference). I will have to study the ip command and routing a
 bit, then make a fix on the non-healthy (xen) box.

I'd recommend either setting the rules up in a rules-eth0 or such file 
in /etc/sysconfig/network-scripts, or using shorewall.  Inventing your 
own system is workable, but as you've found, they tend not to be 
documented well which leads future admins (or even future you) to wonder 
how things work.  Use the facilities available rather than fighting them.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] route question

2010-05-15 Thread Gordon Messmer
That's funny.  We *just* went over this in a thread with the subject 
not firewall, but what?.  I even posted an example shorewall 
configuration that does what you're trying to do.

You should either use shorewall, or if you're more familiar with Linux's 
ip command, set up the route-eth1 and route-eth2 and the rules-eth1 
and rules-eth2 configuration files.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] update to 5.5 small issues

2010-05-15 Thread fred smith
a couple hours after the update (and requisite reboot and reinstallation
of nvidia proprietary driver), I noticed I wasn't gettting any email.
upon a little investigation, I noted that the update had replaced my
custom sendmail.cf with its own. I don't recall updates to sendmail
doing that previously,

also, around that time my panels stopped unhiding, so they remained in a
hidden state that I could not recover them from. logged off and on and
it didn't help, in fact it was worse: no panels at all. so I did a
reboot and now they seem to be working. I'll have to keep an eagle-eye
on them.

so far, all else seems well.

Thanks to the whole team who makes Centos possible!

-- 
---
 .Fred Smith   /  
( /__  ,__.   __   __ /  __   : / 
 //  /   /__) /  /  /__) .+'   Home: fre...@fcshome.stoneham.ma.us 
//  (__ (___ (__(_ (___ / :__ 781-438-5471 
 Jude 1:24,25 -
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] update to 5.5 small issues

2010-05-15 Thread Robert Nichols
On 05/15/2010 11:23 PM, fred smith wrote:
 a couple hours after the update (and requisite reboot and reinstallation
 of nvidia proprietary driver), I noticed I wasn't gettting any email.
 upon a little investigation, I noted that the update had replaced my
 custom sendmail.cf with its own. I don't recall updates to sendmail
 doing that previously,

Sounds like you installed a sendmail.cf that was not generated from
/etc/mail/sendmail.mc and left the original sendmail.mc unmodified.
The rpm updated the unmodified sendmail.mc configuration file.  The
startup script for sendmail then saw an apparently out-of-date
sendmail.mc and rebuilt it from the new sendmail.cf.

-- 
Bob Nichols NOSPAM is really part of my email address.
 Do NOT delete it.

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