9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re:[9fans] ppp and other
@ 2002-07-15 23:24 Andrey S. Kukhar
  2002-07-31  9:35 ` [9fans] " Ben
  0 siblings, 1 reply; 17+ messages in thread
From: Andrey S. Kukhar @ 2002-07-15 23:24 UTC (permalink / raw)
  To: 9fans

good day all,
why telco fails when i type:
	telco /dev/eia1
	con -l telco!62111
with printing ``Jul 15 18:06:08 mount failed: interrupted''?
thanks,

-ask


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

* Re: [9fans] ppp and other
  2002-07-15 23:24 Re:[9fans] ppp and other Andrey S. Kukhar
@ 2002-07-31  9:35 ` Ben
  2002-08-01 19:56   ` Jack Johnson
                     ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Ben @ 2002-07-31  9:35 UTC (permalink / raw)
  To: 9fans

plan9@kp.km.ua (Andrey S. Kukhar) wrote in message news:<02071518312800.00562@localhost.localdomain>...
> good day all,
> why telco fails when i type:
> 	telco /dev/eia1
> 	con -l telco!62111
> with printing ``Jul 15 18:06:08 mount failed: interrupted''?
> thanks,
> 
> -ask

I have the same problem.  I'm guessing that it's because I'm using an
older modem (Still good for faxes!) that uses 7 bits no parity and
won't accept anything else.  Same story for you?  As far as I can
tell, there's no way to set those options.  Am I wrong?  Thanks!

Ben


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

* Re: [9fans] ppp and other
  2002-07-31  9:35 ` [9fans] " Ben
@ 2002-08-01 19:56   ` Jack Johnson
  2002-08-01 20:21   ` [9fans] drawterm-win and /mnt/term Jack Johnson
  2002-08-05 23:39   ` [9fans] ppp and other plan9
  2 siblings, 0 replies; 17+ messages in thread
From: Jack Johnson @ 2002-08-01 19:56 UTC (permalink / raw)
  To: 9fans

Ben wrote:
> plan9@kp.km.ua (Andrey S. Kukhar) wrote in message news:<02071518312800.00562@localhost.localdomain>...
>>good day all,
>>why telco fails when i type:
>>	telco /dev/eia1
>>	con -l telco!62111
>>with printing ``Jul 15 18:06:08 mount failed: interrupted''?
>
> I have the same problem.  I'm guessing that it's because I'm using an
> older modem (Still good for faxes!) that uses 7 bits no parity and
> won't accept anything else.  Same story for you?  As far as I can
> tell, there's no way to set those options.  Am I wrong?  Thanks!

I had a similar problem with PPP.

You can echo commands to /dev/eia[01]ctl to set baud rates, etc.  See
uart(3) for details.

-Jack



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

* [9fans] drawterm-win and /mnt/term
  2002-07-31  9:35 ` [9fans] " Ben
  2002-08-01 19:56   ` Jack Johnson
@ 2002-08-01 20:21   ` Jack Johnson
  2002-08-05 23:39   ` [9fans] ppp and other plan9
  2 siblings, 0 replies; 17+ messages in thread
From: Jack Johnson @ 2002-08-01 20:21 UTC (permalink / raw)
  To: 9fans

Using drawterm-win, if I try to get a listing from /mnt/term:

	ls: /mnt/term: bad character in filename: #/

But, if I:

	mkdir long
	bind -bc long long
	bind -ac /mnt/term long
	lnfs long
	ls long

Everything works as planned, but I'm still uncertain about the error
message.  Does #/ signify a space in a filename, maybe?

-Jack



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

* Re: [9fans] ppp and other
  2002-07-31  9:35 ` [9fans] " Ben
  2002-08-01 19:56   ` Jack Johnson
  2002-08-01 20:21   ` [9fans] drawterm-win and /mnt/term Jack Johnson
@ 2002-08-05 23:39   ` plan9
  2 siblings, 0 replies; 17+ messages in thread
From: plan9 @ 2002-08-05 23:39 UTC (permalink / raw)
  To: 9fans

As for me, I'm using a new (2001) TOPIC TP560i (x)/9922S14 hardware fax
modem. If you read telco manpage, telco supported only a few types of modems,
our modems aren`t supported, maybe they can`t be compatable with the standart
Hayes command subset.

I think we need a new telephone dialer with more options/possibilities and
more well supported modems; not the kppp but better than telco.

-ask

> plan9@kp.km.ua (Andrey S. Kukhar) wrote in message
> news:<02071518312800.00562@localhost.localdomain>...
>
> > good day all,
> > why telco fails when i type:
> > 	telco /dev/eia1
> > 	con -l telco!62111
> > with printing ``Jul 15 18:06:08 mount failed: interrupted''?
> > thanks,
> >
> > -ask
>
> I have the same problem.  I'm guessing that it's because I'm using an
> older modem (Still good for faxes!) that uses 7 bits no parity and
> won't accept anything else.  Same story for you?  As far as I can
> tell, there's no way to set those options.  Am I wrong?  Thanks!
>
> Ben



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

* Re: [9fans] ppp and other
@ 2002-07-30 11:34 Russ Cox
  0 siblings, 0 replies; 17+ messages in thread
From: Russ Cox @ 2002-07-30 11:34 UTC (permalink / raw)
  To: 9fans

this is what scripts are for, admiral.

cat >/bin/ip/easyppp <<!
#!/bin/rc
exec ip/ppp `{cat $home/lib/ppp.$1}
!
chmod +x /bin/ip/easyppp



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

