Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
virt-manager
virt-manager-supportconfig
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File virt-manager-supportconfig of Package virt-manager
#!/bin/bash ############################################################# # Name: Supportconfig Plugin for virt-manager # Description: Gathers important troubleshooting information # about virt-manager ############################################################# RCFILE="/usr/lib/supportconfig/resources/supportconfig.rc" OF="output-virt-manager.txt" VIRTMAN_LOG_DIR="/root/.cache/virt-manager" VIRTMAN_LOG_FILES="" if [ -s $RCFILE ]; then if ! source $RCFILE; then log_write $OF "ERROR: Initializing resource file: $RCFILE" exit 1 fi fi rpm_verify $OF virt-manager || exit 111 test -d $VIRTMAN_LOG_DIR && VIRTMAN_LOG_FILES="$(find -L $VIRTMAN_LOG_DIR/ -type f)" log_files $OF 0 "$VIRTMAN_LOG_FILES"
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor