What fixes it is this:
# pkg_delete -f libevent-1.4.14b_2
# portinstall devel/libevent2
# pkgdb -Ffu
# portupgrade transmission-*
And that is all. The world is good again. Running daemon headless happily once more.
Thanks all.
Search found 14 matches
- Sun Mar 06, 2011 2:28 pm
- Forum: Support
- Topic: net-p2p/transmission-daemon fails to build (revisited)
- Replies: 2
- Views: 2291
- Sun Mar 06, 2011 2:11 pm
- Forum: Support
- Topic: net-p2p/transmission-daemon fails to build (revisited)
- Replies: 2
- Views: 2291
Re: net-p2p/transmission-daemon fails to build (revisited)
Sorry, I misread - libevent not libnotify.
I confuse easily on a Sunday.
I confuse easily on a Sunday.
- Sun Mar 06, 2011 1:42 pm
- Forum: Support
- Topic: net-p2p/transmission-daemon fails to build (revisited)
- Replies: 2
- Views: 2291
net-p2p/transmission-daemon fails to build (revisited)
How is that solved? I don't want libnotify at all.
I run a gui-less headless FreeBSD server that I used to run transmission-daemon on. Do I now have to install all of gtk20 and all its little wizards, transmission-gtk etc just to do the same job as I was doing just fine last week without it?
I run a gui-less headless FreeBSD server that I used to run transmission-daemon on. Do I now have to install all of gtk20 and all its little wizards, transmission-gtk etc just to do the same job as I was doing just fine last week without it?
- Tue Jun 08, 2010 5:09 pm
- Forum: Support
- Topic: Daemon Seeding
- Replies: 4
- Views: 2947
Re: Daemon Seeding
Daemon will seed whatever it has left active. What you need is a startup script.
I'm guess someone will have written one for your debian.
I'm guess someone will have written one for your debian.
- Sun Jun 06, 2010 6:11 pm
- Forum: Support
- Topic: Low speed on NAS
- Replies: 13
- Views: 12247
Re: Low speed on NAS
I pipe mine through dummynet to limit total upload of transmission, not just the torrent upload.
Because every protocol has overhead. TCP/IP uses upload to get downloads, so the faster you download the more upload bandwidth gets used. Transmission does not include this overhead in its max upload ...
Because every protocol has overhead. TCP/IP uses upload to get downloads, so the faster you download the more upload bandwidth gets used. Transmission does not include this overhead in its max upload ...
- Sun Jun 06, 2010 5:58 pm
- Forum: Mac Support
- Topic: Reloading a torrent to updata a tracker identification
- Replies: 5
- Views: 6014
Re: Reloading a torrent to updata a tracker identification
Awesome.
Job Done.

Job Done.

- Sun Jun 06, 2010 5:37 pm
- Forum: Mac Support
- Topic: Reloading a torrent to updata a tracker identification
- Replies: 5
- Views: 6014
Re: Reloading a torrent to updata a tracker identification
open a terminal and type:
the directory shown right after "-g" will show you where settings.json lives.
At least, that's how it works with transmission-daemon.
Code: Select all
ps wwaux | grep transmission | grep -v grep
At least, that's how it works with transmission-daemon.

- Sun Jun 06, 2010 5:20 pm
- Forum: Mac Support
- Topic: Reloading a torrent to updata a tracker identification
- Replies: 5
- Views: 6014
Re: Reloading a torrent to updata a tracker identification
You might have to delete the corresponding files in both the torrents dir and the resume dir of your transmission dir (where settings.json lives).
Try that and let me know if it works.
Try that and let me know if it works.
- Sun Jun 06, 2010 4:49 pm
- Forum: Mac Support
- Topic: Transmission crashes upon launching
- Replies: 1
- Views: 1512
- Sun Jun 06, 2010 4:36 pm
- Forum: Support
- Topic: Daemon Seeding
- Replies: 4
- Views: 2947
Re: Daemon Seeding
First thing you want to do is verify that the files on your debian are the same as when they left your windows.
If they are identical (using crc32, md4, md5 hashes or whatever), check the file permissions and make sure everything is readable by the user running transmission.
Assuming obvious stuff ...
If they are identical (using crc32, md4, md5 hashes or whatever), check the file permissions and make sure everything is readable by the user running transmission.
Assuming obvious stuff ...
- Sun Jun 06, 2010 1:52 pm
- Forum: Support
- Topic: Is Verifying Data Required? - Magnet Links
- Replies: 8
- Views: 5166
Re: Is Verifying Data Required? - Magnet Links
I'd say that's your bug right there thencgimusic wrote:If it does create a fully valid resume file then why isn't Transmission using it the first time you resume a magnetized transfer?

- Sun Jun 06, 2010 1:51 pm
- Forum: Requests
- Topic: Overhead constrained by max upload limit
- Replies: 1
- Views: 2284
Overhead constrained by max upload limit
Hi devs and all
How about including an option to limit total upload bandwidth rather than just the torrent upload so that I don't have to pipe all traffic through dummynet to keep my network usable when leeching heavily? :)
At the moment, overhead is added to the max upload bandwidth (rather than ...
How about including an option to limit total upload bandwidth rather than just the torrent upload so that I don't have to pipe all traffic through dummynet to keep my network usable when leeching heavily? :)
At the moment, overhead is added to the max upload bandwidth (rather than ...
- Sun Jun 06, 2010 1:39 pm
- Forum: Support
- Topic: Is Verifying Data Required? - Magnet Links
- Replies: 8
- Views: 5166
Re: Is Verifying Data Required? - Magnet Links
Out of interest, watch the logfile (tail -f) as you add a magnet link and see what it does. Then pause it and watch to see if it then, and only then, writes a resume file.
If it's only able to get the torrent hash after it's started the download (torrent files have that stuff written in them), and ...
If it's only able to get the torrent hash after it's started the download (torrent files have that stuff written in them), and ...
- Sun Jun 06, 2010 1:24 pm
- Forum: Support
- Topic: Is Verifying Data Required? - Magnet Links
- Replies: 8
- Views: 5166
Re: Is Verifying Data Required? - Magnet Links
My guess would be that transmission needs to verify data every time because it stores resume info in a file named for the .torrent file hash.
Which magnet links don't have, right?
That'd be my guess.
Which magnet links don't have, right?
That'd be my guess.