1819915 Members
2312 Online
109607 Solutions
New Discussion юеВ

Re: SUDO Hangs

 
Doug_85
Regular Advisor

SUDO Hangs

SUDO has been compiling for the past hour. Below is the last entry where the system appears to be hung. Should I stop the process or wait until it finishes. This could be a problem with a file being in use or a problem with the breakout procedure. We're currently running HP-UX 11.0 on a L class server. Root permissions are being used.

gcc -c -I. -I. -O2 -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP
=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ./aut
h/passwd.c
gcc -c -I. -I. -O2 -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP
=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ./aut
h/secureware.c
gcc -c -I. -I. -O2 -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP
=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 sudo.
tab.c
gcc -c -I. -I. -O2 -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP
=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 lex.y
y.c

Thanks,

Doug
3 REPLIES 3
T G Manikandan
Honored Contributor

Re: SUDO Hangs

Why don't you use the binary depot which can be go from

http://hpux.connect.org.uk/hppd/hpux/Sysadmin/sudo-1.6.7p5/

check for the dependency tools 'gcc & make' too!
Sunil Sharma_1
Honored Contributor

Re: SUDO Hangs

Hi,

You can have a look on this

http://forums1.itrc.hp.com/service/forums/questionanswer.do?admit=716493758+1082962877092+28353475&threadId=369407

Sunil
*** Dream as if you'll live forever. Live as if you'll die today ***
Doug_85
Regular Advisor

Re: SUDO Hangs

After installing gcc and gnu on Friday the install ran fine.

Thanks,
Doug