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
09-25-2008 01:37 PM
09-25-2008 01:37 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2008 02:02 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2008 02:16 PM
09-25-2008 02:16 PM
Re: Sudo
gunzip filename
swinstall -s location of file
or simply type swinstall and enter, it will go to SAM text display, ther you need to give the location of depot.
Thanks
SKR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2008 07:29 PM
09-25-2008 07:29 PM
Re: Sudo
Unzip the sudo-1.6.9p17-ia64-11.31.depot.gz
with gzip -d sudo-1.6.9p17-ia64-11.31.depot.gz
then read the README file.
or
swinstall -s /tmp sudo-1.6.9p17-ia64-11.31.depot
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2008 11:34 PM
09-25-2008 11:34 PM
Re: Sudo
move ur depot file to that directory
If no registered on the server Then
cd /tmp
gunzip sudo-1.6.9p17-ia64-11.31.depot.gz
swreg -l depot /tmp/sudo-1.6.9p17-ia64-11.31.depot
swinstall -s /tmp/sudo-1.6.9p17-ia64-11.31.depot
press enter
go to option > change option> uncheck "Mount filesystems in /etc/fstab or /etc/checklist"
>OK
select u r depot file
go to action> press m
go to action> press I
just go ahead.It will analyse if everything ok u can go ahead with installation
go to
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2008 05:52 AM
09-26-2008 05:52 AM
Re: Sudo
Now I have Installed sudo..
# swlist | grep sudo
sudo 1.6.9p17 sudo
How can I make it to use for the user to run a set of commands...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2008 05:54 AM
09-26-2008 05:54 AM
Re: Sudo
Now I have Installed sudo..
# swlist | grep sudo
sudo 1.6.9p17 sudo
How can I make it to use for the user to run a set of commands...
# sudoers
sh: sudoers: not found.
# sudo
sh: sudo: not found.
# sudoers
sh: sudoers: not found.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2008 05:57 AM
09-26-2008 05:57 AM
Re: Sudo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2008 06:48 AM
09-26-2008 06:48 AM
Re: Sudo
/usr/local/bin
# ll
total 3584
-rwxr-xr-x 1 root 1307 72376 Apr 10 2007 funzip
-rw-r----- 2 root root 419692 Jun 30 12:56 sudo
-rw-r----- 2 root root 419692 Jun 30 12:56 sudoedit
#
Added the following line to /etc/syslog.conf
local2.debug /var/adm/syslog/sudo.log
# cd /etc
# ll sudo*
sudo* not found
# /usr/local/bin/sudo
sudo: can't stat /usr/local/etc/sudoers: No such file or directory
# Sep 26 10:30:35 iuxclient1 sudo: root : can't stat /usr/local/etc/sudoers:
No such file or directory ; TTY=pts/ta ; PWD=/usr/local/bin ; USER=root ; COMMA
ND=/sbin/sh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2008 07:06 AM
09-26-2008 07:06 AM
Re: Sudo
# /usr/local/bin/sudo
sudo: /usr/local/etc/sudoers is zero length
# Sep 26 11:03:36 iuxclient1 sudo: root : /usr/local/etc/sudoers is zero len
gth ; TTY=pts/ta ; PWD=/opt ; USER=root ; COMMAND=/sbin/sh
#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2008 07:07 AM
09-26-2008 07:07 AM
Re: Sudo
I have the same error:
root:/usr/local/bin/sudo/sudo-1.6.9p17 #sudoers
sh: sudoers: not found.
root:/usr/local/bin/sudo/sudo-1.6.9p17 #sudo
sh: sudo: not found.
Do you know how to resolve this error?
Marylou
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2008 07:36 AM
09-26-2008 07:36 AM
Re: Sudo
http://www.gratisoft.us/sudo/man/sudo.html
http://www.gratisoft.us/sudo/man/sudoers.html
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2008 07:44 AM
09-26-2008 07:44 AM
Re: Sudo
you have to use the complete path '/usr/local/bin/sudo/sudo-1.6.9p17/sudo'
or add '/usr/local/bin/sudo/sudo-1.6.9p17' to /etc/PATH.
Also to start a command from the current directory use './
HTH
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2008 08:32 AM
09-26-2008 08:32 AM
Re: Sudo
I still get the error:
root:/usr/local/bin/sudo/sudo-1.6.9p17 #./sudo
sh: ./sudo: not found.
Marylou
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2008 12:47 AM
09-29-2008 12:47 AM
Re: Sudo
please show us 'll' (or 'ls -la')
V.
BTW. - you should open your own thread ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2008 02:16 AM
09-29-2008 02:16 AM
Re: Sudo
Please open your own thread!
Then tell us exactly how did you install the software.
A path like
/usr/local/bin/sudo/sudo-1.6.9p17
looks somehow wrong to me ...
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2008 03:16 AM
09-29-2008 03:16 AM
Re: Sudo
Try using whereis visudo
then you will get the complete path of the visudo file, like /usr/local/sbin/visudo
then run it
#/usr/local/sbin/visudo
and modify according to your requirement
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2008 11:54 AM
10-08-2008 11:54 AM