similar to: Allowing non-root users to reboot a workstation

Displaying 20 results from an estimated 10000 matches similar to: "Allowing non-root users to reboot a workstation"

2018 Feb 02
1
Allowing non-root users to reboot a workstation
That seems to have worked on my own test account - I applied it to the user having the issue and asked for his feedback when he gets a chance. Thanks! On Fri, Feb 2, 2018 at 11:40 AM, Darr247 <darr247 at gmail.com> wrote: > Did you try adding > > UserName ALL= NOPASSWD: /sbin/reboot > > As the last line of their /etc/sudoers files? > (replacing UserName with their actual
2018 Feb 02
0
Allowing non-root users to reboot a workstation
Felipe Westfields wrote: > I would like to be able to allow regular users that don't have admin > privileges to be able to reboot their workstation. (they're software > developers so rebooting their workstation doesn't affect anybody else) > > I tried changing the ownership of /sbin/reboot and /sbin/shutdown to > root:users and permissions to 550, but that didn't
2018 Feb 06
2
Issues with NVidia video driver and CentOS
We do have the elrepo drivers installed. Maybe part of the problem is also that we're using an IOgear KVM switch? On Tue, Feb 6, 2018 at 11:58 AM, Phelps, Matthew <mphelps at cfa.harvard.edu> wrote: > On Tue, Feb 6, 2018 at 11:40 AM, Felipe Westfields < > felipe.westfields at gmail.com> wrote: > > > I'm having issues with a quad video card on CentOS. > >
2018 Feb 06
3
Issues with NVidia video driver and CentOS
I'm having issues with a quad video card on CentOS. We have several systems on CentOS 6.8 and CentOS 6.9. The installed hardware is: Video card - Nvidia NVS quadro 440 PC - Dell OptiPlex 9020 Whenever you update the kernel, it kills the graphical interface. The system appears to lock up and freeze during a reboot, but you can still get into it with SSH, or, if you're at the console,
2018 Feb 02
0
Allowing non-root users to reboot a workstation
Did you try adding UserName ALL= NOPASSWD: /sbin/reboot As the last line of their /etc/sudoers files? (replacing UserName with their actual user name, of course.) That should grant them root access to only the /sbin/reboot command (add more commands using comma delimiting). Then they just run $ sudo reboot If you want to require they enter their own password before rebooting, use the line
2018 Jan 29
3
Mirroring centos.org
Hello, I would like to mirror the centos.org repository for an offline network. I don't need the ISO images, don't need any i386 stuff, and I think I probably don't need any of the source code rpms either. Most of the clients are CentOS 6.x, so I don't want to download the CentOS 7.x tree yet either (that will come soon, but separately from this one). I tried using this command,
2018 Feb 08
2
Issues with NVidia video driver and CentOS
On Thu, 8 Feb 2018, Felipe Westfields wrote: > I'm on a network that is disconnected from the internet; makes things kind > of awkward sometimes. We have some internal repositories that are supposed > to mirror centos, and EPEL - don't have one (that I'm aware of) that > mirrors elrepo. > But it looks like it's looking for just that one package; if that's all I
2018 Feb 08
2
Issues with NVidia video driver and CentOS
On Wed, 7 Feb 2018, Felipe Westfields wrote: > I'm trying to reinstall the elrepo drivers. > Removed the existing elrepo drivers > Downloaded the following elrepo drivers: > > nvidia-x11-drv-304xx-304.135-1.el6.elrepo.x86_64.rpm > kmod-nvidia-304xx-304.135-1.el6.elrepo.x86_64.rpm > nvidia-x11-drv-304xx-32bit-304.135-1.el6.elrepo.x86_64.rpm > > that first one appears
2018 Feb 08
3
Issues with NVidia video driver and CentOS
On 08/02/18 15:10, Felipe Westfields wrote: > I copied the error message exactly as it was on the screen > As John said, you are mistaken: $ rpm -qp --requires nvidia-x11-drv-304xx-304.135-1.el6.elrepo.x86_64.rpm /bin/sh /bin/sh /bin/sh /bin/sh /bin/sh /sbin/ldconfig /usr/bin/python config(nvidia-x11-drv-304xx) = 304.135-1.el6.elrepo grubby grubby libGL.so.1()(64bit)
2018 Jan 29
1
Mirroring centos.org
Ok, that sounds a little more elegant. Does that delete switch delete those files after download, or does it stop it from downloading at all? On Mon, Jan 29, 2018 at 10:48 AM, Tony Mountifield <tony at softins.co.uk> wrote: > In article <CANZsmmM6C_F+NuPdjd+mGDEXaJVcfc1bdhpWdESSbC2CR7Dz3 > g at mail.gmail.com>, > Felipe Westfields <felipe.westfields at gmail.com>
2007 Nov 19
7
asterisk as non-root/best practices
Hi, I have set up asterisk to run as non root, and allow admin users to log in to the server as asterisk, which gives them privileges to edit configs in the asterisk home directory. As for connecting to the console with 'asterisk -r' - this by default does not work as asterisk is owned stored in /usr/sbin/asterisk I am reading that the best way to solve this is to use 'visudo' -
2017 Sep 14
7
JRE 8.1 for CentOS6
On Thu, Sep 14, 2017 at 11:38 AM, Rich Huff <rich at richhuff.com> wrote: > On Thu, 2017-09-14 at 11:25 -0400, Larry Martell wrote: >> On Thu, Sep 14, 2017 at 11:08 AM, Darr247 <darr247 at gmail.com> wrote: >> > >> > >> > > I have some software that says it requires JRE 8.1 or higher. >> > >> > That's very odd, since
2010 Nov 19
6
augeas / sudoers
Hello everybody! How can i create with puppet following sudoers file: User_Alias CENTREON=apache,nagios CENTREON ALL = NOPASSWD: /etc/init.d/nagios* restart CENTREON ALL = NOPASSWD: /etc/init.d/nagios* reload CENTREON ALL = NOPASSWD: /usr/bin/nagios* -v * The problem that augeas create only last line, replacing previous one. -- You received this message because you are subscribed to
2012 Feb 21
4
file and user permissions on the puppet master, best practice
Hi all. New puppet developer. Very excited. I have the agents communicating with the puppet master. I''m wondering now about best practice for file and user permissions on the puppet master. Most of my wonder probably stems from general lack of understanding in this area. I''d like to get it right though to avoid refactoring later. 1. What''s the best practice, or your
2015 Jun 10
1
sudoers
My experience with RHEL and CentOS is quite limited, andwould classify me as novice.? I have been running CentOS 6for a little over a year and recently brought up a CentOS 7system as a virtual machine under Windows 7. One of the first things I usually do after installation isedit the /etc/sudoers file using visudo to give a specificuser or specific users privileges as indicated in the fileexcerpt
2006 Sep 25
1
Allowing Domain Admins root access
Hi, We have a Windows Domain and a few Linux boxes on which we have installed Samba and set them up so people can log in using their windows domain logins using winbind etc. All is working fine EXCPECT for the group memberships. I have a windows user who is a member of the "Domain Admins" group and I want them to have root privilegdes on the UNIX box. I added a group mapping using
2017 Sep 14
2
JRE 8.1 for CentOS6
On Thu, Sep 14, 2017 at 11:08 AM, Darr247 <darr247 at gmail.com> wrote: > > >> I have some software that says it requires JRE 8.1 or higher. > > That's very odd, since technically JRE 8 is java 1.8 (and JRE 7 is/was 1.7; > JRE 6 was 1.6, et cetera). > >> If I go to > http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-21331 > 55.html
2007 Aug 04
1
rename workstation
Am using ldap samba If I try to rename a workstation, it asks for username and password. I'm logged in as root, I get access denied after I enter the name and password. Is there a way to fix this? -- This message has been scanned for viruses and dangerous content by RCRnet, and is believed to be clean.
2009 Mar 13
4
running yum from userid
I added via visudo my userid for authorization of me ALL(ALL) NOPASSWD: ALL and I still cannot run yum as me. Is this just not possible?
2005 Oct 31
3
Error while executing smbd in unix x86 workstation
Hi All, I've install Unix version 9.0 in my pc (intel workstation). I've configure network connection, file share, samba and etc. The samba package are samba-3.0.21pre1-1-noads-sunos5.9-sparc.pkg.gz. I encountered the following error while executing smbd. Please advise. Error: ./smbd: syntax error at line1: '(' unexpected Thanks in advance. Regards, Alan