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 845684 - ypserv does not respond to ypbind broadcast request
Summary: ypserv does not respond to ypbind broadcast request
Keywords:
Status: CLOSED DUPLICATE of bug 829475
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: ypserv
Version: 6.3
Hardware: x86_64
OS: Unspecified
unspecified
medium
Target Milestone: rc
: ---
Assignee: Honza Horak
QA Contact: qe-baseos-daemons
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-08-03 20:51 UTC by Joshua Weage
Modified: 2012-08-09 11:28 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-08-09 11:28:26 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Joshua Weage 2012-08-03 20:51:55 UTC
Description of problem:
ypserv does not respond to broadcast requests from ypbind. ypserv sees the broadcast request, but reports the localhost IP address rather than the client address.


Version-Release number of selected component (if applicable):
2.19.22.el6

How reproducible:
Always

Steps to Reproduce:
1. Install ypserv and ypbind.
2. Configure NISDOMAIN in /etc/sysconfig/network
3. Start ypserv
4. /usr/lib64/yp/ypinit -m
5. Restart ypserv
6. Run ypbind -d
  
Actual results:
Output from ypserv -d:

[root@nis1 ~]# ypserv -d
[ypserv (ypserv) 2.19]

Find securenet: 255.255.255.255 127.0.0.1
Find securenet: 255.255.255.0 192.168.2.0
ypserv.conf: dns: 0
ypserv.conf: files: 30
ypserv.conf: xfr_check_port: 1
ypserv.conf: 0.0.0.0/0.0.0.0:*:shadow.byname:2
ypserv.conf: 0.0.0.0/0.0.0.0:*:passwd.adjunct.byname:2
ypproc_domain_nonack("ansa-usa.com") [From: 127.0.0.1:779]
connect from 127.0.0.1
        -> OK.
ypproc_domain_nonack("ansa-usa.com") [From: 127.0.0.1:779]
connect from 127.0.0.1
        -> OK.
ypproc_domain_nonack("ansa-usa.com") [From: 127.0.0.1:779]
connect from 127.0.0.1
        -> OK.
ypproc_domain_nonack("ansa-usa.com") [From: 127.0.0.1:779]
connect from 127.0.0.1
        -> OK.
ypproc_domain_nonack("ansa-usa.com") [From: 127.0.0.1:779]
connect from 127.0.0.1
        -> OK.

Output from ypbind -d:
[jweage@viper4 yp]$ sudo ypbind -d
4894: parsing config file
4894: No entry found.
4894: add_server() domain: ansa-usa.com, broadcast
4894: [Welcome to ypbind-mt, version 1.19]

4894: ping interval is 20 seconds

4896: do_broadcast() for domain 'ansa-usa.com' is called
4894: ypbindproc_domain_2_svc (ansa-usa.com)
4895: Signal (2) for quitting program arrived.

Expected results:


Additional info:
Same bug reported against Fedora here: https://bugzilla.redhat.com/show_bug.cgi?id=781880

Comment 2 Honza Horak 2012-08-09 11:28:26 UTC
This is actually a bug in libtirpc component and is already reported against RHEL-6, so marking as duplicate. Feel free to join the conversation in bug #829475.

*** This bug has been marked as a duplicate of bug 829475 ***


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