Sponsored Content
Full Discussion: Sudo error on AIX 7.1
Operating Systems AIX Sudo error on AIX 7.1 Post 303041516 by RecoveryOne on Tuesday 26th of November 2019 02:56:23 PM
Old 11-26-2019
Not sure if applicable to you, but when I've had to install sudo on AIX I pull the packages directly from Todd's website:
Download Sudo


I've had so many issues with the toolkit that some packages are just better to install one off.



I will state, that if you obligations is to use sudo with One Identity, the files from sudo.ws will work.
This User Gave Thanks to RecoveryOne For This Post:
 

10 More Discussions You Might Find Interesting

1. AIX

Install sudo on AIX 5.3

I'm trying to install sudo on AIX 5.3. I don't have a compiler on my machine, so I was trying to find a binary. The one found at http://www.bullfreeware.com/listaix52.html that is supposed to work for 5.3 even though it was compiled on 5.2. The issue is I'm new to AIX and could not figure out how... (3 Replies)
Discussion started by: sphericon
3 Replies

2. AIX

Sudo error

I want give a user "sar" permission, so I modify the sudoers file: unix1 is the group for users can use sar command Cmnd_Alias RUN_SAR = /usr/sbin/sar User_Alias UNIX1_USERS = %unix1 UNIX1_USERS ALL = NOPASSWD:RUN_SAR However, when I run sar command, it shows: $ sar 1 4 sar: The... (1 Reply)
Discussion started by: rainbow_bean
1 Replies

3. UNIX for Advanced & Expert Users

sudo su error

Hello, I am logging to a server using username 'test'. I want to execute some commands as user test2. When I am trying to run `sudo su - test2 -c 'ls'` it gives error user 'test' is not allowed to run sudo in host. But when I login into the account 'test2' using sudo su - test2 all these... (6 Replies)
Discussion started by: karayan
6 Replies

4. AIX

AIX 5.3 sudo bootinfo

I am trying to understand why I get "0" returned when I run the command sudo bootinfo -r. I know bootinfo isn't really supported in versions higher then AIX 4.2. I also know that instead of bootinfo -r I could use lsattr -El sys0 -a realmem | awk '{print $2}' and produce the same output as ... (1 Reply)
Discussion started by: maverick9576
1 Replies

5. Shell Programming and Scripting

ssh foo.com sudo command - Prompts for sudo password as visible text. Help?

I am writing a BASH script to update a webserver and then restart Apache. It looks basically like this: #!/bin/bash rsync /path/on/local/machine/ foo.com:path/on/remote/machine/ ssh foo.com sudo /etc/init.d/apache2 reloadrsync and ssh don't prompt for a password, because I have DSA encryption... (9 Replies)
Discussion started by: fluoborate
9 Replies

6. AIX

AIX 5.3 Using sudo to control smit

Does anyone have any experience using sudo to control smit on AIX 5.3? These are the smit commands that I want certain users to execute: # Cmnd alias specification Cmnd_Alias SMIT = /bin/smit hacmp, \ /bin/smit pxdam, \ /bin/smit cl_lsuser, \ /bin/smit cl_users, \ /bin/smit cl_passwd ... (5 Replies)
Discussion started by: tharrieswk
5 Replies

7. Cybersecurity

sudo - AIX - User privilege specification

I am planning to implement sudo for users. Under , it looks I have to put the users who need to have sudo access: What are the recommended for users? I don't think I need to give the ALL privilege (i.e ) to AIX users. I'd like to know the commonly used privilege specification for sudo... (1 Reply)
Discussion started by: Daniel Gate
1 Replies

8. UNIX for Dummies Questions & Answers

Error in Sudo

Hi, I have installed sudo on Solaris 10 (sparc). When I try to add a user I get the following: -bash-3.00$ sudo addusr scarlet sudo sudo: /usr/local/etc/sudoers.d is owned by uid 2, should be 0 Password: I entered a password, thinking it was for the sudo user but it failed. Then I entered the... (3 Replies)
Discussion started by: Scarlet
3 Replies

