On a fresh install, was never able to connect via the web UI. “Unable to connect”. Even using the direct IP.
I enabled ssh, and I can ssh in via IP and see its up, but netstat does not show anything listening on port 80/http
[code]volumio@volumio:~$ netstat -ta
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 :34063 : LISTEN
tcp 0 0 :sunrpc : LISTEN
tcp 0 0 :ssh : LISTEN
tcp 0 0 :3006 : LISTEN
tcp 0 0 172.16.112.211:ssh 172.16.112.203:60534 ESTABLISHED
tcp6 0 0 [::]:6600 [::]: LISTEN
tcp6 0 0 [::]:sunrpc [::]: LISTEN
tcp6 0 0 [::]:ssh [::]: LISTEN
tcp6 0 0 [::]:39486 [::]: LISTEN
volumio@volumio:~$ uptime
20:12:58 up 22 min, 1 user, load average: 1.12, 1.16, 1.04
[/code]
‘top’ shows “node” running between 80 and 95% cpu.
[code]Tasks: 94 total, 2 running, 92 sleeping, 0 stopped, 0 zombie
%Cpu(s): 92.0 us, 7.1 sy, 0.0 ni, 0.0 id, 0.0 wa, 0.0 hi, 0.9 si, 0.0 st
KiB Mem: 234204 total, 224768 used, 9436 free, 22860 buffers
KiB Swap: 261276 total, 3224 used, 258052 free. 89880 cached Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
3184 volumio 20 0 81172 34360 16928 R 93.1 14.7 0:09.70 node
3160 volumio 20 0 5044 2476 2076 R 4.4 1.1 0:00.61 top
1098 volumio 20 0 28888 4444 2788 S 1.8 1.9 0:03.43 sshd
1478 root 20 0 0 0 0 S 0.9 0.0 0:00.40 kworker/u2:1
1 root 20 0 5432 4048 2840 S 0.0 1.7 0:22.08 systemd
2 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kthreadd
3 root 20 0 0 0 0 S 0.0 0.0 0:01.33 ksoftirqd/0
[/code]
Am I doing something wrong? Or is something broken?
I