HTP down

Hello,

I’m installing volumio for the first time on a Raspberry PI 3 model B.
The last version of volumio (2.041) has been flashed on a SD Card (16 Go).
Few minutes after the first boot, I could see the Hot spot “volumio” and the connection from my PC to this Netid was OK.

A netscan showed ports 22 139 and 80. When I tried an http connection (volumio.local) I received a “connection refused”. After a while http service was down. I’m able to stablish an SSH connection.

I’ve done many reboots, even a complete reinstallation… :frowning:

Any idea ?

Could you try connecting to the IP instead of volumio.local ?
You can follow the steps outlined here:
volumio.github.io/docs/User_Man … Guide.html

Yes it was the same using IP address. But for now web service (port 80) is down…

You seem quite knowledgeable… But take a look at this:
volumio.github.io/docs/User_Man … Guide.html

do you spot something obvious that you’ve done?

Yes i already read this documentation.

In fact I’m not able to do that :
Once in Hotspot Mode, Volumio can be reached with IP 192.168.211.1 or via volumio.local as usual

But you should connect to the hotspot to do it

Yes of course. As I said above I’m able to connect to the hotspot, and also to SSH telnet.
But never in http mode (port 80 )either because “connection refused” either because service is not up.

using “sudo journalctl -f” I saw that there were a loop for starting a proccess. I don’t remember the name ( dyna…) , I will check this night…

Probably dynamicswap is failing… Did you leave it alone for the first boot? At least 5 minutes?

Yes this is this one.
Yes more than 5mn, maybe one hour…I just checked Wifi activity and port using external scan…

MMM… Which kind of http connection are you trying? Are you pointing your browser?
Also, can you tell us what sudo journalctl -f says?

Here is the volumio journal
Error seems to located at this point :

Dec 12 00:28:02 volumio volumio[3669]: var name = nameraw.charAt(0).toUpperCase() + nameraw.slice(1);
Dec 12 00:28:02 volumio volumio[3669]: ^
Dec 12 00:28:02 volumio volumio[3669]: TypeError: Cannot read property ‘charAt’ of undefined
Dec 12 00:28:02 volumio volumio[3669]: at UpnpInterface.startUpmpdcli (/volumio/app/plugins/audio_interface/upnp/index.js:138:20)
Dec 12 00:28:02 volumio volumio[3669]: at UpnpInterface.onVolumioStart (/volumio/app/plugins/audio_interface/upnp/index.js:27:7)
Dec 12 00:28:02 volumio volumio[3669]: at PluginManager.loadPlugin (/volumio/app/pluginmanager.js:122:19)
Dec 12 00:28:02 volumio volumio[3669]: at PluginManager.loadPlugins (/volumio/app/pluginmanager.js:192:10)
Dec 12 00:28:02 volumio volumio[3669]: at new CoreCommandRouter (/volumio/app/index.js:45:24)
Dec 12 00:28:02 volumio volumio[3669]: at Object. (/volumio/index.js:34:21)
Dec 12 00:28:02 volumio volumio[3669]: at Module._compile (module.js:570:32)
Dec 12 00:28:02 volumio volumio[3669]: at Object.Module._extensions…js (module.js:579:10)
Dec 12 00:28:02 volumio volumio[3669]: at Module.load (module.js:487:32)
Dec 12 00:28:02 volumio volumio[3669]: at tryModuleLoad (module.js:446:12)
Dec 12 00:28:02 volumio systemd[1]: volumio.service: main process exited, code=exited, status=1/FAILURE
Dec 12 00:28:02 volumio systemd[1]: Unit volumio.service entered failed state.
Dec 12 00:28:02 volumio systemd[1]: Starting dynamicswap.service…
Dec 12 00:28:02 volumio systemd[1]: dynamicswap.service start request repeated too quickly, refusing to start.
Dec 12 00:28:02 volumio systemd[1]: Failed to start dynamicswap.service.
Dec 12 00:28:02 volumio systemd[1]: volumio.service holdoff time over, scheduling restart.
Dec 12 00:28:02 volumio systemd[1]: Starting dynamicswap.service…
Dec 12 00:28:02 volumio systemd[1]: Started dynamicswap.service.
Dec 12 00:28:02 volumio systemd[1]: Stopping Volumio Backend Module…
Dec 12 00:28:02 volumio systemd[1]: Starting Volumio Backend Module…
Dec 12 00:28:02 volumio systemd[1]: Started Volumio Backend Module.
Dec 12 00:28:04 volumio volumio[3696]: info: -------------------------------------------
Dec 12 00:28:04 volumio volumio[3696]: info: ----- Volumio2 ----
Dec 12 00:28:04 volumio volumio[3696]: info: -------------------------------------------
Dec 12 00:28:04 volumio volumio[3696]: info: ----- System startup ----
Dec 12 00:28:04 volumio volumio[3696]: info: -------------------------------------------

please do

rm -rf /data/configuration/*

killall node

let us know

conf files have been deleted
killall node

Result is the same…