Re: [9fans] directly opening Plan9 devices

2009-01-04 Thread Roman Zhukov
I agree with Roman. When I open #X/path I feel like back to DOS.
-- 
Roma



Re: [9fans] web interface to sources seems to be down

2008-12-11 Thread Roman Zhukov
http://9fans.net/archive/2008/11/891

On Fri, Dec 12, 2008 at 10:10 AM, Roman Shaposhnik r...@sun.com wrote:
 http://plan9.bell-labs.com/sources/plan9/sys/src/

 Object not found

 The object /plan9/sys/src/ does not exist on this server.
 errstr: '/bin/ip/httpd/sources' does not exist
 uri host:
 header host:
 actual host: plan9.bell-labs.com






-- 
Roma



Re: [9fans] MacOS X drawterm doesn't toggle

2008-12-10 Thread Roman Zhukov
I run 9vx on Ubuntu too (8.04, i386).
I've noticed that 9vx crashes sometimes when 8l is running.
Same when abaco is running.
And it is crashed always by nupas/fs.
I'll try to give more information later.

On Thu, Dec 11, 2008 at 10:22 AM, Russ Cox [EMAIL PROTECTED] wrote:
 Not sure where to raise 9vx queries, but almost every time I run 9vx
 it crashes out quite quickly and dumps core (or would if I hadn't set
 ulimit 0).  This is on ubuntu 32 bit systems.

 [EMAIL PROTECTED]:~/pkg/9vx$ 9vx panic: sigsegv on cpu4
 aborting, to dump core.

 Can you give more information?
 How far does it get before it crashes?

 If you did let it dump core, what would
 the stack trace look like?

 Russ





-- 
Roma



Re: [9fans] libevent for plan9

2008-12-09 Thread Roman Zhukov
You can just use blocking read/write calls in several threads.

On Wed, Dec 10, 2008 at 8:28 AM, Fernan Bolando [EMAIL PROTECTED] wrote:
 Hi all

 I am looking into porting some stuff that uses libevent.
 http://monkey.org/~provos/libevent/

 I was wondering if there is something else I can use to replace
 libevent, so that I dont need to port it. Its probably to complex for
 me anyway.

 regards
 fernan

 --
 http://www.fernski.com





-- 
Roma



Re: [9fans] libevent for plan9

2008-12-09 Thread Roman Zhukov
Sorry, I meant procs, of course. (see thread(2))
See also http://swtch.com/~rsc/thread/

 You can just use blocking read/write calls in several threads.



-- 
Roma



[9fans] corrupted ip(3) man page in acme

2008-12-07 Thread Roman Zhukov
Hello, 9fans!
When I plumb ip(3) in acme the output is corrupted (near the bottom).
man 3 ip output is ok.
What's wrong? Thanks.
-- 
Roma



Re: [9fans] Sources down

2008-11-30 Thread Roman Zhukov
web interface is actually down

-- 
Roma



Re: [9fans] What about Haskell? [was: How can I use alef?]

2008-11-20 Thread Roman Zhukov
On my opinion, those big languages (haskell, erlang, lisp, etc.)
don't fit to Plan9 or any other os/environment, because they usually
provide their own.

On Thu, Nov 20, 2008 at 9:56 PM, Giacomo Tesio [EMAIL PROTECTED] wrote:
 I'm completely new to Functional Languages (actually I'm not understanding
 whether they are useful in real world, or just to enance ones mind).

 But I'm studing Haskell, and I saw that it was ported to Plan 9.

 Without starting a flame war, I'd like to know if some of you think it could
 be useful on a Plan 9 grid/environment.


 Giacomo
 PS: stream of consciousness was: limbo - erlang (which I took a look) -
 haskell

-- 
Roma



Re: [9fans] gmail

2008-11-20 Thread Roman Zhukov
Rob?

On Thu, Nov 20, 2008 at 10:14 PM, hiro [EMAIL PROTECTED] wrote:
 gmail just changed their interface more into the direction of rio acme.





-- 
Roma



Re: [9fans] I want to port some program or driver

2008-11-17 Thread Roman Zhukov
I suggest you to invent something new instead of porting.