9. AIX

AIX - remote shell (sudo) - signal 11 core system 50

Hi, I am running a remote shell from site A to site B, where both are AIX. The remote shell starts other application, and when it finishes, it returns to the site A. The problem is that I am receiving an error signal 11 and system core error 50 - segmentation fault. Does anyone know if there are... (6 Replies)
Discussion started by: brjohnsmith
6 Replies

10. Solaris

SUDO error in Solaris: auth.error] fork

I cannot solve the following error bellow. Can someone help me on this please? Mar 31 07:08:45 serverx sudo: fork Mar 31 07:18:50 serverx sudo: fork Mar 31 07:28:45 serverx sudo: fork Mar 31 07:38:47 serverx sudo: fork Mar 31 07:48:45 serverx sudo: fork Mar 31 07:58:45 serverx... (1 Reply)
Discussion started by: pangarano
1 Replies
EMBUILDDEPS(1)						User Contributed Perl Documentation					    EMBUILDDEPS(1)

NAME
embuilddeps - handle native and cross build-dependency installation. Usage embuilddeps [-a|--arch] [--use-sudo] embuilddeps -?|-h|--help|--version Options -a|--arch: Install cross packages for the specified arch. -d|--dir DIR: Location of the unpacked source (./debian/control) --dsc DSCFILE: Path to a .dsc file for the package. -m|--multiarch: Make dpkg-cross convert Multi-Arch packages. -k|--preserve: Pass the -k option down to xapt. -v|--verbose: Make the output more verbose -q|--quiet: Make the output less verbose -n|--dry-run: Only output the commands which would be used. --use-sudo: Call apt-get using sudo. Description "embuilddeps" is a simple build dependency checker for cross-building. Native build dependencies are checked using the debian/control file in the source package being built and installed with "apt-get". Cross build dependencies are checked using a debian/xcontrol file or the debian/control file if no xcontrol file exists. "embuilddeps" uses "xapt" to install cross build dependencies. Output To see more about what is going on (and to check the results of parsing the dependencies and architecture limits. See also Term::ANSIColor (3) for information on ANSI_COLORS_DISABLED. pbuilder "embuilddeps" can be used as a native and cross-dependency resolver in a pbuilder chroot using "pbuilder", "pdebuild" or "pdebuild-cross" and supports pbuilder options to locate the chroot and execute calls within the chroot. --control indicates the location of the .dsc file --internal-chrootexec indicates the command to execute inside the chroot --chroot indicates the location of the chroot --binary-all is supported as a no-op by C<embuilddeps>. If other build tools need particular options to be supported, please file a wishlist bug against "xapt" and describe the exact options which are necessary. "embuilddeps" does require that "xapt" is installed inside the chroot - it will try to install it for you but it is much easier if you install it once and for all. "pdebuild-cross" will add "xapt" when creating a new chroot. See pdebuild-cross (1) for more information on how to manipulate a pdebuild-cross chroot after creation. Source packages and dsc files "embuilddeps" can also parse the build dependencies of a package via the .dsc file. The rest of the source package (the files listed in the .dsc) do not need to exist and the source does not need to have been unpacked. Use the "embuilddeps --dsc FILE" option. The alternative method is to parse the ./debian/control file at the location specified by the "--dir" option which defaults to the current working directory. Multi-Arch transition Some packages already have multi-arch paths which dpkg-cross does not normally convert. This can cause missing dependencies when trying to install the converted packages. Use the "--multiarch" option to "embuilddeps" to pass this down to "xapt" and hence to "dpkg-cross". Retaining downloaded binaries "embuilddeps" can pass the "-k" option to "xapt" to retain the foreign architecture packages downloaded by "xapt" and the packages built using "dpkg-cross". Note that "xapt" should be asked to clean up the downloaded files once these lists have been handled by calling the "xapt -c" option which removes the contents of /var/lib/xapt/*. perl v5.14.2 2012-09-26 EMBUILDDEPS(1)
All times are GMT -4. The time now is 05:06 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy