Start from this topic (skip transmission part).
Click for transmission 1.3+ tutorial.
Printable View
Start from this topic (skip transmission part).
Click for transmission 1.3+ tutorial.
It doesn't work. I've noticed that the current transmission version is 1.42b, does it matter?
I installed transmission but the webinterface doesn't open.
Is transmission-daemon running (e.g. top command)?
Have you fallowed all steps in this post?
How link you are trying to open looks like?
Are you looking to install the version with clutch ( JavaScript, Ajax) version 1.41 or the older 1.32 version?
I just want a version that works, the available one is 1.4b
The link to open the webinterface is http://192.168.1.1:8008/transmission/web
It doesn't work, even if i try the wan ip address. :(
Anyone know where i can find a complete tutorial? :D
this is code of this is tutorial
highlighted in red - error? or not?
9b. Change Syslog settings
Code:#!/bin/sh
#
# Startup script for syslog
#
PATH=/opt/bin:/opt/sbin:/opt/local/bin:/sbin:/bin:/usr/bin:/usr/sbin
LOGFILE=syslog.log
KERNLOGFILE=kern.log
LOG_OLD=/tmp
LOG_NEW=/opt/var/log
prefix=""
sbindir=${prefix}/sbin
NAME=syslogd
DAEMON=${sbindir}/${NAME}
DESC="syslogd"
OPTIONS="-m 0 -O $LOG_NEW/$LOGFILE -S -l 7 -s 0"
case "$1" in
start0)
printf "Starting ${DESC}: "
# Copy old syslog and create symlink to new
if [ ! -L /tmp/syslog.log ]; then
cat $LOG_OLD/$LOGFILE >> $LOG_NEW/$LOGFILE
mv $LOG_OLD/$LOGFILE $LOG_NEW/$KERNLOGFILE
ln -s $LOG_NEW/$LOGFILE $LOG_OLD/$LOGFILE
fi
${DAEMON} ${OPTIONS}
printf "${NAME}.\n"
logger -t ${NAME} "started."
;;
stop)
if [ -n "`pidof syslogd`" ]; then
printf "Stopping ${DESC}: "
killall "${NAME}"
printf "${NAME}.\n"
fi
;;
start|restart|force-reload)
$0 stop
sleep 1
$0 start0
;;
*)
printf "Usage: $0 {start|stop|restart|force-reload}\n" >&2
exit
;;
esac
exit 0
The script will create archives
/opt/var/log/syslog.log.tar.gz and /opt/opt/share/www/access.log.tar.gz ???
take
9b. Change Syslog settings
vi /opt/etc/logrotate.conf
Code:compress
/opt/var/log/syslog.log {
size 1024k
weekly
rotate 9
postrotate
killall -HUP syslogd
endscript
}
/opt/opt/share/www/access.log {
size 1024k
weekly
rotate 9
postrotate
killall -HUP syslogd
endscript
}
include /opt/etc/logrotate.d
When i try to run transmission (1.41b3) i have error:
can't resolve symbol '__libc_pthread_init
transmission 1.40 works for me.
What i must to do ?
Hi all,
the howto is updated for transmission versions newer than 1.3.
I also renumbered the chapters.
Please report bugs.
@Lesiuk
Sorry, i do not get these errors. I even can not help.
Sorry
wengi
Now there is no transmission in repository...
Downloading http://ipkg.nslu2-linux.org/feeds/op...3-2_mipsel.ipk
wget: server returned error 404: HTTP/1.1 404 Not Found
Somebody remove it...
Hi,
there seems to be a build problem.
Wait till tomorow/some days.
wengi
Hi,
i updated 15 mins ago and run into the same problem.
Have no solution jet.
wengi
I have solution.
http://forum.transmissionbt.com/view...php?f=1&t=6659
Now i have transmission web.
:D
401: Unauthorized
Unauthorized IP Address
1- Stop transmission2- Edit the settings.json file:Quote:
killall transmission-daemon
*- go to string "rpc-whitelist": "+127.0.0.1",
*- fix the value (+127.0.0.1) to your computer IP (i.e. 192.168.1.*) or just delete this value( i.e. "rpc-whitelist": "",)
3- Launch transmission (or reboot router)
Hi,
the reason is that my transmission does not create the settings.json any more.
Not on the hdd and not in the users home .config folder.
No idea why. The settings file is not part of the package.Code:[admin@blechbuechse /]$ ps axf
PID TTY STAT TIME COMMAND
1 ? S 0:03 /sbin/init
2 ? S 0:00 [keventd]
...
127 ? Ss 0:04 /opt/sbin/cron
270 ? SN 0:36 /opt/bin/transmission-daemon -g /tmp/harddisk/transmission/config -b -w /tmp/harddisk/transmission/download
271 ? SN 0:00 \_ /opt/bin/transmission-daemon -g /tmp/harddisk/transmission/config -b -w /tmp/harddisk/transmission/download
272 ? RN 0:00 \_ /opt/bin/transmission-daemon -g /tmp/harddisk/transmission/config -b -w /tmp/harddisk/transmission/download
273 ? RN 4:34 \_ /opt/bin/transmission-daemon -g /tmp/harddisk/transmission/config -b -w /tmp/harddisk/transmission/download
[admin@blechbuechse /]$ find / | grep -i settings.json
/proc/7/fd: No such file or directory
[admin@blechbuechse /]$
Could you please post the content and location of your settings.json?Code:[admin@blechbuechse .config]$ ipkg files transmission | grep -i set
[admin@blechbuechse .config]$
Thanks
wengi
Hi
I have setting.json on harddisk in config folder.
My transmission work about 10 min. and after don`t work properly.
Please I` need help.
In your case, the setting file should be in /tmp/harddisk/transmission/config
Example of file contents HERE
Beta version...it figures. :( I'm waiting for the final version.
Cheers!
Who is making package's for optware repository?
Do somebody have 1.41b3 ?
Hi all,
i once again updated the HowTo:
Transmission is working with a config file now.
The startup script knows the option restart now.
@Lesiuk
Try this config with the newest version of transmission.
I wish all of you a happy new year!
wengi
Works fine, thank you. Again. :D
One question: What's the password for Samba? When i try to open http://192.168.1.1:901/ i get
although i used the password set for the router interface.Quote:
401 Bad Authorization
username or password incorrect
LE: Everything works, if only the user wasn't a n00b. :D
Dear Wengi,
Many thanks for your great HowTo! I've managed to format the HDD.
Unfortunately, I can get Transmission working on my setup (WL-500W with Oleg 1.9.2.7-10 and an USB memory card or USB-HDD).
I get the following error when starting S90transmission-daemon:
transmission-daemon is not started according to ps axf.Code:/opt/etc/init.d/S90transmission-daemon: /opt/etc/init.d/S90transmission-daemon: 36: /tmp/harddisk/transmission/config: Permission denied
When starting transmission with "$transmission-daemon", orthe program starts, but I get the following error when I try to enter 192.168.1.1:9091Code:$transmission-daemon -g /tmp/harddisk/transmission/config
I've tried changing the rpc-whitelist, in the settings.json, but without success.Code:401: Unauthorized
Unauthorized IP Address.
Either disable the IP address whitelist or add your address to it.
If you're editing settings.json, see the 'rpc-whitelist' and 'rpc-whitelist-enabled' entries.
If you're still using ACLs, use a whitelist instead. See the transmission-daemon manpage for details.
I have followed your HowTo, but cannot figure out what Permission is denied?!?
edit: "chmod a +rwx" the settings file and download directory also did not help
Check your instalation again, you probably missed something.
Is there a limit to the number of torrents that Transmission can hadle?
I have the same problem, it says like this:
Code:/opt/etc/init.d/S90transmission-daemon: /opt/etc/init.d/S90transmission-daemon: 36: /tmp/harddisk/transmission/config: Permission denied
[admin@asus root]$ ps axf
BusyBox v1.1.3 (2008.04.25-08:17+0000) multi-call binary
Usage: ps
Hi,
please check the permissions of /tmp/harddisk/transmission/config
Should be something likeMake sure you have read/write permission.Code:[admin@blechbuechse root]$ ls -la /tmp/harddisk/transmission
total 16
drwxrwx--- 4 admin root 4096 Dec 13 22:47 .
drwxr-xr-x 5 admin root 4096 Dec 14 00:24 ..
drwxrwx--- 5 admin root 4096 Dec 21 18:18 config
drwxrwx--- 3 admin root 4096 Dec 14 13:21 download
[admin@blechbuechse root]$
If not, execute:wengiCode:chmod -R 770 /tmp/harddisk/transmission/
Hello, I still have the same problem, chmod didn't help.
mine looks like this:
Code:[admin@asus root]$ ls -la /tmp/harddisk/transmission
drwxrwx--- 1 admin root 0 Jan 5 15:27 .
drwxr-xr-x 1 admin root 0 Jan 5 15:19 ..
drwxrwx--- 1 admin root 0 Jan 5 15:27 config
drwxrwx--- 1 admin root 0 Jan 5 15:27 download
Hi,
please post result ofwengiCode:ls -la /tmp/harddisk/transmission/config
It says:
Code:[admin@asus root]$ ls -la /tmp/harddisk/transmission/config
drwxrwx--- 1 admin root 0 Jan 5 15:27 .
drwxrwx--- 1 admin root 0 Jan 5 15:27 ..
drwxrwx--- 1 admin root 0 Jan 5 15:27 blocklists
-rwxrwx--- 1 admin root 474 Jan 5 15:28 settings.json
[admin@asus root]$
Hi,
strange... Same permissions here. Working fine.
Please post content ofWhat happens if you start it manually?Code:cat /opt/etc/init.d/S90transmission-daemon
wengiCode:/opt/bin/transmission-daemon -g /tmp/harddisk/transmission/config
Hello, here are the results:
and:Code:[admin@asus root]$ cat /opt/etc/init.d/S90transmission-daemon
#!/bin/sh
#
# Startup script for transmission-daemon
case $1 in
start)
# update blocklist
echo "updating blocklist, ~4MB"
cd /tmp/harddisk/transmission/config/blocklists
wget -q http://www.bluetack.co.uk/config/level1.gz
if test -f level1.gz; then
rm level1
gunzip level1.gz
chmod go+r level1
fi
# start transmission
echo "starting transmission"
/opt/bin/transmission-daemon -g
/tmp/harddisk/transmission/config
;;
stop)
if [ -n "`pidof transmission-daemon`" ]; then
kill -9 `pidof transmission-daemon`
fi
;;
restart)
$0 stop
$0 start
;;
*)
echo "usage: $0 (start|stop|restart)"
exit 1
esac
[admin@asus root]$
Code:[admin@asus root]$ /opt/bin/transmission-daemon -g /tmp/harddisk/transmission/config
/opt/bin/transmission-daemon: illegal option -- g
usage: transmission-daemon [-dfh] [-p file] [-s file]
Transmission 0.82 (r) http://transmission.m0k.org/
A free, lightweight BitTorrent client with a simple, intuitive interface
-d --debug Print data send and received, implies -f
-f --foreground Run in the foreground and log to stderr
-h --help Display this message and exit
-p --pidfile <path> Save the process id in a file at <path>
-s --socket <path> Place the socket file at <path>
To add torrents or set options, use the transmission-remote program.
[admin@asus root]$
Hi,
first: Do an update of your system:
You are using a REAL old version of transmission.Code:ipkg update
ipkg upgrade
New versions are 1.4x.
If the above does not update transmission do the following:second:Code:ipkg remove transmission
ipkg install transmission
Make sure that this is ONE line in S90transmission-daemonI think you have this code in two lines.Code:/opt/bin/transmission-daemon -g /tmp/harddisk/transmission/config
wengi
hi,
I have used the older version of transmission before, the older interface has more information(files, download speed record...). Where can i find these information in the new version?
thanks
ps. sorry for my English.
Hi,
all these informations can be found in the webinterface (clutch).
simply give it a try.
wengi
Hello everyone! I try to setup transmission,at the end i copy syntax for start-up script and when i try to save and exit with :wq ,the vi editor reports me this: write error: No such file or directory. Can help me someone? Thank u.:confused:
2swordfish77
I guess you have to create file first with touch