When I try to update it I get this error,
Code: Select all
Reading package lists... Done
W: GPG error: http://ppa.launchpad.net lucid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY C5E6A5ED249AD24C
also when I run deluge-web --fork
Code: Select all
sar@sar:~$ Traceback (most recent call last):
File "/usr/bin/deluge-web", line 9, in <module>
load_entry_point('deluge==1.3.3', 'console_scripts', 'deluge-web')()
File "/usr/lib/pymodules/python2.6/deluge/ui/web/web.py", line 138, in start
web.start()
File "/usr/lib/pymodules/python2.6/deluge/ui/web/web.py", line 125, in start
self.server.start()
File "/usr/lib/pymodules/python2.6/deluge/ui/web/server.py", line 663, in start
self.start_ssl()
File "/usr/lib/pymodules/python2.6/deluge/ui/web/server.py", line 679, in start_ssl
self.socket = reactor.listenSSL(self.port, self.site, ServerContextFactory())
File "/usr/lib/python2.6/dist-packages/twisted/internet/posixbase.py", line 371, in listenSSL
p.startListening()
File "/usr/lib/python2.6/dist-packages/twisted/internet/tcp.py", line 855, in startListening
raise CannotListenError, (self.interface, self.port, le)
twisted.internet.error.CannotListenError: Couldn't listen on any:8112: [Errno 98] Address already in use.
Edit:
Another thing, I used to use this in sudo nano /etc/apt/sources.list
deb http://ppa.launchpad.net/deluge-team/ppa/ubuntu lucid main
But it doesn't seem to work anymore, has it changed? Thanks!