added garbage character hint
This commit is contained in:
parent
a702bb29d4
commit
5a498a3438
|
@ -96,12 +96,15 @@ to point to lamdaemonOld.pl.
|
|||
Now everything should work fine.
|
||||
|
||||
|
||||
6. Debugging lamdaemon
|
||||
6. Troubleshooting
|
||||
======================
|
||||
|
||||
- There is a test page for lamdaemon:
|
||||
Login to LAM and open Tools -> Tests -> Lamdaemon test
|
||||
|
||||
- If you get garbage characters at the test page then PHP and your php5-ssh2 library may not
|
||||
fit together. Try recompiling the library and libssh2.
|
||||
|
||||
- Check /var/log/auth.log or the equivalent on your system
|
||||
This file contains messages about all logins. If the ssh login
|
||||
failed then you will find a description about the reason here.
|
||||
|
|
Loading…
Reference in New Issue