Re: netmsg can now exec files (sort of)

2016-08-30 Thread Richard Braun
On Mon, Aug 29, 2016 at 03:56:00PM -1000, Brent W. Baccala wrote: > I've figured out why the patched exec server didn't work with mmap, and > just opened a bug on it, with a fix attached. > > So now I've got a working, mmap-less exec server that burns a lot of extra > RAM (each process gets its ow

Re: netmsg can now exec files (sort of)

2016-08-29 Thread Brent W. Baccala
I've figured out why the patched exec server didn't work with mmap, and just opened a bug on it, with a fix attached. So now I've got a working, mmap-less exec server that burns a lot of extra RAM (each process gets its own private copy of the C library), but lets me execute files across a netmsg

netmsg can now exec files (sort of)

2016-08-26 Thread Brent W. Baccala
Aloha - I've gotten 'netmsg' to the point where files in the mounted, remote filesystem can be executed on the local machine. This isn't remote execution - it's just copying the files to the local machine and executing them there. Nothing more than what you'd expect from NFS or Samba, but it wor