Open
Conversation
lchen43
reviewed
Jan 4, 2022
| /opt/lg/bin/LG_B1_Client_clipboard guestClipboard:enable=true & | ||
|
|
||
| pause_civ | ||
| flock -n -x /var/lock/civ_startapp.lock pause_civ || |
Author
There was a problem hiding this comment.
if flock failed to acquire the lock, the whole service will be stopped. So I add a "||" to ignore the failure here
1. flock when startapp, check the lock when pause in rc.civ.post, if the lock cannot be acquired, then skip pause 2. sleep 3 seconds before pause in lg_launcher.sh, give a window for guest to complete some tasks 3. remove vsock cid set from extra field, vm-manager already set a default vsock cid(3). Tracked-On: OAM-100189 Signed-off-by: Yadong Qi <yadong.qi@intel.com>
renchenglei
approved these changes
Jan 5, 2022
sysopenci
reviewed
Jan 5, 2022
Collaborator
sysopenci
left a comment
There was a problem hiding this comment.
Failure when executing preintegration builder
FAILURE:Trigger Builds cancelled
More details, logs, and binaries: /absp/builders/celadon_rmr0_stable-preintegration/builds/178
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
if the lock cannot be acquired, then skip pause
guest to complete some tasks
default vsock cid(3).
Tracked-On: OAM-100189
Signed-off-by: Yadong Qi yadong.qi@intel.com