Changes for page LPS8v2 -- LoRaWAN Indoor Gateway User Manual
Last modified by Kilight Cao on 2024/12/31 16:31
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -843,6 +843,7 @@ 843 843 844 844 [[image:image-20231017114417-3.png||height="543" width="679"]] 845 845 846 + 846 846 === 8.6.3 Dmesg Log === 847 847 848 848 Users can check the logs of the Dmesg in the **LogRead ~-~-> System Log** interface: ... ... @@ -857,6 +857,37 @@ 857 857 [[image:image-20231017115124-4.png||height="215" width="880"]] 858 858 859 859 861 +=== 8.6.5 View gateway logs via Linux Command === 862 + 863 +**Semtech UDP Log :** 864 + 865 +(% class="box infomessage" %) 866 +((( 867 +**journalctl -u draginofwd -f** 868 +))) 869 + 870 +[[image:image-20231207144627-1.png||height="371" width="1017"]] 871 + 872 + 873 +**Station Log:** 874 + 875 +(% class="box infomessage" %) 876 +((( 877 +**tail -f /var/log/station.log ** 878 +))) 879 + 880 +[[image:image-20231207144758-2.png||height="132" width="1022"]] 881 + 882 + 883 +**Dmesg Log:** 884 + 885 +(% class="box infomessage" %) 886 +((( 887 +**dmesg** 888 +))) 889 + 890 +[[image:image-20231207145210-3.png||height="310" width="1021"]] 891 + 860 860 = 9. Trouble Shooting = 861 861 862 862 == 9.1 I can't log in to the built-in Server TTN Stack which shows '**Login failed**'. ==