HP3000-L Archives

August 2000, Week 1

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:
"Michael D. Hensley" <[log in to unmask]>
Reply To:
Date:
Thu, 3 Aug 2000 15:30:12 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (39 lines)
[log in to unmask] writes:
>  Okay, I downloaded the all.bin and installed it per the
> instructions (2.95.2) from jazz.
>
> Now when I compile I get error messages:
>
> In file included from scheduledb.c:1:
> scheduledb.h:2: stdio.h: Permission denied
> /usr/include/string.h:63: Permission denied

And Gavin responded:

> We are currently testing a workaround (some shell commands to fix the
> current download) and there should be an updated STD file available on Jazz
> "soon".

Here's the "official" workaround:

:HELLO MANAGER.SYS
:SH
$ cd /tmp
$ find /usr/local -type d | xargs ls -ld > before.list
$ find /usr/local -type d | xargs chmod 755
$ find /usr/local -type d | xargs chown MANAGER.SYS:SYS
$ find /usr/local -type d | xargs ls -ld > after.list
$ exit

The first "find" saves a list of the current settings "just in case".
The second "find" fixes the permissions.
The third "find" fixes the ownership.
The fourth "find" saves a list of the new settings, again "just in case".

That should do the trick; it worked here. Please let us know your results.

---
Michael D. Hensley       | mailto:[log in to unmask]
Allegro Consultants Inc. |
408/252-2330             | Visit scenic http://www.allegro.com

ATOM RSS1 RSS2