Author Topic: 1004 net install slimdevices lookup failure [solved]  (Read 2705 times)

joerod

  • Guru
  • ****
  • Posts: 159
    • View Profile
1004 net install slimdevices lookup failure [solved]
« on: July 04, 2015, 07:50:24 am »
I had to go back and install 1004 tonight and for some reason the server failed to look up debian.slimdevices.com; not really sure if its a local error on my part, but I had to do the following for the script to run and finish successfully

add line 672 to mce-install.sh

Code: [Select]
echo "54.208.89.159 debian.slimdevices.com" >> /etc/hosts
I also added

Code: [Select]
54.208.89.159 debian.slimdevices.com
to /etc/hosts before running the script.
« Last Edit: July 04, 2015, 06:14:43 pm by joerod »

Marie.O

  • Administrator
  • LinuxMCE God
  • *****
  • Posts: 3675
  • Wastes Life On LinuxMCE Since 2007
    • View Profile
    • My Home
Re: 1004 net install slimdevices lookup failure [solved]
« Reply #1 on: July 04, 2015, 08:39:18 am »
joerod,

I am pretty sure, you have a typo there.

joerod

  • Guru
  • ****
  • Posts: 159
    • View Profile
Re: 1004 net install slimdevices lookup failure [solved]
« Reply #2 on: July 04, 2015, 06:57:09 pm »
Oops, typo fixed