Re: [CentOS] Configuring ipv6 reboot persistence, CentOS 5.6

2011-05-07 Thread David Mehler
Hello,
Thank you for your response. The IPV4 endpoint address in ifcfg-sit1
is in fact the tunnel endpoint and not my system's address.

The output of ifconfig sit1 does in fact show the ipv6 addresses looks
correct to me.

The output of  ip -6 route | grep -v 'dev lo' shows ipv6 traffic going
out sit1. I should probably mention I do not have any ipv6 firewall in
place.

Thanks.
Dave.



On 5/7/11, Stephen Harris  wrote:
> On Sat, May 07, 2011 at 04:28:45PM -0400, David Mehler wrote:
>> Testing that with a ping6 works fine. I then want it to persist across
>> reboots. So I added the following to /etc/sysconfig/network:
>>
>>NETWORKING_IPV6=yes
>>IPV6_DEFAULTDEV=sit1
>
> Looks good; I have the same.
>
>> and I made /etc/sysconfig/network-scripts/ifcfg-sit1
>>
>>DEVICE=sit1
>>BOOTPROTO=none
>>ONBOOT=yes
>>IPV6INIT=yes
>>IPV6TUNNELIPV4=IPV4 Address
>>IPV6ADDR=IPV6 Address
>
> I have
>   DEVICE=sit1
>   BOOTPROTO=none
>   ONBOOT=yes
>   IPV6INIT=yes
>   IPV6TUNNELIPV4=remote_ipv4_address
>   IPV6ADDR=my_ip6_address/netmask
>
>> Reboot the box, check sit1 and it has an ip address. Running that
>> ping6 command says the network can't be reached. I have to take the
>> interface down and rerun those above commands manually. I'd appreciate
>> any suggestions.
>
> Is the IPv4 address in the config above the IP address of the HE endpoint
> and _not_ your IP address?  (In my case I have 72.52.104.74 for tserv3)
>
> ifconfig sit1 should show something like
>   sit1  Link encap:IPv6-in-IPv4
> inet6 addr: your_ip6/metmask Scope:Global
> inet6 addr: fe80::link_addr/64 Scope:Link
> UP POINTOPOINT RUNNING NOARP  MTU:1480  Metric:1
> RX packets:756 errors:0 dropped:0 overruns:0 frame:0
> TX packets:758 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0 txqueuelen:0
> RX bytes:76421 (74.6 KiB)  TX bytes:88155 (86.0 KiB)
>
> Also check the output of
>   ip -6 route | grep -v 'dev lo'
>
> --
>
> rgds
> Stephen
> ___
> 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] Configuring ipv6 reboot persistence, CentOS 5.6

2011-05-07 Thread Stephen Harris
On Sat, May 07, 2011 at 04:28:45PM -0400, David Mehler wrote:
> Testing that with a ping6 works fine. I then want it to persist across
> reboots. So I added the following to /etc/sysconfig/network:
> 
>NETWORKING_IPV6=yes
>IPV6_DEFAULTDEV=sit1

Looks good; I have the same.

> and I made /etc/sysconfig/network-scripts/ifcfg-sit1
> 
>DEVICE=sit1
>BOOTPROTO=none
>ONBOOT=yes
>IPV6INIT=yes
>IPV6TUNNELIPV4=IPV4 Address
>IPV6ADDR=IPV6 Address

I have
  DEVICE=sit1
  BOOTPROTO=none
  ONBOOT=yes
  IPV6INIT=yes
  IPV6TUNNELIPV4=remote_ipv4_address
  IPV6ADDR=my_ip6_address/netmask

> Reboot the box, check sit1 and it has an ip address. Running that
> ping6 command says the network can't be reached. I have to take the
> interface down and rerun those above commands manually. I'd appreciate
> any suggestions.

Is the IPv4 address in the config above the IP address of the HE endpoint
and _not_ your IP address?  (In my case I have 72.52.104.74 for tserv3)

ifconfig sit1 should show something like
  sit1  Link encap:IPv6-in-IPv4
inet6 addr: your_ip6/metmask Scope:Global
inet6 addr: fe80::link_addr/64 Scope:Link
UP POINTOPOINT RUNNING NOARP  MTU:1480  Metric:1
RX packets:756 errors:0 dropped:0 overruns:0 frame:0
TX packets:758 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:76421 (74.6 KiB)  TX bytes:88155 (86.0 KiB)

Also check the output of
  ip -6 route | grep -v 'dev lo'

-- 

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


Re: [CentOS] Configuring ipv6 reboot persistence, CentOS 5.6

2011-05-07 Thread David Mehler
Hello,

Thanks for the suggestion. Unfortunately, that didn't fix it.

Dave

