[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] [RAQ4] I got something strange while SU in the first time.
- Subject: [cobalt-users] [RAQ4] I got something strange while SU in the first time.
- From: Tong Narak <tong@xxxxxxxxxxx>
- Date: Sun Feb 29 11:23:01 2004
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
Hello,
When I SSH to my RAQ4 and SU command, it's look like auto fill password.
2:15:49pm admin pts/1 ~ 499 > su -
Password:
su: incorrect password
2:15:54pm admin pts/1 ~ 500 >
It happen only in the first time of SSH or telnet of any user account.
The second SU is working normally.
2:27:30pm admin pts/1 ~ 507 > whereis su
su: /bin/su /usr/man/man1/su.1
2:27:33pm admin pts/1 ~ 508 > md5sum /bin/su /usr/man/man1/su.1
8b75f21667c5f00f16d9ed620a1704c4 /bin/su
aa8e23975415c69cfa9a881d2b7d7f0a /usr/man/man1/su.1
2:28:24pm admin pts/1 ~ 509 > set
_ md5sum /bin/su /usr/man/man1/su.1
addsuffix
argv ()
cwd /home/sites/home/users/admin
dirstack /home/sites/home/users/admin
echo_style both
edit
gid 27
group admin
history 500
home /home/sites/home/users/admin
loginsh
owd
path (/usr/local/bin /bin /usr/bin /usr/X11R6/bin /home/sites/home/users/admin/bin .)
prompt %B%p %n %l %~ %h %# %b
prompt2 %R?
prompt3 CORRECT>%R (y|n|e|a)?
savehist 500
shell /bin/tcsh
shlvl 1
status 0
tcsh 6.09.00
term vt100
tty pts/1
uid 110
user admin
version tcsh 6.09.00 (Astron) 1999-08-16 (i386-intel-linux) options 8b,nls,dl,al,rh,color
2:29:07pm admin pts/1 ~ 510 > setenv
USER=admin
LOGNAME=admin
HOME=/home/sites/home/users/admin
PATH=/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/sites/home/users/admin/bin:.
MAIL=/var/spool/mail/admin
SHELL=/bin/tcsh
SSH_TTY=/dev/pts/1
TERM=vt100
HOSTTYPE=i386-linux
VENDOR=intel
OSTYPE=linux
MACHTYPE=i386
SHLVL=1
PWD=/home/sites/home/users/admin
GROUP=admin
LESSOPEN=|/usr/bin/lesspipe.sh %s
2:29:14pm admin pts/1 ~ 511 > cat .tcshrc
#setenv WGETRC ./wgetrc
umask 022
limit coredumpsize 0
set term=vt100
set savehist=500 history=500
set prompt="%B%p %n %l %~ %h %# %b"
set path=( $path ~/bin . )
unset autologout
alias ps ps -efw
alias h "history -r | more"
alias pico pico -w
alias ls ls -Fa
alias kill kill -9
alias perlmake perl Makefile.PL
2:29:19pm admin pts/1 ~ 512 > ls -a
./ .forward .ncftp/ Mail-Verify-0.02/
../ .history .tcshrc Mail-Verify-0.02.tar.gz
2:32:36pm admin pts/1 ~ 513 >