On Wed, 2008-08-27 at 03:48 +0200, Da Zheng wrote: > > It sounds as if you got EPERM from store_parse_open, but > > proc_getprivports is not being called, so you are having trouble > > understanding why you got an error message at all. > > > Yes, exactly. > > This will depend much on what the store specification was which was > > passed to store_parse_open. Can you provide more details? > > > I run subhurd with "boot servers.boot /dev/hd1", so the libstore should > read the disk.
I believe it fails inside boot's main() function when boot attempts a store_parsed_open on /dev/hd1. Why would you expect your proc server to have anything to do with that? Thomas