home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 21866 < prev    next >
Encoding:
Internet Message Format  |  1992-12-27  |  6.2 KB

  1. Path: sparky!uunet!ogicse!das-news.harvard.edu!cantaloupe.srv.cs.cmu.edu!drycas.club.cc.cmu.edu!ghod
  2. From: ghod@drycas.club.cc.cmu.edu
  3. Newsgroups: comp.os.linux
  4. Subject: Re: Conner Crash
  5. Message-ID: <1992Dec27.233141.2800@drycas.club.cc.cmu.edu>
  6. Date: 27 Dec 92 18:31:41 GMT
  7. Article-I.D.: drycas.1992Dec27.233141.2800
  8. References: <725445640.AA27703@remote.halcyon.com>
  9. Organization: Carnegie Mellon Computer Club
  10. Lines: 133
  11.  
  12. In article <725445640.AA27703@remote.halcyon.com>, Gary.Pfeffer@f1161.n261.z1.fidonet.org (Gary Pfeffer) writes:
  13. > On Christmas Eve my $400.00 Conner decided to die.  As a result I lost
  14. > any messages that were sent to me in the last 2 days.  Just in case I
  15. > missed some replies, the last 2 concerns I had are as follows:
  16. >         TAYLOR UUCP BINARIES WITH 98.5SLS:
  17. >         When attempting to use uucp with a normal syntax, everything
  18. >         after the '!' mark is reported on an error message line as
  19. >         follows:
  20. >         EXAMPLE:
  21. >                         uucp filename btsci!/usr/spool/uucppublic
  22. >         RESULTING MESSAGE:
  23. >                         /usr/spool/uucppublic:  Event not found.
  24. >        I tried compiling the sources for Taylor 1.03a but ran in to
  25. >        snags.  Upon finally getting a successful compile, the same
  26. >        message resulted.  To find out what binary was generating this
  27. >        message I looked at each binary involved with a binary editor
  28. >        (uucp uucico and bin/sh) and found that this message comes from
  29. >        /bin/sh.  I don't know what 'Event not found' refers to and I
  30. > don't
  31. >        know why it is treating the string after the '!' as this
  32. >        so-called event.
  33. I can help you with this one. What's happening is that Bash (/bin/bash or
  34. /bin/sh) is processing the '!' as a request to recall a previous command.
  35. For instance, let's say I typed the following series of commands:
  36.  
  37. skynet{1}% ls -l
  38. skynet{2}% cd ..
  39.  
  40. Now supposing I want to do an 'ls -l' again. I could just type 'ls -l' again,
  41. or I could do this:
  42.  
  43. skynet{3}% !l
  44.  
  45. This tells the shall to re-execute the last command I typed that began with the
  46. letter 'l'. So what's happening is that Bash sees '!/usr/spool/uucppublic'
  47. and says 'Aha! He wants me to search my history database for a command
  48. beginning with '/usr/spool/uucppublic' and execute it again! Whoops: no such
  49. command exists!' and then you get the 'event not found' error because such
  50. an event (read: command) was never given. How do you fix this? Easy: instead
  51. of typing
  52.  
  53. uucp filename  btsci!/usr/spool/uucppublic
  54.  
  55. type
  56.  
  57. uucp filename btsci\!/usr/spool/uucppublic
  58.  
  59. The backslash before the '!' tells the shell to stop treating it as a special
  60. character. I hate to say it, but you re-compiled the binaries for nothing. :(
  61. Now, technically, I don't think the real /bin/sh (The Bourne shell) should
  62. give you this kind of trouble since I don't think it has history/command recall
  63. features in it, but /bin/bash does and in Linux, /bin/sh is just a link to
  64. /bin/bash.
  65.  
  66.  
  67. >        INTERNET:
  68. >        I would like some info on accessing internet systems via uucp or
  69. >        ftp.  I have no phone numbers and no contacts so I have no idea
  70. >        how to get into this network which has incredible resources.
  71. >        Could anyone let me know what is necessary to gain access?
  72. > Any help on either or both of these questions would be greatly
  73. > appreciated.  Thank you in advance.
  74. > Gary
  75. > -/> YaleBBS v1.09c [Nov 17, 1992]
  76. > ---- Yecho v1.07a
  77. >  * Origin: The Exchange BBS - (410) 529-1716 - Baltimore, MD  USA
  78. > (1:261/1161)
  79. >
  80.  
  81. Yich. This is the kind of question it takes hours to answer. There's lots
  82. of places to go, but you gotta spend money. Get out the phone book and start
  83. calling the computer centers of the universities in your area and ask them
  84. if they have some sort of policy for allowing non-students on their system.
  85. Be warned: some of the bigger schools allow access for reasearch purposes
  86. but they charge a mint. (I found this out by trolling around the schools in
  87. NYC.) If that fails, look for a public-access Unix/Internet system in your
  88. area. Post a few messages on local BBSes and see what materializes. 
  89.  
  90. I myself have access via two resources: the Carnegie Mellon Computer Club
  91. and PSI's global dialup telnet/rlogin service. I need the latter to access
  92. the former, since I live in Manhattan and I'm not going to dial Pennsylvania
  93. long distance. PSI has a terminal server in the 212 area code, so all I have
  94. to do is make one local call, then telnet to the CMCC machine. The account
  95. on the machine costs only about $30 a year, but the PSI telnet/rlogin access
  96. is about $40 a month. That turns a lot of people off, but it's cheaper than
  97. a long distance phone bill, especially since that's a flat rate fee: whether
  98. you're on for 24 hours a day, or just one, it's still just $40 a month. 
  99. I happen to still have an account back at school, so this works out fine for
  100. me: I can reach either site via a local call. Anyway,the CMCC machine machine
  101. offers FTP, NEWS (all 1800 topics), IRC... just about everything in fact except
  102. for outgoing TELNET access, which off-campus club members aren't allowed to
  103. use (a policy meant to discourage using the site for network hacking). In
  104. my case, I can already telnet with PSI, so I don't care. Caveats: the CMCC
  105. machine is a VAX and runs VMS (all together kids: 'Eeeeeeeeewwwww!'); and
  106. there's a chance that PSI may not have a terminal server withing your local
  107. area. They have them in most major cities, but without knowing where you
  108. live it's hard to say... anyway, here's how to get some info:
  109.  
  110. For PSI:
  111.  
  112. send an e-mail message to: all-info@psi.com
  113. You can leave the body of the message blank if you like: this is a mail server
  114. which will reply to you automatically. The message it sends back will tell you
  115. about the addresses for other mail servers covering more specific topics. 
  116. Some interesting ones are: gds-info@psi.com and numbers-info@psi.com
  117.  
  118. For the Carnegie Mellon Computer Club:
  119.  
  120. Send and e-mail message to Marc Shannon at SYNFUL@DRYCAS.CLUB.CC.CMU.EDU
  121. and ask him nicely to send you an info sheet about the club. Marc is the
  122. sysop, and he's not a mail server so be polite. :)
  123.  
  124. Hope all this nonsense helps, and happy holidays to all.
  125.  
  126. -Bill Paul
  127.  
  128. ghod@drycas.club.cc.cmu.edu    or  ghod@drycas.bitnet
  129. (Or, in a real emergency, wpaul@uhasun.hartford.edu)
  130.