Web server not running?

All the topics related to QLC+ on the Raspberry Pi
Post Reply
emccarron72
Posts: 4
Joined: Mon Dec 11, 2023 10:29 pm
Real Name: Ed McCarron

New install. Headless. No HDMI monitor to play with...

sudo qlcplus service status shows:

pi@raspberrypi:~ $ sudo service qlcplus status
● qlcplus.service - LSB: Q Light Controller Plus
Loaded: loaded (/etc/init.d/qlcplus; generated)
Active: active (exited) since Mon 2023-12-11 22:36:40 GMT; 1min 23s ago
Docs: man:systemd-sysv-generator(8)
Process: 310 ExecStart=/etc/init.d/qlcplus start (code=exited, status=0/SUCCESS)
CPU: 860ms

Dec 11 22:36:40 raspberrypi systemd[1]: Starting LSB: Q Light Controller Plus...
Dec 11 22:36:40 raspberrypi qlcplus[310]: Starting Q Light Controller Plus: qlcplus.
Dec 11 22:36:40 raspberrypi systemd[1]: Started LSB: Q Light Controller Plus.

So it looks like it's running? Not sure what active (exited) means...

NMAP shows:

Starting Nmap 7.80 ( https://nmap.org ) at 2023-12-11 17:43 Eastern Standard Time
Nmap scan report for raspberrypi (192.168.1.178)
Host is up (0.000045s latency).
Not shown: 99 closed ports
PORT STATE SERVICE
22/tcp open ssh
MAC Address: B8:27:EB:6F:83:D2 (Raspberry Pi Foundation)

Nmap done: 1 IP address (1 host up) scanned in 0.28 seconds

I can ssh into the pi. Expanded the storage. Seems to be normal.

But no web action?

Ideas? Location to check logs?

Thanks!

Ed
emccarron72
Posts: 4
Joined: Mon Dec 11, 2023 10:29 pm
Real Name: Ed McCarron

Chrome problem... Works on Firefox. NMAP had standard HTTP replies...
emccarron72
Posts: 4
Joined: Mon Dec 11, 2023 10:29 pm
Real Name: Ed McCarron

Nope. Still not working -- the Firefox thing was a fluke.

One rev back works fine.

Latest -- no webserver.

Tried a few things... Service on normal startup shows exited. A service restart shows running. Still no webserver on Chrome or Firefox.

?

Ed


pi@raspberrypi:~ $ sudo service qlcplus status
● qlcplus.service - LSB: Q Light Controller Plus
Loaded: loaded (/etc/init.d/qlcplus; generated)
Active: active (exited) since Sat 2023-05-20 10:19:10 BST; 6 months 23 days ago
Docs: man:systemd-sysv-generator(8)
Process: 311 ExecStart=/etc/init.d/qlcplus start (code=exited, status=0/SUCCESS)
CPU: 857ms

May 20 10:19:08 raspberrypi systemd[1]: Starting LSB: Q Light Controller Plus...
May 20 10:19:10 raspberrypi qlcplus[311]: Starting Q Light Controller Plus: qlcplus.
May 20 10:19:10 raspberrypi systemd[1]: Started LSB: Q Light Controller Plus.


pi@raspberrypi:~ $ sudo service qlcplus restart
pi@raspberrypi:~ $ sudo service qlcplus status
● qlcplus.service - LSB: Q Light Controller Plus
Loaded: loaded (/etc/init.d/qlcplus; generated)
Active: active (running) since Tue 2023-12-12 01:17:23 GMT; 2s ago
Docs: man:systemd-sysv-generator(8)
Process: 548 ExecStart=/etc/init.d/qlcplus start (code=exited, status=0/SUCCESS)
Tasks: 1 (limit: 414)
CPU: 1.957s
CGroup: /system.slice/qlcplus.service
└─554 /usr/bin/qlcplus -platform eglfs --nowm --web --web-auth --operate --overscan

Dec 12 01:17:22 raspberrypi systemd[1]: Starting LSB: Q Light Controller Plus...
Dec 12 01:17:23 raspberrypi qlcplus[548]: Starting Q Light Controller Plus: qlcplus.
Dec 12 01:17:23 raspberrypi systemd[1]: Started LSB: Q Light Controller Plus.
emccarron72
Posts: 4
Joined: Mon Dec 11, 2023 10:29 pm
Real Name: Ed McCarron

A service restart can get the server up... Weird.
Post Reply