9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] fs(3) problem (kernel)
       [not found] ` <0f0c7449becb54d6b914b4450f775d57@plan9.ucalgary.ca>
@ 2004-04-13 15:32   ` Artur Meski
  2004-04-13 15:46     ` andrey mirtchovski
  2004-04-13 15:46     ` Fco.J.Ballesteros
  0 siblings, 2 replies; 14+ messages in thread
From: Artur Meski @ 2004-04-13 15:32 UTC (permalink / raw)
  To: 9fans

mirtchov@cpsc.ucalgary.ca (andrey mirtchovski) writes:

> do you have an appropriate devfs configuration?

I tried with and without it. Same result. I would like to boot plan 9
with fs(3) compiled into the kernel to perform steps described in
"setting up fossil".

-- 
// WWW: apm.cifrid.net // PGP: finger apm@acrux.cifrid.net //



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

* Re: [9fans] fs(3) problem (kernel)
  2004-04-13 15:32   ` [9fans] fs(3) problem (kernel) Artur Meski
@ 2004-04-13 15:46     ` andrey mirtchovski
  2004-04-13 15:46     ` Fco.J.Ballesteros
  1 sibling, 0 replies; 14+ messages in thread
From: andrey mirtchovski @ 2004-04-13 15:46 UTC (permalink / raw)
  To: 9fans

> I tried with and without it. Same result. I would like to boot plan 9
> with fs(3) compiled into the kernel to perform steps described in
> "setting up fossil".
> 

you don't need devfs for setting up fossil, but that's not the issue...

do you have a serial cable?  if you do, you can plug that in to try
and grab more of the panic output (the part that scrolls off the
screen is the most important, as usual)...

andrey



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

* Re: [9fans] fs(3) problem (kernel)
  2004-04-13 15:32   ` [9fans] fs(3) problem (kernel) Artur Meski
  2004-04-13 15:46     ` andrey mirtchovski
@ 2004-04-13 15:46     ` Fco.J.Ballesteros
  2004-04-13 16:16       ` Russ Cox
  1 sibling, 1 reply; 14+ messages in thread
From: Fco.J.Ballesteros @ 2004-04-13 15:46 UTC (permalink / raw)
  To: 9fans

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

If you boot without starting fs at boot time, can you setup it
by hand once the system is up?

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

From: Artur Meski <apm@cifrid.net>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] fs(3) problem (kernel)
Date: Tue, 13 Apr 2004 17:32:44 +0200
Message-ID: <86oepvnbab.fsf@menkar.cifrid.net>

mirtchov@cpsc.ucalgary.ca (andrey mirtchovski) writes:

> do you have an appropriate devfs configuration?

I tried with and without it. Same result. I would like to boot plan 9
with fs(3) compiled into the kernel to perform steps described in
"setting up fossil".

-- 
// WWW: apm.cifrid.net // PGP: finger apm@acrux.cifrid.net //

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

* Re: [9fans] fs(3) problem (kernel)
  2004-04-13 15:46     ` Fco.J.Ballesteros
@ 2004-04-13 16:16       ` Russ Cox
  2004-04-13 20:09         ` Artur Meski
  0 siblings, 1 reply; 14+ messages in thread
From: Russ Cox @ 2004-04-13 16:16 UTC (permalink / raw)
  To: 9fans

Before you start hooking up serial cables, download the
new devfs.c from sources.  I'm sure it fixes your problem.
I ran into this a month ago.  The error stack when you
get to this is big enough that it scrolls way off the screen.

Russ


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

* Re: [9fans] fs(3) problem (kernel)
  2004-04-13 16:16       ` Russ Cox
@ 2004-04-13 20:09         ` Artur Meski
  2004-04-13 22:25           ` Russ Cox
  0 siblings, 1 reply; 14+ messages in thread
From: Artur Meski @ 2004-04-13 20:09 UTC (permalink / raw)
  To: 9fans

russcox@gmail.com (Russ Cox) writes:

> Before you start hooking up serial cables, download the
> new devfs.c from sources. 

I tried. You can see the result at http://apm.cifrid.net/p9p/patched/.

-- 
// WWW: apm.cifrid.net // PGP: finger apm@acrux.cifrid.net //



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

* Re: [9fans] fs(3) problem (kernel)
  2004-04-13 20:09         ` Artur Meski
@ 2004-04-13 22:25           ` Russ Cox
  2004-04-14  9:13             ` Artur Meski
  0 siblings, 1 reply; 14+ messages in thread
From: Russ Cox @ 2004-04-13 22:25 UTC (permalink / raw)
  To: 9fans

> I tried. You can see the result at http://apm.cifrid.net/p9p/patched/.

looks like it fixed your problem.
if you echo hwaccel off >/dev/vgactl
your "idle stat" messages will go away.
we apparently don't know how to talk
to your card the right way to do
accelerated ops.

you want to put the echo into termrc or cpurc
right after the line that runs aux/vga.

russ


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

* Re: [9fans] fs(3) problem (kernel)
  2004-04-13 22:25           ` Russ Cox
@ 2004-04-14  9:13             ` Artur Meski
  0 siblings, 0 replies; 14+ messages in thread
From: Artur Meski @ 2004-04-14  9:13 UTC (permalink / raw)
  To: 9fans

russcox@gmail.com (Russ Cox) writes:

> looks like it fixed your problem.

It did. Thanks a lot.


Artur

-- 
// WWW: apm.cifrid.net // PGP: finger apm@acrux.cifrid.net //



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

* Re: [9fans] fs(3) problem (kernel)
  2004-04-19 15:04   ` Russ Cox
@ 2004-04-20  1:17     ` splite
  0 siblings, 0 replies; 14+ messages in thread
