I am posting to development as this is on Centos-7 arm.
I did a centos-gnome image install on a sata drive for a Cubietruck board. I set up a user account and installed tiger-vncserver and got gnome working over vnc with the system in multi-user. I set up firewalld for port 5901 and 5902.
I then followed the instructions to start the install.
I answered NO and went back and set the hostname and timezone. Later I learned the install would do this for me. The install reported:
This is your current system setup:
Size SD-Card: 7.97GB
Free space SD-Card: 7.97GB
Size RootFS: B
Available RootFS: B
Max CPU Frequenty: 960 MHz
Static hostname: klovia.htt-consult.com
Icon name: computer
Machine ID: b68e584ad1e9435289d9bf108bbc515e
Boot ID: 9ac6c8818ae64aac8b883e0c777f97c3
Operating System: CentOS Linux 7 (AltArch)
CPE OS Name: cpe:/o:centos:centos:7
Kernel: Linux 4.14.71-201.el7.armv7hl
Architecture: arm
Time zone: America/Detroit (EDT, -0400)
System Locale: LANG=en_US.UTF-8
where did it get the size? I have the OS on a 320GB HD…
at the beginning of the install I caught:
Package deltarpm-3.6-3.el7.armv7hl already installed and latest version
Nothing to do
NO DELTA RPMS on arm, particularly IF the install is on SD card. In my case it would not matter too much, but it seems that no delta rpms were downloaded.
Now a couple notes about the install.
It deleted my /home/me account. I lost everything I had there. It left the /etc/passwd and group alone. That will cause problems later…
It removed firewalld for shorewall (I haven’t used shorewall in over a decade!) and lost the rule for ports 5901 and 2 for vnc. But the service is still running; which it won’t do after a boot and ~/.vnc/xstartup is gone.
The last message from the install was:
You can access the Web interface at:
https://klovia.htt-consult.com:980 (or https://192.168.192.14:980)
Login: root
Password: <your_root_password>
but I could not connect. From this notebook, I would have to add a firewall rule for port 980 (different VLANs). Fortunately I had a F29-beta arm Cubie on the same VLAN. It could not connect so I checked the addressing:
ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
link/ether 02:c1:08:81:e2:d7 brd ff:ff:ff:ff:ff:ff
inet 192.168.192.14/24 brd 192.168.192.255 scope global noprefixroute dynamic eth0
valid_lft 86148sec preferred_lft 86148sec
3: wlan0: <BROADCAST,MULTICAST> mtu 1500 qdisc pfifo_fast state DOWN group default qlen 1000
link/ether 98:3b:16:1e:e1:e0 brd ff:ff:ff:ff:ff:ff
[root@localhost ~]# ping 192.168.192.12 # this is the system trying to connect…
connect: Network is unreachable
[root@localhost ~]# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
169.254.0.0 0.0.0.0 255.255.0.0 U 1002 0 0 eth0
what happened to the routing table???
So:
ifdown eth0;ifup eth0
Determining IP information for eth0…[ 2198.790032] RTL8211E Gigabit Ethernet stmmac-0:00: attached PHY driver [RTL8211E Gigabit Ethernet] (mii_bus:phy_addr=stmmac-0:00, irq=POLL)
[ 2198.816200] sun7i-dwmac 1c50000.ethernet eth0: RX IPC Checksum Offload disabled
[ 2198.823877] sun7i-dwmac 1c50000.ethernet eth0: No MAC Management Counters available
[ 2198.831821] sun7i-dwmac 1c50000.ethernet eth0: PTP not supported by HW
[ 2198.839514] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 2200.928849] sun7i-dwmac 1c50000.ethernet eth0: Link is Up - 100Mbps/Full - flow control off
[ 2200.965803] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
done.
[root@localhost network-scripts]# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.192.1 0.0.0.0 UG 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 1002 0 0 eth0
192.168.192.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
And I could connect to the web interface and continue the install.
I have to logoff now until probably Tuesday evening when I will attempt to report what happened during the setup and app installs.
More to come…