home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / linux / 25011 < prev    next >
Encoding:
Text File  |  1993-01-21  |  5.4 KB  |  129 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!bcstec!aw108!vds7789
  3. From: vds7789@aw2.fsl.ca.boeing.com (Vincent D. Skahan)
  4. Subject: Re: SLS 0.99-2 more feedback and questions
  5. Message-ID: <1993Jan21.153947.13849@aw2.fsl.ca.boeing.com>
  6. Organization: none
  7. References: <1993Jan17.035542.428@victrola.sea.wa.us> <1993Jan19.162621.5185@mars.rmt.sub.org>
  8. Date: Thu, 21 Jan 1993 15:39:47 GMT
  9. Lines: 118
  10.  
  11. arne@mars.rmt.sub.org (Arne Marschall) writes:
  12.  
  13. >vince@victrola.sea.wa.us (Vince Skahan) writes:
  14. >:     #--- aliases that pipe to a program ---
  15. >:     #
  16. >:     anotheralias: "|/pathname/filename_to_run"
  17.  
  18. >Did I miss something ? I couldn't find any documentation about the smail 
  19. >configuration files / procedures. Except for the very short description in
  20. >/usr/local/lib/smail/README.
  21.  
  22. the docs are not part of the normal 'make install' in general for any of the
  23. news/mail/uucp packages, so they're not in the normal SLS.  I've assembled all
  24. of that stuff and they're in Peter's new 'd-series' disks...they're also in
  25. the sources that I've put on sunsite.unc.edu (for those with a religious
  26. need to type 'make' :-)
  27.  
  28. same goes the the real USENET news and elm docs.  They're all in the same
  29. d-series stuff assuming Peter included all I sent him.  If you want to be
  30. sure, look for a 'docs.taz' or something file in the pub/Linux/Incoming/Newspak
  31. directory on sunsite...
  32.  
  33. Important: if you grabbed the sources, all the docs are already there so you
  34. don't need to do it twice.
  35.  
  36. >: UUCP:
  37. >: -----
  38. >: I can't get it to dial out, probably due to the new device names for the
  39. >: serial lines (Peter, why change the names ???).  I changed the Devices in
  40. >: /usr/lib/uucp/devices from ttys1 to ttyS1 but uucp reports: 
  41. >:     ERROR: no matching ports defined
  42.  
  43. that was operator error.
  44. I updated all my old config files *except one*.
  45. now fixed...
  46.  
  47. >: Shadow Passwords:
  48. >: -----------------
  49. >: What's the magic incantation to:
  50. >:     set a password.
  51. >:     have it valid for 90 days
  52. >:     have accounts with expired passwords for 30 days inactivated.
  53. >:     (also, how do I set other accounts to NOT expire and/or inactivate)?
  54.  
  55. >I don't know how a command that may do that for you. But 'man -a shadow' 
  56. >gives you a description of the /etc/shadow file format.
  57.  
  58. the fix for me was a 'man passwd' I think.  It defines all the flags.
  59. I'm posting this from work from memory, but I remember doing a 'passwd -D'
  60. to list the defaults and then added a couple more flags to override them.
  61. Peter posted something accurate on the subject within the last 3-4 days.
  62.  
  63. The (undocumented) defaults file gets written to /etc/defaults during
  64. the process.
  65.  
  66. >: Comms:
  67. >: ------
  68. >: minicom won't let non-root folks to access the 'dfl' file. Why?
  69.  
  70. >There is a file /usr/local/etc/minicom.users which lists all trusted users.
  71.  
  72. >But I'm having some other troubles with minicom:
  73. >If I have established a connection to a remote site everything is fine until
  74. >the screen gets full. No scrolling takes place but the status line gets 
  75. >overwritten. Anyone else out there with this problem? Or is it already fixed 
  76. >in the new SLS release ?
  77.  
  78. I've seen the same problem or something similar with 'nnadmin'.  It goes to
  79. the top of the screen and overwrites what was there, but it doesn't do a 
  80. clearscreen first.  This is different behavior from previous versions because
  81. it worked fine in previous versions, yet the news software itself wasn't changed.
  82.  
  83. >: Mounting a dos partition:
  84. >: -------------------------
  85. >: the new mount lets me mount a DOS partition (wow!) but the permissions are
  86. >: such that only root can read it...how can I set things to let non-privileged
  87. >: folks get read-access to the dos partition ??? 
  88.  
  89. >The permissions are inherited by the current settings of the users id 
  90. >and umask. (didn't try what happens if you put a line in /etc/fstab for the 
  91. >DOS partition(s))
  92.  
  93. on that subject, it bugs the hell out of me that the fstab man page gives no
  94. example entries we can use...also it wouldn't hurt to have a few examples in
  95. /etc/fstab for frequently-used-entries.  The fstab format is virtually totally
  96. undocumented.
  97.  
  98. >File Links
  99. >----------
  100. >Some utilities like compress are stored several times instead of using links. 
  101. >This surely wastes some diskspace. But maybe the cause is not in the SLS . 
  102. >If I remeber it right I installed diskseries a twice because I had some 
  103. >troubles with diskerrors (I'm using "recycled" disks :-)
  104. >Certainly I haven't found all missing links. I should browse all directories 
  105. >sorted by filesize to do that. 
  106.  
  107. yes, there are LOTS of such cases because Peter seems to be religious about
  108. not having soft links :-(
  109.  
  110. additional semi-complaints:
  111. ---------------------------
  112.  
  113. There are MANY, MANY, MANY commands with no man pages including such important
  114. things as uugetty and the new sysv init....I'm going to go through things and 
  115. try to make some type of partial list.
  116.  
  117. My bitch in this regard is that I've installed uugetty from sources in the past
  118. and I know that there are man pages in the sources.  It bothers me that they seem
  119. to get dropped as part of being included into SLS.
  120.  
  121. Same with the new init...it caused considerable pain for me to totally guess what
  122. needed to be put there.  Not a good situation, but (again) livable if you consider
  123. the current SLS to be a beta for the coming Linux 1.0000000
  124.  
  125. -- 
  126.    ---------   Vince Skahan   ----- vds7789@aw101.iasl.ca.boeing.com ------- 
  127.   Hypocrisoda - the diet soda you drink so you can have an extra piece of 
  128.                  fudge without fear of gaining weight.
  129.