Mailing List
Home
Forum Home
Linux - General Red Hat Linux discussion list
Installation - Getting started with Red Hat Linux
Enterprise Linux 3 - Discussion of Red Hat Enterprise Linux 3 (Taroon)
Red Hat Linux 9 - Discussion of Red Hat Linux 9 (Shrike)
Red Hat Linux 7.2 - Discussion of Red Hat Linux 7.2 (Enigma)
Red Hat Linux 7.3 - Discussion of Red Hat Linux 7.3 (Valhalla)
Apache Web Server
Oracle database, Microsoft SQL server ...
Subjects
Subject: application/x mplayer2 plugin
RPM error: db4 error(16) from dbenv >remove: Device or resource
   busy
Command stream end of file while reading
Subject: X Windows problem (xauth)
Subject: Upgrading openoffice 1 1 rpm
Subject: FTP: connection refused
Subject: FTP: connection refused
mount: /dev/cdrom: is not a valid block device
Dell Precision 650, RedHat 9, no sound
how to trace the cause resulting in the crash of bind server
Virus on the list
UNINSTALL RPM MYSQL
usb pen drives: mounting as a user
Subject: broadcom network interface
make mrproper
Couldn 't open PID file /var/run/named/named pid Permission denied
sendmail configuration on redhat
kernel 2 6 and /dev/sound/mixer not found
Subject: Promise 378 controller
Subject: Problem using up2date
mrtg step by step howto/configuration for a newbie?
Compiling and Installing Kernel 2 6
Can 't locate module ppp0, can 't locate module ppp compress 21
Subject: Lotus Notes under Wine
HOW I CAN MAKE BOOTABLE FLOPPY DISKET
/etc/security/limits conf question
Intel E/1000 driver
rpm database corrupt
Command stream end of file while reading
qla2300 modules
 
DCE - RPC Communication Breaks on Redhat 9.0

DCE - RPC Communication Breaks on Redhat 9.0

2005-06-29       - By Vaibhav Khanduja

 Back
Reply:     1     2     3     4  

Hi All,

I have done some more investigation on this and have reached to a conclusion
that rpcd daemon running on port 135 is being contacted through UDP
communication but somehow it is not able to receive it.

netstat -a returs

Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign Address         State
tcp        0      0 localhost.localdo:32769 *:*                     LISTEN
tcp        0      0 *:shell                 *:*                     LISTEN
tcp        0      0 *:135                   *:*                     LISTEN
tcp        0      0 *:sunrpc                *:*                     LISTEN
tcp        0      0 *:x11                   *:*                     LISTEN
tcp        0      0 *:ftp                   *:*                     LISTEN
tcp        0      0 *:ssh                   *:*                     LISTEN
tcp        0      0 localhost.localdoma:ipp *:*                     LISTEN
tcp        0      0 *:telnet                *:*                     LISTEN
tcp        0      0 localhost.localdom:smtp *:*                     LISTEN
tcp       72      0 vmlctlx4.india.hp.c:135 nt12254.india.hp.c:1497 ESTABLISHED
tcp        0      0 vmlctlx4.india.h:telnet nt1751.india.hp.co:3436 ESTABLISHED
tcp        0      2 vmlctlx4.india.h:telnet nt1751.india.hp.co:3337 ESTABLISHED
udp    65344      0 *:135                   *:*
udp        0      0 *:sunrpc                *:*
udp        0      0 *:631                   *:*
Active UNIX domain sockets (servers and established)
Proto RefCnt Flags       Type       State         I-Node Path
unix  2      [ ACC ]     STREAM     LISTENING     1717   /dev/gpmctl
unix  2      [ ACC ]     STREAM     LISTENING     1838   /tmp/.font-unix/fs7100
unix  2      [ ACC ]     STREAM     LISTENING     1962   /tmp/.X11-unix/X0
unix  9      [ ]         DGRAM                    1113   /dev/log
unix  2      [ ACC ]     STREAM     LISTENING     1952   /tmp/.gdm_socket
unix  3      [ ]         STREAM     CONNECTED     1992   /tmp/.X11-unix/X0
unix  3      [ ]         STREAM     CONNECTED     1991
unix  3      [ ]         STREAM     CONNECTED     1988   /tmp/.X11-unix/X0
unix  3      [ ]         STREAM     CONNECTED     1987
unix  3      [ ]         STREAM     CONNECTED     1972   /tmp/.font-unix/fs7100
unix  3      [ ]         STREAM     CONNECTED     1971
unix  3      [ ]         STREAM     CONNECTED     1974   /tmp/.X11-unix/X0
unix  3      [ ]         STREAM     CONNECTED     1965
unix  2      [ ]         DGRAM                    1860
unix  2      [ ]         DGRAM                    1728
unix  2      [ ]         DGRAM                    1693
unix  2      [ ]         DGRAM                    1679
unix  2      [ ]         DGRAM                    1563
unix  2      [ ]         DGRAM                    1323
unix  2      [ ]         DGRAM                    1122


