Search found 18 matches

by Opperpanter
Sun Jan 22, 2012 7:51 pm
Forum: General
Topic: debian build: error: cannot find input file: `po/Makefile.i
Replies: 11
Views: 20598

Re: debian build: error: cannot find input file: `po/Makefil

Thanks, I found the other location indeed.

I also downloaded the 2.42 package from experimental and was browsing through to see whether I could construct a 2.42 that can be installed on squeeze without updating 73 other packages to versions possibly not from squeeze.
by Opperpanter
Sun Jan 22, 2012 7:24 pm
Forum: General
Topic: debian build: error: cannot find input file: `po/Makefile.i
Replies: 11
Views: 20598

Re: debian build: error: cannot find input file: `po/Makefil

Hmmm trackers still report me as 2.33, so somehow the 2.42+ is not running.
Maybe the service transmission-daemon is a different executable from the one I built and installed with make.
by Opperpanter
Sun Jan 22, 2012 4:31 pm
Forum: General
Topic: debian build: error: cannot find input file: `po/Makefile.i
Replies: 11
Views: 20598

Re: debian build: error: cannot find input file: `po/Makefil

backed up some files and went for make install.
Looks to be working! transmission-daemon -V reports 2.42+
Thanks!
by Opperpanter
Sun Jan 22, 2012 4:03 pm
Forum: General
Topic: debian build: error: cannot find input file: `po/Makefile.i
Replies: 11
Views: 20598

Re: debian build: error: cannot find input file: `po/Makefil

Thanks. When I do that I am still getting an error:


config.status: error: po/Makefile.in.in was not created by intltoolize


I can try the source tarball, but I'd rather build from trunk. Makes updating much easier.

yes i see the same config error, but in my case it is not fatal and i'm able ...
by Opperpanter
Sun Jan 22, 2012 12:43 pm
Forum: General
Topic: debian build: error: cannot find input file: `po/Makefile.i
Replies: 11
Views: 20598

Re: debian build: error: cannot find input file: `po/Makefil

Result when building source tar ball (2.42):


tr-utp.c:65: error: conflicting types for âUTP_Writeâ
../third-party/libutp/utp.h:114: note: previous declaration of âUTP_Writeâ was here
make[1]: *** [tr-utp.o] Error 1
make[1]: Leaving directory `/root/.transmission/transmission-2.42/libtransmission ...
by Opperpanter
Sun Jan 22, 2012 12:23 pm
Forum: General
Topic: debian build: error: cannot find input file: `po/Makefile.i
Replies: 11
Views: 20598

Re: debian build: error: cannot find input file: `po/Makefil

Thanks. When I do that I am still getting an error:

Code: Select all

config.status: error: po/Makefile.in.in was not created by intltoolize
I can try the source tarball, but I'd rather build from trunk. Makes updating much easier.
by Opperpanter
Fri Jan 20, 2012 9:13 pm
Forum: General
Topic: debian build: error: cannot find input file: `po/Makefile.i
Replies: 11
Views: 20598

debian build: error: cannot find input file: `po/Makefile.i

Hello,

I am trying to build the trunk on debian squeeze.

I installed a couple of packages (curl, libevent, ...), but am getting an error I can't explain:


...
config.status: creating gtk/icons/Makefile
config.status: creating web/Makefile
config.status: creating web/images/Makefile
config.status ...
by Opperpanter
Thu Sep 22, 2011 4:07 pm
Forum: Support
Topic: [Solved] Peer not found error: How to get info with CLI
Replies: 2
Views: 8385

Re: Peer not found error: How to get info with CLI

it turned out that other people were having some similar issues with the same tracker as well.
In the end I decided to restart transmission-daemon and after that everything was ok.
by Opperpanter
Wed Sep 21, 2011 9:13 pm
Forum: Support
Topic: [Solved] Peer not found error: How to get info with CLI
Replies: 2
Views: 8385

[Solved] Peer not found error: How to get info with CLI

Hello,

Currently all my torrents from one tracker are reporting an error:

"Peer not found <hash>. Restart torrent."

For all torrents, the hash is the same.

I see this error using Remote Transmission (the desktop gui on win7 x64).

I wanted to get some information using the command line on my NAS ...
by Opperpanter
Sat Aug 27, 2011 7:56 pm
Forum: Support
Topic: Transmission-daemon starting to early on Debian sometimes
Replies: 1
Views: 2148

Transmission-daemon starting to early on Debian sometimes

Hello,

I am running Transmission 2.32 on Debian Squeeze amd64.

Sometimes after rebooting I can't connect to the daemon from a remote client (Transmission Remote on Windows).
Also the web interface is unreacheable at port 9091.

Other times it works fine.

Looking through /var/log/syslog I notice ...
by Opperpanter
Wed Aug 17, 2011 9:52 pm
Forum: Support
Topic: What is minissdp
Replies: 3
Views: 17584

Re: What is minissdp


yes in settings.json you can disable UPnP (automatic port forwarding) :


"port-forwarding-enabled": false,


I already had that one disabled, I remember something like that. Maybe I disabled it earlier.

I uninstalled the minissdp package, and transmission is still running fine.

Thanks.
by Opperpanter
Wed Aug 17, 2011 9:18 pm
Forum: Support
Topic: What is minissdp
Replies: 3
Views: 17584

What is minissdp

Hello,

I am running Debian squeeze and just upgrade my Transmission to the one from expiremental (2.32).

I noticed that a new deamon is installed, minissdpd. Something with UPnP.

Since I don't want anything todo with UPnP, I'd like to get rid of it.

Can I just uninstall minissdp(d)? Or at least ...
by Opperpanter
Thu Jul 07, 2011 3:37 pm
Forum: Support
Topic: All removed torrents get re-added after deamon restart
Replies: 5
Views: 5783

Re: All removed torrents get re-added after deamon restart

Well, then why does transmission rename the files after adding them?

And with my previous install (older, I believe 1.97) I had a cronjob that restarted transmission every night and never saw any torrents being reloaded.

Most pragmatic for now is to see whether the suggested


"trash-original ...
by Opperpanter
Thu Jul 07, 2011 10:24 am
Forum: Support
Topic: All removed torrents get re-added after deamon restart
Replies: 5
Views: 5783

Re: All removed torrents get re-added after deamon restart

How to prevent this?
Use the daemon option to delete added files:
$ transmission-remote -si
VERSION
Daemon version: 2.32 (12526)
...
MISC
Autostart added torrents: Yes
Delete automatically added torrents: Yes <------------------

$ transmission-remote -h | grep -i delete
...
--trash-torrent ...