Re: PPP Port: Cannot set gateway address

2001-03-04 Thread Marcus Brinkmann
On Sun, Mar 04, 2001 at 09:42:50PM -0500, Roland McGrath wrote: > It sounds like it is pfinet you need to debug, not anything on the client end. > There might be a hurd package with debugging symbols, Marcus can tell you > (hurd-dbg I'd guess?), or you could just compile hurd yourself. We really

Re: PPP Port: Cannot set gateway address

2001-03-04 Thread Marcus Brinkmann
On Sun, Mar 04, 2001 at 08:00:37PM -0600, Daniel E Baumann wrote: > Well if I try to set it with fsysopts the first time it will tell me: > > ./fsysopts: /servers/socket/2: Network is unreachable (something like that) > > if I do it again it just hangs there and any subsequent invocations it wil

Re: PPP Port: Cannot set gateway address

2001-03-04 Thread Roland McGrath
So, if you can reduce the whole thing to a series of fsysopts commands (equivalent to what ppp does, but without running ppp) that produces problematic results from pfinet, then it will be much easier for someone else to try to debug it. ___ Bug-hurd m

Re: PPP Port: Cannot set gateway address

2001-03-04 Thread Roland McGrath
> Well if I try to set it with fsysopts the first time it will tell me: > > ./fsysopts: /servers/socket/2: Network is unreachable (something like that) > > if I do it again it just hangs there and any subsequent invocations it will > just hang. What I typed was 'fsysopts -R /servers/socket/2 --g

Re: PPP Port: Cannot set gateway address

2001-03-04 Thread Daniel E Baumann
On Sun, Mar 04, 2001 at 07:20:42PM -0600, Daniel E Baumann wrote: > On Sun, Mar 04, 2001 at 04:55:02PM -0500, Roland McGrath wrote: > > > Woops. Here is the message from the error () call: > > > > > > ./ppp: /servers/socket/2: --gateway=10.0.0.2: (ipc/mig) server died > > > > Ah. That would see

Re: PPP Port: Cannot set gateway address

2001-03-04 Thread Daniel E Baumann
On Sun, Mar 04, 2001 at 04:55:02PM -0500, Roland McGrath wrote: > > Woops. Here is the message from the error () call: > > > > ./ppp: /servers/socket/2: --gateway=10.0.0.2: (ipc/mig) server died > > Ah. That would seem to indicate that pfinet died. Please try doing the > same sequence of fsys_

Re: PPP Port: Cannot set gateway address

2001-03-04 Thread Roland McGrath
> Woops. Here is the message from the error () call: > > ./ppp: /servers/socket/2: --gateway=10.0.0.2: (ipc/mig) server died Ah. That would seem to indicate that pfinet died. Please try doing the same sequence of fsys_set_options calls by hand using fsysopts on /servers/socket/2 and see if you

Re: PPP Port: Cannot set gateway address

2001-03-04 Thread Daniel E Baumann
On Sat, Mar 03, 2001 at 06:39:51PM -0500, Roland McGrath wrote: > You have to show us the full error message from stderr, the > one that includes the errno code. Woops. Here is the message from the error () call: ./ppp: /servers/socket/2: --gateway=10.0.0.2: (ipc/mig) server died Dan -- Daniel