Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am setting up email archiving and it requires jsvc. I have set this up but running the following command shows it is not listening to ipv4. How can i change this?

netstat -pan --tcp | grep jsvc
tcp        0      0 :::8888                     :::*                        LISTEN      3180/jsvc.exec      
tcp        0      0 :::2526                     :::*                        LISTEN      3180/jsvc.exec      
tcp        0      0 :::2527                     :::*                        LISTEN      3180/jsvc.exec      
tcp        0      0 ::ffff:172.16.0.3:43930     ::ffff:172.16.0.3:27017     ESTABLISHED 3180/jsvc.exec      
tcp        0      0 ::ffff:172.16.0.3:43929     ::ffff:172.16.0.3:27017     ESTABLISHED 3180/jsvc.exec 
share|improve this question
1  
What makes you think it doesn't listen on IPv4? Did you try telnet -4 host port? – ShiDoiSi Aug 14 '12 at 10:08
telnet works so what does this mean. it is working? – sharif Aug 15 '12 at 11:11

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.