Operating System - HP-UX
1834893 Members
2620 Online
110071 Solutions
New Discussion

`xterm' terminal type is not supported.

 
Anitha_3
Frequent Advisor

`xterm' terminal type is not supported.

hi,

this appears to be come TERM setting problem kindly help me whr could be the error.

smreddy - is NIS user.

=======================
# su - smreddy
(c)Copyright 1983-2000 Hewlett-Packard Co., All Rights Reserved.
(c)Copyright 1979, 1980, 1983, 1985-1993 The Regents of the Univ. of California
(c)Copyright 1980, 1984, 1986 Novell, Inc.
(c)Copyright 1986-1992 Sun Microsystems, Inc.
(c)Copyright 1985, 1986, 1988 Massachusetts Institute of Technology
(c)Copyright 1989-1993 The Open Software Foundation, Inc.
(c)Copyright 1986 Digital Equipment Corp.
(c)Copyright 1990 Motorola, Inc.
(c)Copyright 1990, 1991, 1992 Cornell University
(c)Copyright 1989-1991 The University of Maryland
(c)Copyright 1988 Carnegie Mellon University
(c)Copyright 1991-2000 Mentat Inc.
(c)Copyright 1996 Morning Star Technologies, Inc.
(c)Copyright 1996 Progressive Systems, Inc.
(c)Copyright 1991-2000 Isogon Corporation, All Rights Reserved.


RESTRICTED RIGHTS LEGEND
Use, duplication, or disclosure by the U.S. Government is subject to
restrictions as set forth in sub-paragraph (c)(1)(ii) of the Rights in
Technical Data and Computer Software clause in DFARS 252.227-7013.

Hewlett-Packard Company
3000 Hanover Street
Palo Alto, CA 94304 U.S.A.

Rights for non-DOD U.S. Government Departments and Agencies are as set
forth in FAR 52.227-19(c)(1,2).
corpsetup: [136] Processing the following setup table: /opt/corp/local/tables/os
.setup.table

Set terminal type to `98550' for console login.

`xterm' terminal type is not supported.

TERM = (98550)

TERM = (98550) xterm

The `xterm' terminal type is not supported. Re-enter
the terminal type or press return to force your
previous entry.

TERM = (xterm)


=============

thanks & regards,

Govinda G.
2 REPLIES 2
Steve Steel
Honored Contributor

Re: `xterm' terminal type is not supported.

Hi


Seems self evident

xterm is a terminal type and cannot be used here

/etc/profile
.profile
/opt/corp/local/tables/os.setup.table

1 of these scripts is setting the type badly as export TERM=

When you login what does ttytype give

normally export TERM=$(ttytype) is always ok


Steve steel

Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
Zygmunt Krawczyk
Honored Contributor

Re: `xterm' terminal type is not supported.

Hi,

try to enter vt100 value for terminal type.
If you want more information, read man page for xterm

man xterm

Regards,
Zygmunt