forked from bkil/oss-meetup.syslog-ng.dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
505 lines (396 loc) · 13.2 KB
/
index.html
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>OSS meetup: syslog-ng development</title>
<meta name="description" content="A framework for easily creating beautiful presentations using HTML">
<meta name="author" content="Hakim El Hattab">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/white.css" id="theme">
<!-- Code syntax highlighting -->
<link rel="stylesheet" href="lib/css/zenburn.css">
<!-- Printing and PDF exports -->
<script>
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
<!--[if lt IE 9]>
<script src="lib/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="reveal">
<!-- Any section element inside of this container is displayed as a slide -->
<div class="slides">
<section data-markdown style="text-align: left;"> <script type="text/template">
* syslog-ng @ Open Source Meetup
* GnuPG: <img src="img/bkil-64.png" /> [...] F2D8 C3CE D372 836D
Mindenki vegyen elő papírt, tollat
vagy fájlt jegyzeteléshez!
Kérdések a végén & szünetben
</script> </section>
<section data-markdown style="text-align: left;"> <script type="text/template">
#### Miről szól az előadás?
* a hallgatóság képes legyen résztvenni egy GitHub projekt munkafolyamatában
* hiba bejelentése
* hiba kinyomozása
* javítás/fejlesztés beküldése
</script> </section>
<section data-markdown style="text-align: left;"> <script type="text/template">
#### Mi a syslog-ng?
https://github.com/balabit/syslog-ng
1998 óta töretlenül felfelé ívelő alternatív GPL/LGPL naplózó rendszer (lásd még: journald, rsyslog).
Erősségei többek között az agilitás, a moduláris felépítés, a teljesítményre fektetett hangsúly, gazdag szűrési, üzenetelemzési és transzformációs képességek és széles körű platformtámogatás.
</script> </section>
<section data-markdown style="text-align: left;"> <script type="text/template">
#### Licenszek: GPL és LGPL
Bárki bekapcsolódhat a vérkeringésbe: továbbfejlesztési javaslatok, optimalizáció, hiba bejelentése vagy akár javítása (!), az egyéni problémák hatékony megoldására akár meglevő implementációk kiterjesztése, akár teljesen új modulok készítése, de bárki segíthet a teljes mag újragondolásában is ha éppen ebben lát fantáziát.
</script> </section>
<section data-markdown style="text-align: left;"> <script type="text/template">
#### Nyelvek
* Mag: C
* Build: automake, bash
Komponensek fejleszthetők rengeteg nyelven:
* C, Python, Java, Lua, Perl és Rust
* a lista folyamatosan bővül
* SCL: syslog-ng config language (DSL)
</script> </section>
<section data-markdown style="text-align: left;"> <script type="text/template">
#### Logók
Forrás & cél:
file/pipe
socket (UNIX, UDP, TCP, syslog)
exec()
Kimenet:
AMQP
ElasticSearch (+SCL)
Graphite (+SCL)
Java
Kafka
HDFS
HTTP
Loggly (SCL)
Logmatic (SCL)
Lua
Mbox (SCL)
MongoDB
pseudofile
Perl
Python
Redis
Riemann
RSS
SMTP
SQL
STOMP
ZeroMQ
Forrás:
Monitor (Lua & trigger)
Nodejs (SCL)
Pacct (SCL)
Solaris STREAMS
systemd-syslog
systemd-journal
usertty
Parser:
Apache (SCL)
CSV
date
db
Parser & formázás:
JSON
Syslog
Formázás:
CEF
CIM (SCL)
GeoIP
getent
Linux KMSG
Pacct
rewrite
welf (kvformat, linux-audit)
</script> </section>
<section data-markdown style="text-align: left;"> <script type="text/template">
#### Telepítés
```
apt-get install syslog-ng # syslog-ng-dbg
yum install --enablerepo=epel syslog-ng
emerge --ask app-admin/syslog-ng
...
```
Frissebb csomagok elérhetők az alábbi [OBS repókból](https://build.opensuse.org/project/show/home:laszlo_budai:syslog-ng):
```
https://build.opensuse.org/project/show
/home:laszlo_budai:syslog-ng
/home:czanik:syslog-ng37
```
</script> </section>
<section data-markdown style="text-align: left;"> <script type="text/template">
#### Forrásból
```
git clone [email protected]:balabit/syslog-ng.git &&
cd syslog-ng &&
./autogen.sh &&
./configure --enable-debug --prefix=$prefix &&
make install
# make uninstall
```
</script> </section>
<section data-markdown style="text-align: left;"> <script type="text/template">
#### Egy régi változat beüzemelése (git) ->
```
git checkout \
5205a763878e961ababcd2bd9e8562efaa3a7a8d
```
</script> </section>
<section>
<img class="stretch" src="img/gitk-history.png" />
</section>
<section data-markdown style="text-align: left;"> <script type="text/template">
#### Előidézés: ~/tls-sigsegv.conf
```
@version: 3.7
source s_local_tls {
syslog( ip(127.0.0.1) port(2222)
transport("tls")
tls( key-file("") cert-file("") ) ); };
destination d_file { file("output.log"); };
# network( "127.0.0.1" port(2222)); };
log { source(s_local_tls);
destination(d_file); };
```
</script> </section>
<section data-markdown style="text-align: left;"> <script type="text/template">
#### Előidézés: bemenet
```
cd $prefix/var &&
../sbin/syslog-ng --foreground \
--cfgfile ~/tls-sigsegv.conf \
--verbose --debug --trace --stderr --enable-core
# ulimit -c unlimited
```
```
nc -zvv localhost 2222
```
```
[2016-02-08T21:12:55.458776] Error opening TLS file; filename='', error='No such file or directory (2)'
[2016-02-08T21:12:55.458829] Error opening TLS file; filename='', error='No such file or directory (2)'
[2016-02-08T21:12:55.458885] Error setting up TLS session context; tls_error='SSL routines:SSL_CTX_check_private_key:no certificate assigned'
Segmentation fault (core dumped)
```
`dmesg`
```
[124757.086079] syslog-ng[29563]: segfault at 4 ip
00007fdfb9036e7c sp 00007ffd755bbef0 error 4 in libsyslog-ng-3.7.so.0.0.0[7fdfb8fc6000+c5000]
```
</script> </section>
<section data-markdown style="text-align: left;"> <script type="text/template">
#### Hibabejelentés
https://github.com/balabit/syslog-ng/issues/new
* verzió
* input
* core dump
* egyéb körülmények
Egyéb általános kérdés:
* http://lists.balabit.hu/mailman/listinfo/syslog-ng
</script> </section>
<section>
<img class="stretch" src="img/github-sign_up.png" />
</section>
<section data-markdown style="text-align: left;"> <script type="text/template">
#### GitHub fork, feature branch alapú fejlesztés ->
https://help.github.com/articles/generating-an-ssh-key/
```
ssh-keygen # -f ~/.ssh/id_rsa_github
cat ~/.ssh/id_rsa.pub
ssh -T [email protected]
...
```
</script> </section>
<section>
<img class="stretch" src="img/github-fork.png" />
</section>
<section>
<img class="stretch" src="img/github-settings-url.png" />
</section>
<section>
<img class="stretch" src="img/git-gui-menu.png" />
</section>
<section>
<img class="stretch" src="img/git-gui-options.png" />
</section>
<section data-markdown style="text-align: left;"> <script type="text/template">
#### GitHub clone
```
git clone [email protected]:bkil/syslog-ng.git
```
Ha nem GUI-ból csináljuk:
```
git checkout \
-b f/fix-tls-sigsegv \
5205...
```
</script> </section>
<section>
<img class="stretch" src="img/eclipse-post-mortem.png" />
</section>
<section>
<img class="stretch" src="img/eclipse-stack-1.png" />
</section>
<section data-markdown style="text-align: left;"> <script type="text/template">
#### Okfeltárás - környezet, híváslánc
<img class="stretch" src="img/eclipse-stack-2.png" />
</script> </section>
<section>
<img class="stretch" src="img/eclipse-stack-3.png" />
</section>
<section data>
<img class="stretch" src="img/eclipse-stack-4.png" />
</section>
<section>
<img class="stretch" src="img/eclipse-stack-5.png" />
</section>
<section>
<img class="stretch" src="img/eclipse-stack-6.png" />
</section>
<section data-markdown style="text-align: left;"> <script type="text/template">
#### Javítás
```
git diff -R 0a84c2c23bb2280666d023961538d7d500d4c2d2
```
```
diff --git b/modules/afsocket/afsocket-source.c a/modules/afsocket/afsocket-source.c
index b18e14e..ff38a6f 100644
--- b/modules/afsocket/afsocket-source.c
+++ a/modules/afsocket/afsocket-source.c
@@ -89,6 +89,10 @@ afsocket_sc_init(LogPipe *s)
if (!self->reader)
{
transport = afsocket_sc_construct_transport(self, self->sock);
+ /* transport_mapper_inet_construct_log_transport() can return NULL on TLS errors */
+ if (!transport)
+ return FALSE;
+
proto = log_proto_server_factory_construct(self->owner->proto_factory, transport, &self->owner->
self->reader = log_reader_new(s->cfg);
log_reader_reopen(self->reader, proto, poll_fd_events_new(self->sock));
```
</script> </section>
<section data-markdown style="text-align: left;"> <script type="text/template">
#### git commit konvenciók
```
afsocket: Fix segfault caused by any kind of TLS error.
afsocket_sc_init() should also fail after
tls_context_setup_session() failed.
transport_mapper_inet_construct_log_transport() can
probably only return NULL in TLS cases.
This is why the issue surfaced for TLS.
Fixes #695
Signed-off-by: bkil-syslogng <[email protected]>
```
</script> </section>
<section data-markdown style="text-align: left;"> <script type="text/template">
#### git commit & push
```
git commit --all --signoff
git push origin f/fix-tls-sigsegv
```
</script> </section>
<section data-markdown style="text-align: left;"> <script type="text/template">
#### GitHub pull request (PR) ->
<img class="stretch" src="img/github-cr-pr-1.png" />
</script> </section>
<section>
<img class="stretch" src="img/github-cr-pr-2.png" />
</section>
<section data-markdown style="text-align: left;"> <script type="text/template">
#### GitHub code review folyamat ->
<img class="stretch" src="img/pr-list-small.png" />
</script> </section>
<section>
<img class="stretch" src="img/pr-705-1-conv-z.png" />
</section>
<section>
<img class="stretch" src="img/pr-705-3-files.png" />
</section>
<section>
<img class="stretch" src="img/pr-705-4-line-comment.png" />
</section>
<section>
<img class="stretch" src="img/pr-705-2-commits.png" />
</section>
<section data-markdown style="text-align: left;"> <script type="text/template">
#### Continuous integration (CI)
* Korai hibafeltárás: olcsóbb javítás
* Automatizmus: gépidő olcsó
* Eltérő fejleszői környezetek
</script> </section>
<section data-markdown style="text-align: left;"> <script type="text/template">
#### Travis CI
* GitHub mellé jár
* trigger: Pull Request és push
* PR review visszajelzés: zöld/piros
</script> </section>
<section data-markdown style="text-align: left;"> <script type="text/template">
#### .travis.yml beállítások
* függőségek
* `gcc` & `clang`
* `-Werror`
* copyright deklarációk
* unit tesztek
* funkcionális tesztek
</script> </section>
<section data-markdown style="text-align: left;"> <script type="text/template">
#### 1/3)
#### Kinek jött meg a kedve
#### a szabad szoftveres fejlesztéshez?
</script> </section>
<section data-markdown style="text-align: left;"> <script type="text/template">
#### 2/3)
#### Ki szeretne legközelebb a syslog-ng
#### részleteiről bővebben hallani?
</script> </section>
<section data-markdown style="text-align: left;"> <script type="text/template">
#### 3/3)
#### Ki szeretne legközelebb az OpenWRT
#### (wifi router) témáról hallani?
</script> </section>
<section data-markdown style="text-align: left;"> <script type="text/template">
#### Köszönöm a figyelmet! Hány kérdés van?
* https://www.github.com/bkil/oss-meetup.syslog-ng.dev
* GnuPG: <img src="img/bkil-64.png" /> [...] F2D8 C3CE D372 836D
</script> </section>
</div>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.js"></script>
<script>
// Full list of configuration options available at:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
autoSlide: 20000,
loop: true,
controls: true,
progress: true,
history: true,
center: true,
transition: 'fade', // none/fade/slide/convex/concave/zoom
// Optional reveal.js plugins
dependencies: [
{ src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
{ src: 'plugin/zoom-js/zoom.js', async: true },
{ src: 'plugin/notes/notes.js', async: true }
]
});
</script>
</body>
</html>