Re: [CentOS] display resolution

2007-12-26 Thread mups . cp
You should look into the /etc/X11/xorg.conf file the check the available resolutions and the default. Changing this values should work, If not, check the video driver in the same file. man xorg.conf On Dec 27, 2007 12:05 AM, dny <[EMAIL PROTECTED]> wrote: > hi. > i got old acer veriton 3600g with

Re: [CentOS] md5 passwords?

2008-01-12 Thread mups . cp
Use grub-md5-crypt to generate the md5 hash. After edit /boot/grub/grub.conf and insert password --md5 your_hash_here With this option users couldn't edit grub options, so they couldn't neither boot in single user because they should provide the password in this case. On Jan 12, 2008 6:01 AM, Sco

Re: [CentOS] centos authentication via ldap produces no name shell prompt

2008-01-21 Thread mups . cp
Maybe not the better approach, but using nscd on the clients solve this. On Jan 20, 2008 8:45 AM, Dave <[EMAIL PROTECTED]> wrote: > Hello, >I'm trying to set up centos 5.1 to authenticate against an openldap > server. I've got the authentication working, in that i can log in as a user > contai

Re: [CentOS] My server won't boot (grub looping - stage2)

2007-08-29 Thread mups . cp
What's inside your grub.conf? On 8/29/07, mbneto <[EMAIL PROTECTED]> wrote: > Hi, > > This morning one of my servers (centos 4.5) refused to boot. The console > shows a lopp message grub loading stage2... > > I've been able to boot from the install CD choosing the rescue option. I > can chroot /

Re: [CentOS] Permissions question

2007-10-01 Thread mups . cp
I think the 'force user' and 'force group' diretives are the right answer for you question. Set this on your samba share and set the user and group you want to maintain the owner and group permissions. On 10/1/07, Todd Cary <[EMAIL PROTECTED]> wrote: > My www directory is owned by "apache" and t

Re: [CentOS] question on grep

2007-10-10 Thread mups . cp
A simple one # echo "jerry jerry" | tr " " "\n" | grep -c jerry 2 The perl seems more general. On 10/10/07, Andy Harrison <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > > On 10/10/07, Jerry Geis wrote: > > Is there a command line option on grep that says > > c

Re: [CentOS] Does Redhat have a list of changed packages in 5.1?

2007-12-03 Thread mups . cp
They have: http://www.redhat.com/docs/manuals/enterprise/RHEL-5-manual/release-notes/RELEASE-NOTES-U1-x86-en.html On Dec 3, 2007 4:34 PM, Robert Moskowitz <[EMAIL PROTECTED]> wrote: > The information at: http://wiki.centos.org/Manuals/ReleaseNotes/CentOS5.1 > > is great. > > Does RH have someth