Search found 10 matches

by ben001
Tue Nov 16, 2010 6:34 am
Forum: GTK+ Support
Topic: [SOLVED] Building 2.12 on Solaris 11 Express
Replies: 4
Views: 5478

Re: Building 2.12 on Solaris 11 Express

Turns out i was missing SUNWlibm, all is fixed now :D
by ben001
Tue Nov 16, 2010 6:22 am
Forum: GTK+ Support
Topic: [SOLVED] Building 2.12 on Solaris 11 Express
Replies: 4
Views: 5478

Re: Building 2.12 on Solaris 11 Express

hmm that didn't work either. Entire log below root@media1:/home/admin/Desktop/transmission-2.12# ./configure CFLAGS='-threads -lm' --enable-gtk --enable-cli --enable-daemon --enable-libnotify checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... ...
by ben001
Tue Nov 16, 2010 4:35 am
Forum: GTK+ Support
Topic: [SOLVED] Building 2.12 on Solaris 11 Express
Replies: 4
Views: 5478

[SOLVED] Building 2.12 on Solaris 11 Express

Hello Everyone, I seem to have some problems trying to build transmission 2.12 on Solaris 11 Express i am configuring transmission as follows: root@media1:/home/admin/Desktop/transmission-2.12# ./configure CFLAGS='-threads' --enable-gtk --enable-cli --enable-daemon --enable-libnotify root@media1:/ho...
by ben001
Sat Feb 20, 2010 7:41 am
Forum: General
Topic: Daemon - delete .torrent after loading?
Replies: 15
Views: 11803

Re: Daemon - delete .torrent after loading?

Interesting, i guess the daemon and gtk are not as closely matched as i would have thought. Must make development rather difficult.

Thanks for your help, I'm glad that i am able to make the switch from utorrent to transmission + automatic without loosing any functionality.
by ben001
Sat Feb 20, 2010 7:13 am
Forum: General
Topic: Daemon - delete .torrent after loading?
Replies: 15
Views: 11803

Re: Daemon - delete .torrent after loading?

sorry pieces of my configuration file were overwritten by settings from a different instance while i was messing around with SMF and init scripts so it now only loads new .torrent files, not files that were there already. however the gtk loads all .torrents in the watch directory upon loading. i am ...
by ben001
Sat Feb 20, 2010 6:21 am
Forum: General
Topic: Daemon - delete .torrent after loading?
Replies: 15
Views: 11803

Re: Daemon - delete .torrent after loading?

It still wouldn't patch, i added "@@" on lines 5 and 18.

it compiles but does nothing with the watch directory, doesn't load from it or delete any .torrents from it.
by ben001
Sat Feb 20, 2010 4:51 am
Forum: General
Topic: Daemon - delete .torrent after loading?
Replies: 15
Views: 11803

Re: Daemon - delete .torrent after loading?

root@opensolaris:~/Desktop/transmission-1.90/daemon# patch -p0 < config.diff
patching file watch.c
patch: **** malformed patch at line 8: static void
by ben001
Sat Feb 20, 2010 4:03 am
Forum: General
Topic: Daemon - delete .torrent after loading?
Replies: 15
Views: 11803

Re: Daemon - delete .torrent after loading?

Yes it does.

i had 6 torrents in a watch directory with the daemon stopped, started the daemon and it loaded all 6 torrents then the daemon deleted the .torrents correctly.

also works if i drop torrents into the watch directory while the daemon is running.
by ben001
Sat Feb 20, 2010 3:08 am
Forum: General
Topic: Daemon - delete .torrent after loading?
Replies: 15
Views: 11803

Re: Daemon - delete .torrent after loading?

Works great.

I'll continue to do some more testing to see if anything else broke.

Also you do think renaming of loaded .torrents instead of deletion will be possible at some point?

Thanks for your help
by ben001
Sat Feb 20, 2010 1:33 am
Forum: General
Topic: Daemon - delete .torrent after loading?
Replies: 15
Views: 11803

Daemon - delete .torrent after loading?

Hello, I am brand new to transmission and am working on getting the daemon configured. I have compiled version 1.90 on opensolaris snv_132 which worked out well. I ran the gui and configured everything to my liking (with .torrent deletion turned on), watch folder, incomplete directory etc. I did som...