Search found 20 matches

by zeppelin
Sun Jun 17, 2007 6:51 am
Forum: Development
Topic: Tracker Messages
Replies: 1
Views: 2626

Tracker Messages

It would be great (and vital i might say) if we could see Tracker Messages (erros etc)

:)
by zeppelin
Sat Jun 16, 2007 11:28 am
Forum: Support
Topic: Cant start Deluge svn 646
Replies: 4
Views: 3686

Re: Cant start Deluge svn 646

Made this script to update and run deluge #!/bin/bash echo "--> sudo rm ~/deluge/* -Rfv" sudo rm ~/deluge/* -Rfv echo "--> svn update deluge" svn update deluge echo "--> cd ~/deluge/" cd deluge/ echo "--> python setup.py build" python setup.py build echo "...
by zeppelin
Sat Jun 16, 2007 9:00 am
Forum: Support
Topic: Cant start Deluge svn 646
Replies: 4
Views: 3686

Cant start Deluge svn 646

Cant start Deluge svn 646 (fc6) Traceback (most recent call last): File "/usr/bin/deluge", line 41, in ? import deluge, deluge.common, deluge.interface File "/usr/lib/python2.4/site-packages/deluge/interface.py", line 34, in ? import core, common, dgtk, ipc_manager, dialogs File ...
by zeppelin
Mon May 28, 2007 10:17 pm
Forum: Support
Topic: Crash when address is already in use
Replies: 2
Views: 5084

Re: Crash when address is already in use

Yes i did

i just mention it because i dont think that it is right for the app to exit when the port is "busy"

i mention it mostly as a bug and not as a problem

:)
by zeppelin
Mon May 28, 2007 1:41 pm
Forum: Support
Topic: Crash when address is already in use
Replies: 2
Views: 5084

Crash when address is already in use

[zeppelin@Aeolus deluge]$ deluge no existing Deluge session deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG value: 1 Applying preferences Debug 1 {} [] Debug 2 0 0 ['Network Activity Graph', 'Network Health Monitor'] terminate called after throwing an instance of 'asio::system_error' w...
by zeppelin
Mon May 28, 2007 1:36 pm
Forum: Support
Topic: Can not compile
Replies: 12
Views: 11647

Re: Can not compile [SOLVED]

Its ok now,

thank you !
by zeppelin
Mon May 28, 2007 6:39 am
Forum: Support
Topic: Can not compile
Replies: 12
Views: 11647

Re: Can not compile

can you give me the output of cat /etc/issue please? [zeppelin@Aeolus deluge-0.5.0.90.1]$ cat /etc/issue Fedora Core release 6 (Zod) Kernel \r on an \m The same error on latest svn 418 and deluge-0.5.0.90.1 Im thinking to install boost from source, do you think that there would be any difference ?
by zeppelin
Sun May 27, 2007 10:02 pm
Forum: Support
Topic: Can not compile
Replies: 12
Views: 11647

Re: Can not compile

These packages are installed [zeppelin@Aeolus ~]$ sudo yum list *boost* Installed Packages boost.i386 1.33.1-13.fc7 installed boost-devel.i386 1.33.1-13.fc7 installed boost-devel-static.i386 1.33.1-13.fc7 installed boost-doc.i386 1.33.1-13.fc7 installed Didnt have the same problem earlier Thank you ...
by zeppelin
Sun May 27, 2007 7:28 am
Forum: Support
Topic: Can not compile
Replies: 12
Views: 11647

Re: Can not compile

revision 410 [zeppelin@Aeolus deluge]$ python setup.py build Attempting to detect your system information 32bit x86 system detected Linux operating system detected Libraries mt running build running build_py running build_ext building 'deluge_core' extension c++ -pthread -shared build/temp.linux-i68...
by zeppelin
Sat May 26, 2007 7:21 am
Forum: Support
Topic: Can not compile
Replies: 12
Views: 11647

Can not compile

Im getting this error

Code: Select all

command 'c++' failed with exit status 1
when i do

Code: Select all

python setup.py build
on revision 409 [Fedora Core 6].

This is weird as i didnt have an problems i until 379