rlogin issues
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Unix and Linux reviews > Free Unix support > Unix administration > rlogin issues




Pages (2): [1] 2 »   Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    rlogin issues  
yls177


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
07-31-06 06:22 AM

hi

i got 3 boxes, boxA, boxB, boxC


i can do the below


boxA> ufsdump 0fu boxB:/mydirectory/myfile /myfile
boxA> rlogin boxB is okay


but when i do the below


boxA> ufsdump 0fu boxC:/mydirectory/myfile /myfile, system says error,
boxA> rlogin boxC got error


on boxB, and boxC, i have added the below
1) /.rhosts entries are boxA
2) inetd.conf, enabled shell... in.rshd (got 2 such entries) and
rlogin.d too... even restart the inetd daemon.


on boxA, i have added the below
1) /.rhosts entries are boxB, boxC


i noticed a KEY finding. on BoxB, i got results from the "netstat -an |

grep -i 514".. however , on BoxC, i dont any results from the same
command


Any assistance?






[ Post a follow-up to this message ]



    Re: rlogin issues  
Logan Shaw


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
07-31-06 12:28 PM

yls177 wrote:
> i got 3 boxes, boxA, boxB, boxC
>
>
> i can do the below
>
>
> boxA> ufsdump 0fu boxB:/mydirectory/myfile /myfile
> boxA> rlogin boxB is okay
>
>
> but when i do the below
>
>
> boxA> ufsdump 0fu boxC:/mydirectory/myfile /myfile, system says error,
> boxA> rlogin boxC got error

You want help with a problem, you got an error message, and you're
not going to post the error message?  That doesn't make it very easy
to help you.

- Logan





[ Post a follow-up to this message ]



    Re: rlogin issues  
yls177


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-01-06 06:21 AM

Hi

When i do a rlogin, rsh to BoxC, there are no error messages. The
system just waits there.

When i did a telnet boxC 514 from BoxA, i got this error message
"telnet : unable to connect to remote host : connection refused"

All boxes are on solaris 8.

Rgds

Logan Shaw wrote:
> yls177 wrote: 
>
> You want help with a problem, you got an error message, and you're
> not going to post the error message?  That doesn't make it very easy
> to help you.
>
>    - Logan

lshaw-use...@austin.rr.com






[ Post a follow-up to this message ]



    Re: rlogin issues  
Barry Margolin


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-01-06 06:26 PM

In article <1154396854.394249.150070@p79g2000cwp.googlegroups.com>,
"yls177" <yls177@hotmail.com> wrote:

> Hi
>
> When i do a rlogin, rsh to BoxC, there are no error messages. The
> system just waits there.

You didn't wait long enough.  rlogin retries a bunch of times when it
gets "Connection refused".

>
> When i did a telnet boxC 514 from BoxA, i got this error message
> "telnet : unable to connect to remote host : connection refused"
>
> All boxes are on solaris 8.

BoxC doesn't have the shell service enabled.  Check its /etc/inetd.conf.

>
> Rgds
>
> Logan Shaw wrote: 
>
> lshaw-use...@austin.rr.com

--
Barry Margolin, barmar@alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***
*** PLEASE don't copy me on replies, I'll read them in the group ***





[ Post a follow-up to this message ]



    Re: rlogin issues  
yls177


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-01-06 06:26 PM

Hi

i alrady enabled BoxC inetd.conf to allow rsh, by uncommenting its
shell entry

also, i have added the /.rhosts as well.

and i did a pkill -HUP inetd, followed by a netstat -an | grep 514, but
still no port 514 existence. and therefore, i cant do a rsh from BoxA

Rgds

Barry Margolin wrote:
> In article <1154396854.394249.150070@p79g2000cwp.googlegroups.com>,
>  "yls177" <yls177@hotmail.com> wrote:
> 
>
> You didn't wait long enough.  rlogin retries a bunch of times when it
> gets "Connection refused".
> 
>
> BoxC doesn't have the shell service enabled.  Check its /etc/inetd.conf.
> 
>
> --
> Barry Margolin, barmar@alum.mit.edu
> Arlington, MA
> *** PLEASE post questions in newsgroups, not directly to me ***
> *** PLEASE don't copy me on replies, I'll read them in the group ***






[ Post a follow-up to this message ]



    Re: rlogin issues  
Barry Margolin


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-02-06 06:24 AM

In article <1154445268.197307.186170@i42g2000cwa.googlegroups.com>,
"yls177" <yls177@hotmail.com> wrote:

