On Thu, Nov 13, 2003 at 03:41:19PM -0600, [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote: > On Thu, Nov 13, 2003 at 01:14:58PM -0800, Bruce Edge ([EMAIL PROTECTED]) wrote: > > > > > > > > It looks like I still am having one problem. I have this: > > > > > > /fai/files/usr/local/DEFAULT.krb5.tar.gz > > > > > > and: > > > > > > /fai/scripts/DEFAULT/S01 that contains: > > > > > > ftar /usr/local > > > > > > The shell.log reports this: > > > > > > ftar: no matching class found in /fai/failes//usr/local > > > > > > (note the 2 slashes before 'usr' > > > > > > What am I doing wrong? Thank you. > > > > > > The 2 //'s shouldn't matter. > > > > Spelling? > > /fai/failes//usr/local > > instead of > > /fai/files//usr/local > > That was actually my typo just in the posting - sorry. > > Any other ideas? > > Am I right in assuming that a file named DEFAULT.tar.gz should be found > ?
I figured it out. The only thing before the .tar.gz can be a class name. So, I added a class named KRB5 and then named the file as KRB5.tar.gz. Then ftar /usr/local worked fine. -- Amy Tanner [EMAIL PROTECTED]
