conmon-2.1.5-150300.8.6.1<>,N̉c/p9|c]0.1]a|zZ_mgB%4Kw).>6Sh h5Q]eCN`X8a ?_0!{A\DUˬ^c+Z븏rSt QC|T֓ ?<W2c#%iP2'rhJFꈈf@+MӍ6ٺrydӗH9 B>&gx[ _f^W̱E, 9L>>$t?$dd   =:E [m      *Hl   ( 8 9 : FGHI X Y \ <] T^ b!c!d":e"?f"Bl"Du"Xv"pw#x#y#z$$$$$`Cconmon2.1.5150300.8.6.1An OCI container runtime monitorConmon is a monitoring program and communication tool between a container manager (like podman or CRI-O) and an OCI runtime (like runc or crun) for a single container.c/ibs-power9-10UcSUSE Linux Enterprise 15SUSE LLC Apache-2.0https://www.suse.com/System/Managementhttps://github.com/containers/conmonlinuxppc64le*A큤A큤c/c/ceTc/ceTc/117328e8a1e575f555f8773e3c83cfc2cb266558a840ea8eeaed11f8efeb6b4262fe0c865d85a23dff81cfa3880dba5b1c6296925cde314f32131cad18b36abe9c9d771d4004725237a31ada889fe06c85a24fd0a29e41825181ab4cde54f0167f84c4d85341ae0e98a37fb9af4e78bda06a394633b3be711b327665b18f2f15rootrootrootrootrootrootrootrootrootrootrootrootconmon-2.1.5-150300.8.6.1.src.rpmconmonconmon(ppc-64)@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.17)(64bit)libglib-2.0.so.0()(64bit)libsystemd.so.0()(64bit)libsystemd.so.0(LIBSYSTEMD_209)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3c~ @cdb@b>bs@aM`@`c`7@_@_h_!d^V@^x^%@^%@^{G^p^`^O@^r]q]}@]+]@]7@]A])]y@]a&]V]QTdcermak@suse.comfvogt@suse.comdmueller@suse.comidesmi@protonmail.comrpm@fthiessen.deinfo@paolostivanin.comalexandre.vicenzi@suse.comalexandre.vicenzi@suse.comalexandre.vicenzi@suse.comsgrunert@suse.comdmueller@suse.comsgrunert@suse.comsgrunert@suse.comsgrunert@suse.comrhafer@suse.comsgrunert@suse.comsgrunert@suse.comrhafer@suse.comsgrunert@suse.comrhafer@suse.comsgrunert@suse.comsgrunert@suse.comsgrunert@suse.comsgrunert@suse.comsgrunert@suse.comsgrunert@suse.comsgrunert@suse.comsgrunert@suse.comsgrunert@suse.comjengelh@inai.desgrunert@suse.comsgrunert@suse.com- Update to version 2.1.5: * don't leak syslog_identifier * logging: do not read more that the buf size * logging: fix error handling * Makefile: Fix install for FreeBSD * signal: Track changes to get_signal_descriptor in the FreeBSD version * Packit: initial enablement - Update to version 2.1.4: * Fix a bug where conmon crashed when it got a SIGCHLD- Add patch to fix build with make >= 4.4: * 0001-Fix-tools-Makefile-with-GNU-make-4.4.patch- update to 2.1.3: * Port conmon to FreeBSD * Stop using g_unix_signal_add() to avoid threads * Rename CLI optionlog-size-global-max to log-global-size-max- Update to version 2.1.2: * add log-global-size-max option to limit the total output conmon processes (CVE-2022-1708 boo#1200285) * journald: print tag and name if both are specified * drop some logs to debug level- Update to version 2.1.0 * logging: buffer partial messages to journald * exit: close all fds >= 3 * fix: cgroup: Free memory_cgroup_file_path if open fails. Call g_free instead of free. - Update to version 2.0.32 * Fix: Avoid mainfd_std{in,out} sharing the same file descriptor. * exit_command: Fix: unset subreaper attribute before running exit command - Update to version 2.0.31 * logging: new mode -l passthrough * ctr_logs: use container name or ID as SYSLOG_IDENTIFIER for journald * conmon: Fix: free userdata files before exec cleanup- Update to version 2.0.30: * Remove unreachable code path * exit: report if the exit command was killed * exit: fix race zombie reaper * conn_sock: allow watchdog messages through the notify socket proxy * seccomp: add support for seccomp notify- Update to version 2.0.29: * Reset OOM score back to 0 for container runtime * call functions registered with atexit on SIGTERM * conn_sock: fix potential segfault- Update to version 2.0.27: * bump to v2.0.27 * Add CRI-O integration test GitHub action * exec: don't fail on EBADFD * close_fds: fix close of external fds * Add arm64 static build binary * bump to v2.0.27-dev- Update to version 2.0.26: * conn_sock: do not fail on EAGAIN * fix segfault from a double freed pointer * Fix a bug where conmon could never spawn a container, because a disagreement between the caller and itself on where the attach socket was. * improve --full-attach to ignore the socket-dir directly. that means callers don't need to specify a socket dir at all (and can remove it) * add full-attach option to allow callers to not truncate a very long path for the attach socket * close only opened FDs * set locale to inherit environment- Update to version 2.0.22: * added man page * attach: always chdir * conn_sock: Explicitly free a heap-allocated string * refactor I/O and add SD_NOTIFY proxy support- Update to version 2.0.21: * bump to v2.0.21 * protect against kill(-1) * Makefile: enable debuginfo generation * Remove go.sum file and add go.mod * Fail if conmon config could not be written * nix: remove double definition for e2fsprogs * Speedup static build by utilizing CI cache on `/nix` folder * Fix nix build for failing e2fsprogs tests * test: fix CI * Use Podman for building- Update to v2.0.20 (bsc#1175821) - journald: fix logging container name - container logging: Implement none driver - "off", "null" or "none" all work. - ctrl: warn if we fail to unlink - Drop fsync calls - Reap PIDs before running exit command - Fix log path parsing - Add --sync option to prevent conmon from double forking - Add --no-sync-log option to instruct conmon to not sync the logs of the containers upon shutting down. This feature fixes a regression where we unconditionally dropped the log sync. It is possible the container logs could be corrupted on a sudden power-off. If you need container logs to remain in consistent state after a sudden shutdown, please update from v2.0.19 to v2.0.20- Update to v2.0.17 - Add option to delay execution of exit command- Update to v2.0.16 - tty: flush pending data when fd is ready- Enable support for journald logging (bsc#1162432)- Update to v2.0.15 - store status while waiting for pid- Update to v2.0.14 - drop usage of splice(2) - avoid hanging on stdin - stdio: sometimes quit main loop after io is done - ignore sigpipe- Update to v2.0.12 - oom: fix potential race between verification steps- Update to v2.0.11 - log: reject --log-tag with k8s-file - chmod std files pipes - adjust score to -1000 to prevent conmon from ever being OOM killed - container OOM: verify cgroup hasn't been cleaned up before reporting OOM- Update to v2.0.10 (bsc#1160460, bsc#1164390, jsc#ECO-1048, jsc#SLE-11485, jsc#SLE-11331): - journal logging: write to /dev/null instead of -1- Add TimedOutMessage to config to share with go code - Fix format string to limit the size of the string to 10 characters- Persist oom files on cgroup v2 - Revert the check for the OOM counter on cgroups v1 before writing OOM file- Add --persist-dir flag to allow important container files to be written to a persistent directory - Check OOM counter on cgroups v1 before writing OOM file - Use splice(2) to copy from stdin- Kill the process group on timeout- Add --persist-dir to allow callers to specify a directory that conmon should mirror certain important files that should persist reboots (right now, just the container exit file)- Fix tight loop on OOM- Add log level trace - Separate handling of log reopen events and terminal resize events- Add CONN_SOCK_BUF_SIZE to config - Fix bug to close the sync pipe before exit command- Set masterfd_stdout before registering ctrl_cb- Upstream has an actual description, use it instead of just duplicating the summary again.- Use `%make_build` macro instead of `%{__make}` - Use `%make_install` macro instead of `%{__make} install` - Use `%{_bindir}` macro instead of `%{_usr}/bin` - Change `PREFIX` to not contain `%{buildroot}` and use the `$DESTDIR` variable- Initial release v2.0.0ibs-power9-10 16705903912.1.5-150300.8.6.12.1.5-150300.8.6.1conmonconmonREADME.mdconmonLICENSEconmon.8.gz/usr/bin//usr/share/doc/packages//usr/share/doc/packages/conmon//usr/share/licenses//usr/share/licenses/conmon//usr/share/man/man8/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:27100/SUSE_SLE-15-SP3_Update/19b2fe8fe269cafcab8027f8c20f33ba-conmon.SUSE_SLE-15-SP3_Updatedrpmxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=ec630ced29c48d4e577f15699dd5c0c9e13850e5, for GNU/Linux 3.10.0, strippeddirectoryASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRRRR{dڜՄbbJutf-80e8e06fb1c925579371da5e468fe81d80e0067b921351ae12ef6c184d72c6784? 7zXZ !t/I&]"k%r̨u3R>QLnOn[(:O;XupϘkZq?}X;YV" M ;LӀC1w šwڑھGE&'j^džZTja^65oU_9xIŗ%,@4]2@{x%p8ecљ{"eD(<+F,:(|k {] Bdzf~TCN\#SW/Ѝ?k˦4(`@RqH$@O{Qh_>q~Z w)ֲђ8⾤ZbG[<91o7W~X+cgC_0M 燍YCppևB76%n|(, wwgn؜:,ؒM*IUn{}*t}I7w1I]U9OYsko*rnYh…?m6B^vu[FNyO8IF?-"ϩ!\]3q4&y;~ysMTrmC KlߙIfo Frdw9W+np 6co J4L4m+@ ]D^ۻZ#ʍw\;@mnt :<'o!a[?3$Un8@"&C4][Hb3 P*մ']w]#<(m<5QYvcuiNRTǛvUQb\4=Md3#A-$l |Ǭkt~]fFkLuq) DWia++%9xrrP^`_CÈKd0r>6[PS}~*vҜ.NS+Tp'@6C MLZ 0HZk3`-mlE+1'JD%jRqZ2mC,DJI<|3It|UGnR9%uɹl錷KןEqgB 0?!Ij |t7Pn1v\0b^\(DAFpͦL\-b<;\kΦ;~UR֬PjxqHh*a`@L7bnV5|bd,QK4E uTrJo4a0?,Bh GO5M@Zl<苓xOͭI>Ck vَnсǠh5Xw l4P՝",`E`{ /K5+UcNLWaLO̩-i/$i , $AbIϩV@6,PY_곞quKPw %ZF0xo.5=?5ey0%1PB&[1VtL1q6w* gP(-V)u/7YrYwoi8Hv8P ؄٪;9U H knonOlڔ{vyU,z(@yGE42b[ЌDֵK!ʼ bKea0DlIg(qK:] :JKKuIB@dCbN4sW`EX%пVȷBkr,Kaˡmϼz W|!1sf \W]$ܿ?AY! |'OYG"o"Iֆ#`-ivsHqW }yjd 󅇮fB!9rMg| Ͻ0Pw(nf/HVe{%t_*Yp:.2/>O{G@]oF2J&/_'`hfjH#Vti߼ G(.EZTPZFsP턏躁u1.kz+E9ڈvKP#oOFH>!%ZG-_ Vf3}E St#P}qνFz,D<;mԜYEn1}U'g}C09ϰ#s 9dDB!/$>T`%~[t`ͧ>5G,O"_R%9_ ~n/lbR|ݭGsE:dv B$񞭠<8Ql ne6B^1Н)¦+9qT"Ycߍ_BZ p? kgR>rrة 5;Pyф+|u6;jL2~h*SW8$-'9Up> ['`MˋPrfRV"r wxO}~8)q&pp^ He#_H!+Z7fF[Ĭ׼풗9VQ B,z[& tE| 4!3Dn7_S/ˉt~<;sK>Zg"Gu7yH:NWo%u(Of"SS6\.ePm9FR$yPh!2ʐv[f+OOJ]rq b=|' ct 9 $-dnA$*XvCPm\zG RRHwP8lLJmBbδ+eRkƵyL}o:"7A@!t4l@d#-$ QQXiV~`KQ'*H=';oCvMan7QݑCb ;HEcknxZR =iqy)ϩdqWuA%YV`4ٓPjCm(51aFe*wTO:a U |nD4QB!!0Cƅ9RD08T}>}M xɾbXT;|&C=&O ҥ\v.#Fk$?S& 󴎖2fn5JSC/ĬYm}dvEz4d]!i G=Wᜐst«ԗ* #\x4`ya}G K#WByT~)TfZ@šNL0[3I˲F0wؘYz/0[2J1VHZB7BuPikMZ?=FꂃE`GZ7^4: -q[C]};:mTx ,vw4ڡ=h@0ɋ{ȕ$˺+h `ͤ-QMթbO.uk8,OA4_ nKzF82Rf{/7D0g_dXHl9Wyp@ +nj_f?:lNH轊ӝVT!=HgDԶA; '@*pܳ6|a阉hS/8B,UW?RGDr0!ME m B攖EP7?oftōtZɌH2,.Ae/W ogz u6. P0)qР!dIG @uѣΣGFarkVn6x1|~ʞHCB)e"<'t b#+;C9S{Fm1#P녭Tе}n_)'\yUD㩹#  U+чJgSyҙ)$)7ƈĩL:st޹dKCڈ̐;`2%3uu{4弡 UK+c_$I4`pE&)Ax57'Bsz;[|Ob-G%߻i^6@Q:rNuՂ \ֱVL"t:ZSMC7ZrNJc{3]r̆xpSJbсIY}Bmelj61Ni +>bCcW`rꞻ)Pm %FC~-/ڠ]lbd1\e8!&H^M̒!8/5m87yaJB4x;@~p Е܅66E?R1L ©q(,* 8$> *܆WN5ҪYK:xG[h>ɀC%M]J>}])yQ-IS +oXPo]R]ຟGi}2:i6@gM fUͷ/۪au獄.LSsX,x/Wb(WjjʘNޫ躷KareX+98ǫ`|p*]i5Z{QOcWEY?^)DBXT~P{XS!vB<N"*zԞ|rʗ(>:cxMkjdr xwd/=;@,qFmV;Q"\¹٪ hRN7M'J-Z?:qmwl^4-,L/mW6 ,&nqҦ*gFhj(#zȼWJ+kQx;UMPO&}B}\PE?vq?C q7*=X";? 1((ǰ Ӗba^Ae(C`ea&po.6;uV 1oqd›u3Y~/ӜY/qxm`#mDf^J Jwc'1F~J:k>Et\\)x9iMZm"&NH4ص>ǨSџG <&?n $o'VXGq51{nI#ORFtSVM GxHЀ;’jKryV೼wnxg-yiOܐy~Dž}QMP (~( (We89Y(mLɸ3Q8:b JR(Dۥkm[ANpE8S&6ւթ/4`]"+Ժ/[8$Ae@>9 z=Q@8[-OJewb2@ MَڮZrhcAtl/d!0Ӎm04GZ,U,s3łKx@)85<_/N%a\Cس)3FT_\O1u6_,: t()J!>tZ!eIzӢ.:2{070=] p Ӹe3r &=CN&9F)u@qt A#r´A9Z#Bi;NJlk/ ռ7EH5DM"pIN]ʵLH?݉ōȖ }_VRN NC6w[-<0_40M9hH}M,]EqH$ďr#SZY[W@l1ӽK`X\D8HtpNb!g?iHGTm m$ƭn-]$# ]$Wo`iIJؗiSgë}@'i'a\t@P~.sgLEAe!:Á iE\1#+S ڊ+m`T8 [ m0$s55)g0cy$5;솈 Dl(d?BfX>- Bij^ђ|YtutZ[4)t^Z$,̽OtkR`ܬnWsh 2cFE- mojE½LQ 5`7¯nZş̰VQYO]MKu@IB:P35PKdE,FCɓg)s43F4]F(~#dzqH>Y@s.14vA&$ =>c)RmK aߺ!ʐz< 2Kb #H:6'5S5'r5ȧtUlXhL89GׯH Mmޖ8*j6Fo˔A1Z3U%7]=26 ؁ՇE *(y{a& EE-^zMP*|1gv贸 8 3#O&\o+R#wz+?cRX޻9Y؈G!շ@ߣ]:39)bRf;L xY= EDpI K Fm5-mh(w>-2K-d`,CH}DlJyeJHV"Ms/nj6Z{,$ޥ;|ਰZ螀Xv8eM^ 6Z5=T[wf3ƞ<&SU!jC~lK h2JGbk/DXQw<79i]A%<m spi,T"O~gB g‚hm<0hۜ=h2^h4fX.njUc*+*p}8i)^YI!8Oo*"DFk1aNWl 2hpUcΕ<`"c!훱/KqkF<2&"y%yB\!ՖoX"惦GZQ7G~ڗLa?>lĜC7AO|žqƞ/+ ՜&h1pJ|lEAu5?G"ngϐ?0 cմE[ռ_%^vő=s8:kd칩n93lKo"~`47sJdneywqRTTAV*z_%Q]fkQC k|ښ{1d趝% 1Ɗ-#R1%xv2vZW՝ 0Ú; O%+~(Y1|dϤUgy.!G~0w5<\6I韺<@(n.5U .P[QuXPV1e64OA. !ueU 9^ؖ rڨ,JG 6ꘝx VD&U6X de/#M?h뻥B41+VC x͋NLlznW~ ^uJ۽r} 9 amZ1mecepI9qZN9"#.zz< xpX2y"SRzL" B:BҜOȉ8y{afWA =P Aije#SB.K U ڏSNFqplӱ8ܽ!uԴHevVc1z1P[Nl`te>Pwsa=$ؿV;f|8_;NtIw"S)OJB¿wB1jT e@G΂M]: NiO\4a~7?&5hK5TI]wUt$*t휘4)zPL,򸡁ՠ)WxvxY}RUTˉ{zew*)\u_0;c(- J Bsg:FԯF/#C:Ym ]-FO}w[xc~uܾ]5h}#N ~ kI"CGnl )W;lA s!ajjv G04S %~Ĉj, |Ƅc@k|Y)1=EӅms&<Jf<$qJ(bn`Nr[ /H)έœwlx&mٶs>ZdgP$YJy2G3[7l;хo~l?+*|mݥ7rk9_W iTj8wV'!ðP f)CaxޑeM(LY| YZ