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
My system is a brand new raspberry pi os (lite edition, based on bookworm) running on the Pi Zero 2 W.
I am using the Waveshare SX1262 hat with the L76K GNSS module.
I was able to get the thing booting and now I am unable to access anything via the web UI.
The problem:
root@meshtastic:/usr/share/doc/meshtasticd/web# journalctl -xfeu meshtasticd.service
<...>
Jan 18 19:02:10 mesh-node meshtasticd[1011]: INFO | 03:02:10 0 SX1262 init success
Jan 18 19:02:10 mesh-node meshtasticd[1011]: ERROR | 03:02:10 0 Error reading File : certificate.pem
Jan 18 19:04:55 mesh-node meshtasticd[1011]: ERROR | 03:02:10 0 ERROR SSL Certificate File can't be loaded or is missingJan 18 19:04:55 mesh-node meshtasticd[1011]: INFO | 03:02:13 3 Create SSL Cert -certificate.pem- succesfullJan 18 19:04:55 mesh-node meshtasticd[1011]: INFO | 03:02:13 3 Use webserver port from yaml config 443Jan 18 19:04:55 mesh-node meshtasticd[1011]: INFO | 03:02:13 3 Webserver startedJan 18 19:04:55 mesh-node meshtasticd[1011]: INFO | 03:02:13 3 Web Server framework started on port: 443Jan 18 19:04:55 mesh-node meshtasticd[1011]: INFO | 03:02:13 3 Web Server root /usr/share/doc/meshtasticd/webJan 18 19:04:55 mesh-node meshtasticd[1011]: INFO | 03:02:13 3 API server listen on TCP port 4403Jan 18 19:04:55 mesh-node meshtasticd[1011]: DEBUG | 03:02:13 3 LoRA bitrate = 118.394310 bytes / secJan 18 19:04:55 mesh-node meshtasticd[1011]: INFO | 03:02:13 3 PowerFSM init, USB power=1Jan 18 19:04:55 mesh-node meshtasticd[1011]: DEBUG | 03:02:13 3 State: BOOTJan 18 19:04:55 mesh-node meshtasticd[1011]: INFO | 03:02:40 30 [NodeInfo] Send our nodeinfo to mesh (wantReplies=1)<...>
So let's go to that directory and see what's there:
Nothing shows up in the logs for this request so I don't know what's going on. Any ideas?
My system:
root@meshtastic:~# uname -a
Linux mesh-node 6.6.62+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.6.62-1+rpt1 (2024-11-25) aarch64 GNU/Linux
root@meshtastic:~# lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 12 (bookworm)
Release: 12
Codename: bookworm
My config:
root@meshtastic:~# cat /etc/meshtasticd/config.yaml
---
Lora:
Module: sx1262
DIO2_AS_RF_SWITCH: true
CS: 21
IRQ: 16
Busy: 20
Reset: 18
# This is new to me, came from the reference file at# /etc/meshtasticd/available.d/lora-waveshare-sxxx.yaml
SX126X_ANT_SW: 6
Webserver:
Port: 443
# Dir is created/populated when the deb file is installed
RootPath: /usr/share/doc/meshtasticd/web
Logging:
# TODO: revert back if I'm able to fix my issue!
LogLevel: debug
Relevant log output
The text was updated successfully, but these errors were encountered:
The web directory was recently moved there, as it's a more appropriate location. These are static web files after all, not documentation.
We attempted to symlink from /usr/share/doc/meshtasticd/web to /usr/share/meshtasticd/web in the packaging, but it doesn't appear to be working correctly for all users.
Category
Other
Hardware
Linux Native
Firmware Version
2.5.18.89ebafc
Description
My system is a brand new raspberry pi os (lite edition, based on bookworm) running on the Pi Zero 2 W.
I am using the Waveshare SX1262 hat with the L76K GNSS module.
I was able to get the thing booting and now I am unable to access anything via the web UI.
The problem:
So let's go to that directory and see what's there:
And pick any file that the web server should be able to return:
root@meshtastic:/usr/share/doc/meshtasticd/web# cat robots.txt User-agent: * Allow: /
Ok, so let's try to get that:
Nothing shows up in the logs for this request so I don't know what's going on. Any ideas?
My system:
My config:
Relevant log output
The text was updated successfully, but these errors were encountered: