Won't scrape from internet
#1
I have a Zotac Mag with Windows 7 with XBMC for Windows installed and on a separate partition "Linux 2.6.35-24-generic #42-Ubuntu smp/ XBMC 10.0 r35648". If I run XBMC from windows it will scrape all video info from the internet. If I boot to the Linux version using the same source for content, it will not scrape video info from the internet, the update window just flashes and nothing happens. If I scrape from the windows version then boot to Linux Ver I can scan each folder(hierarchy is "Home Theater/video/Movie title/movie file") and it sees the existing info. Also in case it's related, I have an NAS on my lan as the source and I can't connect to it via smb from Linux. I can connect using UPNP. Would appreciate any assistance. Thanks
Reply
#2
Can you post the output of these commands?

- ifconfig
- route
- cat /etc/resolv.conf
Reply
#3
Sounds like your network isn't configed correctly under linux. How did you set your network settings dhcp or static?
Reply
#4
I didn't set it up I just installed from the "xbmcfreak-1000-maverick-v2" iso created with "unetbootin. I believe it is DHCP.
Reply
#5
Luisc

Here are the results you requested. BTW I tried uploading the debug log to the web and it works, seems like only the internet scraping won't. Thanks

Kernel IP routing table results
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.0.0 * 255.255.255.0 U 0 0 0 eth0
default 192.168.0.1 0.0.0.0 UG 100 0 0 eth0





ifconfig results
eth0 Link encap:Ethernet HWaddr 00:01:2e:2b:4f:b6
inet addr:192.168.0.109 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::201:2eff:fe2b:4fb6/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2262 errors:0 dropped:0 overruns:0 frame:0
TX packets:899 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:502701 (502.7 KB) TX bytes:292222 (292.2 KB)
Interrupt:21 Base address:0x2000

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:97 errors:0 dropped:0 overruns:0 frame:0
TX packets:97 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:23600 (23.6 KB) TX bytes:23600 (23.6 KB)



cat /etc/resolv.conf Results
nameserver 192.168.0.1
Reply
#6
Network looks correctly configured if you're really using a DNS server in your router.

Can you post the result of "netstat -tcp" while xbmc is trying to scrape? Maybe I can see something there.

Can you check that name resolution is working properly?
Reply

Logout Mark Read Team Forum Stats Members Help
Won't scrape from internet0