On 5/7/11, Ryan Wagoner  wrote:
> On Sat, May 7, 2011 at 4:28 PM, David Mehler  wrote:
>> Hello,
>>
>> I'm running a CentOS 5.6 server through linode. I am atempting to
>> configure it for ipv6, previously this had been done though not by me
>> on a ubuntu box so the hardware can take it. I've got an ipv6 tunnel
>> through Hurricane Electric and at a shell prompt have done the
>> following:
>>
>> ifconfig sit0 up
>> ifconfig sit0 inet6 tunnel ::IPV4 Address
>> ifconfig sit1 up
>> ifconfig sit1 inet6 add IPV6 Address
>> route -A inet6 add ::/0 dev sit1
>>
>> Testing that with a ping6 works fine. I then want it to persist across
>> reboots. So I added the following to /etc/sysconfig/network:
>>
>>       NETWORKING_IPV6=yes
>>       IPV6_DEFAULTDEV=sit1
>>
>> and I made /etc/sysconfig/network-scripts/ifcfg-sit1
>>
>>       DEVICE=sit1
>>       BOOTPROTO=none
>>       ONBOOT=yes
>>       IPV6INIT=yes
>>       IPV6TUNNELIPV4=IPV4 Address
>>       IPV6ADDR=IPV6 Address
>>
>> Reboot the box, check sit1 and it has an ip address. Running that
>> ping6 command says the network can't be reached. I have to take the
>> interface down and rerun those above commands manually. I'd appreciate
>> any suggestions.
>
> Try adding TYPE=sit to /etc/sysconfig/network-scripts/ifcfg-sit1
>
> Ryan
> ___
> 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] Configuring ipv6 reboot persistence, CentOS 5.6

2011-05-07 Thread Ryan Wagoner
On Sat, May 7, 2011 at 4:28 PM, David Mehler  wrote:
> Hello,
>
> I'm running a CentOS 5.6 server through linode. I am atempting to
> configure it for ipv6, previously this had been done though not by me
> on a ubuntu box so the hardware can take it. I've got an ipv6 tunnel
> through Hurricane Electric and at a shell prompt have done the
> following:
>
> ifconfig sit0 up
> ifconfig sit0 inet6 tunnel ::IPV4 Address
> ifconfig sit1 up
> ifconfig sit1 inet6 add IPV6 Address
> route -A inet6 add ::/0 dev sit1
>
> Testing that with a ping6 works fine. I then want it to persist across
> reboots. So I added the following to /etc/sysconfig/network:
>
>       NETWORKING_IPV6=yes
>       IPV6_DEFAULTDEV=sit1
>
> and I made /etc/sysconfig/network-scripts/ifcfg-sit1
>
>       DEVICE=sit1
>       BOOTPROTO=none
>       ONBOOT=yes
>       IPV6INIT=yes
>       IPV6TUNNELIPV4=IPV4 Address
>       IPV6ADDR=IPV6 Address
>
> Reboot the box, check sit1 and it has an ip address. Running that
> ping6 command says the network can't be reached. I have to take the
> interface down and rerun those above commands manually. I'd appreciate
> any suggestions.

Try adding TYPE=sit to /etc/sysconfig/network-scripts/ifcfg-sit1

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


Re: [CentOS] No sound on HP 8540w, guidance requested

2011-05-07 Thread John R Pierce
On 05/07/11 1:35 PM, Ned Slider wrote:
>> 00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset
>> >  High Definition Audio (rev 06)
>> >  01:00.1 Audio device: nVidia Corporation High Definition Audio
>> >  Controller (rev a1)
> Hmm, any idea why you have 2 audio controllers?

wild guess says, one is the mainboard chipset audio controller, and the 
other is HDMI audio on the video card.


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


Re: [CentOS] No sound on HP 8540w, guidance requested

2011-05-07 Thread Ned Slider
On 07/05/11 20:32, David wrote:
>
> I got two recommendations:
> a) Used 'alsamixer' to unmute all channels.  The were, as a responder
> suggested, muted.
> b) Installed kmod-alsa from elrepo.  It produced a bunch of warnings
> which I ignored.
> c) I performed lspci | grep -i audio, and got
>
> 00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset
> High Definition Audio (rev 06)
> 01:00.1 Audio device: nVidia Corporation High Definition Audio
> Controller (rev a1)

Hmm, any idea why you have 2 audio controllers?

> I am not sure where to go from here.

Next you need to identify the Vendor:Device ID pairing for your 
device(s) above and then search for a driver that supports them.

If I show you by example, on MY hardware, perhaps you can follow along 
for yours...

You already did:

# lspci | grep -i audio
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio 
Controller (rev 02)

so now take the PCI ID (first part above) and query it for the 
Vendor:Device ID pairing:

# lspci -n | grep '00:1b.0'
00:1b.0 0403: 8086:293e (rev 02)

and take the Vendor:Device ID pairing (8086:293e in my example) and 
search for a matching driver supporting that device:


# grep -i 8086 /lib/modules/*/modules.alias | grep -i 293e
/lib/modules/2.6.18-128.el5/modules.alias:alias 
pci:v8086d293Esv*sd*bc*sc*i* snd-hda-intel
/lib/modules/2.6.18-164.el5/modules.alias:alias 
pci:v8086d293Esv*sd*bc*sc*i* snd-hda-intel
/lib/modules/2.6.18-194.el5/modules.alias:alias 
pci:v8086d293Esv*sd*bc*sc*i* snd-hda-intel
/lib/modules/2.6.18-238.9.1.el5/modules.alias:alias 
pci:v8086d293Esv*sd*bc*sc*i* snd-hda-intel
/lib/modules/2.6.18-238.el5/modules.alias:alias 
pci:v8086d293Esv*sd*bc*sc*i* snd-hda-intel
/lib/modules/2.6.18-53.el5/modules.alias:alias 
pci:v8086d293Esv*sd*bc*sc*i* snd-hda-intel
/lib/modules/2.6.18-92.el5/modules.alias:alias 
pci:v8086d293Esv*sd*bc*sc*i* snd-hda-intel

