rrdtool-cached-1.7.0-4.34 >  A [np9|&p۫$ aUX}ϑh,%bNIӃHGZOrM\~W9 wtӸ.1'2G#Ƀsf&hs-ӷS N#iƪ>\}TFc $C>\ηl\s9\BC*z5unRvS9S- dOgGNfīRq!{D'`bffcd2142aa739e1a8ea211bfb1c96aa8d54e6f6580d04d115cf99a11d6f6b900bf31784ff8c5618fc1839834185da43cf4af4a4"[np9|3o+"p-7G6c!d#ճrp ;+mVW2e wp I^iwvV 2=uqA#!⮨^0Fi2evp,/I\xDXdq AưF;at-7jKٟtE1GNluMx`'ov)SA@'2\vtՙ |qwڷ;ΝOעޞD7E Z>pF`?`d  <  ?EMoPy   $  8  `  *  < d    4(/88-9-: -=Z>Z?Z@ZFZGZ H[$ I[L X[XY[`\[x ][ ^\5 b\c]{d]e]f]l]u] v^w_ x`$ y`Lz`l`|```Crrdtool-cached1.7.04.34Data caching daemon for RRDtoolrrdcached is a daemon that receives updates to existing RRD files, accumulates them and, if enough have been received or a defined time has passed, writes the updates to the RRD file. The daemon was written with big setups in mind which usually runs into I/O related problems. This daemon was written to alleviate these problems.[\nebbioloTSUSE Linux Enterprise 15SUSE LLC GPL-2.0+ AND LGPL-2.0+https://www.suse.com/Productivity/Scientific/Mathhttp://oss.oetiker.ch/rrdtool/linuxppc64legetent group rrdcached >/dev/null || groupadd rrdcached getent passwd rrdcached >/dev/null || useradd -s /sbin/nologin -g rrdcached -c rrdcached -d /var/lib rrdcached test -n "$FIRST_ARG" || FIRST_ARG="$1" # disable migration if initial install under systemd [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$FIRST_ARG" -eq 1 ]; then for service in rrdcached.service rrdcached.socket ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in rrdcached.service rrdcached.socket ; do # The tag file might have been left by a preceding # update (see 1059627) rm -f "/run/rpm-rrdtool-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-rrdtool-update-$service-new-in-upgrade" fi done for service in rrdcached.service rrdcached.socket ; do sysv_service="${service%.*}" if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --save $sysv_service || : done fi PNAME=rrdtool SUBPNAME= SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset rrdcached.servicet rrdcached.socket || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in rrdcached.servicet rrdcached.socket ; do if [ ! -e "/run/rpm-rrdtool-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-rrdtool-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done for service in rrdcached.servicet rrdcached.socket ; do sysv_service=${service%.*} if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --apply $sysv_service || : touch /var/lib/systemd/migrated/$sysv_service || : done fi [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && /usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/rddcached.conf || : test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable rrdcached.service rrdcached.socket || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop rrdcached.service rrdcached.socket ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart rrdcached.service rrdcached.socket ) || : fi else # package uninstall for service in rrdcached.service rrdcached.socket ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi fix:8* 1&큤A[[[L[L[L[L[M[L[L[L[L11e883d325b86c7763448b1776b339112028704669d9c43125d43c2c0c8db6832f4494c8f532dbac03cd62f22eaee414e9b8641056a10751c33198adba2003d91c70a16d953d7341fbda650b389c8ceab43450152a02c8940f15bfc3e6071fa0936f067bae60ba782398d68070bb324b62a62c29601f651b8608af9e7cf91ef0862aae9bc68de6f1e9861395eb6a13308b093dec6fdb367347f0db0594314d1e9ee0f53ce4dc956addb921824bc96a2175c56ef181d987190b8f3ebf5d0795c4311b70d6e85b8107d52b7b7f7fb7b411683a4ad060957b67863910255f7abc9dservice@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrrdtool-1.7.0-4.34.src.rpmrrdtool-cachedrrdtool-cached(ppc-64) @@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/sh/bin/shcoreutilsdiffutilsfillupgreplibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libglib-2.0.so.0()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)librrd.so.8()(64bit)libwrap.so.0()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)rrdtoolshadow3.0.4-14.6.0-14.0-15.2-11.7.0-4.344.14.1Z@ZYu@YZ1YZ1XF@X@VUV@Uc@Uc@TTTLTq@Tl@RmR@RΏ@R@RNRNRM\@RL QLQ@QQ@Q^PP@P{@O"Oz@OTO&@MMz@M@L!LN@KQ@KKIcIcrbrown@suse.comjmatejek@suse.comdimstar@opensuse.orgtchvatal@suse.comtchvatal@suse.comjengelh@inai.deluizluca@tre-sc.jus.braj@ajaissle.deaj@ajaissle.dejengelh@inai.dedimstar@opensuse.orgp.drouand@gmail.comkstreitova@suse.comkstreitova@suse.comLed dimstar@opensuse.orgobs@botter.cccoolo@suse.comjreidinger@suse.comvdziewiecki@suse.comp.drouand@gmail.comobs@botter.ccp.drouand@gmail.comobs@botter.ccdvaleev@suse.comschwab@suse.demhrusecky@suse.comvdziewiecki@suse.comidonmez@suse.comcoolo@suse.comcoolo@suse.comidonmez@suse.comsaschpe@suse.devdziewiecki@suse.comdmueller@suse.demax@novell.commax@novell.compascal.bleser@opensuse.orgcoolo@novell.comanicka@suse.czanicka@suse.czanicka@suse.czcoolo@novell.comcrrodriguez@suse.deanicka@suse.cz- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- build bindings for Python 3 instead of Python 2 * python3.patch- Only move the lua bindings from /usr/local when needed: this was generally only a hack as our lua.pc 'forgot' to expose the variables INSTALL_CMOD. As lua is now being fixed, this hack is no longer needed (for compatibility with older/broken lua packages we keep it in place, but don't abort if the move failed).- Cleanup bit with spec-cleaner - Move all BR to the top so it is obvious what is needed for which part - Build with latest lua not 5.1- Version update to 1.7.0: * Many coverity scan bugfixes * For full detailed log see CHANGES file - Add dependency on python-setuptools for python building- Implement shared library packaging guideline - Reduce %serivce_* calls, speed up find by using {}+ instead, rectify RPM groups, trim descriptions. - Abort package installation when user/group cannot be created.- Update to 1.6.0 Features * librrd is now fully thread-safe. librrd_th is gone * make lua bindings work with lua 5.1 * configure option to disable doc building --enable-docs=no * new CDEF function SMIN: a,b,c,3,SMIN -> min(a,b,c) * new CDEF function SMAX: a,b,c,3,SMAX -> max(a,b,c) * new CDEF function STDEV: a,b,c,3,STDEV -> stdev(a,b,c) * new CDEF function POW: a,b,POW -> a**b * new CDEF function PERCENT: a,b,c,95,3,PERCENT -> find 95percentile of a,b,c * re-introducted --showtime option on rrdxport * be more careful in determining the locales idea of first day of the week * lots of spelling fixes all around - Removed rrdtool-1.5.4-lua-5.2.patch as upstream already supports lua 5.2 since https://github.com/oetiker/rrdtool-1.x/commit/7af5f76227330504d4d16234488c1118d4409621 However, spec still requires explicitily lua51-devel (but lua52-devel also works) - librrd_th* references are gone - Patches refreshed- Update to 1.5.5 Bugfixes * fix JSON output in xport with legend and gprint blocks * fix parse_time mutex unlocking in the error case * don't crash on invalid variable names in CDEF * add mutex locking in rrdc_fetch * fix buffer overflow in rrd_restore * shorten test precision to 7 digits ... * never exit from a library function * buffer overflow in rrd_restore.c fixed #669 - Added rrdtool-1.5.4-lua-5.2.patch: lua >= 5.2 uses lua_callk- Update to 1.5.4 Bug Fixes * parse floating point numbers according to C locale in rrdtool create arguments, regardless of the systems locale setting. * include missing rrd_rados.h into distribution archive * make rrdtool work on ARM again * make rrdtool test suit pass on 32bit OSs * fix --grid-dash option regression in graph * fix systemd support * fix link dependency for libpng since we are using functions directly * fix python module name * fix rrdtool tune to accept U in minimum and maximum options * fi * rrd_parsetime now uses a mutex lock to become thread safe * rrd_xport is now thread safe * stop using MAX_PATH and make everything dynamic and make rrdtool work on Gnu HURD ... thanks nirgal! Features * new RPN operators: STEPWIDTH, NEWDAY, NEWWEEK, NEWMONTH and NEWWEEK together they allow to draw graphs where a rate is converted back to absolute numbers and accumulated over a period.. - Changelog 1.5.3 Bug Fixes * Brought commmand-line options and documentation back into sync. * Make LINE dashes option work again - Changelog 1.5.2 Bug Fixes * paramters in VDEF are vnames and not data source names, hence they can be 255 chars long and not only 20 - Changelog 1.5.1 Bug Fixes * parse numbers up to 40 characters long .. * fix install rules for Python and Lua * include missing VERSION and LICENSE file * unlink before rename in rrd_create when running on WIN32 - Changelog 1.5.0 New Features * automatic x-axis labels that work from 1s to 30y on a single chart * librados integration * new datasource types: DCOUNTER and DDERIVE (they work the same as the original DS, except that they can deal with floatingpoint numbers). * compile without graphics libraries: ./configure --disable-rrd_graph * updated windows port (see WIN32-BUILD-TIPS.txt) * single step RRAs for MIN,MAX,LAST are generated virtually from an AVERAGE RRA * ignore updates in the past with rrdtool update --skip-past-updates * ignore a LINE when scaling a chart using the skipscale option * detect 32bit timeoverflows * massive performance boost for charts with more than 100 DEF line by switching form a linear search to a HASH when searching for data * improved cross compilation support * .Net bindings * allow rrdtool graph to silently skip non-existing source files using the - -use-nan-for-all-missing-data option * restore from a pipe (rrdtool restore - y.rrd) * in rrdtool create, row count and step can be defined in absolute time * all new "create on steroids" can pull both data and configuration from existing rrd files * use rrdtool graph to chart arbitrary data via a callback function for data fetching support is integrated in the perl bindings. * re-written parser for rrdtool graph commands. It now follows a simple key value pattern, compatible with the previous syntax. * MEDIAN op for CDEF expressions * DEPTH,INDEX,COPY,ROL ops for CDEF (as seen in PostScript) * gradient AREA backgrounds * no more locale magic while reading numeric data. Bugfixes * all the bugs fixed in 1.4.x during 1.5 development - Changelog 1.4.9 New Features * allows rrdrestore to read input from stdin * add documentation for RRDs::xport * RPN operators MINNAN and MAXNAN * --left-axis-format option to rrd_graph Bugfixes * properly verify validity of user suplied format strings * remove graph functions from python module when compiled without graphing support * verify that only short integers are used in COMPUTE rpn expressions * eliminate duplicate setlocale calls * fixed endless loop and double frees in rrd_restore * fixed missing variable initializations in rrd_graph * fixed JSON output format to actually be valid JSON * detect failing fallocate and fall back to seeking * fixed format string in ruby bindings - Changelog 1.4.8 Highlights * rrd_graph now uses a map to lookup variable names causing graphs with many items to be drawn magnitudes faster as the linear search of the variable tables is gone now. * the optional argument :skipscale allows for a LINE or AREA instruction to be excluded from having an effect on the scaling of the graph * TRENDNAN is now working properly and als not crashing anymore * Added a no-op string positioning combo "\." this allows to write COMMENT:OS\2\. which would otherwise not be possible. * JSON output of xport is now actually json compilant by its keys being properly quoted now. * The label positioner in rrd_graph is now properly ignoring the current state of DST. * fixes and enhancements for Python, Ruby, TCL and Perl bindings * improved error reporting in rrd_graph * portability and cross compilation * code and bugtracker moved to https://github.com/oetiker/rrdtool-1.x - Dropped patches (included upstream): - rrdtool-1.4.7-CVE-2013-2131-imginfo_format_check.patch - Dropped patches (resolved otherwise): - rrdtool-lua-ruby_lib64.patch - rrdtool-tclversion.patch - Dropped cgilib-0.7.tar.gz + cgilib-fix_automake.patch (no references to cgilib or cgi.h found, so benefit unclear) - Spec cleanup + Added new perl-rrdtool subpackage containing the perl bindings + Added new -doc subpackge * bcond_without for lua, python, ruby and tcl * bcond_without for libdbi, libwrap (tcpd) * bcond_with for rados (ceph) - Dropped BuildRequires: autoconf + automake (was needed for cgilib) - Dropped BuildRequires: libart_lgpl-devel (replaced by cairo/pango in earlier releases)- Do not hard-depend on systemd, the macros support soft fails. - Ignore errors from useradd/groupadd - Update RPM groups- Ignore absence of systemd-tmpfiles, it won't be present in the build env.- add rddtool.changes to sources list- modify a %prep phase to replace all timestamps in *.c and *.h with the date and time obtained from the last changelog entry bnc#915946- add rrdtool-1.4.7-CVE-2013-2131-imginfo_format_check.patch that adds check to the imginfo format to prevent crash or exploit bnc#828003, CVE-2013-2131.- fix bashisms in rrdcached-systemd-pre script- Replace systemd BuildRequires with pkgconfig(systemd): we do not require the full installation / dep chain of systemd.- again fix PIDfile handling for rrdcached in systemd file (ugly now: because of removal of declaration in sysconfig file; it has to be declared twice in service file) - add PIDfile directory using tmpfiles now- don't require ruby, the package but the right version of the abi- fix build for ruby 2.1- Fix bnc#793636 almost undistinguishable wheter there is "no data" or "zero valued data" on the rendered graph - rrdtool-zero_vs_nothing.patch - I did this to prepare rrdtool for SLE12 - bnc#831773 - [openSUSE goes SLE12]: rrdtool: Change and/or patches may have been lost- Remove PIDfile definition of sysconfig file and add it in systemd service file - Fix PIDfile location to /run instead of var/lib/rccached- fix rrdcached service file (type=forking), add pid file variable- Build is disable for SLE; remove sysvinit support - CLean obsolete conditionnal macros - Fix devel package Group; it have to be Development/Libraries- add systemd service for rrdcached- rename rrdtool-lua_lib64.patch to rrdtool-lua-ruby_lib64.patch since it sets libdir for ruby as well - Package ruby bindings into ruby-rrdtool package- Work around makefile dependencies on installed ruby headers during installation - Avoid running autoreconf, remove rrdtool-automake.patch- Fix the hack from previous entry to work everywhere- Fix build failure: make looks for ruby.h in wrong place.- Add Source URL, see https://en.opensuse.org/SourceUrls- remove suse_update_config- add explicit buildrequire on groff for man pages- Fix build with new automake- Only require lua51-devel on openSUSE_12.2 or later- update to 1.4.7 * check in /usr/lib64 for tclConfig.sh too * remove perl 5.004 compatibility hack and make RRDs compile with newer perls. * added support for rrdgraph to use the yotta, zetta, zepto, yocto prefixes. * configure option to disable building rrd_graph: --disable-rrd_graph With support from Ulf Zimmermann (OpenLane) * fixed segfault in rrdtool (xport, fetch, graph) when handling error conditions. -- James Brown * fix uninitialized variable in rrd_graph (#322) * improved data reduction algorithm in graph: after fetching, data must be reduced to at least chart resolution, else some data will not get plotted. fix for #298 * plug memory leak in lua bindings #301 * improve cross compiling -- Michael Olbrich- require lua51-devel- Fix two segfaults in the Tcl binding.- Move the Tcl bindings into a separate subpackage. - Remove the superfluous call to (bnc#693085). - Adopt the current practice of packaging Tcl extensions.- build lua bindings (new subpackage lua-rrdtool) - update to 1.4.5: * rrdcached: print \n at the end of log messages when running rrdcached in the foreground * rrdcached: Let the -s, -m and -P options affect the default socket as well * rrdgraph: font related memory leaks fixed #208 * rrdgraph-libdbi: print error message instead of dumping core on sql problem * rrdgraph-libdbi: properly allocated response buffer * rrdtool: in remote mode, make argument count for remote commmands strict * rrdgraph: fix problems with second %s in right-axis format * everywhere: fix locale handling. locales were not properly reset after calling set locale * rrdgraph: fix use of %s in strftime (G)PRINT commands #277 * ruby: fix bindings to be compatible with curent ruby implementations #279 * rrdcached: Ensure that response_read() always calls fflush() or fclose() #278 * rrd_client: free addrinfo list after use ... * rrdupdate: follow the normal code path for exiting rrd_update if there is a problem with rrdc, plugging a memory leak on the way * rrdgraph: make sure we do not try to draw points all that far outside the drawing area since some versions of cairo seem to go unstable when this happens * rrdgraph: fix an endles loop near 2^31 timestamp (32bit platform problem) * rrdcached: fix permissions of the default socket * rrdgraph-libdbi: Fix sigma calculation * rrdcreate: better checks for RRA arguments * rrdgraph: if there is no right label, do not reserve any space for it * Enhancements: + rrdcached: add hosts_access support + rrdfetch/graph: introduce "epoch" as a new base time reference, meaning timestamp 0: you can now write epoch+11111111s or epoch+19711205s * update in-tree cgilib to 0.7: + allow cookies without regular CGI POST/GET variables + support for ';' as delimiter + support for multipart/form-data + support for file upload + decode variable names and data- fix perl file list on factory- update to 1.4.4 * legal: Relicense the RRDCacheD client interface under the MIT license * legal: Updted FLOSS Exception for latest PHP license * rrd_cached: better help output * bugfixes - remove last patch, fixed in upstream - disable calling autoreconf (needs too new gettext)- fixed bnc#594981 (-double.diff)- update to 1.4.3 * rrdcached: Log to stderr (in addition to syslog) when running in foreground. * rrdcached: Added -m command line option. * rrdcached: Added -s option so set group permissions of the UNIX domain socket. * rrd_create: added --no-overwrite option. It prevents rrdtool from clobbering existing rrd files. * ruby bindings: rb_rrd_xport function * use locale settings and _NL_TIME_WEEK_1STDAY to determine the first day of the week. Works on Linux at least * rrd_graph: \u to backup one line for special legend placement tricks * rrd_update: new (better) checker for incoming COUNTER or DERIVED data.- update to 1.4.2 * RRD Caching Daemon (rrdcached) See rrdcached documentation. * The output of rrdtool dump has been adjusted to be simpler to parse by existing xml parsers. * RRD Graphing functions (rrdtool graph) + VDEF PERCENTNAN (a PRECENT that ignores NAN) + CDEF PREDICT and PREDICTSIGMA functions for on-the-fly data prediction without the need to modify existing rrd files as it is required for HoltWinters. + LibDBI integration provides a path to read data directly of a supported SQL database into rrdtool graph. See rrdgraph_libdbi documentation. * quite some more - see NEWS and CHANGES- use --disable-static instead of removing static libraries- update to 1.3.7 * many small updates to the POD documents. * improved win32 source * OSX compilation fixes * rrd_fetch: fix memory leak * rrd_cgi: fix segfault in error reporting routine * rrd_graph: fix TICK for negative numbers * rrd_graph: fix image size reporting for LP64BE architectures * rrd_resize: fix GROW for mmap (it was totally broken)/bin/sh/bin/sh/bin/sh/bin/shnebbiolo 1527297372 1.7.0-4.341.7.0-4.34rrdcachedrrdcachedrrdcached.servicerrdcached.socketrrdcached.confrcrrdcachedsysconfig.rrdcachedrrdcached.1.gzrrdcachedrrdcached-systemd-pre/run//usr/bin//usr/lib/systemd/system//usr/lib/tmpfiles.d//usr/sbin//usr/share/fillup-templates//usr/share/man/man1//usr/share//usr/share/rrdcached/-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:SLE-15:GA/standard/e94f1b289dca55f6230f753ab1037279-rrdtoolcpioxz5ppc64le-suse-linuxcannot open `/home/abuild/rpmbuild/BUILDROOT/rrdtool-1.7.0-4.34.ppc64le/run/rrdcached' (No such file or directory)ELF 64-bit LSB executable, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, for GNU/Linux 3.10.0, BuildID[sha1]=70dc58e7f89afe81446d43619a5b6b9d63da7a7f, strippedASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)directoryPOSIX shell script, ASCII text executableR R RR RR R Rȸj8Sųe}|$utf-8a509725c86a1c26646c4e6513cd809b88f48268ad7e89e4231c54d296dd1895e?7zXZ !t/Z] cNſ^Js$s!yU a$\%JÝ3@Y[kd6bͩTV[Ћme9f1x;<ɮ̿8=:gF0N7)"w& BL|Һ(r%%o={ʏطKwM ~YgG1D,rP'Z>mu%Bm ֪p$ݪWÌvnjh=ƭnmrE<ٓ+j`}yY@qwvS? Iyӻ ^ Q.#w?RiOڳMg_Su<@Mm4|Z]7C19(5B}=Me|1ȣb'|!v޺9LKmۺr->DU0~ihv|3AmuMgU^Hk.:.e|[f׬WBz6NMHp[Ԭi.wq3 -gљj%\'[6dtTa,VetȂ;Agi#MX~67GĮBo1?6G'ꥒ|jK#"Pn 'ke"4D,vh)<9|Rf>$MӚI ?]X<뺣(Or0 dlq!ɂIozq;=='~sȊm6ϾM=y\~70N|v2ZJpplLOSBVMHڻe~0:P>Qғbu\y`E5K5^"uYtm5qrs-$QK=wIRs7'X?%#3x1?3{U5S&$(E!buQt~4:cCp86So,nx^v28b "?3jj g2wyyvwhoa"/WYx]jHi~bOgcϡ}0'\kF4[ um G} jazQaQ2_)6˃"k=?yۊ&QM<{,g ?N-'cEOЧ1ΉVE7I@;m7̓2+p#1j5;7H#R_3m/)&@"Q.@~[e 㭼F #hQMo m ?Y¼pm mhOO2I qY3=N.L~w YR4rhwx gAe|ӛ:!;cy^1)K&wVd%rJAm/TkWRу:]}d۲,$c8E\A9Ѧ|~-][YL|Qy:$?fbŚzO'{E5bjLb"%+6?}0\&tLL e2$;z_{&EW7rIZ,ld[ۗm` D]vk7(nU[PLSzr)c] % @ "`<7#̰/@Oq ~B0B{)nj4|YpI(gm9 ^D+3$gDO>Lt*c%) k K{ G`g Y!1>؍'/D+eX U|myNYH=>x;T7JFCƎ~VJrX7w#{caqӗC|ע-o|oGL6Zp<5M 2e. ql(CdpYB ĶdPUCM靫_l͗e8nz"c(+&VgjW-2Hᵗht[>~0b)fO&Ҡ~%B",,+ۜc{™ IN`vӮ~گ`N/0׉\WEi'k y3r㸞e%5z(( ,093ĵYٚKf\Q<д]l&TJɖb$ØhЭT\;//GڨM֟]T2`_uql.ߋEzø^@Ιu/C'AHXvU|3?cFF}O~Y 8ꑸTh7M^R 7Y:ʩ+˛-lvOB;P(ӟ;7i)C"/PU`4eSM4;vjçs~+E+8mzQtHH4RѩE7omL&;. oi_'.2.o u_MWi:~J?xץSE\L drJ:ReKLc-:ԷWe8|=ta,L'UľbvfQ# 0Mu%usxn%>rC|q%{H~OE!ؑ;/=w7~"ZYjBp[ס$FD :#fW-uU bkAGNwkUδ\H)F4Iz. \#uEb~xa`5^w}&"+KRٿg+t08xW:~pV(2GNΘkq)LJ"|H8CZ-+%܀-d~ѵ# =˙^JuH>ڢ$$yt o$=}jxQ4vmE>`+h^r{?%f!?t8È":NZa#qbd;NXtrU,3#.dxYfUԕ"<o,Dq`֕_ aZxUS9)Ƚ10a ෌Z0i5Ҡ sn 45ۮ/ۓGC :󺫨3 a|ih{TG\4;nЅY2 i~L'- "w}? >#F|#ffiVx|g+b55[cVU \_Ů~#Vv5Æ@ 5ZZeV祱4>Ő]].Em;$1GeWn | 3XuճwQBw3,T']KGm #Nz*,6q̼iR`~i$`|"f]EgHݙXAY+_[DLex+࣎_kѹG׃e h|G "\H2ͱi/$1Uɷ1+\(?H>KRJ@Is]a硔z =[[}c8Vem?<\Ʈz+“4pfrM:Z e5U^9-͕dINE7T. O[MA&]7ső@ 4   kEW$y ہ(b$tH+#HŜӚӔ~9r~V^njMh!kv-%np]N,dT>0eДzǫ/t 4^L9oFA*ckg'uȌ^l)$;b~jC(ߞTOʼ%t<˓BS`,X<)X/]59D^J.cW/L;b[R/`(^Lסx_b?l1yͷٻ?;fcLrNeVb#ɱ*tBPuAMjfj7*vcF|M:pX/1kR@}puU;=x\qcW\kੜ4qB4J0T$79 hID#A]L bVVwoU`6@Ej2|&!Լ{Oeګ?w675]wǠꛚL [%dDscL"zvo}< B4n͸ȍ}8op)u >@V(2Ո$Y-âtDrj1.pH@_).AX>Ruz1 M5=AKI y>;L`@-SZ*(U- cg #WB fÇ|p=7-rtOv4]#b^kSRRzZZ f$Q9:τЬK rn{ޏW0j4"uc~8و"?AY1r&ZJώf c.Af6FJn'kUVҡ63@5bыұEX OSac̲Z5~_gi~m"Kf's 8OsزK; wuҸr4YMN3w#doq<.~txfh,A Z>]^RH6uKTSO wm|G:*EЁ) nIz(7V؟hF} /uRbJiʯ8q}x4h׋"Er'Y+տ^ N3RpO d<@[yg$7"pQ#i$T>bZaxF|iB^K/ *ȋycYbPI(-z?&MU?$j&3i:W ل]g #5}nEYgmz|@G9gG5f9D5Eu (ͤA?aP27at2$8GMǟF.W5['(Ȼft'Lxn% ٺ"OapFnߖJgK@A S]1b)/μѿpxmBr8ײ8(n%׉-jlQΘO#1̪ Q TSoF!\RrWI9F8Y]u ZZ*}=2ۗ^$cN(7kb7Qכ$ |k!Ze)A"9=ʬ[0az^X4(?(PwmVQyYM xE j- }kFܾzlB``K^ PZԀG@F)0cFa;itr'6-EfoRgc٘Ǎ g"Eէ>^+m{hFmctN=ᚁ9PÖ!󕢄-PX0eVlBXP(ЖDVjÖXqD9tdSL'T>9CO ]}HTzP^L:9]9/³HܴEe44Wae ϣ|>aX©.PB's Xka";Hyx2vP wj)ƳRKmrzQҡ߹MTX hs٪,ШNiN0x;ݒlI}B~RY2PAկ#UL,eP R vgмA:罸< ,hb9O:\V3=oӗ`qat>ɞ5蝫_y<&r~oX^%ýPU&RVYSegӺ o\-7zfPC k m5U1`]'2jjYqѭdi"j_N7";+ժ E- =n$5/KWnBgyoڠ=LHz/zHNr8kEbnY4^DI7&R.x;80/pK5u_@.䋯Kn\s:F՚\Qci6RYwr?FaߔQָܺKY^ `Ҳ>  @}(ZN&nT%e ɢ)\X>d3zY\=q^iw,D}Y/;5b6߰$(a,4]2(,6߸s$mCQwtBAPL-uvJM_G 'b9p06l&3M9JeWɮ3WQi};]kQ~Ώ{wa ('bIdRܵՔk35qbQ-Tu.+S\L\%3FR5nM4HԋW+a /̶kf#*ubD<+]>;a- $+Ļ(>  _D@*8A6'9;L Gk'`yk zԖo2 F1\l}=GXrS!SW(%ἀKZ>y Ⱦ͙a( Zmٝ%U$T bH̆B\2nw Z=Hݿ}Aj̳H JpP SbKHd2!z m ӕ]pE+NJ&s4 x@?'_uu:PUC/DD*S )Iv #\_@[_iks 8)q_>LFo)M|z0fW H*jBYQڗQI˘SeNҋlɉgZ/㜾T{N}儥En(Hh E<ǰ,Z$.;c<+˸uW"O^?>@_Cwɼ`o8j\= G9#?8je<;A5{4T 4_ -kv<>'Fq#ۺ_%|ttRbDN9^>*vӑ_0]2[yoxj 1U|0?\O<-@ )u~CD=78s?(,> @"[fҖl==IW ( \F ބH<|301`G8NkR4@Py5D͈ \'=V*X- ?ہKy1ZM] MF*Wӟ*"3aE:N+&r *Y۰Xr[ ͱցb+WG6bTU0z6( D?⇪յSA`ٞ>>uwF[kp:(%"hɌU*7ujǦ1oh Lz{wt>of*Gak'K7G=FO.&[i( z"E_sk_Fkg/iރ3P}9T\驩ftS+g F5ػ:R*[W j3|JJz4$Ϟۍyb[Nj ZuAZoaIՑG΋SIjjAɷ$®ŀqP|4*}փGk<%Sc7jw>ǰ-/c\VNnna@?k?G 6ִgbjԑt77eR |1U^l7RY>]7u@&]o=$$/)>2kaQ͸X( bo?14bLU[r.E(,dX :l2|=`/ t-^6CZȈZ+P`R.ӨBr߭ JY j{2Rq]6uv$5_!?kRbKаҙ :ن'1~N1テp3s"EfUpu\saZ6[;'w*)1/ku{OU#RؙjVO;-(jO.Υ ˋc`0{Af)MӢi#0,ɓ*=P|3oS?Q`?#[$s`LZ.ݼ"ḭo5X  $.ԪT;?e]TBH#{(C7\m&WsNoľhdԯNTLOH·,wH+?wؽ+ ?ȴhb 2pABSTMG/8'#1'h[W pZYhԴ6k(.͘ f5s,Ir۔c۔PI(KN$<[ Mzl1z|= ǟxYۏ8ƺD5}JX]CʷyDWށU'֧mU ?=!uR j\c8鯲W]XwYU0}ҡhJ<I 'W*muXʠ1glHi|nȍ ᔕb(? s`>w\3sOUt*0HC rPuH50bA2b.ۼi${b )>rEI{a@ tˆkBD B젋H]qG:~WWǀحD-5cu&6G%;g{4p _L@|8@}jE:0B'i[G0AU`}z]_y iC)zT|?4I<:Aբ/$2i:@1>ENӨyAl~uoҏFej8^gsu͹T_Fd,b 5$?_'X i@:=Xet4;{S:f,׎B5ܥyO`6}s| R}hLTrrݧGYp7x)e-'Τ-•]:@;d-y ^?0<@lbj}nW-ɦ]a=[9x$ `iYbyQ=L U'fw/s=0T'5ёZ9NK"uĆҨ[PLۧ3x v`YCLL3JLjPg06 ,Kvu`ϓꊤ \Bqc4bաG t\b&):R0joLh-( kVx*qV5kLpז> o[ϗ3MnwU1 {[VW (%ߍo1:\0y#kq-띫 8yX&$TSda+BT1ql~dz8h:Yޕ4&dU^~/5 Rv`ްk~AtCc}ODwoL@k㤨fo_ xۄ&% "D*6]mߔ.hk@$` a_E*&~s)Z(h=r\$d5>聆9 {3)q*H>R>J])71oSNHOejD};W`4Je8u<Ȉ'"jeDpwʌً$iˤDݽd,b3lXPLfVޙ4㫽-q>a/A=uGY !~fߖciV|V)9Ԗ~({$llX;qjyɣr6W:׹b/'`VŔ~'MG~K1cP6U&I~Ր0i4J|,* >;,#c2eMŞuɻ:u ^E1͠m~?&HKl}^f܅X 7QP:~,D2R bp$nuJ;6Q]/JJ2V9u,W(HQ%fwz[l'h¨i՗ء }'zU@`  t ]Z1dۦb*%TmdͿV4R} (oR'ba#ć'lFzk0΃vI'j b Ҍ8g'o}Z+b*O<< 6T[Jr><\֐&ǽjz|5D? aEkμ$s 䢜A5~c^WFj|+e,.“+dpᦧ/+wd2bʘBp !417Bw q.KAdƪ'hϞ͘/1ϒt5qLC2ۻwبÃcO:cJUÄkeu [t% lĭ8(fk-{lL UwuxZ&,N)1ʏL, AU خ+5eT;`M8@1eW:؋MoqP}Zu4ؙA=h)-w~Ƭ5h/=޲,WYn YFf%A!2= 4~+a'b!tAs](RAoYpɲ]MAʱl'J.2zJOJJÔmܔĮTv}~cdeKڭ%AV@ < !'sQị;V*r 1aYSڌJ8bN|q:4u%eZK8ܪmB?c84Nzv%얧%ۺ1s<GbQ2 7A+b`52:aq\pcMV7Q"*WwJJMa/(ig0y]mUloUM`;e\a.„Ӓ§9D>0*>I"qª>^֡ !Dq¤!ZK}QHANm刊CoJYį;Se7E_.PW"AώDtT?}^ևB/q_ijvWjItJ.tXztI3 MLW0 9rv0oY ˜kuE$F^A4A|g+ /@wV3&@OX+z5}_iќ*~،Wu/]ڜYJZeYr,T% L_ gS|5GE&v_8Ksl|j'BhH1kÓK|:q؛LVN֞{G%^-d[3Q[CX$-Q]rmkZ "e~ 1`8ڨWMŖwT(k-{RB["K(iM,yY-@?ʁȬAY%(z ثI߁VXr mĠ_- b낃ChɊ|`qs_\-!c\÷CFJO79-M% ɞO[r06f%Rօŷxb=|!<'y6UAaSr + #`J왠XH]^%;`h4+Z>|tA>Z1כBXߩjTHX r϶4R$O zB%𡗱fE98 sop6}zAb{ DMDo١Ϳ}o^N7x*dK I{H ĉdG?yr,s! Kֺ;LRϜ@v-x8UI7OoA#o, ^P)iUڼ`#bE:s<>WFuɈT[jEN!_:k+Qny.XGZK%{j9 NwCmj|LH3̊nF0K@^DSRd87Q'6YȐ&i^êۄ6g zgV:X*[fE*"zw3㖡Π.v;ov^H 20ZS;h Ilc\SJ_uG~w3sZRbHL'6!o <{/C!RO)H|u>\:^3ߤ͐_UG'ZHL 9Nxh;"Uqåa#s7f:2.:mU.:IpkS^>=%"&>*}hONKEc%>VfGJ#L$؈?D2\RN9EAA!*r Ql#u^o6n)G_Q.[Fs ӠEw]O vԺH+7]OO00q) 'bW}/syT=ZёN:|mI$)/%Z[0B*?$*"tE#˃V1-BC7;}/{n&4qs0-b@|)brF3nkjR#z0Ym!|RthԓCPI 2 wq16&ұ6)꫟f <` B_WA2>tI3.1Wi\# _ii^6+We+Ѯg)sZ$H `,%u.]f|q@D>UNmn;BIq;e1`njE?6w-.;1C٨, ޴')`wn\骩>>-ڝDj@1I"3п"@iMY]Xn LT tm6,sygLI^ { &/|04б4gECN)VlzLh/,Xu0׈ZiG-e1*@ bH9Wye2y ֒GSԙD0?-x8+/k_ٻG+ޟ-Ӏs>"64lQ߳؛Cv\Z=)="Iv?Nf]f(&z{b#C)exф–8f %},<7e$X.L% 4H1_up=cbe2Gk_\N"4M7RyHC!VRwZPSg@(N-1?(.T÷{YU:nt_3 DVf * EiXjZn>h4Ǒ1{aD 7cܢnKKbj~3`X``bKvQ,Qm:DfUZz41:q *=-XQ#-d/,f[v?&iњ:bʘ|ѵ"Gɘ2O# 6us`e}ocի6RZ^>Y܃%>\ym؎k'vWͥ RsW;s F2O3l̋k;[i@#SYqCl{({\A53?2w.,ʕ>m_E;{Dr5r2r3K(9;S_z)?ȿhҽ9OII!:oYUmgtf2 (\΀;MHwl^ 5PUlHWxƾ3Ֆe.3 g)۩Z(QCfoMnKQ,IP 7w㋾{דY_ny.w*Zmۧ@C@Rɷ^ӝܞ ZmrK4sƩլ @0zٗ@!a[;^'PGѧa5U X V@33ȄV&rQ={[f$wA{6[_ִͮ@):miw,f+V#mŻHԕ *eo_uF~(t4Ψ'j$j䍗 :lC薊9ޮF4h͏ﷶXh%"r甀R]bKl|AO^[|R54Ws1~h! ߠ JN Uݜ߅'[SF('G D& Ul8w}2}L @Ȫ@:z*sgh+*S㹐yD8/ٞG+WwF#r)zյQ?j-VᶿEcuQt!:ݞB pcdfεE$V`UwLV# kN)T<؛?A?f4|NO~p{ ɯk;l'-*/P )b~hCwiB<\BQ=2Ko4.Zz#KS Q>2SѕRi-kq@]MEg8@lp4PQCY#zMDrq^Gng 9]R-Cng[gfMocpPٿY咛B>0`tio\\ NAAAx 8yPޣp(|cS.dVIq4h)_\?ujɘK'a6ܹ5T|~z;T }fUꈗ~ɡ ¥A6]̢҇8ʏ*MCpۥHmmūgUoN;Zt2"s"[*9VBJ/z2P{Ś}tH8aІj(x):7bR=?9~-666` p4q4ɩjd  S_T1`#1G?ԟiI:rqR==xrK( a(̔?"--htƨ](u%剕,fW)lCS~%Tlv%fLўNjll]E>0!#e6oSP4K rܵ *x`)hPDMzsqr-c.snwꐮ#\z#B[c2=Ȯ`ZQFLvMK]'[%\3 z}U~-,VECwlaBD߾OP5YǷrP'-#RXU"ApEֹԾ'uKSOWѠ>&oѷˎ~ҥD]BAkPM\m_N+ * GM5Tkcr W@0*9bzEOro,Wԗ7!N(!Jz=ÖeӟҊMTlX\EYde\^BnSM2)$NU ÓT>dtF}fG$ UFԟv6&m5(1jPۻsrNqӄ VjY W8cd ƇȽ B&KEuSѴe0m&;& :FE} {@J&m5 5븠wJPj\MqH7aTou =+7tr.K蠤"mBDžk&'6?V]_ߙ)&un NB|A_ 5.ĻO/1iP'['Ara*B^OpBH^4+.~ڠn|"v~,m#xI˃a9ϴ[T~Xy=mHDa yzdj/՝_Cxׁי'PfTR7?73zswH29o@5'库-ȁ j5K_IFv3Ȗ+ ;:ZYjezqϩ{"xjoU"g^ ў L 4YYEA1材[Ղ]gbFBV{dgDJ1(EWuu/]ImFaB鐌j9Y =6Im{0(s` fpat0Kb%'m`ym$Z(irr<,9,$|邨]U$A4O~Nmd-{_z7%2*#R׎hY̦Q _Y4{2s8y:JKVطK17vt WqNf:b=oZpR٭mN0pvN5֥_gŧ}\{mSx:=-=Bj9.$g[hX4Ӹ̭vUjD-;ir@i ,&/;ߤf/>tV};pyWĞ=)[ld?Guvh'56Nb: &*]9p9)3 ~֢{|}{4(nD{ ry?,AA,Y?e>a^c7l/=hfCw\f_. LJo5(uJ3x +c4w MjW-1L135-_,ױl|S83ꏕ Z}-(Pe,k+J2K) 583c=NʦAC %e9DfVkVGYWW`<02tnH53nXzEcwI]5NI}?ŰˏrC{v󖰭H}(sfD9֩Cڥ$鱫*qL _D g Ol( ׂ'vn6D?U 3;.!窮3@fn`2{$Mu?464]}{"z6YOK xÝYb{ ?n i$:Ujd9YP|o#(@H3[h*ZHߎfJXq~P6Bo!jԍo7xVnj>$23#v{ZΊįI恘Ί sc\́LjDBќW-O9%K^\5%" ;i ]Tuhe:f՗t r'y$Z$-ԌB%| !)[}%tc&wmYqMin\= "wmγue&W}z8;N}JQF֚f ˥ (AtXZx-PB]-ٻuM |Bߢ ߥYj/|l[pƗmkbFB&Nx!b$l{,Tq:r )mdAtl"˧=iEW LGa Bci%xGNm><}X.>0Ǖ6ArxIK'okAPԦY Z8CDn=\dL$iAn*9~:'ԉ],hNF \oN7_tFВ@PE&nԡq̛i祾ˤ*ngT=B |:a?|"}}3ckݢV*ɸ=Jyw@ױ@SLPm497g T6D휏Px]]YSv+D d)!ӭI!x*ƅ{x/ U3[lZ2 $+ءW?IRNu$u Etl4Ia1kBIn$OVH[s+k^Ɗ%hifd.)|>*GM/N°|k5~Eg<o3}b Zr| ;T֏aTrKDǧ{SmV0)h6wM70 낀8H=#e.0 { ɠWm孪"$N!A2KƸ030#&#N`~k4 u΃)HbW@HBנ3iAevjRv$:? 1Qɿ)֠e@jSY\'궖({Kq aLP Y~ٹ#]p0pZHC(Ya*[A4Bѱ6mUeN`.;#44ְ2k'ҖVnx^+ >Y#_=]6Icyj`'?&^+>Zaly$-tbxTJkY]ԕ}fH)@?;'.N`Q|ִc{Vgt|(5XZ0_r<2hQH7=6Ȩ@czABQ[ev*9sA}M/k}amK6 u$ ~SȡV#`"IPvNJ_ \_46c8/_x$NriL+rc5/w`A:c*X!K0-K➿UE;֫it_pl˴jlcp- 9yR}2c| ND[vl"P70:G+X!T._ -F#&{Г'\ϡgW_"g]1OU A[g9vt B aP3np.^6FdA46=ֻP,k%zFַ1V6al\gZ&EQE7/eS22(xLwV i8뛘@?P)n$vJb2TxܥsPZ ymCx)|E\H҅djH1`T}jSӺ X9LR \@rWor7|"" C :dkcʍqԆuߓ5'Lݥ_%&iF5:jTs(m?M{9vQ^`v$t-1^9QXet_p组ngLP!V 2ȡukOY,9Kjb8?J v)^C4u )->'yfϰ_=" JjB(8ڒ 2NOɼa#Ƥ[z\D7U-Lp(!v,6}X]5`\yyю#y?t4Ww]yCs qpmZQwD]k׿vl@8 ,b/l}zj@0? 4-XYMuH&;"d ܊Io#RK۾nU:S|V4:-1g ң?kc}{ChB䯰_J+IA!*DɦR#Y߶~knX]DXτ1|EMᛊ=a۞z{EM4 + b'zKJvm> \Y͟P~ܟ؍Sc,ܞcq+5E1a8",~6Z|&'fnysi]dT sPY`9j)1kfx&Fc,:e Ep'TbČ:8IL0|ȷ 5+hPc gdأҋ[;y= "DQᬧqF:}^6 a$*ws6bv Oh$AV`CQ{Fm ^ =hMmG*_;1BR3ڌjC~TfUOl=7v2NX i;'sIŜǢG& ?!{ḰDk[\lƼam+8F3Ko5ɛ fS % $9:h%=m#xn[cw#Ӌ[%#mʐŦFUmMOZ),e`R+s&sQ ^RAZ Q3zp~_g?NNr i AMk!/2ƽUbB4Nk ʬj=v5Ѯ6KfqsW0Ly -%{*հWGrf+G3!E9b'.eΰ)&&bfl]u'aUJcJ32ai9-jAtBڪͩqھ3H0K1T5DžG@uu$dH+!@c VctqRjOٙ\|$dA iHD)Yq\z.@`4z2_g;E ?5 z+}B0vsMm2RK9Yr#땭q V',EG.$Upp']5f yFh[P Rȴ2gZ6COfm1kZ \%ľb`ZŢ;u[uQKq @x-e kUS@NcoMD9gcrҰa+C ~J%/]zƚݺrA?022Φ;ǼU}Nvh֜2+o {u7h_Y[^ALTS?YWޥW$3z3m`dqr1[ǞY/Xan:&@yk5FVfTX !EF QM`|cɝiA~iN) ҅s EAfـW 1 L'!sgl>X^-!]"bӦy6اh|ZzC6oZ+ʀ Q4%vs E()v -ڬf,sRPwF-}Āo *G(ɐeîqZuoeT$9mJݼAKED_7Zx^I2E^Tۍ,nw1qI6b9NiD':&N%hypXTj|; B#ܪ7.,RNGᙜaA=!9D`ʸb/@Uue&h, # ݼ[53[1 ^V& uN*焁bQHb $ڛ.,rx0A )V*5UB~k߫4&BJ0 ;1HM-SX?: ~T'է7jmtޔ"^99s=b@y>fu{AP1N B2Wn1jA!6!2Ӓ+֬gFH-{5'lG gtv-~9/5<{#gzd'@@jͯxb2X,9s谆i.ΏE ycc1l)+v I܇3Dam٫fR]z<`< |X@Դ|v1,RW'骭s*F5wObds4#>c?S+@UMмqoIIjT|+K:}Nv IS&h*Q0]Wc8pOՔZb(&c;/ bb3S5G\5o5?>pv/!(8Iw`75"µKrT݄Eo' ^b_n'mmb= x-WQ8/EШ ݠ=@k9 v4L4H45߉ZG;x+VLMFd1>qgF M4r\OW(#9;b8_yRTdhr?G+M@ ϰ Vޯ t}֓} 9:șmâ;LWW; p^cHx8w2R=$E?D=y E֒uR0+<9 wG0oY5N] 4ԞXE嵈|߹ė|S▖F\n&#;0`}JER;lOmnO ӧmwoԬG5MP^'j~+,~zFs)`=pB:W4ҬYD ֕}GcuVb6 ajSHNhU&]|K-g3) U5osfrHkڹ]&^.js)=)t?ɔZe6o arzC>}^G -36Φwo* c!?r͚<[(S.QVnGuNS(Xj1._{ݞ71ٿ]M%܍VK $ZY/7%ć fw M/6$;QUf|eYSdt㏋]g.:w̽T* K&>jSg=az`q鎎/xrj(,Nh\):J6.j J|r)!*o/A`^%HV~[4/,C;}\&s 7n[TNM`י&ϺW5~ ffEeec2cY {G$P3Ft]H 힝6%wtE`h.)s>K"}u'RɩAXן H~Gs5?w" '+0݆xv t[{v?"R[9$*J%{jE`UwȐk邋ߗ^-2C+<; D:n/"Qf`G:ݹܹ߬F2\OMO۽b^o|BD<k B{>FG8@dx94Kʽ6o<D:ЗG匭)pJ_Jȅ I1ZAcjD-4|R#k1rs(!U{n Ee>,T,:\t4};sz(it qnB^"[FM{-A = lvGMAꠒr2B@mS=v^49!u^fȀ/2;,&~auEFEp`ViBߤ5X])sdC 槌rX%4 o÷rglXVaGtvUǴ5~!RwY_4A)ky8p8ky2;zs^5ߑNɬT+.FcfYt([,FM< of$bUL^?D5`f%D♚Rp?9؂ %X^Ȋe(hf0]q`fD S,]no(K7@I?bmjk ۃs7L3+ҌC0ڊ<yPԃ`=~G1Y(Ŝ,24` ""!)2=w$F 9']Xìg9.*E:T,E3ܑ[ 7JHv_A𤜏 ݳJU1*1lF2 ȘѠK>}L t2di#EGNqVcĚ DrKȚ>M橜8>(֚0P F!&}QwcބC'#^"rޕhGSF'Kv*?.hCYh~xυ`dx)7u~Ow=< X'uS{ !Ka<ĔrMn{GǪ]Yx%ا8^SxSW9&iO^)ò ljle\tпɇdcňe(*^S&3{JAO3T^Ϫ} F`RC}w= ?==\hΥ*(īa՗oF !hpPn>z\)Ҟ-ڙ&V$IR(֏a {N֌!`hck2r񗸩؃"RE"̭"; 2nrme%_U` 4lhiŹm(%rJ{8Wc4kޤ EGGnAO{Uςd5y$#i"7!Xt^4 {&6`T`]b%Xu?ߴME^IUeIbn mae8 6 v}LkJ1<Y|6HUӴ4gv5VbMZJء88^I,\ȣC8P,tt6!i ] ʟIQ.u_G4I>D;PEP]_Q;=㋴&o);epg%HǓM]$JDe}մ{!q'\a W9μpIxu3Pa\Qf&}Cvp?MLG76KLA qv52mH#Mݗ-Sb'M^]6ȥChtt~*iM^$aW-#uw0 զjd ^z*G(v+8zy%cT0xmF8*g]Wzk/j;^vLH G0VYi(zywHrs!?2g$MS}PY]a2VHuj8*wvS{CvKQkֹQ8 ~Sӻv8i-g(!hht?ΏdCCn GL)`ijE_tpDPhp"Ct`!,`RqC2xa|ʉ웏u~>B֡RFSFA~t8wEˋbQ$8Iw\EǔWꠧww;pԯ>|ݗ#{1?fT%yt, Ov\]1eѲnLt,0 ţbq7s ʹ*2ZSmm`]ty,EIcpAF'[q/IV4xn-GF(Q2n"8YYz\ ;.,wt5YʴwEmsn{a[BF0]c(&=)f<܏ۯ|ߪ("i4ЕF>[}Lm]^O?ޛ+ aoiX2mql',G(tsZ4\V{DF*V˳,x^ WY.kګ70{g[X4^C|/- ꊯq.fސv'~ӼdҌi Amx[Vq nRGVfn˚p#8c]DK%g6R3Ϗ:srkȲ~oj-E8{3+6\yngl.e pV%iU;[@n7@Z(MvKUF-p6H=*ZKA &Bcheԯv7}0a߅ h.#v%ypI3>ϡL2FYQĆ d+`CJGEfƸcՄ`}F .ڽx^6ڶ_Fkh_–f> ZS} 6w@Ҩ1oV(0,Oo&`c xB*d=8ip~x_KH!SگECy4;qF3щfMzm*ѕnȆ=4xCXF H!y^R&gk6f:L/,@"JBř"MC],(McPy]K.Z %yŒ ҵU^Ɩ!%DX 3iRi."H9i/6**7[ }JDwDM.Nќ/&eT+b{AZbL`k4Ğ@;"y6'yh_i`% i{qT#$6 k5HvP+\\L@^C." #xRہȤin.$$hM2k%0fs p?ԶVFn}V7:5d[e.l}y5 _x +(畹EE[dž6(pwNqd@ }`S棵[\/<QSۇaMRy>El-1iѷXNWWSa c++A,/>ЏnL_E1=*U$BV%Y"3BUFj} $Ö("(i*Ge0Ѵ<֊eeƀ1ch}J{ ; cbJ&i-:s4Ĥ,e^BTzajL2&a&W MlYj,SVUXݏ^@~6VTcU'|Ua*7K,sm!>Tϸ:1i5/Z߭T 15^ Eg KnYI # "fOsFv(ic4o% BwcM <“B&+ +=/kew<=5>>p-^vFTZBMTS{׆2 *tYz,ۆFz19E9!| n9n˔ys`?B4<e8lx4*N8vo*Am{BUy1X|,G6M%K**j4[Ôbd"swxg@KmCXT($.a*\0ڍtLʇ2&_qun i]nS ̥&+xVݥWSVvz!K\i<`)msU7}t+VT< ^ $;B[mWD<] 7N#=,<=?ncљM k*!JQm}cquG:yvQ׽~K 1GYUtIb9ջmo/jҪ>g]QE !Uq]ZK(.cآ1e49 LEDJˌ(w3IO&9h bD.RTK[7ΘLP'-w4٫a+ZgyxmOϵad O"_dtBH_zbEr*S@LŌFy?S,eL)VE! gBm6/!#F*Y&IsCzF1mzRN9J*E|(/'KsH:b샱 ۼ̋ ^p=lt8n!d)[̡ )2NE߇0wrY\9[jMI409{U$=C(cre,2-rŅm6Զ$7R3d&6n> f۟^$z*BwX+O/HVyEz1"/Z}ZEd3vk؉)80ӱ}H[eAŭ [[W1Y]{!ͮsL+To+tf'|Ix0˿/.z\9!y:Xm@b3Gmu09Xbpug]>~Ӎ;"tt~o3l<?y֦V}Ltdƞ1x'=8gzF86Y8z liw.Ei Gؙ Ș~uCO YSMLW&ЏbBg쟋ƛTDi3;GcME53CN6q/Fs6- ).:!U%)B* ෼#YrS띠m5u6fwBu-ѷQ@(澔MNw9DSb@spu0 XKUK Y(6LH=ۮ1=7*{/4K$Z ӠQs!^L)0 gW ;`$C6Q`bwo% `IaүemG7l@,9+&10TUyVWq!d[uwsBo_fqzbʫb603WѲ4xW+jklDB h#!O| /)qx l bh3E "'R,,В#ҔtrwՋ&^Rr{B~lGC]st> "Fk VߒPSnasg1nO&F;J!idI Zr<LA~Ƒ#CeMaXL*=E{ϧšZ'&=kSHaOUF@릯ߒ%?'r6wЉp v+ ]Zc}al `m1uUR읇B@uT.UoTu/YI ΙkT1Djaj>Neܺj6 .soMhLjl &|X(`w|oՐFHKe !\>&~S%Uu %'ɲ4| :},ytưj;\Հ5]bs# ?U:l#\ɕP՚9. 3 }YM))PHh nAuA˔9䰃/Rk{ ?z"4>˘e^хk % ''=)TM,x\KsI  ٞo1ռX9\g W۶HyÂQGyw׷hbEAWЙeŜAm_˦ 'i3YM*åGmqs{U1* Y3}Xվߎ .L\|Ψ7]"]%笑t;O4ۺ:39Y:m Q-owI(G"ZPXQ, <h늑n3Kz-2iWdyYo]JO=D`e>'*2ٞzsnUU $)u82Hזq=uOog^)LZ@h/f6 x؛%ݎVOr;3z 4Q>p| arCCLBq:`; a3Mnɫ|Z@I+KN XVVۅӱ]gPm|"_@;o5x$?9 foj&Y\]'U}ĞIVrCnbQCWZp7}$\űVeb>Qeă<,BI*E;aA0R$AP@EHᐰWYYiH^ku\WWYGK̡/[im٢zBk5pZ*Nw5b\ݟQ6 :ō 2nan9PF}-se~V ǽ>Ku`$h\f4Pיnnt f !3j @ (]瞭;pH'^F׆-գ,LzW}c1(kzCT*F{yFF Ŕ`Jy#ς{ob\:5fAP`Caf<_y_ W*nu+mk"t7f ՇY L֘G8L>If ^Xx\svz-fPgWZCtd6 to TŒJ(̻$<͢[@T_δ{ŪП-u[R]/ޗ<[W@>o1k,c(]_naykm"GuTi"^y 3`<S N6~[T~"tV?tF5Sv<2>ӈ˩46B%m|l&ti_4wǫyir+fM]M'p"ݣZ(a.1R 1B/'kt@DƹENF+ N&f .+h,M4_ko*\g*nv[2jHfrfC݅bs%GS#5^mtJ1DDO{;u95N9w_G> $Mpz}RtH8} ] L"U[IFcwQW-V%'锸%aڝ]EE9}9Mލ-ۊKsXq5*\*F5Q݁]Z1+ o Ϥf Ô }\6DvIXh5*޺,Lֹ&~PZq1z-%& 3?Ea[ bxjh V(/Su#v`3`|;) رCd D!O_#gb!XX`{hxں=2F)q3(Pװm"%F|ł,n*M?P޹MJFՒ |Vrm{pK; G< aR@ k) jz@vF#v%)͊IZ8.ڕ9 bwegȩ`bXKwd:@H/Q;q3;?ɳV\{0"U(Э.w.HÝrDVL=l<y1r%D,#tŌf!MV#7fp>J)JQxDә!Hp2ۗ #>~l jBhm[ EƼ51BYRN4Wr<.]Rqq^ 1(P#sk +62=. #T틌?Ճj*e/j|{nQ&M%P%eA<|GĮj.SS[]"{Oe@ֲ죴`sKYcOצ̝ݿq/{mf@#ek(#&rGRWt<Ҟ ڝKH~y2mI쇅bL>w8g;Qxlq=װ+`Hz_ zQq٬xY{3r'4dUgDn* Ї<,$|4f4?5ƞ/쫅חUcp d\ts4Ԭ$ĶQ>U ԡ _I;95̮1?P7Ⱥ[\Cd֏;`B 'Bj`ˑ!b 817\ϔ'%/&K |䍝om򃖯 L/Ͼ]!"}Oj>> w`9p*&-DͿԜِϸ"h9>v-03dG[6%4,:y:N:~%SOOa>$=k R䄀smXtG[If Dƍ NYFy"+t,* Y*p!d#KL| P\0C PtHd{i!2v$֒p\uy>AB(-|mT@@x@fQ(ݓ #d|rt&-p*MM$a}yJH'syr )(WۂY̞?PhԣvZm_yp`V|*߻C&dfXo@Ռyrm.]Qu/sP<HTEHA_lza{ķrIrR3bC7s&~&/lk9E|#?np \9d_Z5sJ~p76S0wט0ƍdA a;IA^.++V+z]r2Q/V*x&O+[^6zMUFZrD1m%NVAS}m .1!.\wo|fpa ގQ3Azy̎7ߜzh K-_zEEJ( Thr`;gAwxQgQk!3 [~SO`AK \VrT!B , xuIfg(x"^*n1>qel tJX(ȞޱV%2bծTᖏra g֕_W$)՜ *%Z,,h槇$"MVU8o^~1>,bגLk~0?u!Ur&FuȠM_2>ݳ5];9j Cc)7ekY-Sr!Ursf- Bom ji@|]*J5)+~H w_p05E6xCYx.OЅ}0U.H Z'bM[Df.=ee2Or~*B%q Ia F43#_Q11t|Zgj0`Uc[ﮕbGz]l.GEfnSӣo3T h9XV\f# Ċr:,`7}K ބ&=P y 灴,ͯV+̼:tpa4.9.Ұ~V?w5 kkFNQ>򰃥lriDstA}bGNCbMv=|Y~~xgeA>ɛ0z[<ד-Km 9j ԑV\qjE̳㸀~/Rr!)`.lw\&P 8G ֔W!OSm"=K.Q/6P`Sm|W_)䡨7UHj;􏣙=$~C Of-ꇮD s۷ 䤚z͹`B'+UN*b>i $s"!fTۘsU1@U sx=*)$?jK×2B8(zFjjI3ݴYpmG0e0b:}bj݅I{-h;%nJ&|+@vL(螡a%3;rpu Nu6`דde5c\țdI{llV ЃmpMem:39lJ$R*dv2JX`SAf\KS2YhX,UjKI;mhsG u\Mʏh_Ik )ZMNL恱0}l̆?8`K`sR6TAnZݒqPlb<:Gc47Wɍԇ 6:CЛP} L~tE9-mnЅ*bsO d`I˿5(8 ^ꍱKd ])z! ߈aehtߕ9$ T~p" bі/E}v9)9tZнɡvAG-Sl(/ a2HYAYFxT˯v"e}`i{~F]DDq LgzM* b̌DLpk.OEj\c"#w%7zzg!j&ĞTp&~cף@f'nBUULV:?gQ*-hCg-*m@-cEF@RWrI)8gqxJȫFay5uNSOgAl:v *vOTzfdP.b^ZӸis5 $ %eI*.Nyg,X0b9AT1W4q|dRb9֊^qO2 &qמA8euiw;"o.H)(MZ6ģ:' ֧utQKaĹ.:]JKle1%솩!*͇L&›'i K3 ;XY362t@e^AYxݣEE5#‘wW?7_Xu4`nez]L9{B-Xawdqmz6/ ȓ&_ iq$虩nQ Dy0]B5עkqAC"#Y~S#&#Mt&/.P?آsyְzvDRTW0iqm,;p+f].Cn2й9̤w=n.ɾ=b^: ]j˖uߵo)qBkMiBsZ:V#[ً^n|yRT(+[#xiJEeD wKz'm8n5Hwg1)iG%j,Գ xMa${񍢑cX<]'cA3ʒ\]ǁX 5oY5r%PKA^Q؞oqCzGڪyD8sf8~0B[Npa+.E͵{>!bY~[x}%]]+څT1~6qeR˔Jf-+!omn] ea )_Nsw8) v@s䏃崋r/|BW{P|P3^;Ƶ">CI(X ZnamlS`4jAdY_;u:۱skT[ x3M %.LUbܜ4y (*Tͱn\y r^w;G1}hP_4c+dIP3e}|4{ WMR0/O:K̕u [}@|1`~ZR bHm!ZtCBb}$&u x ґ8M8Dh#Y/]`% 4vvU]ԡ <`,Zփ)e._GhAF O+{mGf?,k@|VKF+x(X|SM(V.um%܆TYyj.t9p1n %EtKqńg/P Rxا$aT6wMjмzrH?'VGQcdzațz]zV;i+x՞q&)="D:fXI`RYqkIN|me S/)aS>ᙹhNZpgE.K K%5Otc>7ׁ0揊_<'B SJGۣ08H+|E@> Nj{8+h*[eOCNcZQh#Ny;SLYb_4E )К곱k-+KDEWFZ CK{F{>%>U/RvWF|Rխ.dԃsoc.:PUBDyΨ1rҞ(TH䧐nd3;eT:Hh9Ju94!BV-ٞ4p3j y n;*c3x`ւ^C%sͨuՆ8YJ/Afx :P%%'EhJK[@`/p8$!%s:Ճg~߰-v{nw૤co\F'x~(TԱ_ ˮ:> ̏Q!SzGi>kS  YZ