Re: [CentOS] SAS Hard Disk 15K rpm on CentOS 5.8

2012-07-30 Thread John Doe
From: Kaushal Shriyan 

> I get these below information. Please help me understand about "SMART
> Health Status: FAILURE PREDICTION THRESHOLD EXCEEDED: ascq=0x5
> [asc=5d, ascq=5]" and what does that error mean.

The way I understand it:
- Disks have errors.
- After a defined number of errors, the disk is declared as having a 
"predictive failure".
Not sure if it is only the spare space getting almost fully used, or if it is 
more statistical...

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


Re: [CentOS] kmod-nvidia?

2012-07-30 Thread Johnny Hughes
On 07/20/2012 02:34 PM, m.r...@5-cent.us wrote:
> Ned Slider wrote:
>> On 20/07/12 16:55, m.r...@5-cent.us wrote:
>>> Jay Leafey wrote:
 On 07/20/2012 10:32 AM, m.r...@5-cent.us wrote:
> Now that he's up, which was my highest priority, I'm back to looking
> around. I did a yum clean all, then yum --enablerepo=elrepo list
>>> ^
> \*nvidia\*, and see
>* elrepo: mirror.symnds.com
> so this was what the mirrorlist came up with. That there's something
> screwy there.
>
> So I just pointed my browser there, and found elrepo there under
> distributions/elrepo. Anyone got any ideas why it finds that it's
> there, but yum doesn't see the actual repo (and yes, the
> kmod-nvidia packages are there)?
>>> 
 Just a thought, have you tried flushing yum's metadata?  I have run
 across a couple of instances where yum seems to get a bit... retentive
 and won't retrieve new metadata for one or more repositories.  I
 usually
 run "yum clean metadata" or "yum clean all", then re-try the operation.
Unless it is something *I* have boogered badly it usually works.

>>> See emphasized line, above, from previous email. 
>>
>> Please post the output from:
>>
>> cat /etc/yum.repos.d/elrepo.repo
>>
>> and
>>
>> yum list \*kmod-nvidia\*
>>
>> thanks.
> Y'know, I appreciate any and all help, but I'm beginning to feel those
> trying to help haven't actually *read* my previous posts. Jay suggested I
> do a yum clean all, when I already said I'd done that; Ned's asking for
> what the repo looks like, when I posted the top bit and said the rest of
> the entries were the same
>
> Repeating my original post:
> ### Name: ELRepo.org Community Enterprise Linux Repository for el6
> ### URL: http://elrepo.org/
>
> [elrepo]
> name=ELRepo.org Community Enterprise Linux Repository - el6
> baseurl=http://elrepo.org/linux/elrepo/el6/$basearch/
> mirrorlist=http://elrepo.org/mirrors-elrepo.el6
> enabled=0
> gpgcheck=1
> gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-elrepo.org
> protect=0
> includepkgs=kmod-nvidia
>
> and the entries for elrepo-testing, elrepo-kernel, and elrepo-extras are
> the same.
>> PS - This query would really be better placed on the elrepo users
>> mailing lists rather than the general CentOS mailing lists.
> But the real question not about elrepo, which clearly *has* kmod-nvidia,
> but why yum can't find the repo, and that is on target for this list.

The problem is that you do not ONLY need kmod-nvidia ... you also need
"nvidia-x11-drv" from elrepo ... however, you only have
"includepkgs=kmod-nvidia" in your config, so the requirements of
"nvidia-x11-drv" can not be met.  If you add "nvidia-x11-drv" to your
includepkgs line, it should work fine.




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


Re: [CentOS] kmod-nvidia?

2012-07-30 Thread m . roth
Johnny Hughes wrote:
> On 07/20/2012 02:34 PM, m.r...@5-cent.us wrote:
>> Ned Slider wrote:
>>> On 20/07/12 16:55, m.r...@5-cent.us wrote:
 Jay Leafey wrote:
> On 07/20/2012 10:32 AM, m.r...@5-cent.us wrote:
>> Now that he's up, which was my highest priority, I'm back to looking
>> around. I did a yum clean all, then yum --enablerepo=elrepo list
 ^
>> \*nvidia\*, and see
>>* elrepo: mirror.symnds.com
>> so this was what the mirrorlist came up with. That there's something
>> screwy there.
>>
>> So I just pointed my browser there, and found elrepo there under
>> distributions/elrepo. Anyone got any ideas why it finds that it's
>> there, but yum doesn't see the actual repo (and yes, the
>> kmod-nvidia packages are there)?
 
> Just a thought, have you tried flushing yum's metadata?  I have run
> across a couple of instances where yum seems to get a bit...
> retentive
> and won't retrieve new metadata for one or more repositories.  I
> usually
> run "yum clean metadata" or "yum clean all", then re-try the
> operation.
>Unless it is something *I* have boogered badly it usually works.
>
 See emphasized line, above, from previous email. 