which shows me the snd-hda-intel driver present in kernel-2.6.18-53.el5 
onwards supports my hardware.

Now do the same for your hardware and show us the results.



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


[CentOS] Configuring ipv6 reboot persistence, CentOS 5.6

2011-05-07 Thread David Mehler
Hello,

I'm running a CentOS 5.6 server through linode. I am atempting to
configure it for ipv6, previously this had been done though not by me
on a ubuntu box so the hardware can take it. I've got an ipv6 tunnel
through Hurricane Electric and at a shell prompt have done the
following:

ifconfig sit0 up
ifconfig sit0 inet6 tunnel ::IPV4 Address
ifconfig sit1 up
ifconfig sit1 inet6 add IPV6 Address
route -A inet6 add ::/0 dev sit1

Testing that with a ping6 works fine. I then want it to persist across
reboots. So I added the following to /etc/sysconfig/network:

   NETWORKING_IPV6=yes
   IPV6_DEFAULTDEV=sit1

and I made /etc/sysconfig/network-scripts/ifcfg-sit1

   DEVICE=sit1
   BOOTPROTO=none
   ONBOOT=yes
   IPV6INIT=yes
   IPV6TUNNELIPV4=IPV4 Address
   IPV6ADDR=IPV6 Address

Reboot the box, check sit1 and it has an ip address. Running that
ping6 command says the network can't be reached. I have to take the
interface down and rerun those above commands manually. I'd appreciate
any suggestions.

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


Re: [CentOS] No sound on HP 8540w, guidance requested

2011-05-07 Thread Robert Heller
At Sat, 07 May 2011 12:32:41 -0700 CentOS mailing list  
wrote:

> 
> At 09:28 AM 5/7/2011, you wrote:
> >On 07/05/11 16:22, David wrote:
> > > Dear Experts
> > >
> > > I have been unsuccessful getting the sound to work on a HP Mobile
> > > Workstation HP 8540w.
> > >
> > > Here's a brief rundown of where I am
> > >
> > > I did a clean new install of Centos 5.6 from DVD, using the Gnome
> > > Desktop option and no optional modules.
> > > I enabled the firewall, but disabled SELINUX.
> > >
> > > I installed three files from elrepo to make the wireless adaptor
> > > work, and specified the video adaptor using the Gnome ->  System ->
> > > Preferences ->  Display panel.
> > >
> >
> >Hi David,
> >
> >If you're already familiar with elrepo then I'd suggest you try their
> >updated alsa sound drivers.
> >
> >yum --enanlerepo=elrepo install kmod-alsa
> >
> >and reboot.
> >
> >Also, don't forget to check your sound device isn't muted. The ALSA docs
> >state:
> >
> >Note: All mixer channels are muted by default. You must use a native
> >or OSS mixer program to unmute appropriate channels (for example a
> >mixer from the alsa-utils package).
> 
> 
> I got two recommendations:
> a) Used 'alsamixer' to unmute all channels.  The were, as a responder 
> suggested, muted.
> b) Installed kmod-alsa from elrepo.  It produced a bunch of warnings 
> which I ignored.
> c) I performed lspci | grep -i audio, and got
> 
> 00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset 
> High Definition Audio (rev 06)
> 01:00.1 Audio device: nVidia Corporation High Definition Audio 
> Controller (rev a1)
> got

OK, this looks like the same audio chipset I have in my desktop machine
-- the *stock* snd-hda-intel driver should work.  Also there seems to be
*two* audio chipsets (do you have a PCI sound card *in addition* to the
motherboard's audio chipset?  If so, then it is possible that your movie
player to talking to the soundchip that is not connected to any speakers!

It is also worth noting: many laptops have a set of volume and/or mute
buttons, either separate from the keyboard proper (my ThinkPad X31 does
-- labeled with a speaker with a down arrowhead, an up arrowhead, and a
speaker with a slash through it) or layered as 'Function' (Fn) keys on
the F* keys (activated by the special Fn key).  It is possible that you
need to push one of these to enable / unmute / turn up the volume...

> 
> No sound, and the mute button on the function display does nothing -- 
> it's a constant orange color.
> I am not sure where to go from here. 
> 
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
> 
>

-- 
Robert Heller -- 978-544-6933 / hel...@deepsoft.com
Deepwoods Software-- http://www.deepsoft.com/
()  ascii ribbon campaign -- against html e-mail
/\  www.asciiribbon.org   -- against proprietary attachments


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


Re: [CentOS] How to add a HD to a LVM

2011-05-07 Thread Digimer
On 05/07/2011 03:10 PM, Todd Cary wrote:
> I have connected a HD that was a prior system drive (Centos 4.8) 
> and I am not sure of the command line procedures to find out if 
> it is recognized (I believe it is since it present in the GUI), 
> delete all data on it and finally add it to the LVM.
> 
> I would like to use it as a backup data drive.
> 
> Todd

Does pvscan or vgscan show it? If not, what is the device path and does
that fall within the 'filter = []' set in lvm.conf?

-- 
Digimer
E-Mail: digi...@alteeve.com
AN!Whitepapers: http://alteeve.com
Node Assassin:  http://nodeassassin.org
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] No sound on HP 8540w, guidance requested

