Re: [CentOS-docs] Wiki Link

2008-04-08 Thread Ralph Angenendt
John wrote:
 Mention of The Xen-Kernel:
 
 Just a thought here. I never used the proprietary nvidia driver with the
 xen kernel on any install of it I've done. But I beg to know why would
 you even want to run that when you running Xen? If your running Xen then
 your not after video acceleration correct? You after I/O and Memory
 Bandwidth.

I'd like to have xen on my Desktop machine, which has 4GB of RAM. The nv
driver doesn't really work with the card in my machine when using 2
monitors.

But: Don't even bother to test, the nvidia driver does not work with a
xen kernel. There have been patches floating around, which lead to a
very unstable system.

Cheers,

Ralph


pgpiXkVdfcDQx.pgp
Description: PGP signature
___
CentOS-docs mailing list
CentOS-docs@centos.org
http://lists.centos.org/mailman/listinfo/centos-docs


Re: [CentOS-docs] Wiki Link

2008-04-08 Thread Akemi Yagi
On Tue, Apr 8, 2008 at 1:53 AM, Ralph Angenendt [EMAIL PROTECTED] wrote:
 John wrote:
   Mention of The Xen-Kernel:
  
   Just a thought here. I never used the proprietary nvidia driver with the
   xen kernel on any install of it I've done. But I beg to know why would
   you even want to run that when you running Xen? If your running Xen then
   your not after video acceleration correct? You after I/O and Memory
   Bandwidth.

  I'd like to have xen on my Desktop machine, which has 4GB of RAM. The nv
  driver doesn't really work with the card in my machine when using 2
  monitors.

  But: Don't even bother to test, the nvidia driver does not work with a
  xen kernel. There have been patches floating around, which lead to a
  very unstable system.

OK, don't bother with anything.  To avoid any complication, let's
change the example to -PAE.

If the user is running a non-standard kernel (such as kernel-PAE), then
the -devel package must be installed manually (kernel-PAE-devel, for
example).

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


Re: [CentOS-docs] becoming root

2008-04-08 Thread Ned Slider

Rafał Ślubowski wrote:

2008/4/6, Alan Bartlett [EMAIL PROTECTED]:


Perhaps a mention of sudo and sudoers could also be made?


And consolehelper for GUI users.

Regards,
Rafal


Hi Rafał,

I've had a quick look at consolehelper, and I'm still not sure I fully 
understand how it works, at least enough to be able to write a section 
on it. I understand it uses pam authentication when running a program 
that requires root privileges and requests the root password 
(system-config-services being an example), but I don't fully understand 
how a user would use it, although I see any application could 
potentially be configured in /etc/pam.d/


My initial intent was to write a short article to be useful to beginners 
explaining how they could become root in order to achieve common tasks 
(as opposed to logging in to the GUI desktop as root!) and highlight 
some of the common pitfalls ('su' vs 'su -'), as much to serve as a 
quick FAQ for forum helpers to link to rather than explaining it over 
and over again. I fear it is beyond my abilities/knowledge to expand the 
article much further than this.


How far such an article should be expanded, and whether we wish to cover 
every conceivable method for launching something with root privileges is 
probably not something for me to answer. That said, if you'd (or anyone) 
like to expand on my initial remit and write an additional section, 
please feel free :)


On an additional note, whilst investigating consolehelper, I also 
noticed the Run Command... option on the KDE Menu (for those who don't 
use KDE, it's a graphical run box that also allows one to specify a 
different users credentials). I could see how that would be useful to 
new users who are afraid of the command line, and should maybe be 
included, but again I have no knowledge of the underlying mechanism by 
which it works. Perhaps a gnome user could advise if gnome has similar 
functionality?


Regards,

Ned


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


Re: [CentOS-docs] becoming root

2008-04-08 Thread Rafał Ślubowski
Hi, Ned.
You wrote:

  I've had a quick look at consolehelper, and I'm still not sure I fully
 understand how it works, at least enough to be able to write a section on
 it. I understand it uses pam authentication when running a program that
 requires root privileges and requests the root password
 (system-config-services being an example), but I don't fully understand how
 a user would use it, although I see any application could potentially be
 configured in /etc/pam.d/

If we want to say really everything about becoming root, we should
also mention consolehelper as it is the most powerfull method - su
doesn't need any config, sudo needs simple, but configurable sudoers,
and consolehelper uses pam. I realize of course that ordinary user
mustn't mess with pam :^) , but admin-beginner should know about that
method, and our HOWTO could be a good introduction. Of course we
shouldn't explain every pam module here, just the basic config.

I'm doing most of my admin job in console with sudo, but I know that
if my users migrate one day from XP to Linux, they will not want to
use su/sudo to run programs with raised privileges.

  How far such an article should be expanded, and whether we wish to cover
 every conceivable method for launching something with root privileges is
 probably not something for me to answer. That said, if you'd (or anyone)
 like to expand on my initial remit and write an additional section, please
 feel free :)

I've mentioned consolehelper just because I think I can write such
section. Of course it should be proofreaded because of my English.

  On an additional note, whilst investigating consolehelper, I also noticed
 the Run Command... option on the KDE Menu (...). Perhaps a gnome
 user could advise if gnome has similar functionality?

There is a gnomesu (http://xsu.sourceforge.net/) project.

Regards,

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


Re: [CentOS-docs] becoming root

2008-04-08 Thread Rafał Ślubowski
2008/4/8, Ned Slider [EMAIL PROTECTED]:

  I've put up a draft page here to get us started:

  http://wiki.centos.org/TipsAndTricks/BecomingRoot

  Do you have edit permissions? If not, hopefully Ralph can get you fixed up.

No, I have edit permissions only for Laptops. My username is
RafalSlubowski - Ralph, could you give me rights to TipsAndTricks?

  There is a gnomesu (http://xsu.sourceforge.net/) project.

  Is this included on a standard CentOS gnome install?

I don't think so - yum cannot find it.

Regards,
Rafal
___
CentOS-docs mailing list
CentOS-docs@centos.org
http://lists.centos.org/mailman/listinfo/centos-docs


Re: [CentOS-docs] becoming root

2008-04-08 Thread Ned Slider

Rafał Ślubowski wrote:



There is a gnomesu (http://xsu.sourceforge.net/) project.

 Is this included on a standard CentOS gnome install?


I don't think so - yum cannot find it.



OK, thanks, I might have to fire up gnome and have a browse through the 
menus to see if there's anything similar to the Run Command... in KDE.


One would think gnome would have some sort of GUI run as root applet 
somewhere??


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