Errors installing Screen 4.0.2


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Errors installing Screen 4.0.2
# 1  
Old 12-16-2005
Errors installing Screen 4.0.2

I tried to install and use Screen4.0.2 for SunOS 5.8.

WHen I go to execute screen it tries to start it, but shows a quick error:
ttyn: Permission denied.
and then...
Sorry, could not find a PTY.


Does anyone know what I might have done wrong? How can I get screen to work?

Thanks in advance!
# 2  
Old 01-05-2007
The problem is the SUID bit on the binary file:
-rwsr-xr-x 1 bin bin 1542932 May 14 2004 /usr/local/bin/screen-4.0.2
change it to 755 with chmod like this:
chmod 755 /usr/local/bin/screen-4.0.2

br,
melak
 
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Telnet errors coming on screen while using snarf command.

Hi Team, I am using one script, It is working fine, the problem is it gives unwanted telnet errors when I am using it. I just want to remove these unwanted errors/info from my screen. bash-3.00$ cat raza_site_temp #!/usr/bin/bash #rj835b IFS="|" REGEX="$*" echo snarf2 -c "show... (1 Reply)
Discussion started by: Raza Ali
1 Replies

2. UNIX and Linux Applications

vnc viewer presents black screen along with GNOME settings daemon errors.

Hello folks, I'm remotely connecting through VNC to two machines, each running Red Hat 5.9, from mine which is running Windows 7. Both connections were working well before. However, now one of the machines only gives me a black screen, with a pop up that says: "There was an error starting... (1 Reply)
Discussion started by: Miguel E. Perez
1 Replies

3. Red Hat

Errors while installing Oracle on Redhat5.7

Hello All, I'm having below errors while installing oracle on Redhat 5.7 64 bit, terminated installation as preliminary check failed. -bash-3.2$ !cd cd ../../../database/ -bash-3.2$ xclock Error: Can't open display: -bash-3.2$ xdpyinfo xdpyinfo: unable to open display "". -bash-3.2$... (6 Replies)
Discussion started by: lovesaikrishna
6 Replies

4. Red Hat

command line tool to disable screen lock and/or screen saver

Hi, I have a simple question : how to disable screen lock and/or sreen saver with command line with RHEL5.4 ? (1 Reply)
Discussion started by: albator1932
1 Replies

5. UNIX for Dummies Questions & Answers

Installing SCREEN

Hello, I tried installing Screen from that I downloaded off of sunfreeware.com. But I can't get it to work. When I attempt to run it I receive: # screen You are not the owner of /tmp/uscreens/S-root. # The owner of that is bin. Permissions are 777. I installed it as root. Any ideas? (1 Reply)
Discussion started by: FredSmith
1 Replies

6. Solaris

Installing JRE 1.4 errors

I'm attempting to install the Java JRE 1.4 on SunOS 5.8 box. I installed dozens of Sun patches without error, however when I download the JRE from sunsolve, I keep getting: Do you agree to the above license terms? yes Unpacking... Checksumming... 1 The download file appears to be... (2 Replies)
Discussion started by: FredSmith
2 Replies
Login or Register to Ask a Question