Code: Select all
sudo apt-get update
sudo apt-get dist-upgrade -y
Today I finally got hold of the TV so I can watch what is going on during startup, so I powered it up after first shutting down the original Pi1B.
After the start I interrogated my router to see what IP address was given to the new Pi2, so I could connect PuTTY using thta new address. Logged on and changed the hostname (since it was the same as the Pi1B).
Problem:
I have two services on the original P1B, which show up on the start screen as having errors.
These are:
- PPTP VPN server
- OpenVPN server
both of which I want to run on this Pi2 rather than on the original because of the higher processing power.
Hand copied from the TV screen:
Code: Select all
[FAIL] Starting virtual private network daemon: server failed!
Starting PPTP daemon pptpd.
[FAIL] startpar: service(s) returned failure: openvpn ... failed!
How can I find out what is the cause of the start errors?
Is there a log somewhere I can view? And how?