Search found 6 matches

by hooky-mars
Sun Oct 17, 2010 6:40 pm
Forum: Support
Topic: [solved - uClibc] Transmission 2.04 can`t start
Replies: 9
Views: 9584

Re: [solved - uClibc] Transmission 2.04 can`t start

Thank you for your reply!

Unfortunatly, I can't change uclibc :cry: I can only use "chroot" with another uclibc.
by hooky-mars
Thu Oct 07, 2010 2:32 pm
Forum: Support
Topic: [solved - uClibc] Transmission 2.04 can`t start
Replies: 9
Views: 9584

Re: Transmission can`t start

May be, is this help?
#gdb transmission-daemon
GNU gdb 6.8
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted ...
by hooky-mars
Thu Oct 07, 2010 5:03 am
Forum: Support
Topic: [solved - uClibc] Transmission 2.04 can`t start
Replies: 9
Views: 9584

Re: Transmission can`t start

May be I didn't correct to compile other libraries.
zlib
#!/bin/sh
BASE=$HOME/SOFT/new1/bin
COMPILE=$HOME/soft/mipsel-unknown-linux-uclibc
export PATH=$COMPILE/bin:$PATH
export CC=mipsel-unknown-linux-uclibc-gcc
export AR=mipsel-unknown-linux-uclibc-ar
make clean
./configure --shared --prefix=$BASE ...
by hooky-mars
Tue Oct 05, 2010 4:23 am
Forum: Support
Topic: [solved - uClibc] Transmission 2.04 can`t start
Replies: 9
Views: 9584

Re: Transmission can`t start

Thank you for your replies!

But you are wrong. Because I compiled transmission-demon for Ubuntu 10.04 today.
This is result:

#transmission-daemon -f
[08:11:30.534] Transmission 2.04 (11151) started (../../libtransmission/session.c:622)
[08:11:30.534] RPC Server Adding address to whitelist: 192 ...
by hooky-mars
Mon Oct 04, 2010 10:12 am
Forum: Support
Topic: [solved - uClibc] Transmission 2.04 can`t start
Replies: 9
Views: 9584

Re: Transmission can`t start

When I use -f option, transmission-daemon must print into the console same rows. For example:

#transmission-daemon -g etc/transmission -t -u mars -v 12345 -a 192.168.1.2 -f
Start Transmission
....

But transmission doesn't do it!
And transmission must open socket on port 9091, but it doesn't ...
by hooky-mars
Sun Oct 03, 2010 9:25 am
Forum: Support
Topic: [solved - uClibc] Transmission 2.04 can`t start
Replies: 9
Views: 9584

[solved - uClibc] Transmission 2.04 can`t start

Hello world! :D

I have box with:

# cat /proc/cpuinfo
system type : Realtek Venus
processor : 0
cpu model : MIPS 4KEc V6.12
BogoMIPS : 202.34
wait instruction : yes
microsecond timers : yes
tlb_entries : 32
extra interrupt vector : yes
hardware watchpoint : yes
ASEs implemented :
VCED exceptions ...