2011-05-07 Thread David
At 09:28 AM 5/7/2011, you wrote:
>On 07/05/11 16:22, David wrote:
> > Dear Experts
> >
> > I have been unsuccessful getting the sound to work on a HP Mobile
> > Workstation HP 8540w.
> >
> > Here's a brief rundown of where I am
> >
> > I did a clean new install of Centos 5.6 from DVD, using the Gnome
> > Desktop option and no optional modules.
> > I enabled the firewall, but disabled SELINUX.
> >
> > I installed three files from elrepo to make the wireless adaptor
> > work, and specified the video adaptor using the Gnome ->  System ->
> > Preferences ->  Display panel.
> >
>
>Hi David,
>
>If you're already familiar with elrepo then I'd suggest you try their
>updated alsa sound drivers.
>
>yum --enanlerepo=elrepo install kmod-alsa
>
>and reboot.
>
>Also, don't forget to check your sound device isn't muted. The ALSA docs
>state:
>
>Note: All mixer channels are muted by default. You must use a native
>or OSS mixer program to unmute appropriate channels (for example a
>mixer from the alsa-utils package).


I got two recommendations:
a) Used 'alsamixer' to unmute all channels.  The were, as a responder 
suggested, muted.
b) Installed kmod-alsa from elrepo.  It produced a bunch of warnings 
which I ignored.
c) I performed lspci | grep -i audio, and got

00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset 
High Definition Audio (rev 06)
01:00.1 Audio device: nVidia Corporation High Definition Audio 
Controller (rev a1)
got

No sound, and the mute button on the function display does nothing -- 
it's a constant orange color.
I am not sure where to go from here. 

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


Re: [CentOS] How to add a HD to a LVM

2011-05-07 Thread David Lemcoe
On Sat, May 7, 2011 at 3:10 PM, Todd Cary  wrote:

> I have connected a HD that was a prior system drive (Centos 4.8)
> and I am not sure of the command line procedures to find out if
> it is recognized (I believe it is since it present in the GUI),
> delete all data on it and finally add it to the LVM.
>
> I would like to use it as a backup data drive.
>
> Todd
>
> --
> Ariste Software
> Petaluma, CA 94952
>
> http://www.aristesoftware.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] kswapd taking 100% cpu with no swap on system

2011-05-07 Thread Ali Ahsan
Hi All

I have xeon server with 16 Gb Ram and no Swap memory.I am running 
cassandra server on two node in cluster.When there is high load on 
server kswapd0 kicks inn and take 100% cpu and make machine very slow 
and we need to restart out cassandra server.I have  latest kernel 
2.6.18-238.9.1.el5.Please let me know how can i fix this issue .Its 
hurting us badly this our production server any quick help will be 
appreciated.

-- 
S.Ali Ahsan



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


Re: [CentOS] How to add a HD to a LVM

2011-05-07 Thread Scott Robbins
On Sat, May 07, 2011 at 12:10:41PM -0700, Todd Cary wrote:
> I have connected a HD that was a prior system drive (Centos 4.8) 
> and I am not sure of the command line procedures to find out if 
> it is recognized (I believe it is since it present in the GUI), 
> delete all data on it and finally add it to the LVM.
> 
> I would like to use it as a backup data drive.

I have a page that might help.  (It's not the best page in the world,
mostly done as a reference for myself, but)

http://home.roadrunner.com/~computertaijutsu/lvm.html


-- 
Scott Robbins
PGP keyID EB3467D6
( 1B48 077D 66F6 9DB0 FDC2 A409 FA54 EB34 67D6 )
gpg --keyserver pgp.mit.edu --recv-keys EB3467D6

Cordelia: Everything has been taken away because Daddy made a 
little mistake on his taxes... for the last twelve years. 
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] How to add a HD to a LVM

2011-05-07 Thread Ljubomir Ljubojevic
Todd Cary wrote:
> I have connected a HD that was a prior system drive (Centos 4.8) 
> and I am not sure of the command line procedures to find out if 
> it is recognized (I believe it is since it present in the GUI), 
> delete all data on it and finally add it to the LVM.
> 
> I would like to use it as a backup data drive.
> 
> Todd
> 
either use "lvm " command to check, add, etc.. (google or use man 
page) or use webmin to see and manage all of your drives (amongst other 
things) on that system from nice and intuitive web config interface.

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


[CentOS] How to add a HD to a LVM

2011-05-07 Thread Todd Cary
I have connected a HD that was a prior system drive (Centos 4.8) 
and I am not sure of the command line procedures to find out if 
it is recognized (I believe it is since it present in the GUI), 
delete all data on it and finally add it to the LVM.

I would like to use it as a backup data drive.

Todd

-- 
Ariste Software
Petaluma, CA 94952

http://www.aristesoftware.com

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


Re: [CentOS] EL 6 rollout strategies? (Scientific Linux)

