9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] POV-Ray
@ 2002-07-12 16:12 anothy
  2002-07-13  8:45 ` andrey mirtchovski
  0 siblings, 1 reply; 17+ messages in thread
From: anothy @ 2002-07-12 16:12 UTC (permalink / raw)
  To: 9fans

i (as well as others, all independantly) ported older
versions of POV-ray, using APE. it was a pretty easy
job. unless the newer versions have changed the code
structure significantly, i imagine it'd take only a
few hours to get running.

of course, i've not looked at the new code, so i could
well be talking out of places i shouldn't be talking
out of.
ア


^ 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
* 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
* [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-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-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 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-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

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-12 16:12 [9fans] POV-Ray anothy
2002-07-13  8:45 ` andrey mirtchovski
2002-07-14  1:52   ` [9fans] ppp and other Andrey S. Kukhar
2002-07-14 15:20 presotto
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-15  0:30 Andrey S. Kukhar
2002-07-15  9:55 Fco.J.Ballesteros
2002-07-15  9:57 ` Axel Belinfante
2002-07-15 10:11 forsyth
2002-07-15 10:11 ` andrey mirtchovski
2002-07-15 23:24 Andrey S. Kukhar
2002-07-31  9:35 ` [9fans] " Ben
2002-08-01 19:56   ` Jack Johnson
2002-08-05 23:39   ` plan9
2002-07-30 11:34 Russ Cox

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