Artix Linux Forum

General Category => Forum => Topic started by: distantbox on 20 May 2024, 12:46:41

Title: login.microsoftonline.com gives temporary failure in name resolution
Post by: distantbox on 20 May 2024, 12:46:41
All other network traffic works perfectly but I can't connect to login.microsoftonline.com. I'm using runit, with connman+wpa for network manager. I've changed browsers, so it's not a browser issue. I can access it on my phone so it's not an issue from their side wither. Afaik I don't remember setting up a firewall at all. I've scoured the whole internet for possible solutions, but that's a bit hard since I can't pinpoint what exactly is the problem in the first place since all other sites work.

Please refrain from commenting on using microsoft services, I'm required to use them by my university administration.
Title: Re: login.microsoftonline.com gives temporary failure in name resolution
Post by: nous on 20 May 2024, 18:49:21
What does it resolve to in your runit box?
Title: Re: login.microsoftonline.com gives temporary failure in name resolution
Post by: lq on 22 May 2024, 10:33:33
Please refrain from commenting on using microsoft services, I'm required to use them by my university administration.

lol

If you are obliged by the university administration to use microsoft services, you should also ask there for a solution and not here.

Nobody is forcing you to use Artix.

"Ceterum censeo M$ esse delendam"
Title: Re: login.microsoftonline.com gives temporary failure in name resolution
Post by: corysanin on 22 May 2024, 17:44:55
I think I saw you post on Reddit (https://old.reddit.com/r/artixlinux/comments/1cwdfro/loginmicrosoftonlinecom_gives_temporary_failure/) as well, reporting that switching DNS servers solved the issue.
Title: Re: login.microsoftonline.com gives temporary failure in name resolution
Post by: capezotte on 22 May 2024, 19:20:27
To get connman to stop overwriting resolv.conf, you can add the line

Code: [Select]
mkdir -p /var/run/connman

to the runit service's conf file.

See this older thread (https://forum.artixlinux.org/index.php/topic,3547.msg22945.html#msg22945).