2011-05-07 Thread Ljubomir Ljubojevic
Chuck Munro wrote:
> 
> On 05/07/2011 09:00 AM, Benjamin Smith wrote:
>> I was wondering what feedback might be offered by the CentOS community on 
>> their
>> experiences using Scientific Linux?
>>
>> I'm a long-time Centos user, and am basically happy with CentOS. I understand
>> there are delays getting EL 6 out.  We have been long anxious to roll out EL 
>> 6
>> as soon as it's ready, but our time window for rollout is looming and we will
>> need to act. (for business reasons, we need to rollout over summer, before 
>> Aug
>> 1, we need to start regression testing now!)
>>
>> I was once a WhiteBox Enterprise Linux user and switched to CentOS 4 without
>> issue, and am assuming that I might need to do something similar if we decide
>> to go this route.
>>
>> Any feedback is appreciated!
> 
> I had to complete a new VM Host machine before CentOS-6 was ready, so I 
> used SL-6 as the underpinnings.  It simply worked, once I ironed out a 
> couple of unrelated hardware issues.  It auto-updates and lets me know 
> when that's been done, but it doesn't reboot unless I want to, so 
> there's little risk in allowing the updates.  Auto-update can be 
> disabled if you prefer.
> 
> So far it has been flawless.  It's managing two very large software 
> RAID-6 arrays and 7 Guest VMs on a dual-Xeon Supermicro motherboard.
> 
> All of the VM Guest OS's are CentOS-5.6 which works well for my 
> applications.  I may or may not upgrade the Guests to C6, depending on 
> need.  CentOS has been so reliable that I'm reluctant to move to a 
> different platform.  I've used Ubuntu Server and it works well, but I'm 
> more familiar with the RHEL way of doing things so I'll stick with CentOS.
> 
> One thing I don't know much about is an in-place upgrade of C5 to C6. 
> There are some under-the-hood differences that must be taken into 
> account, which I haven't looked into.
> 
> YMMV,
> Chuck

in-place upgrade of C5 to C6 will be most likely impossible. To many 
changes of how thing work.

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


Re: [CentOS] Typing "startx" gives me a black scrren, have to reboot to get back to runlevel 3

2011-05-07 Thread Phil Schaffner
Gilbert Sebenste wrote on 05/07/2011 11:57 AM:
...
> I get a ton of stuff before this, but just info messages. Where should I
> start looking to fix this problem? I use the Redhat experimental kernels
> at http://epople.redhat.com/jwilson/el5/. Running CentOS 5.6,
> fully patched as of this morning with the gdb/OO updates.

Not sure what the experimental kernels have to do with it, but you might 
try a standard kernel.

See if this helps:
http://wiki.centos.org/HowTos/ConfigureNewVideoCard

If still having problems then see FAQ #23 at
http://wiki.centos.org/FAQ/General

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


Re: [CentOS] No sound on HP 8540w, guidance requested

2011-05-07 Thread Ned Slider
On 07/05/11 17:28, Ned Slider wrote:

fixing my own typo

>
> yum --enanlerepo=elrepo install kmod-alsa
>

yum --enablerepo=elrepo install kmod-alsa

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


Re: [CentOS] No sound on HP 8540w, guidance requested

2011-05-07 Thread Ned Slider
On 07/05/11 16:22, David wrote:
> Dear Experts
>
> I have been unsuccessful getting the sound to work on a HP Mobile
> Workstation HP 8540w.
>
> Here's a brief rundown of where I am
>
> I did a clean new install of Centos 5.6 from DVD, using the Gnome
> Desktop option and no optional modules.
> I enabled the firewall, but disabled SELINUX.
>
> I installed three files from elrepo to make the wireless adaptor
> work, and specified the video adaptor using the Gnome ->  System ->
> Preferences ->  Display panel.
>

Hi David,

If you're already familiar with elrepo then I'd suggest you try their 
updated alsa sound drivers.

yum --enanlerepo=elrepo install kmod-alsa

and reboot.

Also, don't forget to check your sound device isn't muted. The ALSA docs 
state:

Note: All mixer channels are muted by default. You must use a native
   or OSS mixer program to unmute appropriate channels (for example a
   mixer from the alsa-utils package).

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


Re: [CentOS] EL 6 rollout strategies? (Scientific Linux)

2011-05-07 Thread Chuck Munro


On 05/07/2011 09:00 AM, Benjamin Smith wrote:
>
> I was wondering what feedback might be offered by the CentOS community on 
> their
> experiences using Scientific Linux?
>
> I'm a long-time Centos user, and am basically happy with CentOS. I understand
> there are delays getting EL 6 out.  We have been long anxious to roll out EL 6
> as soon as it's ready, but our time window for rollout is looming and we will
> need to act. (for business reasons, we need to rollout over summer, before Aug
> 1, we need to start regression testing now!)
>
> I was once a WhiteBox Enterprise Linux user and switched to CentOS 4 without
> issue, and am assuming that I might need to do something similar if we decide
> to go this route.
>
> Any feedback is appreciated!

I had to complete a new VM Host machine before CentOS-6 was ready, so I 
used SL-6 as the underpinnings.  It simply worked, once I ironed out a 
couple of unrelated hardware issues.  It auto-updates and lets me know 
when that's been done, but it doesn't reboot unless I want to, so 
there's little risk in allowing the updates.  Auto-update can be 
disabled if you prefer.

So far it has been flawless.  It's managing two very large software 
RAID-6 arrays and 7 Guest VMs on a dual-Xeon Supermicro motherboard.

All of the VM Guest OS's are CentOS-5.6 which works well for my 
applications.  I may or may not upgrade the Guests to C6, depending on 
need.  CentOS has been so reliable that I'm reluctant to move to a 
different platform.  I've used Ubuntu Server and it works well, but I'm 
more familiar with the RHEL way of doing things so I'll stick with CentOS.

