Skip to content

Instantly share code, notes, and snippets.

View leftwo's full-sized avatar

Alan Hanson leftwo

View GitHub Profile
Regular crucible startup messages before this.
Jan 24 16:13:28.626 WARN client task is already stopping, client: 0, : downstairs, session_id: 0dd8154a-2ec2-4c51-b56e-be6d47df9345
Jan 24 16:13:43.628 WARN client task is already stopping, client: 0, : downstairs, session_id: 0dd8154a-2ec2-4c51-b56e-be6d47df9345
Jan 24 16:13:58.628 WARN client task is already stopping, client: 0, : downstairs, session_id: 0dd8154a-2ec2-4c51-b56e-be6d47df9345
Jan 24 16:14:13.629 WARN client task is already stopping, client: 0, : downstairs, session_id: 0dd8154a-2ec2-4c51-b56e-be6d47df9345
Jan 24 16:14:23.438 WARN downstairs failed, too many outstanding jobs 57001, : downstairs, : downstairs, session_id: 0dd8154a-2ec2-4c51-b56e-be6d47df9345
Jan 24 16:14:23.438 INFO [0] client skip 57007 in process jobs because fault, : downstairs, : downstairs, session_id: 0dd8154a-2ec2-4c51-b56e-be6d47df9345
Here is the tail:
```
1685/1800 Read block 3483 len 20480
1686/1800 Read block 4648 len 28672
1687/1800 Write block 736 len 16384 data: 13 14 15 14
{"msg":" 26009 final dependency list []","v":0,"name":"crucible","level":30,"time":"2023-12-05T17:18:23.264983965Z","hostname":"EVT22200005","pid":8755,"client":"2","":"downstairs","session_id":"a7341b3f-853d-4687-a011-8b09ff9301ea"}
1688/1800 Write block 1746 len 32768 data: 13 13 14 13 14 13 8 8
{"msg":" 26010 final dependency list []","v":0,"name":"crucible","level":30,"time":"2023-12-05T17:18:23.265105144Z","hostname":"EVT22200005","pid":8755,"client":"2","":"downstairs","session_id":"a7341b3f-853d-4687-a011-8b09ff9301ea"}
1689/1800 Write block 2384 len 28672 data: 10 13 11 9 8 9 15

Keybase proof

I hereby claim:

  • I am leftwo on github.
  • I am leftwo (https://keybase.io/leftwo) on keybase.
  • I have a public key ASApTbEaqv0IePcSzXq_1Wifn92ao3UOoyFwADaEcsGEDwo

To claim this, I am signing this object:

@leftwo
leftwo / .tmux.conf
Last active March 17, 2020 20:59
tmux config file
# remap prefix from 'C-b' to 'C-a'
unbind C-b
set-option -g prefix C-a
bind-key C-a send-prefix
# split panes using | and -
bind | split-window -h
bind - split-window -v
unbind '"'
unbind %
# Put status bar at the top