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
Last revision Both sides next revision
plu:test_verify:need_more_data [2014/05/04 12:10]
gunn
plu:test_verify:need_more_data [2020/08/02 11:19]
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 to 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 =====
 +  * 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>​
  
-===== Procedure to create a debug info file  +  ​now run first script, ​compose a winlink ​message ​then run the second script.
-  ​If you have problems please ​run the following 2 scripts and compose a message ​like this:+
  
-===== Scripts to create a debug info file ===== 
 <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 =====
 === pluchk1.sh === === pluchk1.sh ===
 <​file>​ <​file>​
 #!/bin/bash #!/bin/bash
 # #
-# File : pluch1.sh+# File : pluchk1.sh
 # #
 # Verify paclink-unix install, part 1 # Verify paclink-unix install, part 1
Line 89: 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 99: Line 108:
 #!/bin/bash #!/bin/bash
 # #
-# File : pluch2.sh+# File : pluchk2.sh
 # #
 # Verify paclink-unix install, part 2 # Verify paclink-unix install, part 2
Line 158: Line 167:
 exit 0 exit 0
 </​file>​ </​file>​
- 
plu/test_verify/need_more_data.txt · Last modified: 2020/08/02 11:20 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