One thing I don't know much about is an in-place upgrade of C5 to C6. 
There are some under-the-hood differences that must be taken into 
account, which I haven't looked into.

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


Re: [CentOS] centos friends?

2011-05-07 Thread Les Mikesell
On 5/6/11 6:22 PM, Karanbir Singh wrote:
>
>
> no reason why we cant do something like this in California as well.
> There are quite a few open source centric / open source friendly events
> and get together's there right ?

One of the after-hours Birds-Of-a-Feather get togethers that are informally 
arranged at the O'Reilly OSCON would be a nice venue. It's in Portland this 
summer and I don't expect to make it but it always draws an international crowd 
with both sysadmin and programmer tracks.  In more prosperous times I think Sun 
used to sponsor food/drinks at some of these events. Those days are over but 
someone else might do it.

-- 
   Les Mikesell
 lesmikes...@gmail.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] CentOS-announce Digest, Vol 75, Issue 4

2011-05-07 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. CESA-2011:0182 Important CentOS 5 i386openoffice.org Update
  (Johnny Hughes)
   2. CESA-2011:0182 Important CentOS 5 x86_64  openoffice.org
  Update (Johnny Hughes)
   3. CEBA-2011:0186  CentOS 5 i386 gdb Update (Johnny Hughes)
   4. CEBA-2011:0186  CentOS 5 x86_64 gdb Update (Johnny Hughes)
   5. CEBA-2011:0178  CentOS 5 x86_64 openldap Update (Johnny Hughes)
   6. CEBA-2011:0178  CentOS 5 i386 openldap Update (Johnny Hughes)
   7. CEBA-2011:0006  CentOS 5 i386 cman Update (Johnny Hughes)
   8. CEBA-2011:0006  CentOS 5 x86_64 cman Update (Johnny Hughes)


--

Message: 1
Date: Sat, 7 May 2011 09:10:56 +
From: Johnny Hughes 
Subject: [CentOS-announce] CESA-2011:0182 Important CentOS 5 i386
openoffice.org Update
To: centos-annou...@centos.org
Message-ID: <20110507091056.ga2...@chakra.karan.org>
Content-Type: text/plain; charset=us-ascii


CentOS Errata and Security Advisory 2011:0182 Important

Upstream details at : https://rhn.redhat.com/errata/RHSA-2011-0182.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( md5sum Filename ) 

i386:
8ff1d432d02a981f5918ed7bec53b863  
openoffice.org-base-3.1.1-19.5.el5_5.6.i386.rpm
eea433d27f0a7d2514231ed98db46622  
openoffice.org-calc-3.1.1-19.5.el5_5.6.i386.rpm
4399c15d259d5b723f4e2ab59a260eac  
openoffice.org-core-3.1.1-19.5.el5_5.6.i386.rpm
8145303940a622cd5705e076fc8b8568  
openoffice.org-draw-3.1.1-19.5.el5_5.6.i386.rpm
e97fba8bbb2bb7e6e74bf8eeadcbdebb  
openoffice.org-emailmerge-3.1.1-19.5.el5_5.6.i386.rpm
992e8a014bab515a4c4253bcb9e5c6e9  
openoffice.org-graphicfilter-3.1.1-19.5.el5_5.6.i386.rpm
99f8fb7f3654565347e1c0b85d5fd98e  
openoffice.org-headless-3.1.1-19.5.el5_5.6.i386.rpm
ee6646d289323fd9421c51585e7847cf  
openoffice.org-impress-3.1.1-19.5.el5_5.6.i386.rpm
ad9cfc9872358b0da7d2bb616c5c4b8a  
openoffice.org-javafilter-3.1.1-19.5.el5_5.6.i386.rpm
4f300f0c388f9cd880aa09c30292430d  
openoffice.org-langpack-af_ZA-3.1.1-19.5.el5_5.6.i386.rpm
e81f93fda0e1322feee22206bed31929  
openoffice.org-langpack-ar-3.1.1-19.5.el5_5.6.i386.rpm
169bb7bb61ed5d546fc997a77b59160a  
openoffice.org-langpack-as_IN-3.1.1-19.5.el5_5.6.i386.rpm
4cae3d88e1c3f0d91e637241df45a344  
openoffice.org-langpack-bg_BG-3.1.1-19.5.el5_5.6.i386.rpm
b275d2acaa031956fbda1201da735bb9  
openoffice.org-langpack-bn-3.1.1-19.5.el5_5.6.i386.rpm
565a485aa5b616320995f6ff23dff3bb  
openoffice.org-langpack-ca_ES-3.1.1-19.5.el5_5.6.i386.rpm
2e8ca7bd4dad68e19ef8c3de2755e365  
openoffice.org-langpack-cs_CZ-3.1.1-19.5.el5_5.6.i386.rpm
b3c0158b360b2f10dabf762e65aba6d5  
openoffice.org-langpack-cy_GB-3.1.1-19.5.el5_5.6.i386.rpm
f213ef1fb204dcd2a8cf194459eeca41  
openoffice.org-langpack-da_DK-3.1.1-19.5.el5_5.6.i386.rpm
8b7da0486dd075e0f906acef55e8c3f9  
openoffice.org-langpack-de-3.1.1-19.5.el5_5.6.i386.rpm
b89d8e210328daece1710040f3d26e69  
openoffice.org-langpack-el_GR-3.1.1-19.5.el5_5.6.i386.rpm
861c11a0303dd64f7e3423bee91f4517  
openoffice.org-langpack-es-3.1.1-19.5.el5_5.6.i386.rpm
94a3806ccb4fee74aed12204fbd22749  
openoffice.org-langpack-et_EE-3.1.1-19.5.el5_5.6.i386.rpm
64e368f576cf3443f710a60a714edd0b  
openoffice.org-langpack-eu_ES-3.1.1-19.5.el5_5.6.i386.rpm
06cb1c2b7c7fa15cf28305162bf3684e  
openoffice.org-langpack-fi_FI-3.1.1-19.5.el5_5.6.i386.rpm
5265985835b881464556e79a0c9ec73b  
openoffice.org-langpack-fr-3.1.1-19.5.el5_5.6.i386.rpm
b67d9dec10faa03bcfc3435820cc914b  
openoffice.org-langpack-ga_IE-3.1.1-19.5.el5_5.6.i386.rpm
f96bac121aeb52e9543c44a517d9  
openoffice.org-langpack-gl_ES-3.1.1-19.5.el5_5.6.i386.rpm
855212468d08f5205911e0ffbbd40386  
openoffice.org-langpack-gu_IN-3.1.1-19.5.el5_5.6.i386.rpm
809471dcefa6aa1b920fb9e71a35ef92  
openoffice.org-langpack-he_IL-3.1.1-19.5.el5_5.6.i386.rpm
eea45091f853d450303687b11db0fac0  
openoffice.org-langpack-hi_IN-3.1.1-19.5.el5_5.6.i386.rpm
e0c5eef429ed7e3857cb9ac9c40c2563  
openoffice.org-langpack-hr_HR-3.1.1-19.5.el5_5.6.i386.rpm
33ef972a98813638b6d1b887d4e5ea82  
openoffice.org-langpack-hu_HU-3.1.1-19.5.el5_5.6.i386.rpm
f715b48a936979de06682cef5ac0da6f  
openoffice.org-langpack-it-3.1.1-19.5.el5_5.6.i386.rpm
2960c1c39b5c4ebe098236ec81cbaca3  
openoffice.org-langpack-ja_JP-3.1.1-19.5.el5_5.6.i386.rpm
bbab8e5e395d70bd71759548244e3802  
openoffice.org-langpack-kn_IN-3.1.1-19.5.el5_5.6.i386.rpm
2e80bdab1ca6041eec3c1a8b2e1bdbd9  
openoffice.org-langpack-ko_KR-3.1.1-19.5.el5_5.6.i386.rp

