HP3000-L Archives

March 1997, Week 3

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Jeff Vance <[log in to unmask]>
Reply To:
Jeff Vance <[log in to unmask]>
Date:
Thu, 20 Mar 1997 22:14:21 -0800
Content-Type:
text/plain
Parts/Attachments:
text/plain (30 lines)
On Mar 13, 12:26am, Steve Grose wrote:
...
> NEWLINK /usr/local/samba,/SAMBA/PUB
>
> NEWLINK produces this error:
> "A component of the pathname "/usr/local/samba" does not exists. (CIERR
> 9039)"

Playing detective...the right-hand file (what the symlink points to)
doesn't have to exist when you issue the NEWLINK command (just like the
right hand side of FILE A=B doesn't have to exist at FILE time).

So, that means either the /usr directory or the local directory under /usr
(or both) doesn't exist.  To verify:
  :LISTFILE /usr/,6

If you see output then the /usr directory exists.  Now look for /usr/local.

You can use the NEWDIR command to create these directories, eg.
   NEWDIR /usr
   NEWDIR /usr/local

The ALTSEC command can be used to alter the ACD that is automatically
placed on each directory.

Hope this helps some,
Jeff Vance, CSY

--

ATOM RSS1 RSS2