summaryrefslogtreecommitdiff
path: root/README
blob: f7942af77a05b8dc8e05847b27bf02961b86a57e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
A reincarnation prototype for the Hurd
======================================

% ./reincarnation -c hi ./persistent-hello --content="hi there :)
" &
% cat hi
hi there :)
% pkill persistent-hell ; cat hi
hi there :)

!!! run as root, libtrivfs allows only root to do this atm :(
# fsysopts hi "--contents=something else
"

% cat hi
something else
% pkill persistent-hell ; cat hi
something else

Whoa, persistent-hello got reincarnated and retained its
state. Unfortunately any client related state is currently lost,
including the ports:

% ( pkill persistent-hell ; cat ) < hi
[1]    14400 resource lost  ( pkill persistent-hell; cat; ) < hi