home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 21910 < prev    next >
Encoding:
Text File  |  1992-12-28  |  3.9 KB  |  97 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!cs.utexas.edu!torn!newshub.ccs.yorku.ca!yorku.ca!marcf
  3. From: marcf@nexus.yorku.ca (Marc G Fournier)
  4. Subject: Question and Observations
  5. Message-ID: <marcf.725558783@yorku.ca>
  6. Sender: news@newshub.ccs.yorku.ca (USENET News System)
  7. Organization: York University
  8. Date: Mon, 28 Dec 1992 16:06:23 GMT
  9. Lines: 86
  10.  
  11. Hi Folks...
  12.  
  13.     Okay, I played around with Linux last night, without distractions.
  14. (SLS 0.99)  I came up with the following problems that would be nice
  15. to have fixed/explained:
  16.  
  17. 1.    While installing, on disk b6, I get the following error:
  18.  
  19. installing smail... : File exists
  20. tar: Could not create symlink to /usr/bin/smail
  21.  
  22.     Why do I get that if it is the first time installing smail?
  23.  
  24. 2.    Finally figured out how to create a new user account, but it
  25. doesn't seem like an intelligent way to do things :(
  26.  
  27. step 1: useradd -D -f -1 <-- to change the inactivity flag to -1 from 0
  28.     NOTE: you have to manually create /etc/default or it won't work
  29. step 2: useradd -g GID -m username <-- creates account with home dir
  30. step 3: passwd -d username <--- deletes whatever passwd useradd is creating
  31. step 4: repeat steps 2 and 3 for each user
  32.  
  33.     First question...why create an account with default settings that
  34. don't allow a user to log into the account?
  35.  
  36.     Second question...why create an account with a passwd that noone
  37. knows?
  38.  
  39. 3.    When logging into new account created in [Q2], it requests a new
  40. passwd (what I want), after entering the passwd, it gives a 'No Mail'
  41. warning (expected) and then I get:
  42.  
  43. Cannot execute:  Permission denied
  44.  
  45.     and logs the user out.  If the user logs back in again, using his
  46. passwd, it logs in without an error.
  47.     I tried putting echo statements in the /etc/profile to see if it
  48. is being run through, and the Permission denied is coming before the
  49. profile is read.  I did a strings /bin/login and the only thing in there
  50. that I can find is /etc/d_passwd...but I don't have that program on my
  51. system (seems to be lots of stuff missing that should be there)
  52.  
  53.     Question:  Any idea what it can't execute?
  54.  
  55. 4.    How to get rid of 'Your passwd will expire in 0 days'?  This
  56. is only used as a Public access site...I don't want the passwd's to 
  57. expire, period.  I thought that was what useradd -D -f -1 did??
  58.  
  59. 5.    Mail...if I send email from me to another user, I own his
  60. folder...why?  Kinda useless if the user I'm sending too can't read
  61. his mail because I own his folder..isn't it?
  62.  
  63. 6.    mkefs/mkfs: -i bytes-per-inode option
  64.  
  65.     What is the default value? 1024k?
  66.  
  67.     I want to create a new partition, and think that a 1K filesystem
  68. will just be too wasteful, considering most articles aren't very big
  69. anyway.  Then again, for the most part, I think a 1K filesystem is
  70. too wasteful.  If I set -i to 512, will that make .5k/block filesystem?
  71.  
  72. -----------------[ gripes on...not a flame, don't misinterprete ]-----------
  73.  
  74.     So far, from what I've seen, I like Linux...as a single-user 
  75. OS...but setting it up as a multi-user OS, it seems to be lacking lots.
  76. Basically, I think the fact that most of the system on installation being
  77. owned by root (ie. root owning all the news stuff??) leaves a little to
  78. be desired.  Also, when installing stuff line uucp and cnews, it doesn't
  79. create all required subdirectories (ie. uucp doesn't create /usr/spool/uucp
  80. and news doesn't create any of /usr/spool/news/..).  For someone not
  81. familiar with cnews, or uucp for that matter, how are they supposed to
  82. know that you need an in.coming and out.going directory for news?
  83.  
  84. ---------------------[ gripes off ]--------------------------------------
  85.  
  86.     I know...Linux is still young, and I've been very impressed with
  87. what I've seen, and the developments done, and the extensive help
  88. available from the net, so don't read me wrong...I'm still installing this
  89. on my system for dialin Unix access...I just think that there are some 
  90. things that could be improved upon that are more important then some
  91. of the other things, that's all (one man's opinion)
  92.  
  93. thanks for all the help...
  94.  
  95. Marc
  96.  
  97.