The PMD has a method to interact with a live, running system. This is referred to as "Debug Mode".
As usual, commands listed here are for linux, generally Ubuntu/Debian. Again, there is probably a method for doing this in Windows, but we won't go into that here.
How to activate Debug Mode:
Plug in the PMD via USB and wait for it to be recognised. In the root directory of the PMD run
Code: Select all
touch ./Pacemaker/activatedebugmode
The PMD is configuired to have the IP address 192.168.17.17
Configure the new USB ethernet device (assume it is eth1) with
Code: Select all
sudo ifconfig eth1 192.168.17.16
Code: Select all
telnet [email protected]
Code: Select all
$ cat ./cramfs/etc/shadow | head -n 1
root:$1$$oCLuEVgI1iAqOA8pwkzAg1:11851:0:99999:7:::
$ echo "root" | openssl passwd -stdin -1 -salt ""
$1$$oCLuEVgI1iAqOA8pwkzAg1
Code: Select all
rm /mnt/public/.Pacemaker/activatedebugmode