home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / bugs / 4bsd / 215 next >
Encoding:
Internet Message Format  |  1992-09-10  |  1.5 KB

  1. Path: sparky!uunet!sun-barr!cs.utexas.edu!ut-emx!ibmchs!auschs!awdprime.austin.ibm.com!eric
  2. From: eric@austin.ibm.com (Eric Carpenter)
  3. Newsgroups: comp.bugs.4bsd
  4. Subject: syslogd problem
  5. Message-ID: <1992Sep8.144857.22346@awdprime.austin.ibm.com>
  6. Date: 8 Sep 92 14:48:57 GMT
  7. Sender: news@awdprime.austin.ibm.com (USENET News)
  8. Reply-To: eric@thelake.austin.ibm.com
  9. Organization: IBM Austin
  10. Lines: 39
  11. Originator: eric@thelake.austin.ibm.com
  12.  
  13.  
  14. Can anyone give me some insight into this situation?
  15.  
  16. If machineA has the following syslog.conf file:
  17.  
  18. user.alert    /tmp/alert
  19. user.info    /tmp/info
  20. user.alert    @machineB
  21. user.info    @machineB
  22.  
  23. and machineB has the following syslog.conf file:
  24.  
  25. user.info    /tmp/info
  26. user.alert    /tmp/alert
  27.  
  28. Then when machineA does a syslog of an alert priority, 2 alert entries
  29. are put in the /tmp/alert file of machineB.  Shouldn't there only be 1?
  30. There is also 2 entries in the /tmp/info file of machineB, but this I 
  31. can understand (one for the alert and one for the info).  When I comment 
  32. out the .info entries from machineA's syslog.conf file, the problem goes 
  33. away.
  34.  
  35. user.alert    /tmp/alert
  36. #user.info    /tmp/info
  37. user.alert    @machineB
  38. #user.info    @machineB
  39.  
  40. The same thing occurs on every platform that I tried it on.
  41.  
  42. Thanks for any help..
  43.  
  44.    
  45.  
  46.  
  47. -- 
  48.  ___________________________________________________________________
  49. | Eric Carpenter              | inet:   eric@thelake.austin.ibm.com |  
  50. | PSP, Austin                 | vnet:   ECARP at AUSTIN             |
  51. | Dept. D54 3b-17/905         | phone:  (512)838-3277  -- T/L 678   |  
  52.