linux - rlwrap: Could not open master pty: No such file or directory -


when trying run rlwrap tclsh getting error message:

rlwrap: not open master pty: no such file or directory 

what causes this? how fix issue?

p.s. running 64 bit centos.

check /dev/ptmx should have crw-rw-rw- once had crw------- caused error message @ system.

see man ptmx:

the file /dev/ptmx character file major number 5 , minor number 2, of mode 0666 , owner.group of root.root. used create pseudo-terminal master , slave pair.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -