- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: GUI was not opening up.
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2008 12:15 AM
04-25-2008 12:15 AM
GUI was not opening up.
The Error is:
"Host name 'stty: Not a typewriter
stty:Not a typewriter "
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2008 12:26 AM
04-25-2008 12:26 AM
Re: GUI was not opening up.
TS,
Check your /etc/hosts, /etc/resolv.conf and /etc/nsswitch.conf, make sure it can resolve the ip address and hostname.
WK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2008 12:57 AM
04-25-2008 12:57 AM
Re: GUI was not opening up.
i have checked the /etc/hosts. it has the ip & hostname. But i dont know what i need to check the /etc/resolv.conf and /etc/nsswitch.conf. Let me know i need to check.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2008 01:01 AM
04-25-2008 01:01 AM
Re: GUI was not opening up.
Here's a sample
---------------------------
It has to specify your domain.
And have at least one Name server listed.
In this instance the server belongs to domain some.domain.com
And can query the 3 name servers for DNS resolution.
/ =>cat /etc/resolv.conf
domain some.domain.com
nameserver 10.162.68.1
nameserver 10.162.68.2
nameserver 10.162.68.3
DBA's often want a search string in there to such as
/ =>cat /etc/resolv.conf
domain some.domain.com
search some.domain.com some.other.domain
nameserver 10.162.68.1
nameserver 10.162.68.2
nameserver 10.162.68.3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2008 01:05 AM
04-25-2008 01:05 AM
Re: GUI was not opening up.
You can start by looking at /etc/nsswitch.hp_defaults
I see a lot of systems where they copy this to /etc/nsswitch.conf.
Then just keep the line
hosts: dns [NOTFOUND=return] nis [NOTFOUND=return] files
More common is without the NIS as most sites I'm on don't use NIS.
hosts: dns [NOTFOUND=return] files
This basically resolves via DNS(name servers in resolv.conf) and if not found will attempt to find the server in /etc/hosts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2008 01:23 AM
04-25-2008 01:23 AM
Re: GUI was not opening up.
strange error message - when does you get it?
When booting up?
Do you get the login window?
Or can you login and a script is not working?
'stty: Not a typewriter' normally comes from a shell definition like '/etc/profile' or a user '.profile'.
So when "Host name" is directed to such a definition there seems to be a writing missmatch.
When the login window doesn't appear check the log files in '/var/X11/Xserver/logs'
Do you have some more infos for us?
A screenshot?
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2008 01:37 AM
04-25-2008 01:37 AM
Re: GUI was not opening up.
Still i have the problem. But this error comes for all the cases. Some of the GUIs only got this error while opening up.
Do you have any idea?. it is grateful if you are answering me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2008 01:43 AM
04-25-2008 01:43 AM
Re: GUI was not opening up.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2008 01:48 AM
04-25-2008 01:48 AM
Re: GUI was not opening up.
i read in a hp forum. they said to check the terminal type. but i dont know is there any relation to this problem.
in my server, the terminal type = dtterm. how to change the terminal type.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2008 01:52 AM
04-25-2008 01:52 AM
Re: GUI was not opening up.
Could you identify the problem with this information. let me know if you need more.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2008 01:57 AM
04-25-2008 01:57 AM
Re: GUI was not opening up.
it depends on your shell!
For example - in /etc/profile you'll find:
# Be sure that VUE does not invoke tty commands
if [ ! "$VUE" ]; then
# set term if it's not set
if [ "$TERM" = "" -o "$TERM" = "unknown" -o "$TERM" = "dialup" \
-o "$TERM" = "network" ]
then
eval `ttytype -s -a`
fi
export TERM
Check this and your user-defined environment.
Check for example the log files of the user - in $HOME/.dt are several log files, startup.log, error.log, sessionlogs - any hints there?
V.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2008 02:01 AM
04-25-2008 02:01 AM
Re: GUI was not opening up.
Well, compare the listing of 'env' with your login at your office and of the other case where it doesn't run.
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2008 10:59 PM
05-05-2008 10:59 PM
Re: GUI was not opening up.
I have checked the files /etc/hosts, /etc/profile, /etc/resolv.conf and /etc/nsswitch.conf. They are correct.
But this particular error comes for a particular user. example) cmc_adm.
There are many users like cmc_serv, super_user, cmc_oper. All other user, the GUI is opening up.
Only for cmc_adm, it is not opening up. cmc_serv is the owner of the start script of the GUI.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2008 11:06 PM
05-05-2008 11:06 PM
Re: GUI was not opening up.
compare the shell - which shell do you use for the user where it works, which shell for the user where it doesn't work.
Compare the login files:
for ksh: .dtprofile, .profile
for csh: .login
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2008 01:06 AM
05-06-2008 01:06 AM
Re: GUI was not opening up.
you are able to view the gui from your office
and your friend from other location is not able
please check the output of the netstat -rn
add the gateway address to your freind server he will get it
Regards
Safar