Hue安装错误集锦 系统自带的镜像源搞了好久不行,换成sohu的

简介: Hue安装错误集锦 系统自带的镜像源搞了好久不行,换成sohu的

1.系统自带的镜像源搞了好久不行,换成sohu的

# CentOS-Base.repo
#
# The mirror system uses the connecting IP address of the client and the
# update status of each mirror to pick mirrors that are updated to and
# geographically close to the client.  You should use this for CentOS updates
# unless you are manually picking other mirrors.
#
# If the mirrorlist= does not work for you, as a fall back you can try the 
# remarked out baseurl= line instead.
#
#
[base]
name=CentOS-$releasever - Base
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os&infra=$infra
#baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
#released updates 
[updates]
name=CentOS-$releasever - Updates
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates&infra=$infra
#baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
#additional packages that may be useful
[extras]
name=CentOS-$releasever - Extras
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras&infra=$infra
#baseurl=http://mirror.centos.org/centos/$releasever/extras/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
#additional packages that extend functionality of existing packages
[centosplus]
name=CentOS-$releasever - Plus
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus&infra=$infra
#baseurl=http://mirror.centos.org/centos/$releasever/centosplus/$basearch/
gpgcheck=1
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
#contrib - packages by Centos Users
[contrib]
name=CentOS-$releasever - Contrib
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=contrib&infra=$infra
#baseurl=http://mirror.centos.org/centos/$releasever/contrib/$basearch/
gpgcheck=1
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
yum clean all
yum repolist all

2.Access denied for user ‘root’@‘localhost’ (using password: NO)

在smtp设置主机名,端口号,账号,密码

3.‘_mysql_ConnectionObject’没有名为‘open’的成员

解决办法,安装mysql-devel:
#yum install mysql-devel

4.Access denied for user ‘root’@‘localhost’ (using password: NO)

没检查少了去##

5.

root用户没权限

su hue 进入到hues试一试

成功!


目录
打赏
0
0
0
0
111
分享
相关文章
|
11月前
|
手把手教你Linux系统下的Java环境配置,简单到不行!
手把手教你Linux系统下的Java环境配置,简单到不行!
325 1
不知道如何看Android源码?试试这几种方式~
Android这个是一个**庞大的系统性**的工程,各个版本都有一定兼容性问题,为了能快速定位问题,也为了学习Android框架中一些优秀的思想,时常需要查看Android系统源码层面的知识。
linux虚拟机静态ip配置-极简教程,一看就会
linux虚拟机静态ip配置-极简教程,一看就会
386 0
linux虚拟机静态ip配置-极简教程,一看就会
Win系统 - Windows10 玩游戏卡?试试这招
Win系统 - Windows10 玩游戏卡?试试这招
134 0
Win系统 - Windows10 玩游戏卡?试试这招
有事儿的话,记得@我
这一节我们主要学习游戏开发中的一种常用的工具---通知,也称事件。 之前提到过,通知可以理解为给别人发信息,这个过程需要有两方的参与,一个发送方,一个接收方。发送方负责发送通知,而接收方决定收到通知后该如何做。
151 0
有事儿的话,记得@我
命令行搞一切之curl 的开心应用
你在北京,想看看上海的天气,也很简单
230 0
命令行搞一切之curl 的开心应用
ubuntu系统中添加DNS服务器地址后诡异消失的解决办法
ubuntu系统中添加DNS服务器地址后诡异消失的解决办法
274 0
ubuntu系统中添加DNS服务器地址后诡异消失的解决办法
干掉 Jenkins!试试这些……
Jenkins 是目前最常用的持续集成工具,拥有近 50% 的市场份额,它还是很多技术团队的第一个使用的自动化工具。但是随着自动化领域的持续发展,Jenkins 逐渐暴露出了一些问题,例如缺乏功能、维护问题、依赖关系和扩展问题等等。
干掉 Jenkins!试试这些……
AI助理

你好,我是AI助理

可以解答问题、推荐解决方案等