[CentOS] Typing "startx" gives me a black scrren, have to reboot to get back to runlevel 3

2011-05-07 Thread Gilbert Sebenste
Hello everyone,

I have been having a vexing problem for a year, and I cannot solve it. 
Hopefully, someone has a tip to get me over the hump to fix this once and 
for all.

When I type "startx" from root, I get:

(EE) fglrx(0): atiddxDriScreenInit failed, GPS not been initialized.
(WW) fglrx(0): ***
(WW) fglrx(0): * DRI initialization failed!  *
(WW) fglrx(0): * (maybe driver kernel module missing or bad) *
(WW) fglrx(0): * 2D acceleraton available (MMIO) *
(WW) fglrx(0): * no 3D acceleration available*
(WW) fglrx(0): * *
(II) fglrx(0): FBADPhys: 0xf FBMappedSize: 0x1000
(WW) fglrx(0): Failed to set up write-combining range 
(0xd000,0x1000)

I get a ton of stuff before this, but just info messages. Where should I 
start looking to fix this problem? I use the Redhat experimental kernels
at http://epople.redhat.com/jwilson/el5/. Running CentOS 5.6,
fully patched as of this morning with the gdb/OO updates.

***
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


Re: [CentOS] No sound on HP 8540w, guidance requested

2011-05-07 Thread Robert Heller
At Sat, 7 May 2011 11:41:25 -0400 Robert Heller  wrote:

> 
> At Sat, 07 May 2011 08:22:58 -0700 CentOS mailing list  
> wrote:
> 
> > 
> > Dear Experts
> > 
> > I have been unsuccessful getting the sound to work on a HP Mobile 
> > Workstation HP 8540w.
> > 
> > Here's a brief rundown of where I am
> > 
> > I did a clean new install of Centos 5.6 from DVD, using the Gnome 
> > Desktop option and no optional modules.
> > I enabled the firewall, but disabled SELINUX.
> > 
> > I installed three files from elrepo to make the wireless adaptor 
> > work, and specified the video adaptor using the Gnome -> System -> 
> > Preferences -> Display panel.
> > 
> > I ran "yum update" until all updates were completed, rebooted system 
> > because the Kernel changed.
> > 
> > 
> > The system now works -- all of the following appear to function properly:
> >   - USB connections
> >   - wireless
> >   - ethernet
> >   - pointer-stick for the mouse
> >   - the display at its "natural" resolution (1920x1200)
> >   - An occassional beep does occur, proving that the PC speaker is 
> > connected.
> > 
> > However, I when I play any sound or movie file, I get no sound.  I 
> > know that the PC speaker produces low quality sound, but there should 
> > be something.
> > 
> > I have experimented with the "Sound" setup, but none of the options 
> > seem to produce good results.
> > 
> > Is there some special driver or option I need?
> 
> Probably.
> 
> Do a 'lspci | grep -i audio' in a terminal window and post the results
> here. This will list what sort of sound chipset your system has.
> 
> You may need to download and install a driver, probably from the Elrepo
> repositority, much like you did for the wireless.

