9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] A few questions on omero setup
@ 2007-08-08 20:19 ron minnich
  2007-08-08 20:21 ` nemo
  2007-08-08 20:38 ` Charles Forsyth
  0 siblings, 2 replies; 9+ messages in thread
From: ron minnich @ 2007-08-08 20:19 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

8) Edit the fossil.conf file to look similar to mine:
fsys main config /dev/sdC0/fossil
fsys main open -AWP -V -c 1500

==> YIKES! You really want or need that AWP? That seems odd to me.

thanks

ron


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

* Re: [9fans] A few questions on omero setup
  2007-08-08 20:19 [9fans] A few questions on omero setup ron minnich
@ 2007-08-08 20:21 ` nemo
  2007-08-08 20:33   ` ron minnich
  2007-08-08 20:38 ` Charles Forsyth
  1 sibling, 1 reply; 9+ messages in thread
From: nemo @ 2007-08-08 20:21 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Hmm, I don't think so.
My laptop fossil runs -A, but not WP.


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

* Re: [9fans] A few questions on omero setup
  2007-08-08 20:21 ` nemo
@ 2007-08-08 20:33   ` ron minnich
  0 siblings, 0 replies; 9+ messages in thread
From: ron minnich @ 2007-08-08 20:33 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On 8/8/07, nemo@lsub.org <nemo@lsub.org> wrote:
> Hmm, I don't think so.
> My laptop fossil runs -A, but not WP.
>
Booting as cpu server under lguest ...
wait for /
wait for /
wait for /

starting brc
mount: mount /cfg: '/cfg' file does not exist
mntgen: mount /devs: '/devs' file does not exist

ip/ipconfig: couldn't determine ip address, retrying
ndb/ccs...
dns: can't read my ip address. Retrying
echo: write error: bad process or channel control request
open <nil>: '#P/apm' file does not exist
aux/mouse: can't open /dev/mousectl - '/dev/mousectl' fil
e does not exist
#m/mousectl: rc (brc): can't open: unknown device in # fi
lename
panic: boot process died: procexec
panic: boot process died: procexec
dumpstack
ktrace /kernel/path c0106ac8 c0442178 <<EOF
estackx c0442430
c0442118=c010692c c0442124=c01268d6 c0442134=c0137b69 c04
4214c=c0130d58
c0442160=c0106ac8 c0442174=c0106ac8 c0442178=c0106930 c04
42180=c013117e
c04421dc=c0104148 c04421f0=c0157518 c04421f4=c015fca2 c04
4220c=c0163e33
c044221c=c0162f57 c0442230=c015f5f0 c0442234=c015f606 c04
4223c=c015f74a
c0442244=c015f74a c0442250=c015fca2 c0442258=c015fca2 c04
42264=c015fca2
c0442268=c0149740 c044226c=c0164e0c c0442270=c014975a c04
42278=c014975a
c0442284=c014975a c044228c=c015195c c0442294=c014a31e c04
422ac=c015430d
c04422bc=c01658f5 c04422f4=c014fe13 c0442308=c015e885 c04
42324=c0106442
c044238c=c01061cf c04423a8=c0106f47 c04423c0=c0101472 c04
423c8=c01472b7
c04423dc=c0100bb3 c0442414=00000040 c0442418=c01006f4 c04
4241c=0000f353
c0442420=00000073 c0442424=00000286 c0442428=afffee5c c04
4242c=0000007b
EOF
cpu0: exiting
cpu0: registers for bns 1
FLAGS=10296 TRAP=E ECODE=0 PC=0 SS=0001 USP=C01023BF
  AX 00000000  BX 00000005  CX 00000000  DX 00000000
  SI 00000000  DI C022C36B  BP C0346418
  CS 0061  DS 0069  ES 0069  FS 007B  GS 007B

where should I start?

ron


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

* Re: [9fans] A few questions on omero setup
  2007-08-08 20:19 [9fans] A few questions on omero setup ron minnich
  2007-08-08 20:21 ` nemo
@ 2007-08-08 20:38 ` Charles Forsyth
  2007-08-08 22:47   ` nemo
  1 sibling, 1 reply; 9+ messages in thread
