-
Notifications
You must be signed in to change notification settings - Fork 12
/
INSTALL.upgrade
65 lines (42 loc) · 1.64 KB
/
INSTALL.upgrade
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Contents
--------
1. Upgrading from version 0.1.x and 0.2.x
2. Upgrading from version 0.03
3. Upgrading from version 0.02
1. Upgrading from version 0.1.x and 0.2.x
-----------------------------------------
The uptimed configuration file has been expanded to support new options. You
probably want to merge your custom configuration from 'uptimed.conf' with
the sample file called 'uptimed.conf-dist'.
2. Upgrading from version 0.03
------------------------------
The location of bootid and logfiles have changed to the /var/spool/uptimed/
directory. This directory has already been created by 'make install'.
However, you also need to move the old logfiles to the new location.
First, shut down any running uptimed daemons.
killall uptimed
(Note that the killall command might not have the desired effect on
non-Linux systems.)
Now move the old files:
mv /etc/uptimed.log /var/spool/uptimed/records
mv /var/run/uptimed.bootid /var/spool/uptimed/bootid
Finally, start the (new) uptimed daemon:
uptimed
Now follow the instructions as if you were upgrading from version 0.1.0.
3. Upgrading from version 0.02
------------------------------
Versions 0.03 and higher log system information into the logfile. You have
to convert these logfiles manually:
First, shut down any running uptimed daemons.
killall uptimed
(Note that the killall command might not have the desired effect on
non-Linux systems.)
Edit the file /etc/uptimed.log and change the entries from the format
uptime:boottime
to
uptime:bootttime:systeminfo
Example:
377428:943880710
to
377428:943880710:Linux 2.2.13
Now follow the instructions as if you were upgrading from version 0.03.