Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1774591

Summary: Needs the tty group
Product: [Fedora] Fedora EPEL Reporter: Oden Eriksson <oe>
Component: nutAssignee: Michal Hlavinka <mhlavink>
Status: MODIFIED --- QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: epel8CC: mhlavink
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: nut-2.7.4-27.el8 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 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:

Description Oden Eriksson 2019-11-20 14:15:56 UTC
Hi,

In order for the wall feature to work the nut user needs to belong to the tty group. This is actually set three times in the nut.spec file, so please replace:

/usr/sbin/usermod -G dialout %{name}

with:

/usr/sbin/usermod -G dialout,tty %{name}

This goes for the RAWHIDE package as well.