* Re: [9fans] ppp and other
  2002-07-15  9:32   ` Ben
@ 2002-07-15 14:08     ` Michael H.Collins
  0 siblings, 0 replies; 17+ messages in thread
From: Michael H.Collins @ 2002-07-15 14:08 UTC (permalink / raw)
  To: 9fans

Sounds like we have a volunteer for writing a ppp interface.  LOL

have fun.


On Mon, 15 Jul 2002 09:32:09 GMT
Ben <cellctl@lycos.com> spewed into the bitstream:

~I can tell that the Bell-Labs guys don't use PPP dialup much.  Not a
~very refined interface for PPP...(no offense intended)  Shouldn't it
~at least use a configuration file to specify phone number, username,
~password, baud rate, etc.  then one could simply use something like:
~ip/ppp <configfile> where a seperate config file could be used per
~host?  (Similar to BSD's ppp command)  It's much easier that way than
~specifying that many command switches!
~


-- 


 (o_
 //\ 
 V_/_ 
Michael H. Collins 		Admiral, Penguinista Navy
http://www.mdrconsult.com	http://www.lrsehosting.com/
http://kpig.com			http://rawdeal.org

 




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

* Re: [9fans] ppp and other
  2002-07-15 10:11 forsyth
@ 2002-07-15 10:11 ` andrey mirtchovski
  0 siblings, 0 replies; 17+ messages in thread
From: andrey mirtchovski @ 2002-07-15 10:11 UTC (permalink / raw)
  To: 9fans

no, that'd be too simple ;)

andrey 'can't resist' mirtchovski

On Mon, 15 Jul 2002 forsyth@caldo.demon.co.uk wrote:

> why not put the parametrised ppp command line in a file and run that?
> much easier than having yet another configuration file.
> don't forget to make it mode 700 if it has got passwords in it.
>



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

* Re: [9fans] ppp and other
@ 2002-07-15 10:11 forsyth
  2002-07-15 10:11 ` andrey mirtchovski
  0 siblings, 1 reply; 17+ messages in thread
From: forsyth @ 2002-07-15 10:11 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 193 bytes --]

why not put the parametrised ppp command line in a file and run that?
much easier than having yet another configuration file.
don't forget to make it mode 700 if it has got passwords in it.

[-- Attachment #2: Type: message/rfc822, Size: 2153 bytes --]

From: Ben <cellctl@lycos.com>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] ppp and other
Date: Mon, 15 Jul 2002 09:32:09 GMT
Message-ID: <dd8c4466.0207141725.1068e27f@posting.google.com>

I can tell that the Bell-Labs guys don't use PPP dialup much.  Not a
very refined interface for PPP...(no offense intended)  Shouldn't it
at least use a configuration file to specify phone number, username,
password, baud rate, etc.  then one could simply use something like:
ip/ppp <configfile> where a seperate config file could be used per
host?  (Similar to BSD's ppp command)  It's much easier that way than
specifying that many command switches!

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

* Re: [9fans] ppp and other
  2002-07-15  9:55 Fco.J.Ballesteros
@ 2002-07-15  9:57 ` Axel Belinfante
  0 siblings, 0 replies; 17+ messages in thread
From: Axel Belinfante @ 2002-07-15  9:57 UTC (permalink / raw)
  To: 9fans

I use a guide file from which I copy and paste the ppp command 
and the phone numbers that I use...
Axel.



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

* Re: [9fans] ppp and other
@ 2002-07-15  9:55 Fco.J.Ballesteros
  2002-07-15  9:57 ` Axel Belinfante
  0 siblings, 1 reply; 17+ messages in thread
From: Fco.J.Ballesteros @ 2002-07-15  9:55 UTC (permalink / raw)
  To: 9fans

Why don't you just create a script to run ppp as you wish?


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

* Re: [9fans] ppp and other
  2002-07-14 17:54 ` Scott Schwartz
@ 2002-07-15  9:32   ` Ben
  2002-07-15 14:08     ` Michael H.Collins
  0 siblings, 1 reply; 17+ messages in thread
From: Ben @ 2002-07-15  9:32 UTC (permalink / raw)
  To: 9fans

I can tell that the Bell-Labs guys don't use PPP dialup much.  Not a
very refined interface for PPP...(no offense intended)  Shouldn't it
at least use a configuration file to specify phone number, username,
password, baud rate, etc.  then one could simply use something like:
ip/ppp <configfile> where a seperate config file could be used per
host?  (Similar to BSD's ppp command)  It's much easier that way than
specifying that many command switches!


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

* [9fans] ppp and other
@ 2002-07-15  0:30 Andrey S. Kukhar
  0 siblings, 0 replies; 17+ messages in thread
From: Andrey S. Kukhar @ 2002-07-15  0:30 UTC (permalink / raw)
  To: 9fans

where i can indicate telephone and address of ISP?

> If you need to login by hand:
>
> % ip/ppp -fub 115200 -p /dev/eia{0 or 1}
> 
> If ppp will do authentiation:
> 
> % ip/ppp -fub 115200 -p /dev/eia{0 or 1} -s <username>:<secret>


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

* Re: [9fans] ppp and other
  2002-07-14 17:38 presotto
@ 2002-07-14 17:54 ` Scott Schwartz
  2002-07-15  9:32   ` Ben
  0 siblings, 1 reply; 17+ messages in thread
From: Scott Schwartz @ 2002-07-14 17:54 UTC (permalink / raw)
  To: 9fans

In previous editions the telco fileserver was the nicest way to dial
the modem.   


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

* Re: [9fans] ppp and other
@ 2002-07-14 17:38 presotto
  2002-07-14 17:54 ` Scott Schwartz
  0 siblings, 1 reply; 17+ messages in thread
From: presotto @ 2002-07-14 17:38 UTC (permalink / raw)
  To: plan9, 9fans

[-- Attachment #1: Type: text/plain, Size: 326 bytes --]

It gets addresses from the other end.  The telno, you have to dial yourself.
After ppp starts it takes input from the keyboard (actually stdin) until
you hit ^D.  The typical thing to do it type
	atdt<telno>^M
to get the dialer to call.  If you're real trusting, you can add
that onto the command line with the -t option.

[-- Attachment #2: Type: message/rfc822, Size: 1928 bytes --]

From: "Andrey S. Kukhar" <plan9@kp.km.ua>
To: 9fans@cse.psu.edu
Subject: [9fans] ppp and other
Date: Sun, 14 Jul 2002 20:30:03 -0400
Message-ID: <02071420283700.00539@localhost.localdomain>

where i can indicate telephone and address of ISP?

> If you need to login by hand:
>
> % ip/ppp -fub 115200 -p /dev/eia{0 or 1}
> 
> If ppp will do authentiation:
> 
> % ip/ppp -fub 115200 -p /dev/eia{0 or 1} -s <username>:<secret>

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

* Re: [9fans] ppp and other
@ 2002-07-14 15:20 presotto
  0 siblings, 0 replies; 17+ messages in thread
From: presotto @ 2002-07-14 15:20 UTC (permalink / raw)
  To: plan9, 9fans

[-- Attachment #1: Type: text/plain, Size: 173 bytes --]

If you need to login by hand:

% ip/ppp -fub 115200 -p /dev/eia{0 or 1}

If ppp will do authentiation:

% ip/ppp -fub 115200 -p /dev/eia{0 or 1} -s <username>:<secret>

[-- Attachment #2: Type: message/rfc822, Size: 2090 bytes --]

From: "Andrey S. Kukhar" <plan9@kp.km.ua>
To: 9fans@cse.psu.edu
Subject: [9fans] ppp and other
Date: Sat, 13 Jul 2002 21:52:06 -0400
Message-ID: <02071321520600.00595@localhost.localdomain>

hello,
I want to create and configure dial-up modem Internet connection on a  
standalone Plan 9 machine, but
ip/ppp prints: ppp: couldn't open /fd/0
what that mean? May be I fall something?
Another question: is there in Plan 9 a terminal programm?
thanks,

-ask

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

* [9fans] ppp and other
  2002-07-13  8:45 [9fans] POV-Ray andrey mirtchovski
@ 2002-07-14  1:52 ` Andrey S. Kukhar
  0 siblings, 0 replies; 17+ messages in thread
From: Andrey S. Kukhar @ 2002-07-14  1:52 UTC (permalink / raw)
  To: 9fans

hello,
I want to create and configure dial-up modem Internet connection on a  
standalone Plan 9 machine, but
ip/ppp prints: ppp: couldn't open /fd/0
what that mean? May be I fall something?
Another question: is there in Plan 9 a terminal programm?
thanks,

-ask



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

end of thread, other threads:[~2002-08-05 23:39 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-15 23:24 Re:[9fans] ppp and other Andrey S. Kukhar
2002-07-31  9:35 ` [9fans] " Ben
2002-08-01 19:56   ` Jack Johnson
2002-08-01 20:21   ` [9fans] drawterm-win and /mnt/term Jack Johnson
2002-08-05 23:39   ` [9fans] ppp and other plan9
  -- strict thread matches above, loose matches on Subject: below --
2002-07-30 11:34 Russ Cox
2002-07-15 10:11 forsyth
2002-07-15 10:11 ` andrey mirtchovski
2002-07-15  9:55 Fco.J.Ballesteros
2002-07-15  9:57 ` Axel Belinfante
2002-07-15  0:30 Andrey S. Kukhar
2002-07-14 17:38 presotto
2002-07-14 17:54 ` Scott Schwartz
2002-07-15  9:32   ` Ben
2002-07-15 14:08     ` Michael H.Collins
2002-07-14 15:20 presotto
2002-07-13  8:45 [9fans] POV-Ray andrey mirtchovski
2002-07-14  1:52 ` [9fans] ppp and other Andrey S. Kukhar

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).