From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Tue, 1 Aug 1995 02:23:04 -0400 From: Scott Schwartz schwartz@galapagos.cse.psu.edu Subject: questions Topicbox-Message-UUID: 10e0195c-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <19950801062304.bMxAcBKkiSnZYHo33bi5UWvIcg0_DMI55WL3mtyzGaA@z> Andreas writes: | Not to be rude, but I see nothing BUT questions here. | Will there eventually be answers? In response to the questions I posted I've gotten answers via private email. Thanks to Jim and Dave for their help! I was going to post a summary once things were stablized a bit, but here's a quick rundown: My ss2 didn't like the new scsi driver. Replacing src/fs/ss/scsi.c with the code from the first edition fixed the disk problems I was seeing. Also, the ss fs gets the clock wrong. In toy.c, I fixed it by incrementing rtc.year by 68 after reading the clock. After doing that, I noticed that the terminal version of the kernel fixes this problem slightly differently, but I haven't tried making that change to the fileserver yet. On a (sparc, at least) auth server, boot dies if you tell it that its ip address is 0.0.0.0; use the real ip number instead.