On Tue, Mar 23, 2010 at 08:30:55AM -0700, philo neo wrote: > i have write the commands. > but during ssh since osol X86 to blade 1500 snv_134
This is a known error. I can't remember the bugid. > when i do ssh to the blade my xterm stay blocked .... The one that limits ssh is the ptmx clone: Make sure this line is in /etc/minor_perm: clone:ptmx 0666 root sys and make sure you run "devfsadm" afterward AND double-check that /dev/ptmx points to a /devices entry AND /devices/pseudo/clone at 0:ptm (which is where mine points to) has the appropriate permissions. Dan