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 intel 82865g graphics and should be able
> to display at least 1024x768.
>
> i'm linux newbie and this is my first hands on centos and it's centos 5.1.
> why is it i can only use 800x600 resolution?
> i tried install other distro and also few livecd and most distro can give me
> 1024x768
> anyway i can get more screen on centos5.1?
>
> tia.
>
> --
> rgds.dennyhalim.com
> Mesin Cari Indonesia! http://indosearch.blogspot.com
> Pasang Widgets di Web/Blog Loe! http://wiki.dennyhalim.com/mywidget
> Berita Mutakhir di PDA/Ponsel Loe! m.dennyhalim.com
>
> ... they look but do not see and hear but do not listen or understand. Mat
> 13:13
> ... but that which cometh out of the mouth, this defileth a man.   Mat 15:11
> ___
> 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] 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, Scott Ehrlich <[EMAIL PROTECTED]> wrote:
> On a C4.4 system, I want to add md5 passwords for the grub boot menu to
> prevent users from making selections other than the default boot options.
>
> I also want to add md5 passwords when attempting single user mode boots
> (may be answered by first request).
>
> The same for C5 systems.
>
>
> Thanks.
>
> Scott
> ___
> 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] 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
> contained within the ldap database but not in the system passwd/group files.
> The problem is instead of a prompt that for example looks like this:
>
> (username)@hostname:~/$
>
> i'm getting this:
>
> (I have no name)@hostname:~/$
>
>Aside from this everything works, i can finger, use id, etc. It's
> annoying and i'm thinking it might be a symptom of a misconfiguration. Any
> suggestions?
> Thanks.
> Dave.
>
> ___
> 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] 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 /mnt/sysimage with no problems and even started the services
> (network, mysql , httpd etc).
>
> How can I solve this?
>
> I've followed the manual
> (http://www.gnu.org/software/grub/manual/html_node/Installing-GRUB-using-grub_002dinstall.html#Installing-GRUB-using-grub_002dinstall
> ) but now just keeps beeping with the GRUB fixed :)
>
> I have 3 IDE disks, hda, hde and hdg.
> My /boot is a raid device /dev/md0 of /dev/(hda2,hde2,hdg2).
> cat /proc/mdstat shows all disks online and active in the array.
>
> I have tried the
> grub-install --root-directory=boot --no-floppy hd0 (ou /dev/hda).
>
> With the same results.
>
> Ideas?
>
>
> ___
> 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] 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 the group is "todd" and the
> permissions are 775.
>
> My Windows computers use Samba and they log into Linux with "todd".
>
> Under the www directory there are various directories which may have a
> group belonging to a user e.g. "viewpoint".  Using this example, there
> is a directory under www (acutally called httpd), "viewpoint" that is
> owned by "apache" and is a member of the "viewpoint" group.  "todd" is
> also a member of  the "viewpoint" group.
>
> Now this is the problem I do not know how to correct:  if "todd" using
> Samba creates a directory in "viewpoint", the owner and group is "todd"
> with 755 permissions.  Now if the "viewpoint" user tries to write to the
> directory, he does not have adequate permissions.
>
> Maybe I have not setup the owners and groups correctly.  maybe there is
> something I need to do with how Samba interacts with the server.
>
> Any suggestions will be appreciated...
>
> Todd
>
> --
> Ariste Software
> 2200 D Street Ext
> Petaluma, CA 94952
> (707) 773-4523
>
> ___
> 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] 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
> > count ALL occurances on a line not just the first one???
> >
> > echo "jerry jerry" | grep -c jerry
> >
>
> Grep can just count the number of lines with occurrences not the
> number of them.  You can do it in perl though.
>
>
> # echo "jerry jerry" | perl -lane '$count = grep $_ =~ m/jerry/, @F;
> print $count'
> 2
>
> - --
> Andy Harrison
> public key: 0x67518262
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.5 (GNU/Linux)
> Comment: http://firegpg.tuxfamily.org
>
> iD8DBQFHDSMVNTm8fWdRgmIRAsDIAJ9KiT+6vuaWjwezW+nd5YuHVRCJ6wCfQIoq
> Wat5Wo5Kmsup6XnJ06RVaVo=
> =WlD0
> -END PGP SIGNATURE-
> ___
> 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] 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 something that shows what has changed with them from 5.0 to
> 5.1?  So far I have only found:
> http://www.redhat.com/docs/manuals/linux/RHL-5.1-Manual/manual/doc000.html
>
> Like what release of Firefox, etc.
>
>
> ___
> 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