9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] cpu vs ocpu and talking to 9p1 clients.
@ 2003-01-14  3:02 Dan Cross
  2003-01-14  3:01 ` andrey mirtchovski
  2003-01-14  3:06 ` Russ Cox
  0 siblings, 2 replies; 7+ messages in thread
From: Dan Cross @ 2003-01-14  3:02 UTC (permalink / raw)
  To: 9fans

Putting together a CPU server recently, I found that drawterm couldn't
talk to it.  That was weird, I thought, since I knew that srvold9p would
be sort of automatigically injected into the middle of things to make
it work.  Investigating further, I found that /rc/bin/service/tcp1700^(5 6)
were trying to invoke something called /bin/ocpu, which doesn't exist.
Changing these scripts to look like, ``#!/bin/cpu -O'' seems to have
fixed the problem, though I find that I still can't get to /mnt/term,
(this is from FreeBSD, by the way) which is a major, serious, bummer.
Oh well, worse things have happened.

	- Dan C.



^ permalink raw reply	[flat|nested] 7+ messages in thread
* Re: [9fans] cpu vs ocpu and talking to 9p1 clients.
@ 2003-01-14  4:52 Skip Tavakkolian
  2003-01-14  5:06 ` Dan Cross
  0 siblings, 1 reply; 7+ messages in thread
From: Skip Tavakkolian @ 2003-01-14  4:52 UTC (permalink / raw)
  To: 9fans

>> fixed the problem, though I find that I still can't get to /mnt/term,
>> (this is from FreeBSD, by the way) which is a major, serious, bummer.
> 
> 
> see if you can cd to /mnt/term/home/$user directly, or try
> cd-ing to /mnt/term/stand for example...
> 
> i had the same problem just yesterday and found that 'du -a' was able
> to read /mnt/term while 'ls' was not...

If this is the "bad character in file name #/", there is a work-around for it.
A variation of one that was suggested a while back, that I use is:

cpu% mkdir termdrive # assuming you don't have one already
cpu% bind -ac /mnt/term termdrive
cpu% lnfs termdrive # optional

A message a while back from Russ said that this was a known
bug.



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

end of thread, other threads:[~2003-01-14  5:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-14  3:02 [9fans] cpu vs ocpu and talking to 9p1 clients Dan Cross
2003-01-14  3:01 ` andrey mirtchovski
2003-01-14  3:14   ` Russ Cox
2003-01-14  3:06 ` Russ Cox
2003-01-14  3:35   ` Dan Cross
2003-01-14  4:52 Skip Tavakkolian
2003-01-14  5:06 ` Dan Cross

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