Title: | DECmcc user notes file. Does not replace IPMT. |
Notice: | Use IPMT for problems. Newsletter location in note 6187 |
Moderator: | TAEC::BEROUD |
Created: | Mon Aug 21 1989 |
Last Modified: | Wed Jun 04 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 6497 |
Total number of notes: | 27359 |
ULTRIX 4.3 MCC 1.3 My customer gets an error message when he creates a domain if he is logged on his user account. mcc> create domain toto MCC unhandle service reply = requested operation can not be completed MCC Routine Error = %MCC-E-IO_ERROR, error was returned by I/O facility It's work fine on root account. It seems there is no protection problem. Any idea ? Thanks a lot for help . Regards , JOcelyne.
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
5794.1 | Check /var/mcc protections | TAEC::LAVILLAT | Mon Dec 20 1993 11:25 | 18 | |
JOcelyne, Your customer must have read/write access to the files mcc_dns* in /var/mcc (mcc_dns* stands for mcc_dns_att.dir/.pag and mcc_dns_ent.dir/.pag) More globally, having write access to all the files in /var/mcc will help, if you do not consider security issues. You can unprotect the whole /var/mcc directory and content via 'chmod -R 777 /var/mcc' Regards. Pierre. |