You are not logged in.

#26 2009-11-30 19:09:15

eazy
Member
From: London, UK
Registered: 2008-01-20
Posts: 97
Website

Re: ShareMe - directory sharing for dummies

ninian wrote:

I decided to use ShareMe again after quite a long break away so I downloaded version 1.0.2 from AUR. Unfortunately it fails when I try and run it:

$ shareme -d /home/user/tmp/
Traceback (most recent call last):
  File "/usr/share/shareme/shareme.py", line 48, in <module>
    server = server.ShareMeServer(user=options.user, password=options.password, directory=options.directory, port=options.port)
  File "/usr/share/shareme/server.py", line 56, in __init__
    self.ftpd = ftpserver.FTPServer(address, self.ftp_handler)
  File "/usr/share/shareme/pyftpdlib/ftpserver.py", line 2991, in __init__
    raise socket.error, msg
socket.error: [Errno 99] Cannot assign requested address

I tried using the newer pyftpdlib which is in the AUR, but same problem persists.

Any ideas how to fix this, anyone?! wink

PS: I've also got a slow DNS lookups problem at the moment - I've already checked the DNS servers and prohibited ipv6 modules from loading. Could these problems be related in some way?

It seems that another process is listening on port 1987 (the default for ShareMe). You can check it out with:

sudo netstat -panl | grep 1987

no masters to rule us, no gods to fool us

Offline

#27 2009-11-30 20:56:13

ninian
Member
From: United Kingdom
Registered: 2008-02-24
Posts: 726
Website

Re: ShareMe - directory sharing for dummies

eazy wrote:

It seems that another process is listening on port 1987 (the default for ShareMe). You can check it out with:

sudo netstat -panl | grep 1987

Thanks for replying, but the command you suggested produces no output at all. Seems that port 1987 isn't in conflict. hmm

Offline

Board footer

Powered by FluxBB