Hostname displays incorrectly


 
Thread Tools Search this Thread
Operating Systems Linux Hostname displays incorrectly
# 1  
Old 11-23-2007
Power Hostname displays incorrectly

hiii,

in many of the linux machines i have tried this but the result is the same everywhere.

if there are double letters in a hostname then that is displayed as single letter.

e.g. if hostname is set to nepttune then login into the shell will display :

NEPTUNE(admin)@/ [20]
$ hostname
nepttune
NEPTUNE(admin)@/ [21]
$ uname -n
nepttune
NEPTUNE(admin)@/ [22]
$

even if i do ssh from some other then also it will not display correct hostname with double letters repeating but only single letter.
any consequetive double letters are always displayed as single letter.
but if u type the command "hostname" or "uname -n" then it will display the correct hostname.


can anyone plz tell if there is any solution to this ?
# 2  
Old 11-23-2007
Hostname displayed incorrectly

hiii,

in many of the linux machines i have tried this but the result is the same everywhere.

if there are double letters in a hostname then that is displayed as single letter.

e.g. if hostname is set to nepttune then login into the shell will display :

NEPTUNE(admin)@/ [20]
$ hostname
nepttune
NEPTUNE(admin)@/ [21]
$ uname -n
nepttune
NEPTUNE(admin)@/ [22]
$

even if i do ssh from some other then also it will not display correct hostname with double letters repeating but only single letter.
any consequetive double letters are always displayed as single letter.
but if u type the command "hostname" or "uname -n" then it will display the correct hostname.


can anyone plz tell if there is any solution to this ?
# 3  
Old 11-23-2007
Your correct hostname is what is displayed on running 'hostname' or 'uname -n' commands. Are you using DNS for hostname resolution? If so, then it is probably a mistake on the DNS server.
# 4  
Old 11-23-2007
shamik, do not create multiple threads for a single subject. I have merged the threads.
# 5  
Old 11-23-2007
No,
we are not using any DNS for name resolution. I just dont understand how to solve this problem.
# 6  
Old 11-23-2007
How do you connect to the server (via telnet/ssh)? Using the IP address directly?
# 7  
Old 11-23-2007
i connect to the server from my win xp machine through ip address directly using telnet.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Hostname -f hostname: Unknown host

deleted (0 Replies)
Discussion started by: hce
0 Replies

2. UNIX for Dummies Questions & Answers

Incorrectly using 'ls' in if/then alias

I have an alias defined in which I wish to print the contents of a specific directory using 'ls' based on the if/then condition. The if/then conditions are being correctly evaluated, and the 'ls <path>' result is correct (tested directly in a terminal) although for some reason it seems the 'ls... (4 Replies)
Discussion started by: coldcoffeecup
4 Replies

3. UNIX for Dummies Questions & Answers

Strings comparing incorrectly

Hello I'm very new to Linux and shell scripting so I only know basic stuff. I'm making a script with the purpose of finding the longest string or word in a file. Here's what I got so far: #!/bin/bash longest="" for i in $(strings -n $1); do if ] then longest=$i fi done echo $longest... (4 Replies)
Discussion started by: SCB
4 Replies

4. Emergency UNIX and Linux Support

HP UX - ILO Console hostname different than Machine Hostname...

Hi All, So we added a new HP-UX 11.31 machine. Copied OS via Ignite-UX (DVD)over from this machine called machine_a. It was supposed to be named machine_c. And it is when you log in...however when I'm in the ILO console before logging in, it says: It should say: What gives? And how do... (4 Replies)
Discussion started by: zixzix01
4 Replies

5. AIX

Command last displays wrong hostname

I faced an interesting problem on my AIX servers. When I checked last logins with command last I saw that hostnames are wrong. Let say, I made login from workstation xxxxx and with the command last I saw: root pts/2 yyyyy 5 jan 15:38 still logged in Ping xxxxx and ping... (3 Replies)
Discussion started by: giovanni
3 Replies

6. UNIX for Dummies Questions & Answers

character displayed incorrectly by ftp

Hi there, I have a ftp server called atlantis. Because of the f...g french characters, I noticed something very weird. Depending on what program I use (ftp, lftp or ssh) the same character is displayed as three different ways. On my local computer, the file is correctly displayed as "modéles".... (1 Reply)
Discussion started by: chebarbudo
1 Replies

7. UNIX for Dummies Questions & Answers

PATH variable set incorrectly?

I've noted that in order to use commands like ifconfig, I have to prefix the commands with the directory. /etc/profile shows that the paths should be part of the PATH environment variable; any idea where the bug is? :confused: # /etc/profile # System wide environment and startup... (1 Reply)
Discussion started by: jon80
1 Replies

8. UNIX for Dummies Questions & Answers

Solaris - unknown hostname - how can I change hostname?

Hello, I am new to Solaris. I am using stand alone Solaris 10.0 for test/study purpose and connecting to internet via an ADSL modem which has DHCP server. My Solaris is working on VMWare within winXP. My WinXP and Solaris connects to internet by the same ADSL modem via its DHCP at the same... (1 Reply)
Discussion started by: XNOR
1 Replies

9. Shell Programming and Scripting

Writing to a log file incorrectly

I have this script: #!/bin/ksh ######### Environment Setup ######### PATH=/gers/nurev/menu/pub/sbin:/gers/nurev/menu/pub/bin:/gers/nurev/menu/pub/mac :/gers/nurev/menu/adm/sbin:/gers/nurev/menu/adm/bin:/gers/nurev/menu/adm/mac:/ge... (5 Replies)
Discussion started by: heprox
5 Replies
Login or Register to Ask a Question