Guys!
Thankyou for such a great post.. I'm hoping this resolves the problem.. The fact that it was stickied and easy to follow is highly appreciated.
I do have one question, and I hope someone more knowledgable than me helps with it.
Come the day that we might need to remove those lines from the /etc/hosts file.. is there any way to do it?
I tried nano, pico and vi - all *nix based text editors that I know and the ATV2 has none of them..
Is the best way to edit the file to SFTP to the ATV2 and edit the file? Or is it presumed that we will never want to edit it until there is a jailbreakable update which will then wipe out any file changes we've made anyways?
Thanks again for a great post, and for such a awesome app!
[AppleTV2] HOW TO Stop ATV2 from checking for updates and CRASHING
Lectric
Junior Member Posts: 2 Joined: Mar 2011 Reputation: 0 |
2011-03-17 03:34
Post: #21
|
| find |
JediKnight2
Junior Member Posts: 49 Joined: Mar 2011 Reputation: 0 |
2011-03-17 03:53
Post: #22
Here is the best way to do this without having to ssh in or use command lines.
Download Cyberduck Download metapad Start up Cyberduck and use SSHD as the login type and use root for the username and alpine for the password Navigate to /etc Drag and drop the hosts file to your desktop drag that file into metapad and edit it as posted on the previous page. The part that sais it is a blank line is just that...place your cursor at the end of the last line and hit delete and hold it to delete everything..then hit enter to add the next line...from there hit save. Then just simply drag that file back over into Cyberduck into the /etc directory...IF THERE ISN'T A BLANK LINE...IT WONT WORK If someone else cannot do this...I will be more than happy to log into your system or do a video tutorial...I do understand that some people that come to these boards aren't computer geeks...its why the forum is here.
(This post was last modified: 2011-03-17 03:57 by JediKnight2.)
|
| find |
unmesh
Member+ Posts: 104 Joined: Jun 2006 Reputation: 0 |
2011-03-17 03:54
Post: #23
You can install nano, vim and possibly other editors
apt-get install nano apt-get install vim |
| find |
JediKnight2
Junior Member Posts: 49 Joined: Mar 2011 Reputation: 0 |
2011-03-17 03:59
Post: #24
I think ANY ssh editors are confusing to those that dont do Linux...if you don't use linux or command line....don't try nano or vim..it's just going to mess you up.
|
| find |
saunderez
Junior Member Posts: 13 Joined: Jan 2011 Reputation: 0 |
2011-03-17 06:04
Post: #25
JediKnight2 Wrote:I think ANY ssh editors are confusing to those that dont do Linux...if you don't use linux or command line....don't try nano or vim..it's just going to mess you up. vim sure but nano is about as easy to use as notepad. |
| find |
JediKnight2
Junior Member Posts: 49 Joined: Mar 2011 Reputation: 0 |
2011-03-17 17:56
Post: #26
Imagine a Commodore 64 word processor...now take the average computer user and tell them to use it....see what I mean...
|
| find |
Lectric
Junior Member Posts: 2 Joined: Mar 2011 Reputation: 0 |
2011-03-17 18:50
Post: #27
Thankyou for the how-to install VIM or NANO.
Personally, coming from a non-*nix background, I find nano & pico the easiest to use. Anyone who wants to go and edit their files more manually/granularly can now do so, which is what I was asking for. If they are not sure how to use them, I'm sure some time googling for some basic tips will help. Thanks again! |
| find |
Activateav
Junior Member Posts: 21 Joined: Mar 2011 Reputation: 0 |
2011-03-17 19:46
Post: #28
Thanks Jediknight2,
Instructions were perfect,, My Hosts file looks like this.. ## # Host Database # # localhost is used to configure the loopback interface # when the system is booting. Do not change this entry. ## 127.0.0.1 localhost 255.255.255.255 broadcasthost ::1 localhost fe80::1%lo0localhost 127.0.0.1 appldnld.apple.com 127.0.0.1 mesu.apple.com 127.0.0.1 appldnld.apple.com.edgesuite.net {i have returned on this line and saved} I cant seem to drop the host file back into Cyberduck??
(This post was last modified: 2011-03-17 19:59 by Activateav.)
|
| find |
Activateav
Junior Member Posts: 21 Joined: Mar 2011 Reputation: 0 |
2011-03-17 20:48
Post: #29
Activateav Wrote:Thanks Jediknight2, Crashed again, WTF :confused2: |
| find |
jd2157
Fan Posts: 643 Joined: Jan 2011 Reputation: 0 Location: Nova Scotia |
2011-03-18 04:31
Post: #30
Activateav Wrote:Crashed again, WTF :confused2: Mine isn't crashing and I don't have all those additions to /etc/hosts. All I've done is update to the latest nitotv and installed updatebegone. Code: # apt-get update && apt-get upgradeCode: Apple-TV:/private/var/mobile/Library/Preferences root# dpkg -l | grep -i nitoIf you can ssh into your atv2, run "ping mesu.apple.com" and if the IP is 127.0.0.1 in the response then the /etc/hosts file is fine. The updatebegone package appends "127.0.0.1 mesu.apple.com" to block updates. Btw, it'll make things a lot easier if you get used to the command line and an editor like nano (should be easier to learn than vim). Code: ##Code: Apple-TV:/private/var/mobile/Library/Preferences root# ping mesu.apple.com
(This post was last modified: 2011-03-18 18:38 by jd2157.)
|
| find |

Search
Help