![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Big log file: auth.log | mjdousti | UNIX for Advanced & Expert Users | 2 | 02-25-2008 12:00 PM |
| Solairs 9 to Solaris 10 liveupgrade issue | zafyil | SUN Solaris | 0 | 07-23-2007 01:44 PM |
| Solaris 10, CDROM issue!!!! | stushar2000 | SUN Solaris | 3 | 02-15-2007 08:51 PM |
| Solaris 8 security log issue | heero | SUN Solaris | 2 | 11-28-2005 09:03 AM |
| solaris 9 php-4.3.4 make issue | xyyz | UNIX for Advanced & Expert Users | 2 | 02-07-2004 02:35 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Solaris 10 auth issue
Very strange one, we've got a recently build server (Sol10 via JET flash).
Bascially you can ssh to it fine, but telnet will allow entry of username, but will then feed in a carriage return on the passwd field, this also happens on any auth type command, ie passwd on a user account will also feed in CR's!! I've seen this ages ago but cannot remember what caused it, any info appreciated ![]() A snippet of truss on passwd command: sigaction(SIGINT, 0xFFBFB7B8, 0xFFBFB858) = 0 ioctl(3, TCGETA, 0xFFBFB8FC) Err#6 ENXIO ioctl(3, TCSETAF, 0xFFBFB8FC) Err#6 ENXIO New Password: write(2, " N e w P a s s w o r d".., 14) = 14 read(3, 0xFF1EC27C, 1) = 0 ioctl(3, TCSETAW, 0xFFBFB8FC) Err#6 ENXIO write(2, "\n", 1) = 1 sigaction(SIGINT, 0xFFBFB7B8, 0xFFBFB858) = 0 close(3) = 0 getuid() = 0 [0] open("/dev/tty", O_RDONLY) = 3 fstat64(3, 0xFFBFB740) = 0 sigaction(SIGINT, 0xFFBFB7B8, 0xFFBFB858) = 0 ioctl(3, TCGETA, 0xFFBFB8FC) Err#6 ENXIO ioctl(3, TCSETAF, 0xFFBFB8FC) Err#6 ENXIO Re-enter new Password: write(2, " R e - e n t e r n e w".., 23) = 23 read(3, 0xFF1EC27C, 1) = 0 ioctl(3, TCSETAW, 0xFFBFB8FC) Err#6 ENXIO write(2, "\n", 1) = 1 Notice the \n writes!! where the hell do these come from !!!. Ta... |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|