- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Sudo Configuration problem
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2007 10:21 PM
12-30-2007 10:21 PM
Sudo Configuration problem
Hi guys,
I am facing the problem with
sudo 1.6.8p12-ia64-11.23.depot.gz. I installed it succesfully. But still I am facing the problem to configure it.
May be you require this:
Processor family : Intel(R) Itanium 2 Family
HP-UX11.23
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2007 10:25 PM
12-30-2007 10:25 PM
Re: Sudo Configuration problem
What kind of problem you're facing? I mean are you facing the "visudo" command to run or any other.
Please specify the exact error messages to rectify the problem to solve.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2007 11:30 PM
12-30-2007 11:30 PM
Re: Sudo Configuration problem
Hi ahsan,
I installed it but I didnt get the fully
configured sudo file for visudo. Is there any
other way to configure it.
See the below status:
# ps -ef |grep sudo
root 12205 2937 0 12:56:32 pts/tk 0:00
grep sudo
# swlist |grep sudo
sudo 1.6.8p12 sudo
#
# visudo
sh: visudo: not found.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2007 11:51 PM
12-30-2007 11:51 PM
Re: Sudo Configuration problem
sh: visudo: not found.
You could specify the absolute path:
# /usr/local/bin/visudo
Or create an alias to do it. The following link suggests it isn't a good idea to add /usr/local/bin to $PATH.
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1187611
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2007 12:09 AM
12-31-2007 12:09 AM
Re: Sudo Configuration problem
#whereis visudo
or
#find / -name visudo
anyway
and add the absolute path to your $PATH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2007 12:20 AM
12-31-2007 12:20 AM
Re: Sudo Configuration problem
At least for root.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2007 01:13 AM
12-31-2007 01:13 AM
Re: Sudo Configuration problem
I have found the install for sudo provided by Internet Express from http://software.hp.com provides better results than the one from the porting and archive center you used.
If you look at the swinstall log you will see an error, which you have to manually change with a chmod command. The install log entry if you post it will make the solution obvious.
I don't like to deal with such issues so I do this:
http://software.hp.com
Search Internet Express
Pick your OS version
Choose ixSudo
Download, swinstall. It installs without error.
It keeps the config files in /opt or some silly place but this is a price worth paying versus the issues you currently experience.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2007 01:34 AM
12-31-2007 01:34 AM
Re: Sudo Configuration problem
will give you the path where the file is lokated.