9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] arenas00: indexing 1455 clumps...
@ 2009-07-22  2:20 Corey
  2009-07-22  2:29 ` Russ Cox
  2009-07-22  2:32 ` David Leimbach
  0 siblings, 2 replies; 9+ messages in thread
From: Corey @ 2009-07-22  2:20 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs


I was booted into my cpu/auth server's terminal; then pressed ctrl-p by
accident in a rio window; which caused the machine to immediately reboot -
and now it gets to particular point and (seemingly) hangs at:

sync...2009/0722 02:04:58 arenas00: indexing 1544 clumps...

I imagine it's got something to do with the filesystem/fossil?

Did this occur because I rebooted ( <ctrl>-p ), without doing a fshalt first?

If so, is there a way I can disable or reassign this <ctrl>-p keybinding?


Thanks





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

* Re: [9fans] arenas00: indexing 1455 clumps...
  2009-07-22  2:20 [9fans] arenas00: indexing 1455 clumps Corey
@ 2009-07-22  2:29 ` Russ Cox
  2009-07-22  2:35   ` Michaelian Ennis
  2009-07-22  2:32 ` David Leimbach
  1 sibling, 1 reply; 9+ messages in thread
From: Russ Cox @ 2009-07-22  2:29 UTC (permalink / raw)
  To: corey, Fans of the OS Plan 9 from Bell Labs

On Tue, Jul 21, 2009 at 7:20 PM, Corey<corey@bitworthy.net> wrote:
> I was booted into my cpu/auth server's terminal; then pressed ctrl-p by
> accident in a rio window; which caused the machine to immediately reboot -
> and now it gets to particular point and (seemingly) hangs at:
>
> sync...2009/0722 02:04:58 arenas00: indexing 1544 clumps...
>
> I imagine it's got something to do with the filesystem/fossil?

yes.  it will finish but may take a little while.

> Did this occur because I rebooted ( <ctrl>-p ), without doing a fshalt first?

yes.

> If so, is there a way I can disable or reassign this <ctrl>-p keybinding?

yes.

echo ctlpoff >/dev/consctl

russ


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

* Re: [9fans] arenas00: indexing 1455 clumps...
  2009-07-22  2:20 [9fans] arenas00: indexing 1455 clumps Corey
  2009-07-22  2:29 ` Russ Cox
@ 2009-07-22  2:32 ` David Leimbach
  2009-07-22  2:36   ` erik quanstrom
  2009-07-22  2:37   ` Corey
  1 sibling, 2 replies; 9+ messages in thread
From: David Leimbach @ 2009-07-22  2:32 UTC (permalink / raw)
  To: corey, Fans of the OS Plan 9 from Bell Labs

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

ctrl-p is reboot!?  That's surprising.  I thought it was Ctrl-t-t r.


On Tue, Jul 21, 2009 at 7:20 PM, Corey <corey@bitworthy.net> wrote:

>
> I was booted into my cpu/auth server's terminal; then pressed ctrl-p by
> accident in a rio window; which caused the machine to immediately reboot -
> and now it gets to particular point and (seemingly) hangs at:
>
> sync...2009/0722 02:04:58 arenas00: indexing 1544 clumps...
>
> I imagine it's got something to do with the filesystem/fossil?
>
> Did this occur because I rebooted ( <ctrl>-p ), without doing a fshalt
> first?
>
> If so, is there a way I can disable or reassign this <ctrl>-p keybinding?
>
>
> Thanks
>
>
>
>

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

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

* Re: [9fans] arenas00: indexing 1455 clumps...
  2009-07-22  2:29 ` Russ Cox
@ 2009-07-22  2:35   ` Michaelian Ennis
  2009-07-22  2:40     ` erik quanstrom
  0 siblings, 1 reply; 9+ messages in thread
From: Michaelian Ennis @ 2009-07-22  2:35 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

echo ctlpoff >/dev/consctl

would have to be run each time the system boots right?

ian



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

