Bug 832172 - Getting warning rpcbind needs to be restart as "rpcbind -w"
Summary: Getting warning rpcbind needs to be restart as "rpcbind -w"
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: oVirt
Classification: Retired
Component: ovirt-node
Version: 3.1 RC
Hardware: Unspecified
OS: Linux
unspecified
low
Target Milestone: ---
: ---
Assignee: Fabian Deutsch
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-06-14 18:08 UTC by Robert Middleswarth
Modified: 2016-04-26 18:36 UTC (History)
9 users (show)

Fixed In Version: 2.5.0
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-08-09 11:48:03 UTC
oVirt Team: ---
Embargoed:


Attachments (Terms of Use)

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).


Note You need to log in before you can comment on or make changes to this bug.