Sponsored Content
Full Discussion: niki
Operating Systems HP-UX niki Post 302076294 by nikisimon on Sunday 11th of June 2006 10:29:50 PM
Old 06-11-2006
Java niki

I can not log on using CDE login. I am using HP-UX 11.0
I can only use failsafe session to logon
I made host name -SD( I typed hostname and get resolved - SD). When I am typing /etc/hostname I got line
/etc/hosts [16] 68.21.6.30 -not found
/etc/hosts [17] 192.168.1.101 -not found
/etc/hosts [18] 68.6.16.25 -not found
/etc/hosts [19] 68.6.16.30 -not found
/etc/hosts [20] 127.0.0.1- not found
I am using COX cable service and connected HP Visualize B2000 to Linksys router
my IP address is 192.168.1.101
DHCP server is 192.168.1.1
DNS servers are 68.6.16.25, 68.6.16.30 and 68.2.16.30 I can ping 127.0.0.1 also.
When I am typing /usr/dt/config/Xaccess [74]- not found
/usr/dt/confgi/Xconfig I got next lines
[46] Dtlogin.errorLogfile - not found
[47] Dtlogin.pidFiles -not found
[55] Dtlogin.accesFile - not found
[60] Dtloginservers - not found
[64] dtlogin*resources -not found
[65] Dtlogin*startup - not found
[66] Dtlogin*reset - not found
[67] Dtlogin*setup - not found
[70] Dtlogin*failsafeClient - not found
[83] Dtlogin*langSetup -not found.
After runing dr_dt I got 0 Errors and 17 Warnings like
The /usr/dt/config/Xconfig file is not proper;y configured. the current configuration is permissions = -rwxrwxrwx
owner =bin
group =bin
For the HP CDE to function correctly it should be a file with the following configuration
permissios =-r--r--r--
owner =bin
group =bin
Please tell me I have to correct these permissions. I was trying all tips that I found on the Internet and stiil did not find solution. I am using a Sun monitor with this workstation. I am getting all the time a blue screen for Copy Rights and box that /etc.hosts should be properly configured and check for netwok configuration. I easily connected my Suse Linux and Red Hat but I can't get fixed my HP Visualize workstation. How I have to configure my network if I ahve all these dat that I stated above? Maybe I have to apply some CDE patch in order to fix it, so which is one?
If anyone knows how to resolve this poroblem please help me to do it.
I realy appreciate any help. Thanks for help and understanding

Last edited by nikisimon; 06-12-2006 at 03:56 AM..
 
HOSTS(5)						     Linux Programmer's Manual							  HOSTS(5)

NAME
hosts - The static table lookup for hostnames SYNOPSIS
/etc/hosts DESCRIPTION
This manual page describes the format of the /etc/hosts file. This file is a simple text file that associates IP addresses with hostnames, one line per IP address. For each host a single line should be present with the following information: IP_address canonical_hostname [aliases...] Fields of the entry are separated by any number of blanks and/or tab characters. Text from a "#" character until the end of the line is a comment, and is ignored. Host names may contain only alphanumeric characters, minus signs ("-"), and periods ("."). They must begin with an alphabetic character and end with an alphanumeric character. Optional aliases provide for name changes, alternate spellings, shorter hostnames, or generic hostnames (for example, localhost). The Berkeley Internet Name Domain (BIND) Server implements the Internet name server for Unix systems. It augments or replaces the /etc/hosts file or hostname lookup, and frees a host from relying on /etc/hosts being up to date and complete. In modern systems, even though the host table has been superseded by DNS, it is still widely used for: bootstrapping Most systems have a small host table containing the name and address information for important hosts on the local network. This is useful when DNS is not running, for example during system bootup. NIS Sites that use NIS use the host table as input to the NIS host database. Even though NIS can be used with DNS, most NIS sites still use the host table with an entry for all local hosts as a backup. isolated nodes Very small sites that are isolated from the network use the host table instead of DNS. If the local information rarely changes, and the network is not connected to the Internet, DNS offers little advantage. FILES
/etc/hosts NOTES
Modifications to this file normally take effect immediately, except in cases where the file is cached by applications. Historical Notes RFC 952 gave the original format for the host table, though it has since changed. Before the advent of DNS, the host table was the only way of resolving hostnames on the fledgling Internet. Indeed, this file could be created from the official host data base maintained at the Network Information Control Center (NIC), though local changes were often required to bring it up to date regarding unofficial aliases and/or unknown hosts. The NIC no longer maintains the hosts.txt files, though looking around at the time of writing (circa 2000), there are historical hosts.txt files on the WWW. I just found three, from 92, 94, and 95. EXAMPLE
127.0.0.1 localhost 192.168.1.10 foo.mydomain.org foo 192.168.1.13 bar.mydomain.org bar 146.82.138.7 master.debian.org master 209.237.226.90 www.opensource.org SEE ALSO
hostname(1), resolver(3), resolver(5), hostname(7), named(8), Internet RFC 952 COLOPHON
This page is part of release 3.27 of the Linux man-pages project. A description of the project, and information about reporting bugs, can be found at http://www.kernel.org/doc/man-pages/. Linux 2002-06-16 HOSTS(5)
All times are GMT -4. The time now is 12:40 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy