No IP address displayed in who command


 
Thread Tools Search this Thread
Operating Systems Linux SuSE No IP address displayed in who command
# 8  
Old 03-30-2012
No guys. Even this doesnt seem to work.
The suggested commands are displaying the IP address if only the user uses PUTTY and if the user uses xstart there is no IP displayed. Below is what i see.

Code:
user1@LinuxSUSE1:~> last
user1 pts/4        192.168.134.213  Fri Mar 30 17:03   still logged in   
user2 pts/4                               Fri Mar 30 17:02 - 17:03  (00:01)    
user3  pts/12                        Fri Mar 30 16:34   still logged in   
user4 pts/7                         Fri Mar 30 15:29   still logged in   
user8  pts/15                        Fri Mar 30 11:52 - 14:37  (02:45)    
user1 pts/14                        Fri Mar 30 10:45   still logged in

and

in2nix4life command too didnt help.

I suspect xstart is using some customized xserver technology to display the terminal, though it resembles putty in functionality behind the scenes its different (i guess).
# 9  
Old 03-30-2012
Very odd. I'm curious if this could be related to either your terminal type or terminal size.

Can you respond back with the results of the following commands:

Code:
env | grep TERM

stty size

# 10  
Old 03-30-2012
Code:
Xstart Terminal 
================

user1@LinuxSUSE1:~> env | grep TERM
TERM=xterm
XTERM_SHELL=/bin/bash
XTERM_VERSION=XTerm(208)
COLORTERM=1

user1@LinuxSUSE1:~> stty size
24 80


Putty terminal
================

user1@LinuxSUSE1:~> env | grep TERM
TERM=xterm
COLORTERM=1

user1@LinuxSUSE1:~> stty size
28 80

Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Find heartbeat ip address with cllsif command

hi~~ my Os is 6.1 i want to find heartbeat ip address from below result. i think, is it en7 onto both nodes? /usr/es/sbin/cluster/utilities/cllsif Adapter Type Network Net Type Attribute Node IP Address Hardware Address Interface Name Global Name ... (2 Replies)
Discussion started by: tomato00
2 Replies

2. OS X (Apple)

Get IP address Command.

i need to pull ip address out after this command ifconfig | grep jnc0 -1 output: BOBVILLAMAC:~ bvilla$ ifconfig | grep jnc0 -1 inet 10.16.91.1 netmask 0xffffff00 broadcast 10.16.91.255 does anyone know how to do that (1 Reply)
Discussion started by: KrazyKracker23
1 Replies

3. UNIX for Dummies Questions & Answers

Customizing from address in mailx command

Currently I am using mailx command for sending mails. But the mail is sent as from userid@servername by default. Is it possible to customise the from mail address in mailx command? Thanks (2 Replies)
Discussion started by: pandeesh
2 Replies

4. Shell Programming and Scripting

configure from address in mailx command

Hi, I need to configure customized from address in mailx command. Can you pls tell me the option for configuring from address. Thanks Latika (9 Replies)
Discussion started by: latika
9 Replies

5. Solaris

Console - root command prompt displayed twice after hitting enter

Dear All, I hope you can help me. I have a pair of E2900's I've inherited. Both running Solaris 9. Both have LOM> consoles. The problem I'm experiencing only occurs when connected to the /dev/console tty. Whenever I hit 'Enter' for a new line, I receive two new lines: - myhost# ... (11 Replies)
Discussion started by: aleith
11 Replies

6. AIX

AIX:Command to get netaddress/subnet address command in IPv4/IP6

AIX:Command to get netaddress/subnet address command in IPv4/IP6 Can anybody help us with a command to retrieve netaddress/subnet address command in IPv4/IP6 on aix machine. net/subnet address is in the format 172.16.212.0(signifies all 255 machines in an IPv4 network) (2 Replies)
Discussion started by: rookie8278
2 Replies

7. Shell Programming and Scripting

how grep the inet address for in ifconfig command

hi, i want to know how to grep inet address for below below is the output of ifconfig command /home/JA> ifconfig eth0 Link encap:Ethernet HWaddr 00:11:0A:5B:2E:E9 inet addr:161.239.203.18 Bcast:161.239.203.127 Mask:255.255.255.128 UP BROADCAST RUNNING... (3 Replies)
Discussion started by: mail2sant
3 Replies

8. Cybersecurity

Help Required: Command to find IP address and command executed of a user

Hi, I am trying to write a script which would figure out who has run which command and their IP. As i dont have any clue as to which commands would do this job, i request some gurus to help me on this. Thanks Vishwas (2 Replies)
Discussion started by: loggedout
2 Replies

9. Shell Programming and Scripting

command to know the IP address

I know the hostname of the m/c which is in the network... whats d command to know the ip address associated with the hostname. (1 Reply)
Discussion started by: suri
1 Replies

10. UNIX for Dummies Questions & Answers

Command for showing IP Address

Hi everyone, nice forum! I need to know if there's a command that will show the IP Address of the machine you are logged into. Eg when you type hostname it returns the name of the machine, I need one that returns the IP address only. Can anyone help or suggest commands that are almost what I... (7 Replies)
Discussion started by: danhodges99
7 Replies
Login or Register to Ask a Question