Search code examples
serversystem-callsminix

Syscall to new server in Minix 3.2.1


I implemented a new server in minix. It seems to work fine, after "service up..." it is up and waits for messages. In client file:

1)I get endpoint with minix_rs_lookup("serverName",*pt)

2)call _syscall(pt,...)

After that I'm getting:

sys_call: ipc mask denied SENDREC from number1 to number2

I searched through minix code and it seems that my process "may not" call this service.

Could anyone explain me why does it happens so?


Solution

  • The problem was with configuration file. I didn't give enough permissions there.