From: Charles Forsyth @ 2007-08-08 20:38 UTC (permalink / raw)
  To: 9fans

> ==> YIKES! You really want or need that AWP? That seems odd to me.

you missed the very friendly madrid meeting: an entire city that works on
hacker time. amazing.



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

* Re: [9fans] A few questions on omero setup
  2007-08-08 20:38 ` Charles Forsyth
@ 2007-08-08 22:47   ` nemo
  2007-08-08 23:02     ` David Leimbach
  0 siblings, 1 reply; 9+ messages in thread
From: nemo @ 2007-08-08 22:47 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

You mean that -A causes that panic, but -APW does not?

Otherwise it might be just that the fossil srv file mentioned in
/lib/ndb/vols is not
the one served by your fossil.

PS: Most of Spain is like that. We use to prefer the night, but don't
ask us to wake
up too early :)

On 8/8/07, Charles Forsyth <forsyth@terzarima.net> wrote:
> > ==> YIKES! You really want or need that AWP? That seems odd to me.
>
> you missed the very friendly madrid meeting: an entire city that works on
> hacker time. amazing.
>
>


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

* Re: [9fans] A few questions on omero setup
  2007-08-08 22:47   ` nemo
@ 2007-08-08 23:02     ` David Leimbach
  2007-08-09 12:56       ` Joel C. Salomon
  0 siblings, 1 reply; 9+ messages in thread
From: David Leimbach @ 2007-08-08 23:02 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

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

>
> PS: Most of Spain is like that. We use to prefer the night, but don't
> ask us to wake
> up too early :)
>

I don't think that's just Spain just for the record :-).

Well it was that way for me too until I got married....

Dave

[-- Attachment #2: Type: text/html, Size: 525 bytes --]

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

* Re: [9fans] A few questions on omero setup
  2007-08-08 23:02     ` David Leimbach
@ 2007-08-09 12:56       ` Joel C. Salomon
  2007-08-09 16:16         ` David Leimbach
  0 siblings, 1 reply; 9+ messages in thread
From: Joel C. Salomon @ 2007-08-09 12:56 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On 8/8/07, David Leimbach <leimy2k@gmail.com> wrote:
> > PS: Most of Spain is like that. We use to prefer the night, but don't
> > ask us to wake
> > up too early :)
>
> Well it was that way for me too until I got married....

An infant in the house will make you nocturnal all over again.

-Joel


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

* Re: [9fans] A few questions on omero setup
  2007-08-09 12:56       ` Joel C. Salomon
@ 2007-08-09 16:16         ` David Leimbach
  2007-08-09 20:47           ` matt
  0 siblings, 1 reply; 9+ messages in thread
From: David Leimbach @ 2007-08-09 16:16 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

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

On 8/9/07, Joel C. Salomon <joelcsalomon@gmail.com> wrote:
>
> On 8/8/07, David Leimbach <leimy2k@gmail.com> wrote:
> > > PS: Most of Spain is like that. We use to prefer the night, but don't
> > > ask us to wake
> > > up too early :)
> >
> > Well it was that way for me too until I got married....
>
> An infant in the house will make you nocturnal all over again.
>
> -Joel
>

Yeah, and I think Dave 2.0 might arrive next April...

[-- Attachment #2: Type: text/html, Size: 798 bytes --]

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

* Re: [9fans] A few questions on omero setup
  2007-08-09 16:16         ` David Leimbach
@ 2007-08-09 20:47           ` matt
  0 siblings, 0 replies; 9+ messages in thread
From: matt @ 2007-08-09 20:47 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs


> Yeah, and I think Dave 2.0 might arrive next April... 
Surely RC2 ?
;)



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

end of thread, other threads:[~2007-08-09 20:47 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-08 20:19 [9fans] A few questions on omero setup ron minnich
2007-08-08 20:21 ` nemo
2007-08-08 20:33   ` ron minnich
2007-08-08 20:38 ` Charles Forsyth
2007-08-08 22:47   ` nemo
2007-08-08 23:02     ` David Leimbach
2007-08-09 12:56       ` Joel C. Salomon
2007-08-09 16:16         ` David Leimbach
2007-08-09 20:47           ` matt

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