home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / unix / admin / 7037 < prev    next >
Encoding:
Text File  |  1993-01-11  |  2.6 KB  |  65 lines

  1. Newsgroups: comp.unix.admin
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!torn!mcshub!maccs!pkerr
  3. From: pkerr@maccs.mcmaster.ca (Paul Kerr)
  4. Subject: Problems booting Sun after changing fstab
  5. Message-ID: <1993Jan12.014202.9173@mcshub.dcss.mcmaster.ca>
  6. Sender: usenet@mcshub.dcss.mcmaster.ca
  7. Nntp-Posting-Host: maccs.dcss.mcmaster.ca
  8. Organization: Department of Computer Science, McMaster University
  9. Date: Tue, 12 Jan 1993 01:42:02 GMT
  10. Lines: 53
  11.  
  12.  
  13. Hello,
  14.  
  15.  I am having some problems getting my Sun IPC (SunOS 4.1.1) up
  16. and running after some changes I did not think would give me a 
  17. problem. Here is what I did...
  18.  
  19.   o A friend of mine brought over a scsi-cd from his next. I wanted
  20.     to try it out on my standalone and because I had no device to 
  21.     device cable I had to remove my shoebox (internal 669 and tape)
  22.     and only have the cd attached. Before I shutdown I removed the 
  23.     entries in /etc/fstab corresponding to the filesystems on the 
  24.     669 (/usr/local /usr/spool/news). I commented them out...
  25.  
  26.   o I tried to boot with the cd attached and didnt see it during the 
  27.     boot process (not to worry, it was no big deal, I just wanted
  28.     to see if I could get access to it). But the boot did not 
  29.     complete. It gets as far as the ldconfig and then complains
  30.     with the following errors
  31.  
  32.     ldconfig: directory /usr/openwin/lib not cached
  33.                             ^^^^^^^^^^^^
  34.                         link from /usr/local/openwin
  35.     link editor directory cache
  36.     /etc/rc: 81 Memory fault - core dump
  37.       [...bunch more Memory faults]
  38.  
  39.     squid init:'/usr/etc/getty std 9600 consol' failing,sleeping
  40.  
  41.   o So after some thought I realize that it is probably not
  42.     building the ld.cache. When I boot -s, single user, I can
  43.     run echo *, rcp, tar... the other staticlly linked commands
  44.     but I get the same error when I try to run anything else.
  45.  
  46.   o I tar'ed a copy of fstab to diskette, took it to a friends and
  47.     removed the comments for the 669's fs and then tried to put it
  48.     back in /etc on my machine. BUT! it came back and said the fs /
  49.     was read only?!?!? 
  50.     mount shows /dev/sd0a rw ?!?!
  51.   
  52.   o When I boot from the monitor I issue b -s and then fill in the
  53.     prompts when it asks me for devices to boot from, and swap from.
  54.  
  55. Why cant I write to / when I boot in single user? If I could do 
  56. that Im sure that restoring fstab should fix the original problems.
  57. Are the filesystems permission problems related to the fact that
  58. rc cannot complete any commandsI
  59. Can anyone offer any insight into how I can restore fstab. Getting a
  60. bootable tape is not really an option since I dont have close access 
  61. to anyone that I could get one from.
  62.  
  63.         Thanks in advance, Paul
  64.  
  65.