9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] 9vx on MacOS X: problem with contrib
@ 2010-03-16 18:13 Semka Novikov
  2010-03-17 22:36 ` Federico G. Benavento
  2010-03-17 23:01 ` ron minnich
  0 siblings, 2 replies; 7+ messages in thread
From: Semka Novikov @ 2010-03-16 18:13 UTC (permalink / raw)
  To: 9fans

Hi there, i'm newbie in Plan 9 so may be this is common mistake (but i
still can't google it).
I have Intel mac with 10.6 OSX and 9vx from official site. Also I have
plan9.tar.bz from this thread:
http://www.mail-archive.com/9fans@9fans.net/msg02125.html. Plan9 user
is "glenda", OSX user is "semka", but if i "touch test; ls -l test" it
have "semka" as owner.

Every time I trying to install contrib it falls with "Permission
denied" errors.
There is log:

term% /n/sources/contrib/fgb/root/rc/bin/contrib/install fgb/contrib
...
error: copying /386/bin/contrib/cat: '/386/bin/contrib/cat' Permission denied
error: copying /386/bin/contrib/create: '/386/bin/contrib/create'
Permission denied
error: copying /386/bin/contrib/gui: '/386/bin/contrib/gui' Permission denied
error: copying /386/bin/contrib/install: '/386/bin/contrib/install'
Permission denied
error: copying /386/bin/contrib/list: '/386/bin/contrib/list' Permission denied
error: copying /386/bin/contrib/local: '/386/bin/contrib/local'
Permission denied
...

And so on, I can send full contrib-install log if needed.
Sorry for, may be, too noob question (:

--
take care of the brain



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

* Re: [9fans] 9vx on MacOS X: problem with contrib
  2010-03-16 18:13 [9fans] 9vx on MacOS X: problem with contrib Semka Novikov
@ 2010-03-17 22:36 ` Federico G. Benavento
  2010-03-17 23:01 ` ron minnich
  1 sibling, 0 replies; 7+ messages in thread
From: Federico G. Benavento @ 2010-03-17 22:36 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

there is a bug with wstats somewhere, I think
ron got around this on linux.

On Tue, Mar 16, 2010 at 3:13 PM, Semka Novikov <me@sdfgh153.ru> wrote:
> Hi there, i'm newbie in Plan 9 so may be this is common mistake (but i
> still can't google it).
> I have Intel mac with 10.6 OSX and 9vx from official site. Also I have
> plan9.tar.bz from this thread:
> http://www.mail-archive.com/9fans@9fans.net/msg02125.html. Plan9 user
> is "glenda", OSX user is "semka", but if i "touch test; ls -l test" it
> have "semka" as owner.
>
> Every time I trying to install contrib it falls with "Permission
> denied" errors.
> There is log:
>
> term% /n/sources/contrib/fgb/root/rc/bin/contrib/install fgb/contrib
> ...
> error: copying /386/bin/contrib/cat: '/386/bin/contrib/cat' Permission denied
> error: copying /386/bin/contrib/create: '/386/bin/contrib/create'
> Permission denied
> error: copying /386/bin/contrib/gui: '/386/bin/contrib/gui' Permission denied
> error: copying /386/bin/contrib/install: '/386/bin/contrib/install'
> Permission denied
> error: copying /386/bin/contrib/list: '/386/bin/contrib/list' Permission denied
> error: copying /386/bin/contrib/local: '/386/bin/contrib/local'
> Permission denied
> ...
>
> And so on, I can send full contrib-install log if needed.
> Sorry for, may be, too noob question (:
>
> --
> take care of the brain
>
>



--
Federico G. Benavento



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

* Re: [9fans] 9vx on MacOS X: problem with contrib
  2010-03-16 18:13 [9fans] 9vx on MacOS X: problem with contrib Semka Novikov
  2010-03-17 22:36 ` Federico G. Benavento
@ 2010-03-17 23:01 ` ron minnich
  2010-03-18 18:20   ` Semka Novikov
  1 sibling, 1 reply; 7+ messages in thread
From: ron minnich @ 2010-03-17 23:01 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

best bet is to run this under ktrace/strace or whatever you use on a
mac nowadays and let us get a look at it.

ron



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

* Re: [9fans] 9vx on MacOS X: problem with contrib
  2010-03-17 23:01 ` ron minnich
@ 2010-03-18 18:20   ` Semka Novikov
  2010-03-18 18:23     ` Semka Novikov
  0 siblings, 1 reply; 7+ messages in thread
From: Semka Novikov @ 2010-03-18 18:20 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

> best bet is to run this under ktrace/strace or whatever you use on a
> mac nowadays and let us get a look at it.

Funny, when I run 9vx.OSX under dtrace and collect about 48mb of log
contrib was successfuly installed.
I can send .gz archive of 48mb dtrace log (about 1mb).


--
take care of the brain



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

* Re: [9fans] 9vx on MacOS X: problem with contrib
  2010-03-18 18:20   ` Semka Novikov
@ 2010-03-18 18:23     ` Semka Novikov
  2010-03-18 18:24       ` Semka Novikov
  2010-03-18 20:26       ` ron minnich
  0 siblings, 2 replies; 7+ messages in thread
From: Semka Novikov @ 2010-03-18 18:23 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Heh, I know why. dtrace needs superuser previlegies, so 9vx.OSX war
ran under root => no permission problems.


--
take care of the brain



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

* Re: [9fans] 9vx on MacOS X: problem with contrib
  2010-03-18 18:23     ` Semka Novikov
@ 2010-03-18 18:24       ` Semka Novikov
  2010-03-18 20:26       ` ron minnich
  1 sibling, 0 replies; 7+ messages in thread
From: Semka Novikov @ 2010-03-18 18:24 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

> ... previlegies, so 9vx.OSX war ...

s/war/was
sorry for mail flood.

--
take care of the brain



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

* Re: [9fans] 9vx on MacOS X: problem with contrib
  2010-03-18 18:23     ` Semka Novikov
  2010-03-18 18:24       ` Semka Novikov
@ 2010-03-18 20:26       ` ron minnich
  1 sibling, 0 replies; 7+ messages in thread
From: ron minnich @ 2010-03-18 20:26 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On Thu, Mar 18, 2010 at 11:23 AM, Semka Novikov <me@sdfgh153.ru> wrote:
> Heh, I know why. dtrace needs superuser previlegies, so 9vx.OSX war
> ran under root => no permission problems.

What you could do is start the process up as you, then attach it with
dtrace (I assume this works as it does on strace), then trace it from
there. Kill the replica at the first EPERM.

thanks
ron



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

end of thread, other threads:[~2010-03-18 20:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-16 18:13 [9fans] 9vx on MacOS X: problem with contrib Semka Novikov
2010-03-17 22:36 ` Federico G. Benavento
2010-03-17 23:01 ` ron minnich
2010-03-18 18:20   ` Semka Novikov
2010-03-18 18:23     ` Semka Novikov
2010-03-18 18:24       ` Semka Novikov
2010-03-18 20:26       ` ron minnich

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