Luis, On Tue, 10 Feb 2004, Lu�s Jorge Segundo _-UNIX10-_ wrote:
> # apachectl start > Ouch! ap_mm_create(1048576, "/var/run/httpd.mm.1479") failed > Error: MM: mm:core: failed to open semaphore file (No space left on device): > OS: No such file or directory > /usr/sbin/apachectl start: httpd could not be started Da uma olhada no seu kernel, veja que valores vc esta utilizando nas op��es: options SYSVSEM # include support for semaphores options SEMMAP= # amount of entries in semaphore map options SEMMNI= # number of semaphore identifiers in the system options SEMMNS= # number of semaphores in the system options SEMMNU= # number of undo structures in the system options SEMMSL= # max number of semaphores per id options SEMOPM= # max number of operations per semop call options SEMUME= # max number of undo entries per process Vc pode precisar aumentar algumas delas. Edson _______________________________________________________________ Sair da Lista: http://lists.fugspbr.org/listinfo.cgi Historico: http://www4.fugspbr.org/lista/html/FUG-BR/