Also, it is possible that the sound card/chip is NOT connected to the PC
speaker.  Most (all?) laptops / notbooks / netbooks / tablets do include
speaker(s) connected to the sound card/chip.  Most (all?) *desktops* do
not -- they require *external* speakers ("sold separately") to be
connected.

Since this calls itself a "Mobile Workstation", I am not sure how things
are connected.  Is "Mobile Workstation" 'fancy' terminology for "laptop"
or is it something else?  Is this a 'lugable' machine (eg a desktop with
a carrying handle and built-in monitor)?

> 
> > 
> > Any assistance or direction would be appreciated.
> > 
> > David
> > 
> > 
> > ___
> > CentOS mailing list
> > CentOS@centos.org
> > http://lists.centos.org/mailman/listinfo/centos
> > 
> >   
> 

-- 
Robert Heller -- 978-544-6933 / hel...@deepsoft.com
Deepwoods Software-- http://www.deepsoft.com/
()  ascii ribbon campaign -- against html e-mail
/\  www.asciiribbon.org   -- against proprietary attachments



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


Re: [CentOS] No sound on HP 8540w, guidance requested

2011-05-07 Thread Robert Heller
At Sat, 07 May 2011 08:22:58 -0700 CentOS mailing list  
wrote:

> 
> Dear Experts
> 
> I have been unsuccessful getting the sound to work on a HP Mobile 
> Workstation HP 8540w.
> 
> Here's a brief rundown of where I am
> 
> I did a clean new install of Centos 5.6 from DVD, using the Gnome 
> Desktop option and no optional modules.
> I enabled the firewall, but disabled SELINUX.
> 
> I installed three files from elrepo to make the wireless adaptor 
> work, and specified the video adaptor using the Gnome -> System -> 
> Preferences -> Display panel.
> 
> I ran "yum update" until all updates were completed, rebooted system 
> because the Kernel changed.
> 
> 
> The system now works -- all of the following appear to function properly:
>   - USB connections
>   - wireless
>   - ethernet
>   - pointer-stick for the mouse
>   - the display at its "natural" resolution (1920x1200)
>   - An occassional beep does occur, proving that the PC speaker is connected.
> 
> However, I when I play any sound or movie file, I get no sound.  I 
> know that the PC speaker produces low quality sound, but there should 
> be something.
> 
> I have experimented with the "Sound" setup, but none of the options 
> seem to produce good results.
> 
> Is there some special driver or option I need?

Probably.

Do a 'lspci | grep -i audio' in a terminal window and post the results
here. This will list what sort of sound chipset your system has.

You may need to download and install a driver, probably from the Elrepo
repositority, much like you did for the wireless.

> 
> Any assistance or direction would be appreciated.
> 
> David
> 
> 
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
> 
>   

-- 
Robert Heller -- 978-544-6933 / hel...@deepsoft.com
Deepwoods Software-- http://www.deepsoft.com/
()  ascii ribbon campaign -- against html e-mail
/\  www.asciiribbon.org   -- against proprietary attachments


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


[CentOS] No sound on HP 8540w, guidance requested

2011-05-07 Thread David
Dear Experts

I have been unsuccessful getting the sound to work on a HP Mobile 
Workstation HP 8540w.

Here's a brief rundown of where I am

I did a clean new install of Centos 5.6 from DVD, using the Gnome 
Desktop option and no optional modules.
I enabled the firewall, but disabled SELINUX.

I installed three files from elrepo to make the wireless adaptor 
work, and specified the video adaptor using the Gnome -> System -> 
Preferences -> Display panel.

I ran "yum update" until all updates were completed, rebooted system 
because the Kernel changed.


The system now works -- all of the following appear to function properly:
  - USB connections
  - wireless
  - ethernet
  - pointer-stick for the mouse
  - the display at its "natural" resolution (1920x1200)
  - An occassional beep does occur, proving that the PC speaker is connected.

However, I when I play any sound or movie file, I get no sound.  I 
know that the PC speaker produces low quality sound, but there should 
be something.

I have experimented with the "Sound" setup, but none of the options 
seem to produce good results.

Is there some special driver or option I need?

Any assistance or direction would be appreciated.

David


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


Re: [CentOS] centos friends?

2011-05-07 Thread Dawid Horacy Golebiewski
What speaks against flattr or other micropayment stuff?


Am 06.05.2011 17:08, schrieb Karanbir Singh:
> On 05/06/2011 10:00 AM, Hakan Koseoglu wrote:
>> On 6 May 2011 00:04, Karanbir Singh   wrote:
>>> One of the tasks on the table for this summer is to setup a mechanism to
>>> accept financial donations / contributions from people. If you want to
>>> contribute towards specific people's efforts - I am sure most of the
>>> guys have amazon wish lists etc in place.
>> What about mercenary? Desperate to have a CentOS t-shirt here. :)
>>
> Come to the CentOS PubCrawl and as long as you can fit into something
> from a size Small to a size XXL, I'll make sure you get a T-Shirt ( and
> the beer is sponsored too... )
>
> http://centospubcrawl.eventbrite.com/ if you havent seen it already.
>
> - KB
> ___
> 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