screen - termcap problem


 
Thread Tools Search this Thread
Operating Systems HP-UX screen - termcap problem
# 1  
Old 12-16-2008
screen - termcap problem

Hi
I`ve got problem with screen.
After i launch screen i get flying list of :

---(example)

Name collision between cad68-3 cad68-3
Name collision between cad68-2 cad68-2
Name collision between cops10 cops10
Name collision between d132 d132 MH
Name collision between d800 d800 M7
Name collision between digilog digilog L3
Name collision between dwk dwk
Name collision between env230 env230
Name collision between ep48 ep48 e1
Name collision between ep40 ep40 e2
Name collision between ifmr ifmr
Name collision between opus3n1+ opus3n1+
Name collision between teletec teletec Mk
Name collision between v3220 v3220
Name collision between su dumb su dumb
Name collision between sp sp


---

and after that i can use screen. But somethings wrong. Have anyone has this problem before? Google has no answer for me.

Additional applications are from well known Porting And Archive Centre for HP-UX.

screen 4.0.3 screen
termcap 1.3.1 termcap

Tx for answer.
Chesti
# 2  
Old 12-29-2008
It's possible that there is some kind of conflict between resolving external symbols (ie, function names). Check which libraries it is compiled against (using LDD). Look for duplicates or built-in ones that might conflict with externally downloaded ones (ie, glibc, termcap).
# 3  
Old 02-13-2009
I dont see nothing unussual here:



bash-3.2# ldd -v /usr/local/bin/screen

find library=libncurses.so; required by /usr/local/bin/screen
libncurses.so => /usr/local/lib/hpux32/libncurses.so

find library=libelf.so.1; required by /usr/local/bin/screen
libelf.so.1 => /usr/lib/hpux32/libelf.so.1

find library=libc.so.1; required by /usr/local/bin/screen
libc.so.1 => /usr/lib/hpux32/libc.so.1

find library=libdl.so.1; required by /usr/lib/hpux32/libc.so.1
libdl.so.1 => /usr/lib/hpux32/libdl.so.1
bash-3.2#
# 4  
Old 02-13-2009
Here is similar/same problem:

IT Resource Center forums - 11.23 & Python => "Name collision between.."?

exporting of terminfo supposed to help but in my case it don`t.

export TERMINFO=/usr/share/lib/terminfo
# 5  
Old 02-13-2009
I think you're on the right track... Looking at the names that are colliding, they are indeed TERMCAP/terminfo names, which means maybe that screen is somehow getting two copies of the terminal's capability.

Why don't you crosspost to the screen's email/bug list. Meanwhile maybe someone here will have an insight that is HP specific.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Problem with screen lock

I'm having a weird problem with a RHEL6 workstation. When the screen lock is activated manually the system will lock and the screens will go blank. Once I try to unlock the system, the monitor will just flicker and won't respond. I tried the combination CTRL, ALT, Backspace and it did not work,... (4 Replies)
Discussion started by: goose25
4 Replies

2. AIX

AIX 7.1 screen problem

I am certain I have seen a thread for this somewhere but cannot remember where. The problem is for example when in smitty when all fields have been populated and return has been selected the screen clears and then returns with corruption. Also when using the more pipe once the end is reached or... (3 Replies)
Discussion started by: johnf
3 Replies

3. Ubuntu

Scigraphica-termcap installation

Hi all, I am trying to install Scigraphica on Ubuntu 8.10 and Termcap needs to be installed. I cannot find or install Termcap by Synaptic package manager (sudo apt-get install does not work either). I found in some forums that Termcap is not available for Ubuntu 8.10, and ncurses-dev was... (0 Replies)
Discussion started by: apprentice
0 Replies

4. UNIX for Dummies Questions & Answers

ncurses function key problem - termcap ??

My ncurses program has been displaying "OP" (junk) on pressing F1 (instead of catching it). I have finally discovered that it runs fine (traps F1) when run under screen (program), but not in my login terminal (xterm-color) I did a check of "Set" and "env" under screen, there is a "TERMCAP"... (0 Replies)
Discussion started by: sentinel
0 Replies

5. Red Hat

screen lock problem

hi friends i have a small problem,in my redhat enterprise linux system screen lock is not working if i click screen lock no action takes place... so is there any solution to fix this problem or any alternate method available please let me know.... waiting for replys....... thanks... (2 Replies)
Discussion started by: madhusudankh
2 Replies

6. UNIX for Dummies Questions & Answers

no entry in termcap for 'hp'

Hello, I have one application (top) for Solaris that exits with error "no entry in termcap for 'hp'". What can I do with system to fix it? Is it access problem to termcap file or real corruption inside the file since I know that HP is defined in termcap? ... or changes to environment... (0 Replies)
Discussion started by: gogogo
0 Replies

7. UNIX for Dummies Questions & Answers

Termcap

Hi all! What is the TERMCAP variable? (1 Reply)
Discussion started by: aitor314
1 Replies

8. UNIX for Dummies Questions & Answers

TermCap Error w/Anzio SSH

I have a sco unix 5.0.7 unix box with open SSH and have Soft Talk floor software I use on it. http://www.floorsoftware.com/index2.html I use Anzio 15u full Terminal with SSH to remotely connect. I connect fine and get to the Soft Talk Menu. I choose Pricing ok, then proceed to the next menu to... (3 Replies)
Discussion started by: PCTECH
3 Replies

9. Linux

Termcap Definitions

Hi. How do I enter and escape from graphics mode on RedHat Linux to capture escape sequences. I'm trying to edit the system termcap. (2 Replies)
Discussion started by: cstovall
2 Replies

10. UNIX for Advanced & Expert Users

screen problem

Hi Can anyone help with the following problem. I have an ultra 5 box running SunOS 5.6, since a reboot last week the following error message has appeared on the servers screen resulting in no one being able to login to the box direct: - INT: Command is respawning too rapidly. check for... (2 Replies)
Discussion started by: superuser
2 Replies
Login or Register to Ask a Question