# curl --unix-socket /run/kvmd/ustreamer.sock http://localhost/snapshot -o screen.jpg
# pacman -Q | grep kvmd
Specifically to v2. This can be used for terminal access from the managed server to the Pi-KVM, or for any other purpose that requires a serial connection. In the last case, you only need to perform step 1 and reboot.
- Edit
/etc/kvmd/override.yaml
(remove{}
if this your first configuration entry) and add these lines:otg: devices: serial: enabled: true
- Run the following command:
# echo ttyGS0 >> /etc/securetty
- Create the directory
/etc/systemd/system/[email protected]
and add a file file namedttyGS0.override
into it. Afterwards edit the file and copy this into it:[Service] TTYReset=no TTYVHangup=no TTYVTDisallocate=no
- Run these comands:
# systemctl enable [email protected] # reboot
- Once Pi-KVM is rebooted you will have access to a virtual serial port on the server that the USB is connected to. Use mingetty, screen, putty, or something like this to access the kvm from the server. The port is called
/dev/ttyAMA0
.
See here.
See here.
See here.
See here.
See here.
See here.
See here.