* Re: [9fans] arenas00: indexing 1455 clumps...
  2009-07-22  2:32 ` David Leimbach
@ 2009-07-22  2:36   ` erik quanstrom
  2009-07-22  2:37   ` Corey
  1 sibling, 0 replies; 9+ messages in thread
From: erik quanstrom @ 2009-07-22  2:36 UTC (permalink / raw)
  To: 9fans

On Tue Jul 21 22:34:47 EDT 2009, leimy2k@gmail.com wrote:

> ctrl-p is reboot!?  That's surprising.  I thought it was Ctrl-t-t r.
>
>

only on a cpuserver.  this means that you can C into a cpu server
and type ^p and reboot the cpu server, without worring about
nuking your terminal.

- erik



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

* Re: [9fans] arenas00: indexing 1455 clumps...
  2009-07-22  2:32 ` David Leimbach
  2009-07-22  2:36   ` erik quanstrom
@ 2009-07-22  2:37   ` Corey
  2009-07-22  2:42     ` erik quanstrom
  1 sibling, 1 reply; 9+ messages in thread
From: Corey @ 2009-07-22  2:37 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On Tuesday 21 July 2009 19:32:47 David Leimbach wrote:
> ctrl-p is reboot!?  That's surprising.  I thought it was Ctrl-t-t r.
>

<grin> ... so did I! (based on what I have read)

I tried ctrl-p because I just learned that ctl-a moves cursor to
beginning of line, or point; and I thought, I wonder if there's
a keybinding that will always move cursor to point - so for the
hell of it, I tried the "obvious" ctl-p.




> On Tue, Jul 21, 2009 at 7:20 PM, Corey <corey@bitworthy.net> wrote:
> > I was booted into my cpu/auth server's terminal; then pressed ctrl-p by
> > accident in a rio window; which caused the machine to immediately reboot
> > - and now it gets to particular point and (seemingly) hangs at:
> >
> > sync...2009/0722 02:04:58 arenas00: indexing 1544 clumps...
> >
> > I imagine it's got something to do with the filesystem/fossil?
> >
> > Did this occur because I rebooted ( <ctrl>-p ), without doing a fshalt
> > first?
> >
> > If so, is there a way I can disable or reassign this <ctrl>-p keybinding?
> >
> >
> > Thanks




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

* Re: [9fans] arenas00: indexing 1455 clumps...
  2009-07-22  2:35   ` Michaelian Ennis
@ 2009-07-22  2:40     ` erik quanstrom
  2009-07-22  2:48       ` Michaelian Ennis
  0 siblings, 1 reply; 9+ messages in thread
From: erik quanstrom @ 2009-07-22  2:40 UTC (permalink / raw)
  To: 9fans

On Tue Jul 21 22:37:35 EDT 2009, michaelian.ennis@gmail.com wrote:
> echo ctlpoff >/dev/consctl
>
> would have to be run each time the system boots right?
>
> ian

god invented /rc/bin/cpurc for a reason.

- erik



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

* Re: [9fans] arenas00: indexing 1455 clumps...
  2009-07-22  2:37   ` Corey
@ 2009-07-22  2:42     ` erik quanstrom
  0 siblings, 0 replies; 9+ messages in thread
From: erik quanstrom @ 2009-07-22  2:42 UTC (permalink / raw)
  To: corey, 9fans

> I tried ctrl-p because I just learned that ctl-a moves cursor to
> beginning of line, or point; and I thought, I wonder if there's
> a keybinding that will always move cursor to point - so for the
> hell of it, I tried the "obvious" ctl-p.

this is a modern invention.  i think it may be an emacs or readline
thing.  ^a moves to the beginning of the line in rio and acme.

- erik



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

* Re: [9fans] arenas00: indexing 1455 clumps...
  2009-07-22  2:40     ` erik quanstrom
@ 2009-07-22  2:48       ` Michaelian Ennis
  0 siblings, 0 replies; 9+ messages in thread
From: Michaelian Ennis @ 2009-07-22  2:48 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On Tue, Jul 21, 2009 at 10:40 PM, erik quanstrom<quanstro@quanstro.net> wrote:
> On Tue Jul 21 22:37:35 EDT 2009, michaelian.ennis@gmail.com wrote:
>> echo ctlpoff >/dev/consctl
>>
>> would have to be run each time the system boots right?
>>
>> ian
>
> god invented /rc/bin/cpurc for a reason.
>

Observe how "yes." sufficed earlier in the thread?  Or was said
"reason" to provide you with opportunities for snarky replies?

Ian



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

end of thread, other threads:[~2009-07-22  2:48 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-22  2:20 [9fans] arenas00: indexing 1455 clumps Corey
2009-07-22  2:29 ` Russ Cox
2009-07-22  2:35   ` Michaelian Ennis
2009-07-22  2:40     ` erik quanstrom
2009-07-22  2:48       ` Michaelian Ennis
2009-07-22  2:32 ` David Leimbach
2009-07-22  2:36   ` erik quanstrom
2009-07-22  2:37   ` Corey
2009-07-22  2:42     ` erik quanstrom

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