Fresh install - unable to connect to web interface

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

You don’t say what device you have installed it, but it may take 6-8 minutes on first boot to complete various operations, such as partition resizing. During this time, the web response may well be very sluggish. volumio.github.io/docs/User_Man … Guide.html

Hello all

I’ve got the same issue. with a Raspberry Pi2 and a Boss DAC. I have a fresh install and could access the GUI where I defined a NFS share folder to mount a NFS exported folder from my NAS. In this folder, there’s quite a big number of files above 10K.
The index process went on. Seemed stopped. I clicked on refresh and the amount raised. This several times.
That was Sunday.

I didn’t touch it since and today I want to listen to some music but my browser keeps on saying “Unable to connect”
But can connect with SSH.

Netstat indicates nothing is listening to port 80
Top indicates that CPU is usually above 100%.

Newbie with Volumio, I’m seeking help.

Thanks

Problem solved!
I originally installed volumio on a spare 2Go SD card and it happenned to be too small and the filesystem was full.
I grabbed a 32Go and now volumio runs smoothly. Thanks to the dev team :slight_smile: