[SOLVED] Не ставится mysql
Здравствуйте уважаемые гуру
столкнулся в непонятной проблемой при установке dev-db/mysql-5.0.60-r1
* Messages for package dev-db/mysql-5.0.60-r1:
*
* ERROR: dev-db/mysql-5.0.60-r1 failed.
* Call stack:
* ebuild.sh, line 49: Called pkg_setup
* ebuild.sh, line 1263: Called mysql_pkg_setup
* mysql.eclass, line 481: Called die
* The specific snippet of code:
* [[ "${HOSTNAME}" == "localhost" ]] && die "Your machine must NOT be named localhost"
* The die message:
* Your machine must NOT be named localhost
*
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/tmp/portage/dev-db/mysql-5.0.60-r1/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/dev-db/mysql-5.0.60-r1/temp/die.env'.
ругается что моя машина не называется локалхост
cat /etc/hosts
# /etc/hosts: Local Host Database
This file describes a number of aliases-to-address mappings for the for
# local hosts that share this file.
#
# In the presence of the domain name service or NIS, this file may not be
# consulted at all; see /etc/host.conf for the resolution order.
#
# IPv4 and IPv6 localhost aliases
127.0.0.1 localhost
192.168.0.200 BelSat
#::1 localhost
....
куда копать ?
- Для комментирования войдите или зарегистрируйтесь
как раз
как раз наоборот, машина должна быть НЕ локалхост
только что сам поставил мускл
правим /etc/conf.d/hostname
/etc/init.d/hostname restart
либо ребут
Всем спасибо
Всем спасибо
вопрос снят
впредь буду внимательнее
.
http://www.google.com/search?q=%22Your+machine+must+NOT+be+named+localhost%22
даёт ссылку на mysql.eclass
В нём читаем
# Bug #213475 - MySQL _will_ object strenously if your machine is named localhost. Also causes weird failures.
идём на Bug #213475 : http://bugs.gentoo.org/show_bug.cgi?id=213475
там написано
Your machine is named localhost. Change the name. Check added to the eclass.
после чего тема перетекает в "как мне изменить имя машины".
И решается новая тема точно так же - гугль в руки + поиск по сайту gentoo.ru