GM,

> [EMAIL PROTECTED] /]# truss -o 0.log  f-prot f-prot -dumb -archive -packed
> /var/amavis/tmp/amavis-20050801T172532-40177
> truss: cannot open /proc/82371/mem: No such file or directory
> truss: cannot open /proc/curproc/mem: No such file or directory

> Seems like it's trying to access directories within /proc

To run linux emulation binaries on FreeBSD, you most likely also
need the /proc file system available.

Into the /etc/fstab you need to add an entry like:

  proc  /proc  procfs  rw  0 0

and mount the /proc partition.

> I have taken the libirty to create the directory /proc/curproc/mem ,, but
> I'm not sure about the random /proc/82371/mem directories. Anyway, this is
> what I then get :-

/proc is not supposed to be a regular file system.

  Mark


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to