Last active
August 29, 2015 14:11
-
-
Save mably/ae7b3937681eed05091f to your computer and use it in GitHub Desktop.
running ppcd on peerbox kvm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
peerbox default credentials: sunny/peerbox.me | |
keyboard config (if needed): | |
temporary: sudo loadkeys <keymap> | |
permanent: sudo localectl set-keymap --no-convert <keymap> | |
https://wiki.archlinux.org/index.php/Keyboard_configuration_in_console#Persistent_configuration | |
<keymap> is usually a 2-letter country code (ex: fr) | |
install ppcd: sudo pacman -Sy ppcd | |
start ppcd: sudo systemctl start ppcd | |
to run it automatically: | |
sudo systemctl disable ppcoind | |
sudo systemctl enable ppcd | |
to check the logs: sudo systemctl status -l ppcd | |
install ppcctl: sudo pacman -Sy ppcctl | |
use ppcctl: ppcctl --rpcserver localhost:9902 --rpcuser=ppcd --rpcpass=ppcd -c /etc/ppcd/rpc.cert getinfo |
In case of network problem you can also try to deactivate temporarily iptables:
sudo systemctl stop iptables
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In case of network problem you can check that dhcp is activated:
dhcp config: sudo dhcpcd [your network interface]
getting network interface: sudo ip link