Service not Available Please try later

Hi,

I have installed Unity in Ubuntu 16 . When I open for 1st time and sign in. I get below screen-shot

I have read the workaround which says

WORKAROUND: Launch Unity with LD_PRELOAD=/usr/lib/libresolv.so.2 /path/to/Unity (check the path to your local libresolv)

I have executed the following in terminal, but the issue still persists.Please help

ashok@ashok:~$ LD_PRELOAD=/usr/lib/libresolv.so.2 /opt/Unity/Editor/Unity
ERROR: ld.so: object ‘/usr/lib/libresolv.so.2’ from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
/opt/Unity/Editor/Unity: /opt/Unity/Editor/Data/Tools/libgpg-error.so.0: no version information available (required by /lib/x86_64-linux-gnu/libgcrypt.so.20)

  1. Could you explain a bit more how to execute the above
  2. I do not find libresolv.so.2 in /usr/lib folder (do I need to download from internet ?)

Able to solve it by downloading libresolv.so.2 and placing in /usr/lib folder

For others with this issue:
First, check if you have “libc6” installed (sudo apt install libc6).
Secondly, run: sudo locate libresolv
This will print a list to where the file is on your disk. For me, I had like three libresolv.so.2 but in different folders.
Then, I ran the command written above and it worked. After signing in to Unity I can just start the program without having to use the above command again.

So for me:
LD_PRELOAD=/lib/x86_64-linux-gnu/libresolv.so.2 /opt/Unity/Editor/Unity

3 Likes

Thank you very much, it work just fine for me!

Thanks, it works !!!

It Work. You are my God …!! Bro …!!

3198777--244480--Screenshot from 2017-08-28 08-55-39.jpg

same error occurred for me. I download libresolv.so.2 then also show this.Please help me to solve this. Thanks in advance

it says sudo: locate: command not found

Would you please to tell me if it is for Windows platform?