> Hi
>
> i alrady enabled BoxC inetd.conf to allow rsh, by uncommenting its
> shell entry
>
> also, i have added the /.rhosts as well.

.rhosts is irrelevant if the server isn't running.

>
> and i did a pkill -HUP inetd, followed by a netstat -an | grep 514, but
> still no port 514 existence. and therefore, i cant do a rsh from BoxA

Did inetd log any errors that might explain why it couldn't start up the
server on port 514?
[vbcol=seagreen]
>
> Rgds
>
> Barry Margolin wrote: 

--
Barry Margolin, barmar@alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***
*** PLEASE don't copy me on replies, I'll read them in the group ***





[ Post a follow-up to this message ]



    Re: rlogin issues  
Kevin Collins


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-03-06 12:22 AM

In article <1154445268.197307.186170@i42g2000cwa.googlegroups.com>, yls177 wrote:
> Hi
>
> i alrady enabled BoxC inetd.conf to allow rsh, by uncommenting its
> shell entry

You have to tell inetd to re-read its config AFTER you change the config. Ha
ve
you done that? See 'man inetd' for more info...

> also, i have added the /.rhosts as well.
>
> and i did a pkill -HUP inetd, followed by a netstat -an | grep 514, but
> still no port 514 existence. and therefore, i cant do a rsh from BoxA
>
> Rgds
>
> Barry Margolin wrote: 
>

Kevin
--
Unix Guy Consulting, LLC
Unix and Linux Automation, Shell, PERL and CGI scripting
http://www.unix-guy.com





[ Post a follow-up to this message ]



    Re: rlogin issues  
Barry Margolin


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-03-06 12:22 AM

In article <slrned1tkm.6v9.spamtotrash@halo.unix-guy.com>,
Kevin Collins <spamtotrash@toomuchfiction.com> wrote:

> In article <1154445268.197307.186170@i42g2000cwa.googlegroups.com>, yls177
> wrote: 
>
> You have to tell inetd to re-read its config AFTER you change the config.
> Have
> you done that? See 'man inetd' for more info...

Didn't you see below where he said "I did a pkill -HUP inetd"?
[vbcol=seagreen]
> 

Check your log for errors from inetd that might explain it.

--
Barry Margolin, barmar@alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***
*** PLEASE don't copy me on replies, I'll read them in the group ***





[ Post a follow-up to this message ]



    Re: rlogin issues  
yls177


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-03-06 12:29 PM

Hi all

Thanks for assisting. Just want to update all the status

I had give up on BoxC. I got another BoxY.

So BoxY and BoxA are in different network segments. I can open up the
port 514 on BoxY. My network team opened up the port514 too. However, I
still have problems with rsh to BoxA. The error message was "rsh :
connection timed out". After some debugging from my network team, they
told me that i need port 513. After they opened up port 513, the rest
is history.


Rgds
Mark

Thanks all who contribute

Barry Margolin wrote:
> In article <slrned1tkm.6v9.spamtotrash@halo.unix-guy.com>,
>  Kevin Collins <spamtotrash@toomuchfiction.com> wrote:
> 
>
> Didn't you see below where he said "I did a pkill -HUP inetd"?
> 
>
> Check your log for errors from inetd that might explain it.
>
> --
> Barry Margolin, barmar@alum.mit.edu
> Arlington, MA
> *** PLEASE post questions in newsgroups, not directly to me ***
> *** PLEASE don't copy me on replies, I'll read them in the group ***






[ Post a follow-up to this message ]



    Re: rlogin issues  
Kevin Collins


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-04-06 12:33 AM

In article <barmar-D5C0E7.20050002082006@comcast.dca.giganews.com>, Barry Margolin wrote:[vb
col=seagreen]
> In article <slrned1tkm.6v9.spamtotrash@halo.unix-guy.com>,
>  Kevin Collins <spamtotrash@toomuchfiction.com> wrote:
> 
>
> Didn't you see below where he said "I did a pkill -HUP inetd"?[/vbcol]

DOH! Yep - I completely missed that... 
 
>
> Check your log for errors from inetd that might explain it.
>

Kevin

--
Unix Guy Consulting, LLC
Unix and Linux Automation, Shell, PERL and CGI scripting
http://www.unix-guy.com





[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 04:07 PM.      Post New Thread    Post A Reply      
Pages (2): [1] 2 »   Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register