An attempt to put my random thoughts on the piece of page...

Tuesday, June 7, 2011

Error-console Or log file of Asynchronous (one sided) love with my dearest $LOVE ...

# People working on Linux will find it easy to interpret as most of the jargons used here will be native to them :)


Error-console Or log file of Asynchronous (one sided) love with my dearest $LOVE ...


  • The moment I saw/scanned you, my heart spawned multiple threads where each thread executing only your command.
  • I was like a dangling pointer containing your address but no ownership over you $LOVE.
  • Hence I tried to execute following command on the $HOST of $LOVE heart..
             ssh -n $LOVE@$HOST echo "Dummy Hi...May I........"
  • I got following response from $HOST
              Can't SSH to remote $HOST: Connection closed by remote host
  • After checking connection status using Wire-shark tool, found that all my SYN packets are getting dropped and hence no ACK is coming  from $LOVE@$HOST
  •  Then I checked why connection is getting closed...It is found that too many concurrent ssh connections are present on same $HOST :(
  • Then I checked for any free port on that $HOST using netstat -lpn command...
          But alas !!  Port already is use (Commited Status) ayyaa yaaaaaaaaaaar..

Soooooooooooo Saaaaaaaaaaaaaaaaaaaaad :(


Note:
$LOVE -  name of your love (her name/his name),   $HOST -  address of your love's heart
Those who faced similar error in their boot-time of life (i.e. initial phases),  Kindly replace $LOVE with the name of your love (her name/his name) &  $HOST with the address of your love's heart   You will see your sad life in it.. :((

No comments:

Post a Comment