Re: [CentOS] Files being modified in /bin/

2011-09-26 Thread Jeremy Sanders
Micky L Martin wrote: > No Jeremy, reformatting is nonsensical, like doing anything without > finding cause of the problem is! > You have to check out prelink if you still don't know about it, it can be > something amazing or ridiculous. > In my case, all evidence points to prelink! Think you got

Re: [CentOS] Files being modified in /bin/

2011-09-26 Thread Jeremy Sanders
Micky L Martin wrote: > Because rpm and rpmverify also seemed to have been modified so I cannot > trust 'rpm -V' package verification. > > Already did lsof and process tracing but to no avail. Does anyone have any > idea how to find that culprit? Are you sure it's not prelink that's modifying th

Re: [CentOS] CentOS 6: Making KDE Default

2011-09-07 Thread Jeremy Sanders
Michael D. Berger wrote: > I learned from Anne that if I boot to level > 5, after I enter the username, can select > Gnome or KDE. I note that the default is > always Gnome. > >How can I make the default KDE? > >How can I get KDE with startx after booting to level 3? Assuming it is the

Re: [CentOS] question on software raid

2011-04-04 Thread Jeremy Sanders
Scott Silva wrote: > Could it be that the bad sectors so far have been in unused areas? Once a > drive runs out of sectors to map corrections to, I would really think > about replacing it. This advice is so often repeated by people on lists. This is a pretty normal function of modern hard drives

[CentOS] Re: ls and rm: "argument list too long"

2008-10-17 Thread Jeremy Sanders
Jussi Hirvi wrote: > Lawrence Guirre ([EMAIL PROTECTED]) > kirjoitteli (17.10.2008 12:55): >> piping ls to xargs should do the trick. man xargs for details. > > Ok, thanks for ideas, Laurent and Lawrence. > > A strange limitation in ls and rm, though. My friend said he hasn't seen > that in Fedo

[CentOS] RE: Re: ext3 filesystems larger than 8TB

2008-05-06 Thread Jeremy Sanders
Ross S. W. Walker wrote: > ext4 is being previewed in Fedora 9 this month, so add one more to > the list. btrfs looks interesting too, though I expect it will be some time before it is stable. http://en.wikipedia.org/wiki/Btrfs -- Jeremy Sanders <[EMAIL PROTECTED]>

[CentOS] Re: Trouble Ticket System

2008-02-06 Thread Jeremy Sanders
the mentioned above, can you suggest > others that are better. Any advice from other experiences please. Thank > you very much. Have you looked at trac? I find it is an excellent bit of software. Jeremy -- Jeremy Sanders <[EMAIL PROTECTED]> http://www-xray.ast.cam.ac.uk/~jss/

[CentOS] Re: NFS problems with CentOS 4.5

2008-01-10 Thread Jeremy Sanders
You need this unless you like getting R/W errors when you get a lot of traffic. I can't remember what the default for CentOS 4.5 is. Jeremy -- Jeremy Sanders <[EMAIL PROTECTED]> http://www-xray.ast.cam.ac.uk/~jss/ X-Ray Group, Institute of Astronomy, University of Cambridge, UK. Pu

[CentOS] RE: Conversion of text in shell

2007-10-15 Thread Jeremy Sanders
quite often as it's easy to make mistakes doing this by hand. Jeremy -- Jeremy Sanders <[EMAIL PROTECTED]> http://www-xray.ast.cam.ac.uk/~jss/ X-Ray Group, Institute of Astronomy, University of Cambridge, UK. Public Key Server PGP Key ID: E1AAE053 _

[CentOS] Re: Cross-platform GUI libraries with drag 'n drop IDEs

2007-10-01 Thread Jeremy Sanders
x27;t free for Windows. How do you mean Qt isn't free? Do you mean free as in beer? Qt4 is now GPLd under Windows (and is very convenient with PyQt). Jeremy -- Jeremy Sanders <[EMAIL PROTECTED]> http://www-xray.ast.cam.ac.uk/~jss/ X-Ray Group, Institute of Astronomy, University of

[CentOS] Re: remote tar via ssh

2007-10-01 Thread Jeremy Sanders
er is available (though this has had quite a few security issues in the past). Jeremy -- Jeremy Sanders <[EMAIL PROTECTED]> http://www-xray.ast.cam.ac.uk/~jss/ X-Ray Group, Institute of Astronomy, University of Cambridge, UK. Public Key Server PGP Key ID: E1AAE053 _

[CentOS] MD5 and NIS

2007-09-11 Thread Jeremy Sanders
Does anybody know whether it is possible to enable MD5 passwords for NIS and local passwords? Is it just a matter of running authconfig --enablemd5 and new passwords will use MD5 and old ones will still work? Of course using LDAP might be a "better" solution (if it was easy to install). I've tr