Kumar Narayanan wrote:
Hai
I have been using gnumpd for a while now with kubuntu(7.04) without a hitch...recently I moved to Fedora Core 7 and used yum to install gnump3d. I am using the port 8001 and port forwarding has been activated. I have also shutdown the firewall and yet gnump3d doesn't work. I get a blank page when I test from both the localhost as well as an external machine.

I tried adding the line gnump3d --fast restart to /etc/profiles and I get the following message:

[EMAIL PROTECTED] ~]# gnump3d --fast restart
Use of implicit split to @_ is deprecated at /usr/lib/perl5/5.8.8/gnump3d/plugins/playlist.pm line 321.
  Couldn't create the listening socket for receiving incoming
 requests upon

  Perhaps the port 8001 is already in use?

why not check?

lsof | grep 8001

or

netstan -an | grep -i listen | grep 8001

or

telnet localhost 8001

Dave


_______________________________________________
Gnump3d-users mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnump3d-users

Reply via email to