taa1

Untitled

Feb 11th, 2013
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. When I did the curl step, it ends with this:
  2.  
  3. % Total % Received % Xferd Average Speed Time Time Time Current
  4. Dload Upload Total Spent Left Speed
  5. 100 3430 100 3430 0 0 4898 0 --:--:-- --:--:-- --:--:-- 8108
  6.  
  7. The important number is the 3430 as this is the number of bytes that should have been transferred. It looks like your NeTV only transferred 97 bytes. Here's what you posted in the forum:
  8.  
  9. curl -o update.sh http://netv.bunnie-bar.com/updates/chumby-silvermoon-netv/update.sh
  10. % Total % Received % Xferd Average Speed Time Time Time Current
  11. Dload Upload Total Spent Left Speed
  12. 100 97 100 97 0 0 2333 0 --:--:-- --:--:-- --:--:-- 2939
  13.  
  14. Type this: ls -l /tmp/update.sh
  15.  
  16. You should get something that looks like this:
  17.  
  18. -rw-r--r-- 1 root root 3430 Feb 11 20:09 update.sh
  19.  
  20. What number do you see before the date? I think it should be 3430.
Advertisement
Add Comment
Please, Sign In to add comment