From: splite @ 2004-04-20  1:17 UTC (permalink / raw)
  To: 9fans

On Mon, Apr 19, 2004 at 11:04:13AM -0400, Russ Cox wrote:
> Pull a new devfs.c from sources to stop the panic.

That'd make a good t-shirt:

Front:

   STOP THE PANIC!

Back:

  Pull a new devfs.c
    from sources

    [glenda pic]


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

* Re: [9fans] fs(3) problem (kernel)
  2004-04-19 10:30 ` Fco.J.Ballesteros
@ 2004-04-19 15:04   ` Russ Cox
  2004-04-20  1:17     ` splite
  0 siblings, 1 reply; 14+ messages in thread
From: Russ Cox @ 2004-04-19 15:04 UTC (permalink / raw)
  To: 9fans

Pull a new devfs.c from sources to stop the panic.

Russ


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

* Re: [9fans] fs(3) problem (kernel)
  2004-04-19 10:04 Artur Meski
@ 2004-04-19 10:30 ` Fco.J.Ballesteros
  2004-04-19 15:04   ` Russ Cox
  0 siblings, 1 reply; 14+ messages in thread
From: Fco.J.Ballesteros @ 2004-04-19 10:30 UTC (permalink / raw)
  To: 9fans

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

I'd try first to configure the fs(3) on a working system.
Then try again.

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

From: Artur Meski <apm-junk@cifrid.net>
To: 9fans@cse.psu.edu
Subject: [9fans] fs(3) problem (kernel)
Date: Mon, 19 Apr 2004 10:04:18 GMT
Message-ID: <86ptadl3oe.fsf@menkar.cifrid.net>

I'm  trying to  setup a  mirror as  described in  "Setting  up Fossil"
(section:  USING A  MIRROR WITH  FOSSIL).  Because there  is no  fs(3)
compiled  into the  kernel by  default I  added it  ('fs') to  a 'dev'
section and built a new kernel. I get panic when booting up using this
kernel.

Any help appreciated,
Artur

-- 
// WWW: artur.black.pl // PGP: finger apm%acrux.cifrid.net //

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

* [9fans] fs(3) problem (kernel)
@ 2004-04-19 10:04 Artur Meski
  2004-04-19 10:30 ` Fco.J.Ballesteros
  0 siblings, 1 reply; 14+ messages in thread
From: Artur Meski @ 2004-04-19 10:04 UTC (permalink / raw)
  To: 9fans

I'm  trying to  setup a  mirror as  described in  "Setting  up Fossil"
(section:  USING A  MIRROR WITH  FOSSIL).  Because there  is no  fs(3)
compiled  into the  kernel by  default I  added it  ('fs') to  a 'dev'
section and built a new kernel. I get panic when booting up using this
kernel.

Any help appreciated,
Artur

-- 
// WWW: artur.black.pl // PGP: finger apm%acrux.cifrid.net //


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

* Re: [9fans] fs(3) problem (kernel)
  2004-04-13  8:43 ` Geoff Collyer
@ 2004-04-13 10:13   ` Artur Meski
  0 siblings, 0 replies; 14+ messages in thread
From: Artur Meski @ 2004-04-13 10:13 UTC (permalink / raw)
  To: 9fans

geoff@collyer.net (Geoff Collyer) writes:

> What's the panic message?

http://apm.cifrid.net/p9p/

-- 
// WWW: apm.cifrid.net // PGP: finger apm@acrux.cifrid.net //



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

* Re: [9fans] fs(3) problem (kernel)
  2004-04-13  7:05 Artur Meski
@ 2004-04-13  8:43 ` Geoff Collyer
  2004-04-13 10:13   ` Artur Meski
  0 siblings, 1 reply; 14+ messages in thread
From: Geoff Collyer @ 2004-04-13  8:43 UTC (permalink / raw)
  To: 9fans

What's the panic message?



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

* [9fans] fs(3) problem (kernel)
@ 2004-04-13  7:05 Artur Meski
  2004-04-13  8:43 ` Geoff Collyer
  0 siblings, 1 reply; 14+ messages in thread
From: Artur Meski @ 2004-04-13  7:05 UTC (permalink / raw)
  To: 9fans

I'm  trying to  setup a  mirror as  described in  "Setting  up Fossil"
(section:  USING A  MIRROR WITH  FOSSIL).  Because there  is no  fs(3)
compiled  into the  kernel by  default I  added it  ('fs') to  a 'dev'
section and built a new kernel. I get panic when booting up using this
kernel.

Any help appreciated,
Artur

-- 
// WWW: apm.cifrid.net // PGP: finger apm@acrux.cifrid.net //



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

end of thread, other threads:[~2004-04-20  1:17 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <86smf8lye7.fsf@menkar.cifrid.net>
     [not found] ` <0f0c7449becb54d6b914b4450f775d57@plan9.ucalgary.ca>
2004-04-13 15:32   ` [9fans] fs(3) problem (kernel) Artur Meski
2004-04-13 15:46     ` andrey mirtchovski
2004-04-13 15:46     ` Fco.J.Ballesteros
2004-04-13 16:16       ` Russ Cox
2004-04-13 20:09         ` Artur Meski
2004-04-13 22:25           ` Russ Cox
2004-04-14  9:13             ` Artur Meski
2004-04-19 10:04 Artur Meski
2004-04-19 10:30 ` Fco.J.Ballesteros
2004-04-19 15:04   ` Russ Cox
2004-04-20  1:17     ` splite
  -- strict thread matches above, loose matches on Subject: below --
2004-04-13  7:05 Artur Meski
2004-04-13  8:43 ` Geoff Collyer
2004-04-13 10:13   ` Artur Meski

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