Bug 1358890
Summary: | Enable upstream debugging | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Steve Dickson <steved> | ||||
Component: | rpcbind | Assignee: | Steve Dickson <steved> | ||||
Status: | CLOSED ERRATA | QA Contact: | Yongcheng Yang <yoyang> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 7.3 | CC: | eguan, fs-qe, steved | ||||
Target Milestone: | rc | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | rpcbind-0.2.0-36.el7 | Doc Type: | If docs needed, set a value | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2016-11-04 02:10:33 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: | |||||||
Attachments: |
|
Description
Steve Dickson
2016-07-21 17:33:18 UTC
Created attachment 1182637 [details]
The back ported patches
Have verified the debugging messages are logged into /var/log/messages ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Testing with latest version rpcbind-0.2.0-38.el7 ---------------------------------------------------------------------- [root@hp-dl388g8-17 ~]# rpm -q rpcbind rpcbind-0.2.0-38.el7.x86_64 [root@hp-dl388g8-17 ~]# pkill rpcbind [root@hp-dl388g8-17 ~]# ps aux | grep [r]pcbind [root@hp-dl388g8-17 ~]# >/var/log/messages [root@hp-dl388g8-17 ~]# rpcbind -d [root@hp-dl388g8-17 ~]# mount -t nfs $HOSTNAME:/export_test/ /mnt/mnt_test/ [root@hp-dl388g8-17 ~]# date > /mnt/mnt_test/testfile [root@hp-dl388g8-17 ~]# rm /mnt/mnt_test/testfile -f [root@hp-dl388g8-17 ~]# umount /mnt/mnt_test/ [root@hp-dl388g8-17 ~]# cat /var/log/messages | grep rpcbind Sep 1 07:04:13 hp-dl388g8-17 rpcbind[3945]: libtirpc: debug level 1 Sep 1 07:04:13 hp-dl388g8-17 rpcbind[3945]: local: 0 lookup routines : Sep 1 07:04:13 hp-dl388g8-17 rpcbind[3945]: rpcbind : my address is (null) Sep 1 07:04:13 hp-dl388g8-17 rpcbind[3945]: FUNCTION rbllist_add Sep 1 07:04:13 hp-dl388g8-17 rpcbind[3945]: Add the prog 100000 vers 3 to the rpcbind list Sep 1 07:04:13 hp-dl388g8-17 rpcbind[3945]: FUNCTION rbllist_add Sep 1 07:04:13 hp-dl388g8-17 rpcbind[3945]: Add the prog 100000 vers 4 to the rpcbind list Sep 1 07:04:13 hp-dl388g8-17 rpcbind[3945]: check binding for local Sep 1 07:04:13 hp-dl388g8-17 rpcbind[3945]: udp: 0 lookup routines : Sep 1 07:04:13 hp-dl388g8-17 rpcbind[3945]: rpcbind : my address is 0.0.0.0.0.111 Sep 1 07:04:13 hp-dl388g8-17 rpcbind[3945]: FUNCTION rbllist_add Sep 1 07:04:13 hp-dl388g8-17 rpcbind[3945]: Add the prog 100000 vers 2 to the rpcbind list Sep 1 07:04:13 hp-dl388g8-17 rpcbind[3945]: FUNCTION rbllist_add Sep 1 07:04:13 hp-dl388g8-17 rpcbind[3945]: Add the prog 100000 vers 3 to the rpcbind list Sep 1 07:04:13 hp-dl388g8-17 rpcbind[3945]: FUNCTION rbllist_add Sep 1 07:04:13 hp-dl388g8-17 rpcbind[3945]: Add the prog 100000 vers 4 to the rpcbind list Sep 1 07:04:13 hp-dl388g8-17 rpcbind[3945]: check binding for udp Sep 1 07:04:13 hp-dl388g8-17 rpcbind[3945]: rmtcall fd for udp is 8 Sep 1 07:04:13 hp-dl388g8-17 rpcbind[3945]: tcp: 0 lookup routines : Sep 1 07:04:13 hp-dl388g8-17 rpcbind[3945]: cannot bind tcp: Address already in use Sep 1 07:04:13 hp-dl388g8-17 rpcbind[3945]: udp6: 0 lookup routines : Sep 1 07:04:13 hp-dl388g8-17 rpcbind[3945]: rpcbind : my address is ::.0.111 Sep 1 07:04:13 hp-dl388g8-17 rpcbind[3945]: FUNCTION rbllist_add Sep 1 07:04:13 hp-dl388g8-17 rpcbind[3945]: Add the prog 100000 vers 3 to the rpcbind list Sep 1 07:04:13 hp-dl388g8-17 rpcbind[3945]: FUNCTION rbllist_add Sep 1 07:04:13 hp-dl388g8-17 rpcbind[3945]: Add the prog 100000 vers 4 to the rpcbind list Sep 1 07:04:13 hp-dl388g8-17 rpcbind[3945]: check binding for udp6 Sep 1 07:04:13 hp-dl388g8-17 rpcbind[3945]: rmtcall fd for udp6 is 11 Sep 1 07:04:13 hp-dl388g8-17 rpcbind[3945]: tcp6: 0 lookup routines : Sep 1 07:04:13 hp-dl388g8-17 rpcbind[3945]: cannot bind tcp6: Address already in use Sep 1 07:04:13 hp-dl388g8-17 rpcbind[3945]: debugging enabled. [root@hp-dl388g8-17 ~]# Also test the previous debugging with rpcbind-0.2.0-35.el7 to compare ---------------------------------------------------------------------- [root@hp-dl388g8-17 ~]# rpm -q rpcbind rpcbind-0.2.0-35.el7.x86_64 [root@hp-dl388g8-17 ~]# ps aux | grep [r]pcbind [root@hp-dl388g8-17 ~]# >/var/log/messages [root@hp-dl388g8-17 ~]# rpcbind -d local: 0 lookup routines : rpcbind : my address is (null) FUNCTION rbllist_addAdd the prog 100000 vers 3 to the rpcbind list FUNCTION rbllist_addAdd the prog 100000 vers 4 to the rpcbind list check binding for local udp: 0 lookup routines : rpcbind : my address is 0.0.0.0.0.111 FUNCTION rbllist_addAdd the prog 100000 vers 2 to the rpcbind list FUNCTION rbllist_addAdd the prog 100000 vers 3 to the rpcbind list FUNCTION rbllist_addAdd the prog 100000 vers 4 to the rpcbind list check binding for udp rmtcall fd for udp is 7 tcp: 0 lookup routines : udp6: 0 lookup routines : rpcbind : my address is ::.0.111 FUNCTION rbllist_addAdd the prog 100000 vers 3 to the rpcbind list FUNCTION rbllist_addAdd the prog 100000 vers 4 to the rpcbind list check binding for udp6 rmtcall fd for udp6 is 11 tcp6: 0 lookup routines : rpcbind debugging enabled. polling for read on fd < 5 6 7 10 11 > polling for read on fd < 5 6 7 10 11 > ^C[root@hp-dl388g8-17 ~]# cat /var/log/messages | grep rpcbind Sep 1 07:00:36 hp-dl388g8-17 rpcbind: cannot bind tcp: Address already in use Sep 1 07:00:36 hp-dl388g8-17 rpcbind: cannot bind tcp6: Address already in use Sep 1 07:01:45 hp-dl388g8-17 rpcbind: cannot bind tcp: Address already in use Sep 1 07:01:45 hp-dl388g8-17 rpcbind: cannot bind tcp6: Address already in use Sep 1 07:02:11 hp-dl388g8-17 rpcbind: cannot bind tcp: Address already in use Sep 1 07:02:11 hp-dl388g8-17 rpcbind: cannot bind tcp6: Address already in use [root@hp-dl388g8-17 ~]# Move this bug on to VERIFIED Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2016-2274.html |