cat /proc/net/udp returns

sl  local_address rem_address   st tx_queue rx_queue tr tm->when retrnsmt  
uid  timeout inode
  7: 00000000:0087 00000000:0000 07 00000000:0000FF40 00:00000000 00000000    
0        0 26555 2 c1391080
111: 00000000:006F 00000000:0000 07 00000000:00000000 00:00000000 00000000    
0        0 1151 2 c1935060
119: 00000000:0277 00000000:0000 07 00000000:00000000 00:00000000 00000000    
0        
0 1809 2 cdcbc0c0

As you can see some bytes present in the UDP queue. I am not sure why rpcd
listening is not able to get this.

Any help would be appreciated.

Thanks,
Vaibhav Khanduja


"Steven J. Yellin" <yellin@(protected)> wrote:
You are using the original RH9 kernel. I don't know how to deal with
the problem you've partly described, but the first thing to try is getting
all the updates, including the latest kernel, version 2.4.20-43.9.

Steven Yellin

On Sun, 26 Jun 2005, Vaibhav Khanduja wrote:

> Hi All,
>
> I am problems dce/rpc communication on Redhat Linux 9.0
>
> uname -a
>
> 2.4.20-8smp #1 SMP Thu Mar 13 17:45:54 EST 2003 i686 i686 i386 GNU/Linux
>
> cat /etc/redhat-release
>
> Red Hat Linux release 9 (Shrike)
> DCE rpc communication comes with a daemon rpcd, which is used to
> register rpc server interfaces running the machine. The rpcd daemon runs
> on port 135 and any external client who wants to take service of the rpc
> server contacts rpcd, gets the interfaces and port number of rpc server
> and then sends a request. The problem which I see here is the rpc
> servers are not getting registered with rpcd i.e. because the rpc
> communication breaks. This problem immediately does not come on Redhat
> 9.0 but is observed after some and is persistent.
> Any help in this regard is realy appreciated. I have also seen a bug
> in bugzilla related to nfs rpc communication, it might be similar to
> that.
>
> The bugzilla link is
> https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=118839
>
> Thanks,

--
Shrike-list mailing list
Shrike-list@(protected)
https://www.redhat.com/mailman/listinfo/shrike-list

