PDA

View Full Version : Live, hotmail, morosa e macbook


Mailor
26-06-2008, 23:25
La mia ragazza ha problemi da qualche giorno ad accedere alla sua mail di hotmail via browser (www.hotmail.com le da un austero "questa pagina non esiste più, attaccati al cazz");inoltre l'accesso le è negato sia da adium, che da microsoft messenger:mac.

la cosa divertente è che a casa mia, col mio mac, il mio browser, ed il mio adium, funziona tutto.

flusshato cache dns; resettato safari, cookie & cache.

ovviamente nessun risultato. ho pensato magari fosse a livello di dns, ma leggo dello stesso identico problema anche atrove, quindi escludo. tra l'altro usiamo entrambi quelli default di telecom.

per informazioni più dettagliate vi rimando a questo topic su apple forum

http://discussions.apple.com/thread.jspa?messageID=7441369

le circostanze sono identiche. provato anche con altri browser, ma come prevedibile non è cambiato nulla.

se aveste informazioni in merito ve ne sarei grato. nulla vieta peraltro che il problema sia passeggero e in via di risoluzione semi-trasparente a breve.

Mailor
26-06-2008, 23:47
vi rimando ad una possibile soluzione che m'è saltata in testa, l'ho postata nel topic linkato :)

domani vi fo' sapere.

Prome
27-06-2008, 07:46
Tuo stesso identico problema. E sono anch'io con Telecom, anche se non penso dipenda da essa.

Comunque, ho "risolto" il problema, semplicemente cambiando link di accesso.
Se mi collego da www.live.it non ho alcun problema.

Mailor
27-06-2008, 09:00
confermo, la soluzione era corretta. copio e incollo il mio post che non ho voglia ne di tradurlo né di riscriverlo :asd:


fondamentalmente, se avete qusto problema editate il file /etc/hosts cancellando le righe che avete aggiunto voi all'epoca.


Hi

Maybe you've edited your hosts file in the past, and now those references to dns services does not work anymore.

try editing your /etc/hosts removing the last, bad entries.

something that sounds like "messenger.live...."

just to compare, here is my hosts file, working perfectly with every live services, msn account on adium included.

##

1. Host Database

#

1. localhost is used to configure the loopback interface
2. when the system is booting. Do not change this entry.

##
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost
fe80::1%lo0 localhost

do not copy&past this on your terminal, just edit yours 'till it sounds like that one.

command line is: sudo nano /etc/hosts

then, crtl+x quits the application and pressing Y save changes: instructions are on the baseline of the console terminal.

if you are afraid of using terminal and don't feel safe about this, you can make a healty back-up of the hosts file you're going to edit.

just type:

sudo cp /etc/hosts /etc/hosts_backup

that will create a copy of your hosts file named hosts_backup

if you'd like to restore your edited file, after applying & saving changes on it, just type:

sudo rm -f /etc/hosts

that will remove (-f is a tag that ensures that the file is forced to be removed even if it's not safe to) the file you've edited.

than,

sudo mv /etc/hosts_backup /etc/hosts

will restore your old hosts file to one that can operate in your system.

I sincerely hope you'll get it done.

My girlfriend has this trouble too, and tomorrow morning I'm going to fix it that way: I'm quite sure it will work.

I'm truly sorry for my probably bad english ;)

Bye everyone.