03-14-07 06:19 AM
On 13 Mar 2007 14:46:09 -0700, tlswodus@gmail.com <tlswodus@gmail.com> wrote:
> Hello, I'm new to Unix so this could be very basic thing.
> I'm trying to install the DST patch to the server running Solaris 9.
Good timing ;)
> I saved 113225-08 in /var/tmp and ran patchadd but I got a patchadd
> failed message.
Which patchadd failed message? Return code 8, 5, something else?
> So I went to log file under /var/sadm/patch/113225-08 and the log was
> "/usr file system is not writable. Patch 113225-08 can not be
> installed until /usr is made writable."
Sounds like /usr isn't mounted read-write. Do that.
> Though usr directory has permission "rwxr-xr-x".
> Is there something I have to check before?
Ah. You're confusing mount read/write with file read/write, which is
certainly understandable. You'll want to re-mount /usr as a read-write
filesystem rather than readonly.
[ Post a follow-up to this message ]
|