[14592] in Athena Bugs
sparc 8.0I: /mit/sunsoft/sun4bin/dbx
daemon@ATHENA.MIT.EDU (John Hawkinson)
Sat Aug 24 23:12:15 1996
Date: Sat, 24 Aug 1996 23:12:11 -0400
To: bugs@MIT.EDU
From: John Hawkinson <jhawk@MIT.EDU>
Sun's license manager client software does not seem to properly
detect some kinds of license manager server failures.
For instance, right now ziggy is wedged (it seems to have a full
listen queue and does not respond to TCP SYNs on port 1701, ostensibly
the license manager port).
Running "attach sunsoft; /mit/sunsoft/sun4bin/dbx" just hangs for
minutes.
truss-ing it shows it hanging on:
getmsg(4, 0xEFFFEAAC, 0xEFFFE9F8, 0xEFFFEA04) (sleeping...)
And tcpdump indicates:
23:04:14.930796 portnoy.mit.edu.40707 > ZIGGY.MIT.EDU.1701: S 807195648:807195648(0) win 8760 <mss 1460> (DF)
23:04:20.650711 portnoy.mit.edu.40707 > ZIGGY.MIT.EDU.1701: S 807195648:807195648(0) win 8760 <mss 1460> (DF)
23:04:32.080611 portnoy.mit.edu.40707 > ZIGGY.MIT.EDU.1701: S 807195648:807195648(0) win 8760 <mss 1460> (DF)
23:04:54.940457 portnoy.mit.edu.40707 > ZIGGY.MIT.EDU.1701: S 807195648:807195648(0) win 8760 <mss 1460> (DF)
23:05:40.660539 portnoy.mit.edu.40707 > ZIGGY.MIT.EDU.1701: S 807195648:807195648(0) win 8760 <mss 1460> (DF)
Sun should be flamed for not having their clients detect this broken
condition in a timely fashion. After a minute or 3 you finally get a
prompt, but the timeout takes too long. It should also indicate the
nature of this failure so users can report problems with the license
server.
--jhawk