commit | 23135dd97ec828e2abeacce06d472bb45bc358d5 | [log] [tgz] |
---|---|---|
author | Eddie James <eajames@linux.ibm.com> | Fri Aug 09 15:41:37 2019 -0500 |
committer | Eddie James <eajames@linux.ibm.com> | Fri Aug 09 15:41:37 2019 -0500 |
tree | 67fb9dddfa4c4145b9c3f72f834d174c1e174fab | |
parent | 133bfa2d5b1b3af0b8e819b4cd210a0e1ac0445c [diff] |
eliminate excessive journal errors When the USB gadget is shut down, the application needs to avoid writes to it in order to avoid lots of errors in the kernel log. Close the file handle and re-open it when timings are detected again. Also, prevent logging the failed timings query more than once. Change-Id: Ic126828fe26ef44ebb0a5cb65cc47b23bb84f7f3 Signed-off-by: Eddie James <eajames@linux.ibm.com>
The obmc-ikvm application is a VNC server that provides access to the host graphics output. The application interfaces with the video device on the BMC that captures the host graphics, and then serves that video data on the RFB (remote framebuffer, also known as VNC) protocol. The application also interfaces with the BMC USB gadget device to pass HID events from the BMC to the host, allowing the user to interact with the host system.
Once the host is running and an appropriate HID gadget device is instantiated on the BMC, the application can be started with the following command: obmc-ikvm -v <video device path> -i <HID gadget device path>
For example:
obmc-ikvm -v /dev/video0 -i /dev/hidg0