1 | 29 | simandl | |
2 | | | |
3 | | | ---------------------------------------- |
4 | | | 1616107890: archiver successfully forked into background and running on PID 4074 |
5 | | | 1616107890 Initializing modules... |
6 | | | 1616107890 END Initializing modules... |
7 | | | -------------------------------------------------- |
8 | | | |
9 | | | |
10 | | | starting module: "part" |
11 | | | PART: Operating system "linux" not supported! |
12 | | | PART: Falling back to "default" |
13 | | | part running on PID 4078 |
14 | | | |
15 | | | |
16 | | | starting module: "ping" |
17 | | | ping running on PID 4081 |
18 | | | |
19 | | | |
20 | | | starting module: "system" |
21 | | | system running on PID 4085 |
22 | | | |
23 | | | |
24 | | | starting module: "temp" |
25 | | | temp running on PID 4088 |
26 | | | |
27 | | | |
28 | | | starting module: "traffic" |
29 | | | traffic running on PID 4097 |
30 | | | |
31 | | | |
32 | | | starting module: "wireless" |
33 | | | wireless running on PID 4100 |
34 | | | |
35 | | | Use of uninitialized value $HotSaNICmod::OSdep::memfre in subtraction (-) at |
36 | | | ./platform/linux.pm line 232 (#1) |
37 | 15 | simandl | (W uninitialized) An undefined value was used as if it were already |
38 | | | defined. It was interpreted as a "" or a 0, but maybe it was a mistake. |
39 | | | To suppress this warning assign a defined value to your variables. |
40 | | | |
41 | 27 | simandl | To help you figure out what was undefined, perl will try to tell you |
42 | | | the name of the variable (if any) that was undefined. In some cases |
43 | | | it cannot do this, so it also tells you what operation you used the |
44 | | | undefined value in. Note, however, that perl optimizes your program |
45 | | | anid the operation displayed in the warning may not necessarily appear |
46 | | | literally in your program. For example, "that $foo" is usually |
47 | | | optimized into "that " . $foo, and the warning will refer to the |
48 | | | concatenation (.) operator, even though there is no . in |
49 | | | your program. |
50 | 15 | simandl | |
51 | 29 | simandl | Use of uninitialized value $HotSaNICmod::OSdep::memtot in subtraction (-) at |
52 | | | ./platform/linux.pm line 232 (#1) |
53 | | | Use of uninitialized value $HotSaNICmod::OSdep::membuf in subtraction (-) at |
54 | | | ./platform/linux.pm line 232 (#1) |
55 | | | Use of uninitialized value $HotSaNICmod::OSdep::memcac in subtraction (-) at |
56 | | | ./platform/linux.pm line 232 (#1) |
57 | | | Use of uninitialized value $HotSaNICmod::OSdep::memfre in concatenation (.) or |
58 | | | string at ./platform/linux.pm line 234 (#1) |
59 | | | Use of uninitialized value $HotSaNICmod::OSdep::membuf in concatenation (.) or |
60 | | | string at ./platform/linux.pm line 234 (#1) |
61 | | | Use of uninitialized value $HotSaNICmod::OSdep::memcac in concatenation (.) or |
62 | | | string at ./platform/linux.pm line 234 (#1) |
63 | | | Use of uninitialized value $HotSaNICmod::OSdep::swpfre in concatenation (.) or |
64 | | | string at ./platform/linux.pm line 234 (#1) |
65 | | | Use of uninitialized value $HotSaNICmod::OSdep::swpuse in concatenation (.) or |
66 | | | string at ./platform/linux.pm line 234 (#1) |
67 | | | part running on PID 4078 |
68 | | | |
69 | | | ping running on PID 4081 |
70 | | | |
71 | | | system running on PID 4085 |
72 | | | |
73 | | | temp running on PID 4088 |
74 | | | |
75 | | | traffic running on PID 4097 |
76 | | | |
77 | | | wireless running on PID 4100 |
78 | | | |
79 | | | 1616108021Stopping all running modules. |
80 | | | 1616108021Daemon exiting normally. |
81 | | | PID-file removed. |
82 | | | |
83 | | | |
84 | | | ---------------------------------------- |
85 | | | 1616108022: archiver successfully forked into background and running on PID 4814 |
86 | | | 1616108022 Initializing modules... |
87 | | | 1616108022 END Initializing modules... |
88 | | | -------------------------------------------------- |
89 | | | |
90 | | | |
91 | | | starting module: "part" |
92 | | | PART: Operating system "linux" not supported! |
93 | | | PART: Falling back to "default" |
94 | | | part running on PID 4818 |
95 | | | |
96 | | | |
97 | | | starting module: "ping" |
98 | | | ping running on PID 4821 |
99 | | | |
100 | | | |
101 | | | starting module: "system" |
102 | | | system running on PID 4825 |
103 | | | |
104 | | | |
105 | | | starting module: "temp" |
106 | | | temp running on PID 4828 |
107 | | | |
108 | | | |
109 | | | starting module: "traffic" |
110 | | | traffic running on PID 4832 |
111 | | | |
112 | | | |
113 | | | starting module: "wireless" |
114 | | | wireless running on PID 4835 |
115 | | | |
116 | | | Use of uninitialized value $HotSaNICmod::OSdep::memfre in subtraction (-) at |
117 | | | ./platform/linux.pm line 232 (#1) |
118 | 27 | simandl | (W uninitialized) An undefined value was used as if it were already |
119 | | | defined. It was interpreted as a "" or a 0, but maybe it was a mistake. |
120 | | | To suppress this warning assign a defined value to your variables. |
121 | | | |
122 | | | To help you figure out what was undefined, perl will try to tell you |
123 | | | the name of the variable (if any) that was undefined. In some cases |
124 | | | it cannot do this, so it also tells you what operation you used the |
125 | | | undefined value in. Note, however, that perl optimizes your program |
126 | | | anid the operation displayed in the warning may not necessarily appear |
127 | | | literally in your program. For example, "that $foo" is usually |
128 | | | optimized into "that " . $foo, and the warning will refer to the |
129 | | | concatenation (.) operator, even though there is no . in |
130 | | | your program. |
131 | | | |
132 | 29 | simandl | Use of uninitialized value $HotSaNICmod::OSdep::memtot in subtraction (-) at |
133 | | | ./platform/linux.pm line 232 (#1) |
134 | | | Use of uninitialized value $HotSaNICmod::OSdep::membuf in subtraction (-) at |
135 | | | ./platform/linux.pm line 232 (#1) |
136 | | | Use of uninitialized value $HotSaNICmod::OSdep::memcac in subtraction (-) at |
137 | | | ./platform/linux.pm line 232 (#1) |
138 | | | Use of uninitialized value $HotSaNICmod::OSdep::memfre in concatenation (.) or |
139 | | | string at ./platform/linux.pm line 234 (#1) |
140 | | | Use of uninitialized value $HotSaNICmod::OSdep::membuf in concatenation (.) or |
141 | | | string at ./platform/linux.pm line 234 (#1) |
142 | | | Use of uninitialized value $HotSaNICmod::OSdep::memcac in concatenation (.) or |
143 | | | string at ./platform/linux.pm line 234 (#1) |
144 | | | Use of uninitialized value $HotSaNICmod::OSdep::swpfre in concatenation (.) or |
145 | | | string at ./platform/linux.pm line 234 (#1) |
146 | | | Use of uninitialized value $HotSaNICmod::OSdep::swpuse in concatenation (.) or |
147 | | | string at ./platform/linux.pm line 234 (#1) |
148 | | | 1616108023 WIRELESS: setting up database zlebra-krive-kritozle.rrd for values [0..U] |
149 | | | 1616108023 WIRELESS: setting up database zlebra-krive-zletokri.rrd for values [0..U] |
150 | | | part running on PID 4818 |
151 | | | |
152 | | | ping running on PID 4821 |
153 | | | |
154 | | | system running on PID 4825 |
155 | | | |
156 | | | temp running on PID 4828 |
157 | | | |
158 | | | traffic running on PID 4832 |
159 | | | |
160 | | | wireless running on PID 4835 |
161 | | | |
162 | | | 1616108170Stopping all running modules. |
163 | | | 1616108170Daemon exiting normally. |
164 | | | PID-file removed. |