Bug 832172

Summary: Getting warning rpcbind needs to be restart as "rpcbind -w"
Product: [Retired] oVirt Reporter: Robert Middleswarth <robert>
Component: ovirt-nodeAssignee: Fabian Deutsch <fdeutsch>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: low Docs Contact:
Priority: unspecified    
Version: 3.1 RCCC: acathrow, dyasny, fdeutsch, harald, jboggs, mburns, mgoldboi, ovirt-bugs, ovirt-maint
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: 2.5.0 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-08-09 11:48:03 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:

Description Robert Middleswarth 2012-06-14 18:08:20 UTC
Description of problem:
Getting warning:
rpcbind needs to be restart as "rpcbind -w"

Version-Release number of selected component (if applicable):
ovirt-node-iso-2.4.0-1.0.fc17.iso	

How reproducible:
On my test system it happens on ever boot.

Steps to Reproduce:
1.  Boot and give the system a min to display the warning.
  
Actual results:
Gets Warning

Expected results:
No output.

Additional info:
Doesn't seem to be causing any problems just getting an warning.

Comment 1 Mike Burns 2012-06-15 09:37:21 UTC
Very low priority -- cosmetic issue

Comment 2 Fabian Deutsch 2012-06-19 15:28:47 UTC
Seems to be spit out by the dracut's nfs module.

Comment 3 Harald Hoyer 2012-06-20 17:30:29 UTC
rpcbind moans, that it was killed
rpcbind explicitely uses syslog with openlog(LOG_CONS)
   LOG_CONS       Write directly to system console if there is an error while sending to system logger.
.. and because syslog does not run, it appears on the console

Comment 4 Harald Hoyer 2012-06-20 17:31:41 UTC
dracut cannot even redirect it to /dev/null
openlog opens /dev/console directly

Comment 5 Fabian Deutsch 2012-06-20 17:37:22 UTC
plymouth is redirecting /dev/console, so it could be prevented by fixing - it seems as if it's not working correctly - plymouth.

Comment 6 Fabian Deutsch 2012-06-25 14:21:59 UTC
The following patch adds plymouth to node, it got lost at some point.
http://gerrit.ovirt.org/5682

Tested as follows:
1. Build node w/ patch
2. Boot and look out for error
= Error does not appear
= Whole boot appearance is much cleaner now - again

Comment 7 Fabian Deutsch 2012-06-27 10:18:24 UTC
Pulling in the @base group, as discussed on irc, would pull in another 32MB.
Just pulling in plymouth-* packages (w patch from above) increases the size by 2MB.


Therefor I'm leaving the patch as is (adding plymouth* packages).