__ ____ ____ ____ ____ ____ ____ ____ ____ ____ __
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
<DIV>Hi All, </DIV>
<DIV>&nbsp;</DIV>
<DIV>I have done some more investigation on this and have reached to a
conclusion that rpcd daemon running on port 135 is being contacted through UDP
communication but somehow it is not able to receive it. </DIV>
<DIV>&nbsp;</DIV>
<DIV>netstat -a returs </DIV>
<DIV>&nbsp;</DIV>
<DIV>Active Internet connections (servers and established)<BR>Proto Recv-Q Send
-Q Local Address&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Foreign Address&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; State<BR>tcp
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0
localhost.localdo:32769 *:*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LISTEN
<BR>tcp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp
; 0 *:shell&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *:*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
LISTEN<BR>tcp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp; 0 *:135&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
*:*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LISTEN<BR>tcp&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 *:sunrpc&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *
:*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LISTEN<BR>tcp&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 *:x11&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp; *:*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LISTEN<BR>tcp&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 *:ftp
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
*:*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LISTEN<BR>tcp&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 *:ssh&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp; *:*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LISTEN<BR>tcp
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0
localhost.localdoma:ipp *:*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LISTEN
<BR>tcp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp
; 0 *:telnet&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;
*:*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LISTEN<BR>tcp&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 localhost.localdom
:smtp *:*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LISTEN<BR>tcp&nbsp;&nbsp;&nbsp
;&nbsp;&nbsp;&nbsp; 72&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 vmlctlx4.india.hp.c:135
nt12254.india.hp.c:1497 ESTABLISHED<BR>tcp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 vmlctlx4.india.h:telnet nt1751.india.hp
.co:3436 ESTABLISHED<BR>tcp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp; 2 vmlctlx4.india.h:telnet nt1751.india.hp.co:3337
ESTABLISHED<BR>udp&nbsp;&nbsp;&nbsp; 65344&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 *
:135&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
*:*<BR>udp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp; 0 *:sunrpc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *:*<BR>udp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 *:631&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *
:*<BR>Active UNIX domain sockets (servers and established)<BR>Proto RefCnt Flags
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Type&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
State&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I-Node Path<BR>unix&nbsp;
2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [ ACC ]&nbsp;&nbsp;&nbsp;&nbsp; STREAM&nbsp;
&nbsp;&nbsp;&nbsp; LISTENING&nbsp;&nbsp;&nbsp;&nbsp; 1717&nbsp;&nbsp; /dev
/gpmctl<BR>unix&nbsp; 2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [ ACC ]&nbsp;&nbsp;&nbsp;
&nbsp; STREAM&nbsp;&nbsp;&nbsp;&nbsp; LISTENING&nbsp;&nbsp;&nbsp;&nbsp; 1838
&nbsp;&nbsp; /tmp/.font-unix/fs7100<BR>unix&nbsp;
2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [ ACC ]&nbsp;&nbsp;&nbsp;&nbsp; STREAM&nbsp;
&nbsp;&nbsp;&nbsp; LISTENING&nbsp;&nbsp;&nbsp;&nbsp; 1962&nbsp;&nbsp; /tmp/.X11
-unix/X0<BR>unix&nbsp; 9&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [ ]&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DGRAM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1113
&nbsp;&nbsp; /dev/log<BR>unix&nbsp; 2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [ ACC ]&nbsp
;&nbsp;&nbsp;&nbsp; STREAM&nbsp;&nbsp;&nbsp;&nbsp; LISTENING&nbsp;&nbsp;&nbsp;
&nbsp; 1952&nbsp;&nbsp; /tmp/.gdm_socket<BR>unix&nbsp; 3&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp; [ ]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; STREAM&nbsp;&nbsp;
&nbsp;&nbsp; CONNECTED&nbsp;&nbsp;&nbsp;&nbsp; 1992&nbsp;&nbsp; /tmp/.X11-unix
/X0<BR>unix&nbsp; 3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [ ]&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp; STREAM&nbsp;&nbsp;&nbsp;&nbsp; CONNECTED&nbsp;&nbsp;
&nbsp;&nbsp; 1991<BR>unix&nbsp; 3&nbsp;&nbsp;&nbsp;&nbs!
p;&nbsp;
[ ]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; STREAM&nbsp;&nbsp;&nbsp;
&nbsp; CONNECTED&nbsp;&nbsp;&nbsp;&nbsp; 1988&nbsp;&nbsp; /tmp/.X11-unix/X0<BR
>unix&nbsp; 3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [ ]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp; STREAM&nbsp;&nbsp;&nbsp;&nbsp; CONNECTED&nbsp;&nbsp;&nbsp;
&nbsp; 1987<BR>unix&nbsp; 3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [ ]&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; STREAM&nbsp;&nbsp;&nbsp;&nbsp; CONNECTED&nbsp;
&nbsp;&nbsp;&nbsp; 1972&nbsp;&nbsp; /tmp/.font-unix/fs7100<BR>unix&nbsp; 3&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp; [ ]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
STREAM&nbsp;&nbsp;&nbsp;&nbsp; CONNECTED&nbsp;&nbsp;&nbsp;&nbsp; 1971<BR>unix
&nbsp; 3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [ ]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp; STREAM&nbsp;&nbsp;&nbsp;&nbsp; CONNECTED&nbsp;&nbsp;&nbsp;&nbsp;
1974&nbsp;&nbsp; /tmp/.X11-unix/X0<BR>unix&nbsp; 3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp
; [ ]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
STREAM&nbsp;&nbsp;&nbsp;&nbsp; CONNECTED&nbsp;&nbsp;&nbsp;&nbsp; 1965<BR>unix
&nbsp; 2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [ ]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp; DGRAM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1860<BR>unix&nbsp; 2&nbsp
;&nbsp;&nbsp;&nbsp;&nbsp; [ ]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
DGRAM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1728<BR>unix&nbsp; 2&nbsp;&nbsp;&nbsp
;&nbsp;&nbsp; [ ]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DGRAM&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1693<BR>unix&nbsp; 2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp
; [ ]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DGRAM&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp; 1679<BR>unix&nbsp;
2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [ ]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp; DGRAM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1563<BR>unix&nbsp; 2&nbsp;&nbsp
;&nbsp;&nbsp;&nbsp; [ ]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DGRAM
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1323<BR>unix&nbsp; 2&nbsp;&nbsp;&nbsp;&nbsp
;&nbsp; [ ]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DGRAM&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp; 1122<BR></DIV>
<DIV>&nbsp;</DIV>
<DIV>cat /proc/net/udp returns</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;sl&nbsp; local_address rem_address&nbsp;&nbsp; st tx_queue rx_queue
tr tm-&gt;when retrnsmt&nbsp;&nbsp; uid&nbsp; timeout inode<BR>&nbsp;&nbsp; 7:
00000000:0087 00000000:0000 07 00000000:0000FF40 00:00000000 00000000&nbsp;
&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 26555 2
c1391080<BR>&nbsp;111: 00000000:006F 00000000:0000 07 00000000:00000000 00
:00000000 00000000&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp; 0 1151 2 c1935060<BR>&nbsp;119: 00000000:0277 00000000:0000 07 00000000
:00000000 00:00000000 00000000&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp; </DIV>
<DIV>0 1809 2 cdcbc0c0<BR><BR>As you can see some bytes present in the UDP
queue. I am not sure why rpcd listening is not able to get this. </DIV>
<DIV>&nbsp;</DIV>
<DIV>Any help would be appreciated.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks,</DIV>
<DIV>Vaibhav Khanduja</DIV>
<DIV>&nbsp;</DIV>
<DIV><BR><B><I>"Steven J. Yellin" &lt;yellin@(protected)&gt;</I></B>
wrote:</DIV>
<BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER
-LEFT: #1010ff 2px solid">You are using the original RH9 kernel. I don't know
how to deal with<BR>the problem you've partly described, but the first thing to
try is getting<BR>all the updates, including the latest kernel, version 2.4.20
-43.9.<BR><BR>Steven Yellin<BR><BR>On Sun, 26 Jun 2005, Vaibhav Khanduja wrote:
<BR><BR>&gt; Hi All,<BR>&gt;<BR>&gt; I am problems dce/rpc communication on
Redhat Linux 9.0<BR>&gt;<BR>&gt; uname -a<BR>&gt;<BR>&gt; 2.4.20-8smp #1 SMP
Thu Mar 13 17:45:54 EST 2003 i686 i686 i386 GNU/Linux<BR>&gt;<BR>&gt; cat /etc
/redhat-release<BR>&gt;<BR>&gt; Red Hat Linux release 9 (Shrike)<BR>&gt; DCE rpc
communication comes with a daemon rpcd, which is used to<BR>&gt; register rpc
server interfaces running the machine. The rpcd daemon runs<BR>&gt; on port 135
and any external client who wants to take service of the rpc<BR>&gt; server
contacts rpcd, gets the interfaces and port number of!
rpc
server<BR>&gt; and then sends a request. The problem which I see here is the
rpc<BR>&gt; servers are not getting registered with rpcd i.e. because the rpc
<BR>&gt; communication breaks. This problem immediately does not come on Redhat
<BR>&gt; 9.0 but is observed after some and is persistent.<BR>&gt; Any help in
this regard is realy appreciated. I have also seen a bug<BR>&gt; in bugzilla
related to nfs rpc communication, it might be similar to<BR>&gt; that.<BR>&gt;
<BR>&gt; The bugzilla link is<BR>&gt; https://bugzilla.redhat.com/bugzilla/show
_bug.cgi?id=118839<BR>&gt;<BR>&gt; Thanks,<BR><BR>-- <BR>Shrike-list mailing
list<BR>Shrike-list@(protected)<BR>https://www.redhat.com/mailman/listinfo
/shrike-list<BR></BLOCKQUOTE><p>__ ____ ____ ____ ____ ____ ____ ____ ____ _____
__<br>Do You Yahoo!?<br>Tired of spam?  Yahoo! Mail has the best spam protection
around <br>http://mail.yahoo.com
--
Shrike-list mailing list
Shrike-list@(protected)
https://www.redhat.com/mailman/listinfo/shrike-list