Subject: Re: Son of MacOS Volume Mounting?
To: Kadari Mayson <kmayson@viconet.com>
From: Frederick Bruckman <fb@enteract.com>
List: port-mac68k
Date: 01/21/2000 08:08:54
On Mon, 27 Aug 1956, Kadari Mayson wrote:
> Thanks everyone for pointing me towards hfsutil! Now if only I could get
> it to work! ;-) I got all of the three files needed to run this thing, but
> when I try to man hattrib for example, I get a file not found error even
> though the man file appears to be in the right place. When I type hattrib
> from the command prompt, I get this:
>
> /usr/libexec/ld.so: hattrib: libhfs.so.1.0: No such file or directory
Do you have an ld.so.conf that contains /usr/pkg/lib? Usually it looks
like this:
/usr/pkg/lib
/usr/X11R6/lib
/usr/local/lib
If not, fill it in and run "ldconfig" as root.
> I have found libhfs.so.1.0 in the appropriate dir as well as ld.so. Same
> thing happened after I installed pico:
Once everything's set up right, that library should show up in the
output of "ldconfig -r".
> /usr/libexec/ld.so: pico: libpico.so.2.0: No such file or directory
>
> one more little question, why does this message pop up sometimes when I am
> away from the computer, and the prompt is just sitting there:
>
> Jan 20 18:00:02 sendmail[238]: NOQUEUE: SYSERR(root): hash map "Alias0":
> unsafe map file /etc/aliases: No such file or directory
Edit /etc/aliases (redirect "root" and "postmaster" to your user), and
then run "newaliases" to create /etc/aliases.db. You'll probably have
to check root's mail while logged in as root one more time, henceforth
all the {dialy,weekly} scans and sendmail errors go right to you.
> Anyway, what is the easiest way to move a file from a MacOS volume to a BSD
> volume.
If you're running X, xhfs (from the package system), no doubt about it.