Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!uunet!digibd!rhealey From: rhealey@digibd.com (Rob Healey) Newsgroups: comp.unix.amiga Subject: Re: A3000UX problems, help. Message-ID: <1991Apr27.225135.16931@digibd.com> Date: 27 Apr 91 22:51:35 GMT References: <1909c824.ARN0fa6@cbmami.UUCP> Organization: DigiBoard Incorporated, Eden Prairie, MN Lines: 91 In article <1909c824.ARN0fa6@cbmami.UUCP> jason@cbmami.UUCP writes: >Hi, > > I was an authorized beta site for Amiga Unix and am now an >authorized sales site for Amiga Unix. My beta machine included a beta >version of the OS as well as a beta PIC. Our DSM has been unable to get us >a current PIC, so that we could upgrade our demo machine. > Today a Product Demonstrator showed up at our store with a PIC with >Amiga Unix v1.1, is this the most current version? I don't think that this >was the actuall distribution PIC but rather a backup of v1.1 off his >machine. We installed it on our machine and are having the following >troubles: > Get the REAL 1.1 distribution and install it on your machine. You'll waste more time trying to fix the "hot" copy than to just scream till someone at C= hears you and responds... >1. Upon booting up, we are greeted with the error message > "etc/rc3d/s2rfs:/etc/rfs/domain not initalized." > What does this error mean, how can we correct it? > It means the OS is using RFS and RFS isn't set up. I think you can ignore it. >2. Our A3000UX has 9 MEGS, all of which is recognized when we boot in >AmigaDos 2.0 or 1.3, however under unix we get 5 MEGS total, 2 MEGS usable. >Obviously we cant even run OpenLook in this, what is wrong here? How can >we fix it? > Get the REAL 1.1 distribution, the install script automatically takes care of the memory size. >4. What is the exact syntax for backing up the whole Unix partition to a >PIC? I tried piping the output of "FIND \ -depth", etc... to cpio as per >the AmigaUnix manual but it craps out after about 50 files. Do you have to >format the tape somehow? Is there anyway to erase the tape or to force it >to start from the begining so I could store a new backup over the old one? > My pet favorite is: 1) Bring the machine into single user mode. 2) umount /proc and /dev/fd 'cause cpio don't like 'em?! This is why step 1 is necessary. 3) cd / 4) find . -print|cpio -ocB >/dev/rmt/4 5) Go have a long lunch. 6) Type cpio -ictB