Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
plu:test_verify:need_more_data [2014/05/04 12:10]
gunn
plu:test_verify:need_more_data [2020/08/02 11:20] (current)
gunn [Steps to get useful debug information]
Line 1: Line 1:
 ====== Steps to get useful debug information ====== ====== Steps to get useful debug information ======
 +  * There is a useful script that will attempt to send two Winlink messages [[https://​github.com/​nwdigitalradio/​n7nix/​blob/​master/​debug/​chk_mail.sh | at NWDR N7NIX repo]]
 ===== Procedure to create a debug info file ===== ===== Procedure to create a debug info file =====
-  * If you have problems please run the following 2 scripts and compose a message like this:+  * If you have problems please run //​pluchk1.sh//​ and //​pluchk2.sh// ​scripts and compose a regular e-mail to me attaching the requested files. 
 +    * Please run these scripts as a normal user, **NOT** root. 
 +  * Create scripts pluchk1.sh & pluchk2.sh by opening your editor & copy & paste each of the scripts below to their respective files. 
 +  * Make the scripts executable. 
 +<code bash> 
 +chmod +x pluchk1.sh 
 +chmod +x pluchk2.sh 
 +</​code>​
  
 +  * now run first script, compose a winlink message then run the second script.
  
 <code bash> <code bash>
 ./​pluchk1.sh ./​pluchk1.sh
  
-# using what ever mail client you have compose a mail message to yourself and n7nix+# using what ever mail client you havecompose a mail message ​and address it to yourself and n7nix
  
 ./​pluchk2.sh ./​pluchk2.sh
 </​code>​ </​code>​
  
-  * Now compose a regular e-mail message and attach all these files: +  * Finally ​compose a regular e-mail message, address it to me, and attach all these files: 
-    * ~/​tmp/​pluchk +    * ~/​tmp/​pluchk.txt 
-    * /​etc/​postfix/​man.cf+    * /​etc/​postfix/​main.cf
     * /​etc/​postfix/​master.cf     * /​etc/​postfix/​master.cf
     * /​etc/​postfix/​transport     * /​etc/​postfix/​transport
- 
 ===== Scripts to create a debug info file ===== ===== Scripts to create a debug info file =====
 === pluchk1.sh === === pluchk1.sh ===
Line 24: Line 31:
 #!/bin/bash #!/bin/bash
 # #
-# File : pluch1.sh+# File : pluchk1.sh
 # #
 # Verify paclink-unix install, part 1 # Verify paclink-unix install, part 1
Line 90: Line 97:
 echo "=== sys log #1 ===" echo "=== sys log #1 ==="
 tail -n 6 /​var/​log/​syslog tail -n 6 /​var/​log/​syslog
 +echo
 } > $DEBUGFILE } > $DEBUGFILE
  
Line 100: Line 108:
 #!/bin/bash #!/bin/bash
 # #
-# File : pluch2.sh+# File : pluchk2.sh
 # #
 # Verify paclink-unix install, part 2 # Verify paclink-unix install, part 2
plu/test_verify/need_more_data.1399230651.txt.gz · Last modified: 2014/05/04 12:10 by gunn
CC Attribution-Share Alike 4.0 International
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0