ICC安装完成启动时显示
Fatal: Galaxy-Common+Galaxy-ICC is not enabled. (DCSH-1)
网上说绝对license问题,制作了好几个发现都不行,后来仔细看了log,说是hostid无法识别,
赶紧用lmhostid查看, hostid为空值。。。, 几经查找, fedora22把网卡命名为了enp7s0,
识别不出了, 好像要改为 eth0, 试以下方法
[admin@chiplayout ~]$ dnf install wireless-tools
[admin@chiplayout ~]$ vi /etc/iftab
eth0 mac aa:bb:cc:dd:ee:ff
:wq!
先停用原来网卡,再进行更名
[admin@chiplayout ~]$ ifconfig enp7s0 down
[admin@chiplayout ~]$ ifrename -i enp7s0 -n eth0
[admin@chiplayout ~]$ ifconfig eth0 up
在去启用license, 输入icc_shell -gui, OK