>>>
>>> Please post the output from:
>>>
>>> cat /etc/yum.repos.d/elrepo.repo
>>>
>>> and
>>>
>>> yum list \*kmod-nvidia\*
>>>
>>> thanks.
>> Y'know, I appreciate any and all help, but I'm beginning to feel those
>> trying to help haven't actually *read* my previous posts. Jay suggested
>> I
>> do a yum clean all, when I already said I'd done that; Ned's asking for
>> what the repo looks like, when I posted the top bit and said the rest of
>> the entries were the same
>>
>> Repeating my original post:
>> ### Name: ELRepo.org Community Enterprise Linux Repository for el6
>> ### URL: http://elrepo.org/
>>
>> [elrepo]
>> name=ELRepo.org Community Enterprise Linux Repository - el6
>> baseurl=http://elrepo.org/linux/elrepo/el6/$basearch/
>> mirrorlist=http://elrepo.org/mirrors-elrepo.el6
>> enabled=0
>> gpgcheck=1
>> gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-elrepo.org
>> protect=0
>> includepkgs=kmod-nvidia
>>
>> and the entries for elrepo-testing, elrepo-kernel, and elrepo-extras are
>> the same.
>>> PS - This query would really be better placed on the elrepo users
>>> mailing lists rather than the general CentOS mailing lists.
>> But the real question not about elrepo, which clearly *has* kmod-nvidia,
>> but why yum can't find the repo, and that is on target for this list.
>
> The problem is that you do not ONLY need kmod-nvidia ... you also need
> "nvidia-x11-drv" from elrepo ... however, you only have
> "includepkgs=kmod-nvidia" in your config, so the requirements of
> "nvidia-x11-drv" can not be met.  If you add "nvidia-x11-drv" to your
> includepkgs line, it should work fine.

Hey, Johnny, catching up on last week? I'd added that, then it *seemed* to
be the case that if I had two separate lines of includepkgs, it only saw
one. As soon as I had both on one line, it saw them.

Unfortunately, there's something odd between my user's machine and CentOS
and kmod-nvidia - he started getting weird messages he'd never seen
before, so I had to uninstall it (after all that work), and go back to
building using the proprietary installer.

*sigh*

mark "at least there's only two machines I have to deal with
like that"

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


[CentOS] CentOS-announce Digest, Vol 89, Issue 15

2012-07-30 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. CEBA-2012:1121  CentOS 6 qemu-kvm Update (Johnny Hughes)


--

Message: 1
Date: Mon, 30 Jul 2012 13:14:46 +
From: Johnny Hughes 
Subject: [CentOS-announce] CEBA-2012:1121  CentOS 6 qemu-kvm Update
To: centos-annou...@centos.org
Message-ID: <20120730131446.ga26...@chakra.karan.org>
Content-Type: text/plain; charset=us-ascii


CentOS Errata and Bugfix Advisory 2012:1121 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2012-1121.html

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


x86_64:
e3a38163ce421fd2e6e74280a94269805740053fa99288fb9d882e9aa4a2be56  
qemu-guest-agent-0.12.1.2-2.295.el6_3.1.x86_64.rpm
41ee258c4cb11a64aad9016897d09681d6cca60da544cf07d0298127d4b6fd8a  
qemu-img-0.12.1.2-2.295.el6_3.1.x86_64.rpm
8e1098db1d8a0bc579bcdb8a2e95e9c1a0cac79871d6bc8eb97b6624150ab6d3  
qemu-kvm-0.12.1.2-2.295.el6_3.1.x86_64.rpm
a997e137a6a4829b882108696805fe14caf1d81bced2b7d20f4f99684e6c154a  
qemu-kvm-tools-0.12.1.2-2.295.el6_3.1.x86_64.rpm

Source:
2122c8ff388dc57472b8917ae730e53ab7aab90956f77e074eba324cb7a75c3c  
qemu-kvm-0.12.1.2-2.295.el6_3.1.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net



--

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


End of CentOS-announce Digest, Vol 89, Issue 15
***
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Remmina

2012-07-30 Thread Lázaro Morales
Hello,

Where I can find remmina for CentOS 6.3?

Thanks,
Lázaro.

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


Re: [CentOS] Remmina

2012-07-30 Thread Alexander Dalloz
Am 30.07.2012 18:04, schrieb Lázaro Morales:
> Hello,
> 
> Where I can find remmina for CentOS 6.3?

http://pkgs.org/search/?keyword=remmina&search_on=name&distro=82&arch=32-bit

> Thanks,
> Lázaro.

Alexander


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


[CentOS] Is gnome-devel-docs supposed to work with devhelp?

2012-07-30 Thread Frank Cox
I just installed gnome-devel-docs with the objective of having a local copy of
the gnome hig-book and now that I have it installed I don't know how to use it.

I had assumed that it would show up in devhelp but it doesn't.  What I have is
a bunch of XML files in /usr/share/gnome/help/hig-book/C, and when I try to
view one with firefox it tells me "This XML file does not appear to have any
style information associated with it. The document tree is shown below. "

What am I supposed to use to read the hig-book files?

