pavva94 / snake-os

Automatically exported from code.google.com/p/snake-os
0 stars 1 forks source link

Transmission is not able to download any torrent file after upgrade #327

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Upgrade from snakeos-V1.3.2-20111007-from-snake to SNAKE OS V1.3.2 
(20111019)-from-snake
2. Enabled Opkg 
3. Added a torrent and when trying to download the file it is failing with 
"Tracker:Could not connect to tracker" error.

What is the expected output? What do you see instead?

Should download the torrent file but not able to download

What version of the product are you using? On what operating system?

Transmission : Version: 2.60-1
Snake OS: SNAKE OS V1.3.2 (20111019)

Please provide any additional information below.

Transmission was able download with previous version of snake os and 
transmission 

Original issue reported on code.google.com by mustafas...@gmail.com on 1 Oct 2012 at 5:42

GoogleCodeExporter commented 8 years ago
Can you try some other version of transmission? Any of the opk's in the 
download section should work.

I can't think of anything between the two snake builds that could cause this.

Original comment by stefansc...@googlemail.com on 1 Oct 2012 at 8:12

GoogleCodeExporter commented 8 years ago
Its not allowing me to downgrade package, is there any other way I can do it ?

Original comment by mustafas...@gmail.com on 2 Oct 2012 at 3:12

GoogleCodeExporter commented 8 years ago
I was able install after uninstalling the previous version, but the problem 
still persist. 

Original comment by mustafas...@gmail.com on 2 Oct 2012 at 3:19

GoogleCodeExporter commented 8 years ago
I tried going back to previous version of snake-os too but still I seeing this 
issue.

Note: When I try to test port I'm observing portTested: http error 0:No Response

Original comment by mustafas...@gmail.com on 2 Oct 2012 at 4:45

GoogleCodeExporter commented 8 years ago
How do you test the port?

You should be able to install another version after uninstalling the current 
one.

Original comment by stefansc...@googlemail.com on 2 Oct 2012 at 2:42

GoogleCodeExporter commented 8 years ago
I tested port using transmission remote GUI (attaching the SS)

I was able to uninstall and install but still not success.

I think my NAS box got screwed up because even I put the older SNAKE OS version 
its still not able to resolve my problem.

Original comment by mustafas...@gmail.com on 2 Oct 2012 at 2:55

Attachments:

GoogleCodeExporter commented 8 years ago
Just to make sure. It doesn't work from the transmission web interface either, 
right?

Any chance that something is blocking it on your network? The IP address 
usually changes after an update.

Original comment by stefansc...@googlemail.com on 2 Oct 2012 at 3:47

GoogleCodeExporter commented 8 years ago
Yes it doesn't work from transmission web interface as well.

The network changed on update which I have reverted back the network after 
upgrade.

When I tried ping to google.com it say unreachable 

 ping www.google.com
PING www.google.com (173.194.38.179): 56 data bytes
ping: sendto: Network is unreachable

Can you tell what should I put in for Primary and Secondary DNS ?

Right now both are 192.168.1.1

Original comment by mustafas...@gmail.com on 3 Oct 2012 at 4:51

GoogleCodeExporter commented 8 years ago
Normally Gateway and the DNS servers should point to your router. So if your 
router is 192.168.1.1 it should be correct. If ping can resolve google.com to 
an IP, DNS should be working.

I get a similar error if I delete the default route with "route del default".
Can you post the output of "route"? Maybe try "route del default; route add 
default gw 192.168.1.1".

A screenshot of the LAN settings page could be useful too.

Original comment by stefansc...@googlemail.com on 3 Oct 2012 at 4:36

GoogleCodeExporter commented 8 years ago
route output:

# route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.1.0     *               255.255.255.0   U     0      0        0 eth0

Since default was not there I added "route add default gw 192.168.1.1"

# route add default gw 192.168.1.1
# route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.1.0     *               255.255.255.0   U     0      0        0 eth0
default         192.168.1.1     0.0.0.0         UG    0      0        0 eth0

Bingo after adding this it start working like a charm.

Thanks buddy you saved me :)

Original comment by mustafas...@gmail.com on 4 Oct 2012 at 3:51

GoogleCodeExporter commented 8 years ago
Ok good. I'd still be curious why the default route isn't defined, because 
otherwise you'd have to do that after every reboot.

The only thing I can think of is that the gateway is wrong in the LAN settings.

Original comment by stefansc...@googlemail.com on 4 Oct 2012 at 3:16