Displaying 20 results from an estimated 1000 matches similar to: "sudoers file"
2009 Oct 22
5
Sudo command
Hello guys;
I am not able to use sudo command on my just installed centos5.3
But i know i am using right password to root.
Is this is by default not enabled; if so, what to do.
Regards,
Vijay Shanker Dubey
Ph: +91-9818311884
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Mar 11
3
VNC viewer blank screen
Hi,
I have configured vnc on my centos server machine. But, unable to access the
vnc client. When ever i try to access my client. All I get is a blank screen
with only mouse working.
I am very clue less about the problem, Can I find out this error.
Regards,
Vijay Shanker Dubey
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Feb 23
3
Tomcat does not end process.
Hi all,
I have got some problems with my tomcat installation
when I execute command
# bin/shutdown.sh
It does not close the process that is running the tomcat.
Can any body please give me some idea; what is happening with the process.
Regards,
Vijay Shanker Dubey
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Apr 10
1
Build Issue with multi module project
Hi,
I have a multi module web project. Four modules of the project are packaged
as jar and added as dependency to the fifth module, which is packaged as
war. When it is time to deploy the application i just run package on the war
project and my war is created with all the dependencies.
Now there is a problem.
One of the my module have heavy changes. Now when i created war for my
projects these
2010 May 11
1
Installing Firestarter
Hi,
I am planning to use <firestarter> to manage the incoming and outgoing
network connections. Please give me some valuable read abouts and tips about
this package.
- Will it be a good choice for network management? What are the other
options?
If i choose to install Firestarter :
- Have you installed and used Firestarter in CentO 5.5? If yes,Please share
the process of installation.
2010 May 19
1
How to remove USB dependency form the boot process.
Hi friend,
I have just installed the centos 5.3 on my server machine. It looks for a
USB media to boot. But I am not able to figure it out what i have done
wrong. Is there any way i can remove this dependency. Or I have to reinstall
the OS again?
Regards,
Vijay Shanker Dubey
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Oct 09
0
Unexpected Enconsistency
Hi Linux geeks;
I have just shipped from windows to linux. I am setting up a linuxa server
with centos.
now after 5 to 6 normal startups shutdown; now this problem has come up. I
am not able to get any relevant link any where.
/mote: UNEXPECTED INCONSISTENCY; RUN fsck manually
can any body please tell me what is this. and how to solve the problem.
I have executed above given command fsck -p .
2009 Oct 09
4
My doubts with apache server on centos installation
Hi Linux geeks,
I have just started to setup a production server with centos; and moved from
windows server to centos. My first encounter with this great linux distro is
good.
I am not able to understand what is the point of having scattered folders
for apache server installation.
when i see the /etc/httpd folder; it has only conf folder and links to logs,
module and , run. As i have been
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
2012 Jan 25
3
Having problems with sudoers
I've got a Cento 6.2 server I'm putting together that will become a
mailserver. It will have on it MailScanner and MailWatch for
MailScanner. I'm using the latest stuff available and have run into a
problem with changes I need to make in the /etc/sudoers file. It doesn't
seem to take affect after I make the changes, so either the syntax
within the file has changed or the way
2008 Sep 18
1
using NOPASSWD in sudoers
Hello Everyone,
I am trying to change our /etc/sudoers (using visudo) to allow 2
commands to be run as root without a password, but it isn't working.
Here is the part of the sudoers file that is in question.
# User alias specification
User_Alias FULLACCESS = doug, scott
# members of the FULLACCESS User_Alias may run chown and chmod without
a password
FULLACCESS ALL = (root) NOPASSWD:
2013 Jul 08
2
change sudoers remotely
hello list,
I've been asked to give someone sudo rights across an entire environment
without the benefit of something like puppet or chef or cfengine et al.
What I've come up with so far is this:
ssh -t miaprbicsra04v sudo -S /bin/echo "rsherman ALL=\(ALL\) NOPASSWD:
/sbin/service /bin/rm /usr/bin/du /bin/df" >> sudo tee /etc/sudoers
Right now that's just to one
2012 Oct 25
5
trying ti use a function in aggregate
Hi -I am using R v 2.13.0. I am trying to use the aggregate function to
calculate the percent at length for each Trip_id and CommonName. Here is a
small subset of the data.
Trip_id Vessel CommonName Length Count
1 230 Sunlight Shad,American 19 1
2 230 Sunlight Shad,American 20 1
3 230 Sunlight Shad,American 21
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?
2007 Oct 18
3
verify before deploy
so I have this sudo module that I''ve been working on:
class auth::sudo {
package { sudo: ensure => installed }
file { sudo_config:
name => "/tmp/sudoers",
owner => "root",
group => "root",
mode => 0440,
notify => Exec["sudoers-syntax"],
source => [
2013 Jul 17
3
sudo add user script
Hello list,
I took another stab at finding a way to add a sudo user remotely and it
gets you most of the way there. If you execute the script as root it works
beautifully and does just what you want. Which is add the user to the
group and gives that user group rights to certain commands.
But if you execute it as a user who only has sudo access to the
/etc/sudoers file it errors out.
cloud:~]
2007 Jun 14
2
Linksys SPA941
Dear Group,
I have just purchased two Linksys SPA941 and flashed these to the latest
firmware.
Everything works well except for the Hold button? Has anyone else
experienced the same issue? What was the solution?
Kind Regards
Shad Mortazavi
2015 Nov 02
2
use pssh to restart a service
Hey Gordon,
Sorry, man my bad! Disabling the tty requirement for my sudo user does
indeed work. I had a type-o in the sudoers file, and when I corrected it,
my sudo command via pssh started working!
#pssh -i -h es_list "/bin/sudo /bin/systemctl restart elasticsearch; sleep
10"
[1] 20:31:32 [SUCCESS] bluethundr at es3.jokefire.com
Stderr: sudo: sorry, you must have a tty to run sudo
2004 Sep 16
3
Creating conference calls from within Astman.
Dear All,
I have a requirement to 'originate' a number of calls to various external
users from within a conference room, so that the end users does not pay for
the call.
I know that within Astman I can define an extension and then originate the
call from that extension. Can I define a conference room (how would I
configure that on astman? What channel would it use?) and then generate a
2004 Apr 08
3
Asterisk Server Crashing with New Application
Dear All,
I have been running a successful and very stable call center PBX based on
0.7.1 release. I need to be on this release because of a number of features
that I have complied from 3rd party patches, for the call center. I will not
be able to upgrade to release 1 until the patches catch up and I have done
the required testing.
The system was very stable until two days ago.
The changes made