-- 
MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com
www.creekfm.com - FIFTY THOUSAND WATTS of POW WOW POWER!
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] rsync question

2012-07-30 Thread Smithies, Russell
I'm trying to rsync a 8TB data folder containing squillions of small files and 
it's taking forever (i.e. weeks) to get anywhere.
I'm assuming the slow bit is check-summing everything with a single CPU (even 
though it's on a 12-core server ;-(  )
Is it possible to do something simple like scp the whole dir in one go so 
they're duplicates in the first instance, then get rsync to just keep them in 
sync without an initial transfer?

Or is there a better way?

Thanx,

Russell Smithies
Infrastructure Technician
T 03 489 9085
M 027 4734 600
E russell.smith...@agresearch.co.nz
Invermay Agricultural Centre
Puddle Alley, Private Bag 50034, Mosgiel 9053, New Zealand
T  +64 3 489 3809  F  +64 3 489 3739  
www.agresearch.co.nz




===
Attention: The information contained in this message and/or attachments
from AgResearch Limited is intended only for the persons or entities
to which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipients is prohibited by AgResearch
Limited. If you have received this message in error, please notify the
sender immediately.
===
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] rsync question

2012-07-30 Thread John R Pierce
On 07/30/12 10:05 PM, Smithies, Russell wrote:
> I'm trying to rsync a 8TB data folder containing squillions of small files 
> and it's taking forever (i.e. weeks) to get anywhere.
> I'm assuming the slow bit is check-summing everything with a single CPU (even 
> though it's on a 12-core server ;-(  )
> Is it possible to do something simple like scp the whole dir in one go so 
> they're duplicates in the first instance, then get rsync to just keep them in 
> sync without an initial transfer?

use the rsync mode that goes off file timestamp and size.  the 
checksuming block algorithm is only useful on large files that get small 
random block changes.

-- 
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] Can,t get pam_mkhomedir to work...

2012-07-30 Thread Nicolas Ross
On a ldap enabled CentOS 6.3 x64 system, I try to make it so home 
directories are auto-created. I added this :

session required  pam_mkhomedir.so skel=/etc/skel/ umask=0077

to my /etc/pam.d/system-auth

And it does nothing. I restarted messagebus (I've seen references to 
that) and sshd, and logs don't mention anything in regards to 
pam_mkhomedir...

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


Re: [CentOS] Can,t get pam_mkhomedir to work...

2012-07-30 Thread Nicolas Ross
Nicolas Ross a écrit :
> On a ldap enabled CentOS 6.3 x64 system, I try to make it so home
> directories are auto-created. I added this :
>
> session required  pam_mkhomedir.so skel=/etc/skel/ umask=0077
>
> to my /etc/pam.d/system-auth
>
> And it does nothing. I restarted messagebus (I've seen references to
> that) and sshd, and logs don't mention anything in regards to
> pam_mkhomedir...
>
By the way, selinux is disabled.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Can,t get pam_mkhomedir to work...

2012-07-30 Thread James A. Peltier
- Original Message -
| On a ldap enabled CentOS 6.3 x64 system, I try to make it so home
| directories are auto-created. I added this :
| 
| session required  pam_mkhomedir.so skel=/etc/skel/ umask=0077
| 
| to my /etc/pam.d/system-auth
| 
| And it does nothing. I restarted messagebus (I've seen references to
| that) and sshd, and logs don't mention anything in regards to
| pam_mkhomedir...
| 
| Any hints ?
| ___
| CentOS mailing list
| CentOS@centos.org
| http://lists.centos.org/mailman/listinfo/centos
| 

did you try running authconfig --enablemkhomedir --updateall


-- 
James A. Peltier
Manager, IT Services - Research Computing Group
Simon Fraser University - Burnaby Campus
Phone   : 778-782-6573
Fax : 778-782-3045
E-Mail  : jpelt...@sfu.ca
Website : http://www.sfu.ca/itservices
  http://blogs.sfu.ca/people/jpeltier

Success is to be measured not so much by the position that one has reached
in life but as by the obstacles they have overcome. - Booker T. Washington
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] rsync question

2012-07-30 Thread Mogens Kjaer
On 07/31/2012 07:05 AM, Smithies, Russell wrote:
> Is it possible to do something simple like scp the whole dir in one go so 
> they're duplicates in the first instance, then get rsync to just keep them in 
> sync without an initial transfer?
>
> Or is there a better way?

I use tar and ttcp for an initial transfer:

On the receiving end:

ttcp -l5120 -r | tar xf -

On the transmitter:

tar cf - . | ttcp -l5120 -t name-of-receiver

Note: The files are transmitted without encryption.

I easily get 110 Mbytes/sec. on a gigabit connection.

If you need encryption, and your transfer is CPU limited, you should 
investigate which cipher to use. In my case arcfour128 is the fastest,
so I use:

rsync --rsh='/usr/bin/ssh -c arcfour128' ...

after the initial transfer with ttcp.

Mogens

-- 
Mogens Kjaer, m...@lemo.dk
http://www.lemo.dk
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos