9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] slow boot, may be a secstore time out
@ 2007-01-10 18:11 Alberto Cortés
  2007-01-10 18:15 ` Russ Cox
  0 siblings, 1 reply; 4+ messages in thread
From: Alberto Cortés @ 2007-01-10 18:11 UTC (permalink / raw)
  To: 9fans

I have a cpu/auth/fs server and a terminal.

The terminal is booting with the server as auth and fs.

When booting the terminal:

- I am asked for a user name.
- 6 minutes waiting for the next prompt
- factotum ask me about my username and password for the fs
  domain with proto p9sk1
- I get a nice, working terminal


A snoopy running on the server during those 6 minutes of waiting
show some tcp traffic from the client to the server at the
secstore port.

My server is not a secstore server.

How can I tell factotum not to connect to my (nonexistent)
secstore server?

I would like to do without a secstore server until I learn
something about it :).


--
  http://bach.gast.it.uc3m.es/~alcortes/index.html


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [9fans] slow boot, may be a secstore time out
  2007-01-10 18:11 [9fans] slow boot, may be a secstore time out Alberto Cortés
@ 2007-01-10 18:15 ` Russ Cox
       [not found]   ` <20070110184053.GC25778@it.uc3m.es>
  0 siblings, 1 reply; 4+ messages in thread
From: Russ Cox @ 2007-01-10 18:15 UTC (permalink / raw)
  To: Alberto Cortés, Fans of the OS Plan 9 from Bell Labs

> I have a cpu/auth/fs server and a terminal.
>
> The terminal is booting with the server as auth and fs.
>
> When booting the terminal:
>
> - I am asked for a user name.
> - 6 minutes waiting for the next prompt
> - factotum ask me about my username and password for the fs
>   domain with proto p9sk1
> - I get a nice, working terminal
>
>
> A snoopy running on the server during those 6 minutes of waiting
> show some tcp traffic from the client to the server at the
> secstore port.
>
> My server is not a secstore server.
>
> How can I tell factotum not to connect to my (nonexistent)
> secstore server?
>
> I would like to do without a secstore server until I learn
> something about it :).

If you are not running secstore, then a connect to that
port (5356) should just fail immediately.  It sounds like something
else is silently dropping the tcp connect packets or not
letting the rejections come back.

Russ


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [9fans] slow boot, may be a secstore time out
       [not found]     ` <ee9e417a0701101043h34c215a5sab34a5c7b86cb170@mail.gmail.com>
@ 2007-01-10 18:51       ` Alberto Cortés
  2007-01-10 19:16         ` Alberto Cortés
  0 siblings, 1 reply; 4+ messages in thread
From: Alberto Cortés @ 2007-01-10 18:51 UTC (permalink / raw)
  To: 9fans

Damn, my terminal is running on a qemu!, this can be the problem.

Sorry for the private reply before.

On 2007-01-10 13:43, Russ Cox wrote:
> It sounds like the server is doing the right thing
> but that the flags=AR packets are not getting
> back to the client.
> Are they on the same network or is there some
> kind of nat box inbetween?
> 
> Russ
> 
> 
> On 1/10/07, Alberto Cortés <alcortes@it.uc3m.es> wrote:
> >On 2007-01-10 13:15, Russ Cox wrote:
> >> >I have a cpu/auth/fs server and a terminal.
> >> >
> >> >The terminal is booting with the server as auth and fs.
> >> >
> >> >When booting the terminal:
> >> >
> >> >- I am asked for a user name.
> >> >- 6 minutes waiting for the next prompt
> >> >- factotum ask me about my username and password for the fs
> >> >  domain with proto p9sk1
> >> >- I get a nice, working terminal
> >> >
> >> >
> >> >A snoopy running on the server during those 6 minutes of waiting
> >> >show some tcp traffic from the client to the server at the
> >> >secstore port.
> >> >
> >> >My server is not a secstore server.
> >> >
> >> >How can I tell factotum not to connect to my (nonexistent)
> >> >secstore server?
> >> >
> >> >I would like to do without a secstore server until I learn
> >> >something about it :).
> >>
> >> If you are not running secstore, then a connect to that
> >> port (5356) should just fail immediately.  It sounds like something
> >> else is silently dropping the tcp connect packets or not
> >> letting the rejections come back.
> >>
> >> Russ
> >
> >"netstat -n" on the server do not show anything on port 5356.
> >
> >The "snoopy" dump is something like this (sorry I can't copy
> >& paste, I write the relevant info, ask for more if something is
> >missing):
> >
> >client -> server: source_port=XXXX dest_port=5356 tcp_flags=S
> >server -> client: source_port=5356 dest_port=XXXX tcp_flags=AR
> >client -> server: source_port=XXXX dest_port=5356 tcp_flags=S
> >server -> client: source_port=5356 dest_port=XXXX tcp_flags=AR
> >client -> server: source_port=XXXX dest_port=5356 tcp_flags=S
> >server -> client: source_port=5356 dest_port=XXXX tcp_flags=AR
> >
> >2 minutes of waiting...
> >
> >the same 3 tcp tries as before with other source_port
> >
> >2 minutes of waiting...
> >
> >the same 3 tcp tries as before with other source_port
> >
> >2 minutes of waiting...
> >
> >the same 3 tcp tries as before with other source_port
> >
> >secstore give up... 564 traffic here...
> >
> >--
> >  http://bach.gast.it.uc3m.es/~alcortes/index.html
> >
> >
> 

-- 
  http://bach.gast.it.uc3m.es/~alcortes/index.html


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [9fans] slow boot, may be a secstore time out
  2007-01-10 18:51       ` Alberto Cortés
@ 2007-01-10 19:16         ` Alberto Cortés
  0 siblings, 0 replies; 4+ messages in thread
From: Alberto Cortés @ 2007-01-10 19:16 UTC (permalink / raw)
  To: 9fans

Russ was right.

After waiting for the secstore to time out and booting the
terminal, a snoopy on the server shows the AR tcp packets BUT a
snoopy on the client does not!.

I don't know if it is qemu, windows firewall or the antivirus
firewall.

Windows firewall is not running and the antivirus firewall log do
not show anything regarding this :(

It seems I will have to install the secstore server after all :)


On 2007-01-10 19:51, Alberto Cortés wrote:
> Damn, my terminal is running on a qemu!, this can be the problem.
> 
> Sorry for the private reply before.
> 
> On 2007-01-10 13:43, Russ Cox wrote:
> > It sounds like the server is doing the right thing
> > but that the flags=AR packets are not getting
> > back to the client.
> > Are they on the same network or is there some
> > kind of nat box inbetween?
> > 
> > Russ
> > 
> > 
> > On 1/10/07, Alberto Cortés <alcortes@it.uc3m.es> wrote:
> > >On 2007-01-10 13:15, Russ Cox wrote:
> > >> >I have a cpu/auth/fs server and a terminal.
> > >> >
> > >> >The terminal is booting with the server as auth and fs.
> > >> >
> > >> >When booting the terminal:
> > >> >
> > >> >- I am asked for a user name.
> > >> >- 6 minutes waiting for the next prompt
> > >> >- factotum ask me about my username and password for the fs
> > >> >  domain with proto p9sk1
> > >> >- I get a nice, working terminal
> > >> >
> > >> >
> > >> >A snoopy running on the server during those 6 minutes of waiting
> > >> >show some tcp traffic from the client to the server at the
> > >> >secstore port.
> > >> >
> > >> >My server is not a secstore server.
> > >> >
> > >> >How can I tell factotum not to connect to my (nonexistent)
> > >> >secstore server?
> > >> >
> > >> >I would like to do without a secstore server until I learn
> > >> >something about it :).
> > >>
> > >> If you are not running secstore, then a connect to that
> > >> port (5356) should just fail immediately.  It sounds like something
> > >> else is silently dropping the tcp connect packets or not
> > >> letting the rejections come back.
> > >>
> > >> Russ
> > >
> > >"netstat -n" on the server do not show anything on port 5356.
> > >
> > >The "snoopy" dump is something like this (sorry I can't copy
> > >& paste, I write the relevant info, ask for more if something is
> > >missing):
> > >
> > >client -> server: source_port=XXXX dest_port=5356 tcp_flags=S
> > >server -> client: source_port=5356 dest_port=XXXX tcp_flags=AR
> > >client -> server: source_port=XXXX dest_port=5356 tcp_flags=S
> > >server -> client: source_port=5356 dest_port=XXXX tcp_flags=AR
> > >client -> server: source_port=XXXX dest_port=5356 tcp_flags=S
> > >server -> client: source_port=5356 dest_port=XXXX tcp_flags=AR
> > >
> > >2 minutes of waiting...
> > >
> > >the same 3 tcp tries as before with other source_port
> > >
> > >2 minutes of waiting...
> > >
> > >the same 3 tcp tries as before with other source_port
> > >
> > >2 minutes of waiting...
> > >
> > >the same 3 tcp tries as before with other source_port
> > >
> > >secstore give up... 564 traffic here...
> > >
> > >--
> > >  http://bach.gast.it.uc3m.es/~alcortes/index.html
> > >
> > >
> > 
> 
> -- 
>   http://bach.gast.it.uc3m.es/~alcortes/index.html
> 

-- 
  http://bach.gast.it.uc3m.es/~alcortes/index.html


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-01-10 19:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-10 18:11 [9fans] slow boot, may be a secstore time out Alberto Cortés
2007-01-10 18:15 ` Russ Cox
     [not found]   ` <20070110184053.GC25778@it.uc3m.es>
     [not found]     ` <ee9e417a0701101043h34c215a5sab34a5c7b86cb170@mail.gmail.com>
2007-01-10 18:51       ` Alberto Cortés
2007-01-10 19:16         ` Alberto Cortés

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).