You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
awersome software I did use it on my Tomato Router know I want to setup this an my Raspberry Pi Zero v1.3
uname -a = Linux raspberrypi 5.15.32+ #1538 Thu Mar 31 19:37:58 BST 2022 armv6l GNU/Linux
Hey ,
awersome software I did use it on my Tomato Router know I want to setup this an my Raspberry Pi Zero v1.3
uname -a = Linux raspberrypi 5.15.32+ #1538 Thu Mar 31 19:37:58 BST 2022 armv6l GNU/Linux
What I did so far:
On my Raspberry PI Zero V1.3 I did the setup for Pixelserv-tls 2.4
sudo -i
cd /tmp
curl -O https://raw.githubusercontent.com/jumpsmm7/pixelserv-tls_2.4_armhf.deb/master/pixelserv-tls_2.4_armhf.deb
dpkg -i pixelserv-tls_2.4_armhf.deb
I did setup the certs with this tutorial:
https://github.com/kvic-z/pixelserv-tls/wiki/Create-and-Import-the-CA-Certificate
I did change my Pi-hole to port 8080
I did set the DAEMON_ARGS="xxx.xxx.xxx.xxx. -z /var/cache/pixelserv" in /etc/default/pixelserv-tls
sudo systemctl enable pixelserv-tls
sudo service pixelserv-tls restart
systemctl status pixelserv-tls
pixelserv-tls.service - LSB: pixelserv-tls webserver for adblock
Loaded: loaded (/etc/init.d/pixelserv-tls; generated)
Active: active (exited) since Sun 2022-05-29 18:26:01 CEST; 40min ago
Docs: man:systemd-sysv-generator(8)
Process: 2487 ExecStart=/etc/init.d/pixelserv-tls start (code=exited, status=0/SUCCESS)
CPU: 116ms
May 29 18:26:01 raspberrypi systemd[1]: Starting LSB: pixelserv-tls webserver for adblock...
May 29 18:26:01 raspberrypi pixelserv-tls[2487]: Segmentation fault
May 29 18:26:01 raspberrypi systemd[1]: Started LSB: pixelserv-tls webserver for adblock.
https://xxx.xxx.xxx.xxx and http://xxx.xxx.xxx.xxx Connection refused
Pixelserv-tls 2.4 ist not running :-(
pixelserv-tls -h Segmentation fault
Do I need a different build or is this a bug?
The text was updated successfully, but these errors were encountered: