1847084 Members
4974 Online
110262 Solutions
New Discussion

Re: su: Sorry

 
Shane Russell
Regular Advisor

Re: su: Sorry

Hi all,

I had to log a call with HP and they resovled it. The problem was with the permissions of the /dev/pts & /dev/pty devices.

root@locutus:/root # ll -d /dev/pts
drw------- 2 bin bin 2048 May 20 2003 /dev/pts
root@locutus:/root # chmod 755 /dev/pts
root@locutus:/root # ll -d /dev/pts
drwxr-xr-x 2 bin bin 2048 May 20 2003 /dev/pts



root@locutus:/root # ll -d /dev/pty
drw------- 2 bin bin 2048 May 20 2003 /dev/pty
root@locutus:/root # chmod 755 /dev/pty
root@locutus:/root # ll -d /dev/pty
drwxr-xr-x 2 bin bin 2048 May 20 2003 /dev/pty
root@locutus:/root #

Thanks to all who help

regards,
Shane