macsat.com OpenWrt and ASUS WL Forum
March 11, 2010, 13:25:41 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?
Login with username, password and session length
News: Back to macsat.com
 
   Home   Help Search Login Register  
Pages: 1 2 [3]   Go Down
  Print  
Author Topic: How to instal Transmission 1.76 on WMU-6500FS?  (Read 2740 times)
0 Members and 1 Guest are viewing this topic.
spanish_biker79
Newbie
*
Offline Offline

Posts: 14


View Profile
« Reply #30 on: March 03, 2010, 23:45:54 PM »

Hi Joker or someone who knows how to do this,

Can you please provide the exact command for adding transmission-daemon in startup?

Appreciate ur help on this.

Regards,
iknowledge

I've been playing around for a while and it seems that it starts with the following command:

su - USER -c "/mnt/C/sys/bin/transmission-daemon -g /mnt/D/USER/.config/transmission-daemon &"

I suppose if you want to run it as root, you may not need the beginning of the command...
Logged
Aqualung
Jr. Member
**
Offline Offline

Posts: 74


Socialite


View Profile
« Reply #31 on: March 04, 2010, 02:28:15 AM »

I've been playing around for a while and it seems that it starts with the following command:
su - USER -c "/mnt/C/sys/bin/transmission-daemon -g /mnt/D/USER/.config/transmission-daemon &"
Pro'lly "transmission-daemon -g /mnt/D/USER/.config/transmission-daemon &" should do, though I'm not sure about that "&" at the end. I think transmission-daemon is already on the path.
Logged
iknowledge
Newbie
*
Offline Offline

Posts: 19


View Profile
« Reply #32 on: March 05, 2010, 06:04:49 AM »

Hello Team,

I tried this command but it did not work. When I restarted the 6500FS, the transmission daemon did not start automatically.

"transmission-daemon -g /mnt/D/USER/.config/transmission-daemon &"

I do not have /mnt/D/USER/.config

I only have /mnt/C

Any other way to put transmission daemon in startup?
Logged
Aqualung
Jr. Member
**
Offline Offline

Posts: 74


Socialite


View Profile
« Reply #33 on: March 05, 2010, 15:59:43 PM »

"transmission-daemon -g /mnt/D/USER/.config/transmission-daemon &" I do not have /mnt/D/USER/.config. I only have /mnt/C.

replace this path (D/USER/.config/transmission-daemon) with the path to your "transmission-daemon" folder: Find this folder on your hard drive, write down the path starting from /mnt/ onwards, and replace it in the above command.
Logged
spanish_biker79
Newbie
*
Offline Offline

Posts: 14


View Profile
« Reply #34 on: March 06, 2010, 03:27:40 AM »

Hello Team,

I tried this command but it did not work. When I restarted the 6500FS, the transmission daemon did not start automatically.

"transmission-daemon -g /mnt/D/USER/.config/transmission-daemon &"

I do not have /mnt/D/USER/.config

I only have /mnt/C

Any other way to put transmission daemon in startup?

Yes, if after saying what Aqualung suggest still doesn't work.

What's the path to your .config file? and do you want to launch it as root or with any other user?
Logged
iknowledge
Newbie
*
Offline Offline

Posts: 19


View Profile
« Reply #35 on: March 06, 2010, 16:20:52 PM »

Hi Spanish,

I would like it to start with root user. The path that I know is as follows:

/mnt/C/sys/root/.config/transmission-daemon/settings.json

The files transmission-daemon and transmission-remote are located at:
/mnt/C/sys/bin

Please help.

Regards,
iknowledge
Logged
iknowledge
Newbie
*
Offline Offline

Posts: 19


View Profile
« Reply #36 on: March 06, 2010, 16:23:42 PM »

The other path is:

/mnt/C/sys/root/.config/transmission-daemon
Logged
spanish_biker79
Newbie
*
Offline Offline

Posts: 14


View Profile
« Reply #37 on: March 06, 2010, 16:32:46 PM »

Hi Spanish,

I would like it to start with root user. The path that I know is as follows:

/mnt/C/sys/root/.config/transmission-daemon/settings.json

The files transmission-daemon and transmission-remote are located at:
/mnt/C/sys/bin

Please help.

Regards,
iknowledge

It should work by just adding the following line in your /mnt/C/sys/etc/rc-local file

/mnt/C/sys/bin/transmission-daemon -g /mnt/C/sys/root/.config/transmission-daemon



Logged
iknowledge
Newbie
*
Offline Offline

Posts: 19


View Profile
« Reply #38 on: March 06, 2010, 21:04:13 PM »

Hi spanish_biker79,

I really dont believe my eyes... This actually works. Thanks a million.....

Guys this did the trick:
======================================
It should work by just adding the following line in your /mnt/C/sys/etc/rc-local file

/mnt/C/sys/bin/transmission-daemon -g /mnt/C/sys/root/.config/transmission-daemon

======================================

I restarted my 6500FS several times to verify again and again. i couldnt believe that finally transmission is finally starting automatically....

Thanks once again....

And thanks to Joker for creating binaries for various apps.

Keepup the good work guys....... Thanks to all of you who tried to resolve this issue...

and once again thanks Spanish_biker79

Logged
Aqualung
Jr. Member
**
Offline Offline

Posts: 74


Socialite


View Profile
« Reply #39 on: March 07, 2010, 00:11:47 AM »

Many thanks for your help spanish_biker. I have some questions about some of the options JoKeR commented out in this rc-local file. There's one that looks particularly interesting for me, although I am not sure I understand what it means:

Code:
### another address add
# ip addr add 192.168.1.1/24 dev eth1

What does that represent? Could I choose to assign the WMU-6500FS box another IP address, over and above the one assigned by the Airlive GUI? Kinda like a second IP? What would that do, if un-commented?
Logged
JoKeR
Jr. Member
**
Offline Offline

Posts: 66


View Profile WWW
« Reply #40 on: March 07, 2010, 09:43:18 AM »

You can have multiple IP addresses, for example: for different local networs.
Logged

Aqualung
Jr. Member
**
Offline Offline

Posts: 74


Socialite


View Profile
« Reply #41 on: Yesterday at 02:54:22 »

You can have multiple IP addresses, for example: for different local networs.

Thank you. Just to clarify, the IP address specified there will be the IP address of the Ethernet port regardless of the "Machine IP" mentioned in the GUI, right? And I assume it takes any address of the form 192.168.xxx.xxx, is that so?
Logged
JoKeR
Jr. Member
**
Offline Offline

Posts: 66


View Profile WWW
« Reply #42 on: Yesterday at 13:24:20 »

google?
http://linux-ip.net/html/tools-ip-address.html
http://faq.oneandone.com/dedicated_servers/root_server/ip_addresses/2.html
http://blog.wordtothewise.com/2009/10/why-do-you-need-so-many-ip-addresses/
Logged

Pages: 1 2 [3]   Go Up
  Print  
 
Jump to:  

English Steel 1.6 © Saxon North Technologies
Powered by MySQL Powered by PHP Powered by SMF 1.1.10 | SMF © 2006-2009, Simple Machines LLC
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!
Page created in 0.118 seconds with 25 queries.