[JDEV] dev/pool

Benoit Orihuela borihuela at idealx.com
Mon May 28 07:35:55 CDT 2001


hi,

> I want to ask about dpsm. I have installed dpsm in my
> computer. When i try to connect the jabber server
> 1.4.1 with dpsm, then an error accurate like bellow
> 
> [on dpsm side]
> Starting up...
>         configure()...
>         init()...
> add(fd 3): could not write fd to dev/poll      
> start_listener()...
> add(fd 4): could not write fd to dev/pollDone
> waitForEvents: poll() returned -1, errno 9
> !waitForEvents
> 
> [on jabber server side]
> 20010528T11:10:38: [warn] (mio): 127.0.0.1 was denied
> access, due to the allow list of IPs
> 
> I look at /dev directory, and i didn't find poll
> device. 
> I have read some maillinglist then they told to use
> mknod /dev/poll -u 15 125, then poll device created in
> /dev directory, but the error message still appear.
> Can anyone help me ?
you also need to change the permissions of /dev/poll :
    chmod 666 poll

regards,

Benoit.

-- 
Benoit Orihuela		
IDEALX S.A.S.



More information about the JDev mailing list