Search found 16 matches

by papibe
Thu Dec 23, 2010 7:49 pm
Forum: Support
Topic: ReadyNAS version asking for log/pass?
Replies: 3
Views: 9042

Re: ReadyNAS version asking for log/pass?

Did you try user: transmission, pass: transmission?
Regards.
by papibe
Mon Dec 20, 2010 12:49 am
Forum: Support
Topic: Stop Torrents automatically after 5 days
Replies: 2
Views: 3465

Re: Stop Torrents automatically after 5 days

Something like this: #!/bin/bash # Global variables USER=your_transmission_user PASSWD=your_transmission_password # Obtain index ids of completed torrents. torrent_ids=$(transmission-remote -n $USER:$PASSWD -l\ | awk '$5=="Done"{print $1}') for index in $torrent_ids; do # Get creation date...
by papibe
Thu Dec 16, 2010 1:53 am
Forum: Support
Topic: [SOLVED] New utils (edit, show & create) how? where?
Replies: 15
Views: 14115

Re: New utils (edit, show & create) how? where?

I updated earlier today, and found that transmission-daemon was updated to 2.13. Surprise, surprise!! new tools are finally here! $ transmission-daemon --version transmission-daemon 2.13 (11501) $ transmission-<TAB> transmission-cli transmission-daemon transmission-remote transmission-create transmi...
by papibe
Fri Nov 05, 2010 3:13 am
Forum: Support
Topic: transmission-daemon from external network
Replies: 9
Views: 9525

Re: transmission-daemon from external network

In my router, when you assign DMZ to a host, it changes the host's LAN IP for a new one, and you have to restart that host in order for the DMZ rule to apply. The only things that override DMZ are the port forwards you set manually. If you manually port forwarded 9091 to your host and then change yo...
by papibe
Tue Oct 19, 2010 7:45 pm
Forum: Support
Topic: Port Forwarding - Please Help
Replies: 2
Views: 4016

Re: Port Forwarding - Please Help

I don't if this is going to help, but I have a similar modem: 2Wire 2701HG-B. First of all, in my understanding you just need to set 1 port (I believe yours is 52033, mine's 51413 in Ubuntu server). Set the range from 52033 to 52033, and that will suffice. Then your firewall has to be set to: "...
by papibe
Tue Oct 19, 2010 6:43 pm
Forum: Support
Topic: [SOLVED] New utils (edit, show & create) how? where?
Replies: 15
Views: 14115

Re: New utils (edit, show & create) how? where?

Thanks!
Both ctorrent and buildtorrent work pretty well.

Any idea how to compile daemon/remote/cli without the x11 and gtk dependencies?

Regards.
by papibe
Tue Oct 19, 2010 2:28 pm
Forum: Support
Topic: [SOLVED] New utils (edit, show & create) how? where?
Replies: 15
Views: 14115

Re: New utils (edit, show & create) how? where?

It is worst than I thought: $ transmission-cli --new source/ -a http://tracker.tracker.example.com/announce my.torrent ... ERROR: Unrecognized torrent "--new". * If you're trying to create a torrent, use transmission-create. * If you're trying to see a torrent's info, use transmission-show...
by papibe
Sun Oct 17, 2010 11:29 pm
Forum: Support
Topic: [SOLVED] New utils (edit, show & create) how? where?
Replies: 15
Views: 14115

Re: New utils (edit, show & create) how? where?

yes, same behavior:

Code: Select all

Picking 'transmission' as source package instead of 'transmission-cli
by papibe
Sun Oct 17, 2010 7:02 pm
Forum: Support
Topic: [SOLVED] New utils (edit, show & create) how? where?
Replies: 15
Views: 14115

Re: New utils (edit, show & create) how? where?

@Rolcol sudo apt-get build-dep transmission-daemon gives me: Picking 'transmission' as source package instead of 'transmission-daemon'. That includes all X11 and GTK dependencies that I don't need (I'm running Ubuntu Server). Is there a way to skip all "graphic" dependencies? Thanks in adv...
by papibe
Sun Oct 17, 2010 5:47 pm
Forum: Support
Topic: [SOLVED] New utils (edit, show & create) how? where?
Replies: 15
Views: 14115

Re: New utils (edit, show & create) how? where?

Let me write a small summary of the current situation...
I really, and I mean REALLY, appreciate you taking the time to tell us all that. Things like this, at least to me, shows care for the community, and produces trust on the various teams working together.

Best Regards.
by papibe
Fri Oct 15, 2010 11:40 pm
Forum: Support
Topic: [SOLVED] New utils (edit, show & create) how? where?
Replies: 15
Views: 14115

Re: New utils (edit, show & create) how? where?

Thanks both for your replies.

@Rolcol, I guess is the same procedure when you compile transmission-daemon instead of transmission-gtk?

Regards.
by papibe
Fri Oct 15, 2010 3:05 am
Forum: Support
Topic: [SOLVED] New utils (edit, show & create) how? where?
Replies: 15
Views: 14115

[SOLVED] New utils (edit, show & create) how? where?

EDIT: this has been solved by upgrading to 2.13 from ppa (available since this morning). See last post. I just installed transmission-daemon 2.10 in Ubuntu from ppa:transmissionbt/ppa. The release notes mention new command-line tools: Utils * New command-line utility "transmission-edit" f...
by papibe
Tue Jul 06, 2010 9:08 pm
Forum: Support
Topic: At start up all trackers don't respond
Replies: 5
Views: 3877

Re: At start up all trackers don't respond

Thanks for replying. how did you manage to apt-get 1.93? I just update my server. Take a look: $ transmission-daemon --version Transmission 1.93 (10621) Did you add the scripts by yourself, or do you start the daemon manually any time? maybe the Ubuntu package maintainer should be notified of these ...
by papibe
Mon Jul 05, 2010 8:20 pm
Forum: Support
Topic: At start up all trackers don't respond
Replies: 5
Views: 3877

Re: At start up all trackers don't respond

I understand that most transmission users are in the GUI side.... , but that much?

Is there anybody who help us?

I have to add to this post that 1 out 5 times, transmission-daemon crashes on start up (after the server in turn on).

Again, I'd appreciate any comments and suggestions.
Regards.
by papibe
Thu Jul 01, 2010 12:38 am
Forum: Support
Topic: At start up all trackers don't respond
Replies: 5
Views: 3877

Re: At start up all trackers don't respond

If you are having the same problem not only after rebooting but just after a service stop/start, puts my suspicions on transmission-daemon itself. If it just failed on reboot, I would think there are possibilities that transmission-daemon could be initiated too early to access the Internet properly ...