Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 1025003

Summary: vbetool required by /usr/lib/pm-utils/sleep.d/99video but not installed as dependence of pm-utils
Product: Red Hat Enterprise Linux 6 Reporter: Eduardo Minguez <eminguez>
Component: pm-utilsAssignee: Jaroslav Škarvada <jskarvad>
Status: CLOSED WONTFIX QA Contact: Desktop QE <desktop-qa-list>
Severity: high Docs Contact:
Priority: medium    
Version: 6.6CC: ahoness, cww, jbuchta, kdube, mklika, tpelka
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-07-28 19:13:10 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 994246, 1075802, 1172231, 1269194, 1356044    

Description Eduardo Minguez 2013-10-30 18:00:02 UTC
Description of problem:
pm-suspend executes the scripts located in /usr/lib64/sleep.d/. One of them shutdowns the screen by using vbetool, but it's missing, so when the computer is suspended, an error appears in /var/log/pm-suspend.log about that utility missing.


Version-Release number of selected component (if applicable):
pm-utils-1.2.5-10


How reproducible:
Install/upgrade pm-utils and check about the vbetool installation (rpm -qa | grep -i vbetool)


Steps to Reproduce:
1. Install pm-utils
2. Check for vbetool package installed

Actual results:
vbetool is missing

Expected results:
vbetool is installed

Additional info:

Comment 5 Jaroslav Škarvada 2014-11-03 14:01:03 UTC
Vbetool was dropped, video resume should be supported by KMS. Is the only problem the error message in the log? In such case we could drop the 99video plugin.

Comment 6 Eduardo Minguez 2014-11-03 14:12:53 UTC
I don't know about implications of removing 99video plugin, but at least a less worrying message log would be fine.

Comment 7 Jaroslav Škarvada 2014-11-03 14:39:04 UTC
(In reply to Eduardo Minguez from comment #6)
> I don't know about implications of removing 99video plugin, but at least a
> less worrying message log would be fine.

OK, this is the most safe. Currently the plugin is bypassed thus it is not needed, but there may be users having installed vbetool from other sources.