saptune-3.1.2-150400.15.4.1<>, Љf p9|><>Ҋ['D#BbsxlUrJ܁UNy2=o>8P1ܹV铇S$ydҎ=4$KiXm'/bm->:um%,ӓl:>Xou }u^aڷ.(@/;KAB! HYNucŧwGw)Fؒ_^hnV;*C -".i7wsvP$7;ocbf9%q{%`3X9v>K?d   W ,0Ijw &37z9z :z ;z =pz Wjz WzYz\6z^^z``a,bT(b8b&9c@&:e&=>?@FGzHzIzXHYT\ڐz]xz^bcd:e?fBlDuXzv@ w4zxzyz sCsaptune3.1.2150400.15.4.1Comprehensive system tuning management for SAP solutionsThe utility adjusts system parameters such as kernel parameters and resource limits to allow running various SAP solutions at satisfactory performance. The utility can be used in place of sapconf.f h04-ch1c3SUSE Linux Enterprise 15SUSE LLC GPL-3.0-onlyhttps://www.suse.com/System/Managementhttps://www.suse.com/products/sles-for-saplinuxx86_64 if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in saptune.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ $1 -ne 1 ]; then # package update NOTEDIR=/usr/share/saptune/notes if [ ! -d ${NOTEDIR} ]; then # installed package version is < 2.0, update v1 to v3 # indicated by missing directory /usr/share/saptune/notes # only change version to '1' (migration), if saptune is really used # so check, if a solution or a note is defined if (grep '^TUNE_FOR_SOLUTIONS[[:space:]]*=[[:space:]]*""' /etc/sysconfig/saptune >/dev/null 2>&1) && (grep '^TUNE_FOR_NOTES[[:space:]]*=[[:space:]]*""' /etc/sysconfig/saptune >/dev/null 2>&1); then echo "saptune NOT configured and NOT used - version will be set to '3'" else echo "ATTENTION: saptune Version 1 is currently configured and used - but this version of saptune is no longer supported. Please migrate to Version 3 after the package update is done. saptune will stop working" # to allow a migration from v1 to v3 after the installation, we need to preserve some 'old' data. touch /tmp/update_v1tov3_saptune_inst || : # preserve 'old' BOBJ and ASE note definition files for saptune # version 1 compatibility if [ -f /etc/saptune/extra/SAP_BOBJ-SAP_Business_OBJects.conf ]; then cp /etc/saptune/extra/SAP_BOBJ-SAP_Business_OBJects.conf /etc/saptune/extra/SAP_BOBJ_n2c.conf fi if [ -f /etc/saptune/extra/SAP_ASE-SAP_Adaptive_Server_Enterprise.conf ]; then cp /etc/saptune/extra/SAP_ASE-SAP_Adaptive_Server_Enterprise.conf /etc/saptune/extra/SAP_ASE_n2c.conf fi fi else # package version 2.0 or later # check SAPTUNE_VERSION stvers=$(grep ^SAPTUNE_VERSION= /etc/sysconfig/saptune | awk -F '"' '{ print $2 }') if [ "$stvers" == 1 ]; then # check, if saptune is really used # so check, if a solution or a note is defined if (grep '^TUNE_FOR_SOLUTIONS[[:space:]]*=[[:space:]]*""' /etc/sysconfig/saptune >/dev/null 2>&1) && (grep '^TUNE_FOR_NOTES[[:space:]]*=[[:space:]]*""' /etc/sysconfig/saptune >/dev/null 2>&1); then # saptune NOT configured and NOT used : else echo "ATTENTION: saptune currently running in Version 1 compatibility mode. Please migrate to Version 3 after the package update is done." fi fi if [ ! -d /var/lib/saptune/working/sols ]; then # installed package version is 2.x, update v2 to v3, save 'old' solution definition file cp /usr/share/saptune/solutions /var/lib/saptune/.v2_solutions fi # special fix only for 3.0.0 installations if [ -d /var/lib/saptune/working/sols ] && [ ! -f /usr/share/saptune/scripts/.updhelp ]; then touch /tmp/update_fix_300_saptune_inst || : fi fi # to prevent saptune related tuned error messages anytime after this # saptune package installation switch off tuned to remove the 'active' # saptune profile # 'tuned-adm off' is sadly the only possibility to remove an 'active' # saptune profile systemctl -q is-active tuned && [[ $(cat /etc/tuned/active_profile 2>/dev/null) == saptune ]] && (echo "found active tuned with saptune profile"; touch /run/saptune_is_active_in_tuned; tuned-adm off) || : # if the tuned profile is saptune, try to switch off tuned # if 'tuned-adm off' before had worked, the profile is empty # if not try again [[ $(cat /etc/tuned/active_profile 2>/dev/null) == saptune ]] && (echo "found saptune as tuned profile, try to switch off tuned"; touch /run/saptune_is_active_in_tuned; tuned-adm off || systemctl stop tuned.service; > /etc/tuned/active_profile) || : # if the tuned profile is still saptune, try to override the file [[ $(cat /etc/tuned/active_profile 2>/dev/null) == saptune ]] && (echo "found saptune as tuned profile, override /etc/tuned/active_profile"; touch /run/saptune_is_active_in_tuned; systemctl stop tuned.service; > /etc/tuned/active_profile) || : else # initial installation # check, if old config files from a former installation still exist if [ -f /etc/sysconfig/saptune ]; then mv /etc/sysconfig/saptune /etc/sysconfig/saptune.rpmold || : fi fi touch /run/saptune_during_pkg_inst || : PNAME=saptune 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 # workaround for the missing directory. mkdir -p /etc/security/limits.d # cleanup 'typo' directory (bsc#1215969) rm -rf /varlog || : # handling of working area is the same for initial install or update # initial install or update from v1 or v2 - STAGING is 'false' by default # the entire content of package area gets copied directly to the working area # which is empty at that state. # update from v3 or later - STAGING may be 'true' staging=$(grep ^STAGING= /etc/sysconfig/saptune | awk -F '"' '{ print $2 }') if [ "$staging" == "true" ]; then # handle staging area and DON'T touch the working area touch /tmp/update_saptune_staging_area || : else # staging is NOT active, same behavior as with v2 # adjust the notes of an enabled solution, if needed /usr/share/saptune/scripts/upd_helper enabledSol || : if [ -f /var/lib/saptune/.v2_solutions ]; then # remove no longer needed old solution definition file rm -f /var/lib/saptune/.v2_solutions || : fi # set up working area if [ -d /var/lib/saptune/working/notes ] || [ -d /var/lib/saptune/working/sols ]; then rm -rf /var/lib/saptune/working/* || : fi mkdir -p /var/lib/saptune/working/notes || : cp /usr/share/saptune/notes/* /var/lib/saptune/working/notes || : mkdir -p /var/lib/saptune/working/sols || : cp /usr/share/saptune/sols/* /var/lib/saptune/working/sols || : fi if [ $1 -ne 1 ]; then # package update # rewrite saptune version in /etc/sysconfig/saptune as fillup will not # change variables sed -i 's/SAPTUNE_VERSION="2"/SAPTUNE_VERSION="3"/' /etc/sysconfig/saptune if [ -f /tmp/update_v1tov3_saptune_inst ]; then # update from v1 to v3, same as v1 to v2 as nothing changed in v1 # step is needed to support migration after package update /usr/share/saptune/scripts/upd_helper v1tov2pi || : else # update from v2 to v2 or higher, call update helper script in posttrans touch /tmp/update_sle12tosel15_saptune_inst || : # clean up some leftover files from older saptune v2 versions /usr/share/saptune/scripts/upd_helper cleanup || : fi # special fix for update from 3.0.0 only if [ -f /tmp/update_fix_300_saptune_inst ]; then rm -f /tmp/update_fix_300_saptune_inst || : /usr/share/saptune/scripts/upd_helper fix_300 || : fi #else # initial install fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in saptune.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi 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 saptune.service || : ( 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 saptune.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG=$1 if [ $FIRST_ARG -eq 0 ]; then # Package removal, not upgrade stvers=$(grep ^SAPTUNE_VERSION= /etc/sysconfig/saptune | awk -F '"' '{ print $2 }') # revert settings if (grep '^TUNE_FOR_SOLUTIONS[[:space:]]*=[[:space:]]*""' /etc/sysconfig/saptune >/dev/null 2>&1) && (grep '^TUNE_FOR_NOTES[[:space:]]*=[[:space:]]*""' /etc/sysconfig/saptune >/dev/null 2>&1); then # saptune note configured and not used - nothing to do : else # saptune configured and used - revert settings to clean up the system if [ "$stvers" == 1 ]; then saptune daemon revert >/dev/null 2>&1 || : else saptune service revert >/dev/null 2>&1 || : fi fi # to suppress error messages from tuned, if the current active profile is # the removed saptune profile (systemctl -q is-active tuned && [[ $(cat /etc/tuned/active_profile 2>/dev/null) == saptune ]] ) && (tuned-adm off; /usr/sbin/saptune daemon stop >/dev/null 2>&1) || : # if the tuned profile is saptune, try to switch off tuned # if 'tuned-adm off' before had worked, the profile is empty # if not try again [[ $(cat /etc/tuned/active_profile 2>/dev/null) == saptune ]] && (> /etc/tuned/active_profile) || : # clean up saved states left over rm -rf /run/saptune/parameter/* /run/saptune/sections/* /run/saptune/saved_state/* || : # clean up working and staging area rm -rf /var/lib/saptune/staging/latest/* /var/lib/saptune/working/* /var/lib/saptune/working/.tmbackup || : # preserve 'old' BOBJ and ASE note definition files for saptune # version 1 compatibility if [ -f /etc/saptune/extra/SAP_BOBJ-SAP_Business_OBJects.conf ]; then echo "warning: /etc/saptune/extra/SAP_BOBJ-SAP_Business_OBJects.conf saved as /etc/saptune/extra/SAP_BOBJ-SAP_Business_OBJects.rpmsave" mv /etc/saptune/extra/SAP_BOBJ-SAP_Business_OBJects.conf /etc/saptune/extra/SAP_BOBJ-SAP_Business_OBJects.rpmsave || : fi if [ -f /etc/saptune/extra/SAP_ASE-SAP_Adaptive_Server_Enterprise.conf ]; then echo "warning: /etc/saptune/extra/SAP_ASE-SAP_Adaptive_Server_Enterprise.conf saved as /etc/saptune/extra/SAP_ASE-SAP_Adaptive_Server_Enterprise.conf.rpmsave" mv /etc/saptune/extra/SAP_ASE-SAP_Adaptive_Server_Enterprise.conf /etc/saptune/extra/SAP_ASE-SAP_Adaptive_Server_Enterprise.conf.rpmsave || : fi # preserve saptune configuration, if saptune was used # so check, if a solution or a note is defined if (grep '^TUNE_FOR_SOLUTIONS[[:space:]]*=[[:space:]]*""' /etc/sysconfig/saptune >/dev/null 2>&1) && (grep '^TUNE_FOR_NOTES[[:space:]]*=[[:space:]]*""' /etc/sysconfig/saptune >/dev/null 2>&1) && (grep '^NOTE_APPLY_ORDER[[:space:]]*=[[:space:]]*""' /etc/sysconfig/saptune >/dev/null 2>&1); then rm /etc/sysconfig/saptune || : else echo "warning: /etc/sysconfig/saptune saved as /etc/sysconfig/saptune.rpmsave" mv /etc/sysconfig/saptune /etc/sysconfig/saptune.rpmsave || : fi fitest -n "$FIRST_ARG" || FIRST_ARG=$1 if [ $FIRST_ARG -eq 0 ]; then # Package removal, not upgrade test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in saptune.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( 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 saptune.service ) || : fi fi fiuk,WOY`_-q/Y'~( ego]l8u~d~{d${.8~]u.8]<e$#%AAAAA큤큤A큤AA큤AA큤A큤A큤AAAAAAAf f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f 466dc65201abca405e412ef24821d908be59120755e0d0bb45ef5a61f740c7b7cb22b788963797df46672c1f525ed7fa8ec0ed34ab8104117359bcaf5673e227bd013f3cfd82091ff2ce7a52d947d92a275e0a6e72b0b757617ef41da378d9481e6f841d390055785da74e8012791f83e993afc0b0682d99db1624c6aea8d98551b36adbf52cc1d4725044670fc463a3c5a33701c1682ca9630179c66d3c996969e8900a3516be4ab071e94bd2c8deafe6ef47cc7c12c65c35e76c5cb995dff3d26e3cf627fed395f2280916c8bc072953a63b157558b4487ff7acbd1e407cc2f96b63d69f4b0bc12c6b86f04ca30331ddc80a62aeca92a32774a71bad4cc84dc77e065576be9b62467dbf14ec943460e1cad5cbf77962ad81a9c9ac34c02f1ca40dd73120e9a1be175fe88ed21bab1a38af441e092ddfc4e68d3882c171395a604c1e5ae8746da0979c2ccd2216d35f3ccd854c31ec90b2eb75d2bb433a6de8a72f4fe295e749ac0b436a7f4f04fb3629555462490172abad38564707a2569c29398fc245fc6b15961b9d3c6f1fa787862444d21cda33219ec7f46734718066a02bd1235f7718565b7e616f31e5c68ccf2a23db901b753e55e24a60fef5fe70df609929a1a1d57bb5be2050e34a30bc76d9af7e87faa94037f5c847c377dd8f50e6c7c857c78dd282d182b89856258dacb81bf76efaf30c7c938d5f0469131adfc3580b12ea8298c62e6127042dd3a86dec49bca28cf12c4f2d7ca3a83eb692ed2316a5f2d67772fde16dbad28a1a80ddb685a26585d6f1f46d70cf78d394087de76f18a958892229eaecf08aad137647801d1a765f794eaa4d21ea2e93a880582bee83100eeba1ebd6824d1e188b5f7d616499cae66702ff63431f94ad8e3ad5b5c24fd7c3fdbc6300ed965808843c687ee77e4d5047400e6c51689ccb7c6017c18c9494bcd40f1449fcb70904118f44af15f4a1c46331ba30dc2b24f4693e64f81cd83881dbb93431187fd421cfd8babd399d39cd7fe8450b90fb34fbb55bf070db972d49cc503edf56c8cd88fe46d868450baef3beeb4a7a14529af5b43275e21acf9a03788a461d98ce7ac84424e9b649f4e266ee89d5778c82aa526c820c893f44615f8781b604bcb33392e00e23a7bf81aff4a15a9b7a2c7330e3b026cecc4d6477b7be44d61e48d9ae9882f13529bff6073d16eb26edaee3fa9a99d818cf3309d80ea5a24a16589479a19eafec3c42d1cc9557d9838bb481e1f4681dd0728fabf66a0c1160b773d79260bfc1001f0b621279f249ac16b41344997aece3b325339855f561c44aedfdf5d898b965a2d4d4e4ba79630e870576ba581cca5d83234df04604e094557d7b2180d932f20765c3ec68ae96f7e8a8e79485f3a643e0ee57754759be6047cc4e2ec3c4e0fdc27f18ffd4f9ab5ebb2384a250e5ae7c99f20e7b3afd9ba1ebcf19cb790e057d7a76505fac175114b8833b8c5f49cee6c5180d3db989e6ec5a91fb9c76a63d4369a1b9f9d0e95e73fe4a55a73ebf380a16f7eb370a3aeac0d112988d29adeeee865389fb54269edfd788197aa6ecdc7b509aacbbc82068be5e4f3ef09c9c2a1858a3db7a4278236ad3f5604279a753c232abf7cc01d74b879382ff4b623ac1bc6f90489f33784424e6bdf0422ac3adfa8cbbca94289b366397a93a1c1988971120ca9aacbe29a279fb12b314739bb0a776f90152cbdd7d1f5164d082eec8c40494b27c5eb51e7b5ab5c93a1ced93f866974fe470994353a99fc5a4bf4641c8a553d1bf69adb44dc1dddb08659e284ae3b23864d7e12b06a46053b99565569b0934b2c8585fceda159671e49c82539ca6fb3a7d1d3c69fe740224c8a3149a13208cb27064341583dba608422eefea1b2f5250194dee28d7ece4404a52bb6fd1053bbf6bfa06649a91d03df8cc53b67e51bb0d9393b23a13a12e5ac7cee942589c2b372b11cf587557a1b296c60320cd7ba7eca81a140c8c47defdd8e869f617ace2a385efc57e10da9e5a73ecd832a1227454d4ccf3fa479bf077a7a2f3cddb9d3b1cd2546761089d2d286eb9d1f371568e014df652b8bdd8141d7efbda4eaa4edaaf831be5204c608326c781752a7ccd2394e466d410eb51542bc7563f740ab2ee0eea934eedd26d79c6addd3d26f6434a8f30a8693dee62fdd2fdb6e012dd27bd9bc7ace73cb07d77dbbf7621f8aa162abaf511d3c89b5ca9da9693a278f4d0a140708513d5327c3ce4e7c152f5a11fe5bd3b3c40f23462e6718cb796c179349ac0db2ef00ff570db28628a584715c5488f83bdf271b560d0aaf7d6b7aa1e16977f707b1073b15abc71f2ea3ffabd4e03a4ae6a4d19c81ab89e62db0fc92b023fd81edc35d61c5cf2b991b8505003149c38e5c6cc114a11a944b698331133a226ea28afde6a06b4218fba210d6e66d645fe42d21d7f2205c871ebd248a614212f604f71aaa7e4c5f63085ec587e0b0e58c4cb7fee519eef1250fa247e8ca0c3e92b57c0bcf0d107af2d358536bdd8682f0398fad7952732ff30b180be6b7967b12f1c15e8ca0e8fcf1ce078da210028cfe69eddef7aa43f8d711913cd9e3eec02ae287fec018951dacc9664e827a21f8c394024103ded05f277c147cff87ae86a92ef13600e177bdc3cc0f033b83dc6ec08cf371738f3d8febe101085b66edad8220392f3486428a26261bc6f22487704da0b0490f026cbba3e8b6a3eb993c179797457637b669d95738e47dec0b08139ebb49b1613e8bb670c8398331db76891b32e4664b441fb8be6bfd34d031de1d5640ce938bddb2fd4cb0b4f3176c5bc599833854ab1d3779b28da6386bb76fd2ce7d047babc794d2ef5bac77c7a325d1b398950054ffd66056aff6874c5ad43e0ee57754759be6047cc4e2ec3c4e0fdc27f18ffd4f9ab5ebb2384a250e5ae27eceaf2b30e822cf885e23ffbd929266ba65137e67ee3d6cd5e544af67ea09c322639b22cdac9fc09b81a8f9b4faea692ca52c217b432f3f6eb3e788a198e2d316050bcde054202f885f0c0f7014857c8510ca3fd3d993ff1a4c0aaa2664e74f2f3ae32ba1a6627c8cf8c312248ddf2a1ab35e1b4c43619e2cc6d99e125e84e90f02e9acde06b8fe5ee3803f85df3b37358f93a4a95d0af637e92b5a7351433f871917fac9f0955b1394fea829af3abeb62afe6065ccdb0c4890c72381b24139ba817d9935f3179c13e66b6132e93ed732c01675b5bdf15227cf96eb951a77e74768067dd68daf6b1bd015da87b4e85ab3bf82e9a41d5447af3344521b448cb5a63c36a73aeb772d666f2cf918d53512bbd04f31494dc2555415674c6b425e3936e3fe84597e8c5da581f205eeaf987415df857026469248580c78537264f2ad666f7c9a1c34dbca35c1e2308076c7421edf0174c6124847f7d7aeda17ed73719f9e8ea1312c8bfd1567df3b71200b38e9aec4ba98380a4e534395511081fb72ad52b322104368243c42f51d27ec9d05510ed0043612e44f8e2768fbf01b142bb73168f28a5910795483a4664726ab05b27baff804b7882a607f8ed1abf0a90149c38e5c6cc114a11a944b698331133a226ea28afde6a06b4218fba210d6e66d82a9db46df2461c8872cd4eef2e4670611ab9e709bedab1d50a75556facd5b5d3d1040bfd8d777c887a08a25cf0b4190116929eeb841dcef3439b7583f22e909a53af82f2308ea848eecb545d69bb48dd12e40ada828701d5421fcfbbcdfbc34f4bf2daae98f1c1d41c1ae083c067d7743949dfc9b0057a1ffc0dff56bdcfd2685eb085c3fb5c4291dd84ef8e0cf50c2bbe4ac66017b342115226027ee46c39699707645af7d51706698de867190567fe2d748f4b94d568a7850772cc46a81366c9704c571ddf11993c23a1c11fcffc780afd9b60ce7d77b4e3aa037f9deb53b77435543815885d53a5b1d17604154bb3a342fd50101c35dd0fb827e8dca23943e0ee57754759be6047cc4e2ec3c4e0fdc27f18ffd4f9ab5ebb2384a250e5ae9d1dc42ad6ba5bcdd020b4595b2ab97fca7efcb435be1bde188db3530c557ee0905360921e63f419d6a111dd3216bf28402f367ab9aa69444d80e97419600d800a6af60fc7648d08bfd39ce750c7c7cc64be05a5ea9d4c5f0d20c737fa5796a9aca1ca85e1a143b67c08994a460dfc2d30d4b9429eed3dda6b875f4dd8464505c2e86cd543164f6cef8e0875da501b15eb66b2153f5b21d5463619ec5988e4590307c7c98f749a714e61eef72dd73a130ead5a3631acbf72af427af778a080acb403867c7456e434728993aceeb6048858bd09965d0fb80aa5a17e3e3e6fbdeb848ad8c81e2ca099080424895fd32f2198803148ae9527057478b6ecfeb7e5c60e886d3da5cfac25167e8649845c43e462bd7a8b8eb33b6cc351be12607302b590362ddd12131a4a472db74c9f5753c54b6122993d69d19f8497e59bdb616a274f1edcdb1fce58921ce42c9b7d9453f1422229b335e0b0635c8ec86f2e51696771a003f5d5656f9d9350a56df4237dcf33735d2e67b42034c31a33cc21d278f36c49fd25530eb0e046a764630ae7d89c679ae9e75e9c79032c3d15d21aac3cf6service@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootsaptune-3.1.2-150400.15.4.1.src.rpmconfig(saptune)saptunesaptune(x86-64) @ @     /bin/bash/bin/bash/bin/sh/bin/sh/bin/sh/bin/sh/usr/bin/cpupower/usr/bin/env/usr/bin/md5sumconfig(saptune)logrotaterpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)sysctl-loggersysstatsystemdsystemdsystemdsystemdsystemduuiddvim3.1.2-150400.15.4.13.0.4-14.6.0-14.0-15.2-1234-24.424.14.3f-e̫@eB=d/@aaba?=@^U @^@^ @]N@]X]@]@]4@]1]\-@[Ѱ@Z@Z|;Z3@Z1@Z.s@ZY|Y@YRHYY@X @X)@X @W@WWzOWQq@W!@abriel@suse.comabriel@suse.comabriel@suse.comabriel@suse.comabriel@suse.comabriel@suse.comabriel@suse.comabriel@suse.comabriel@suse.comabriel@suse.comabriel@suse.comabriel@suse.comabriel@suse.comabriel@suse.comabriel@suse.comabriel@suse.comabriel@suse.comabriel@suse.comabriel@suse.comabriel@suse.comgboiko@suse.comabriel@suse.comabriel@suse.comabriel@suse.comabriel@suse.comabriel@suse.comhguo@suse.comabriel@suse.comabriel@suse.comabriel@suse.comabriel@suse.comhguo@suse.comhguo@suse.comhguo@suse.comhguo@suse.comhguo@suse.comhguo@suse.comhguo@suse.com- add require of package sysctl-logger for 15SP4 and 15SP5 too (jsc#PED-6220)- update package version of saptune to 3.1.2 * to support setups with saptune monitoring and heavy automation we limited the setting of our saptune lock to commands having the potential to change anything in the system. (bsc#1219500) * fix timestamp in log messages of saptune * remove redundant version information in header comment of note definition files * SAP Note 1656250 updated to Version 63 SAP Note 1771258 updated to Version 8 SAP Note 2382421 updated to Version 45 SAP Note 3024346 updated to Version 10 but without parameter value changes, only house keeping of the version section and comment updates * SAP Note 1984787 updated to Version 42 SAP Note 2578899 updated to Version 47 - add require of package sysctl-logger for 15SP6 (jsc#PED-5025)- update package version of saptune to 3.1.1 * typo in logfile directory name creates /varlog/saptune instead of /var/log/saptune (bsc#1215969) * SAP Note 2382421 fix missing handling for Azure systems regarding parameter 'net.ipv4.tcp_timestamps'. This exclude setting was left out during the last SAP Note update by mistake. * add parameter IGNORE_RELOAD to /etc/sysconfig/saptune to prevent saptune from stopping and starting the system tuning during package update Related to sapconf bug bsc#1209408. - create a flag file in preinstall and remove it in posttrans of the package installation to inform saptune that currently a package installation/update takes place so that some special situations can be handled as expected.- update package version of saptune to 3.1.0 * machine readable interfaces for saptune add json output support related json v1 schemas can be found after installation on the system at /usr/share/saptune/schemas/1.0/ (jsc#PED-2194, jsc#PED-2195, jsc#SLE-23696) * enhance the identification of the cloud service provider (jsc#SLE-23779) * add a command line syntax check * colorized and filtered output for 'saptune note verify' It is now possible to uses a 'color scheme' for the output to highlight the non-compliant parameter or to limit the verify output to show only non-compliant parameter. (jsc#SLE-23727) * add action 'saptune solution change' to switch to a new solution even that another solution was already applied. It's basically a 'revert OLDSOLUTION' && 'apply NEWSOLUTION'. This will change the Note order in case of additional applied Notes, but this is intended. The confirmation for the revert of the old solution can be suppressed by '--force' (jsc#PED-2196) * introduce a Trento naming convention for custom solutions in the saptune man page to support trento checks. (jsc#PED-4118) * deprecate action 'saptune note|solution simulate'. The action might get removed in a future saptune version (jsc#PED-2199) * deprecate support for the v1 vendor or custom specific Note definition file format (jsc#SLE-23725) * detect virtualization environment by 'systemd-detect-virt' and add the information to 'saptune status'. (jsc#SLE-23885) * enhance saptune with the new action 'check' to directly call the external check script '/usr/sbin/saptune_check'. (jsc#SLE-23726) * de-deprecate the MAXDB solution definition. It is still active supported by SAP. And add solution NETWEAVER+MAXDB (jsc#SLE-23724) * support inline comments in the Note definition files (jsc#SLE-23729) * rework Note representation in 'saptune status' output (jsc#SLE-24530) * fix problem with 'verify' output, if a sysctl parameter is empty on the system (bsc#1199527) * add hint to the manual page of saptune(8) regarding 'missing' line feed for 'saptune note applied' and 'saptune note enabled' It's intended. (bsc#1193714) * rework the version section to make it clear, which information needs to be provided (jsc#SLE-23722) * add more information to 'saptune status': differ between 'enabled' and 'applied' Solutions and add the related Notes. differ between Notes and Solutions in the staging area. rename 'system state' line to 'systemd system state' to prevent misunderstandings. add virtualisation information. * add tuning state to 'saptune status' output. The check of the tuning state (an internal 'verify' operation) can be skipped by using the flag '--non-compliance-check'. In this case the tuning state will be reported as unknown (checking disabled) 'saptune status' will exit with a return code of '4', if the saptune service is enabled, the system is tuned, but the tuning state is 'not compliant'. (jsc#SLE-24928) * add support for the IBM Power architecture to the vendor and model section tagging (jsc#SLE-23824) * add new SAP Note 1868829 to set fs.aio-max-nr and add it to the HANADB related solutions for SLE12 and SLE15. * SAP Note 3024346 updated to Version 6 SAP Note 1557506 updated to Version 16 SAP Note 1656250 updated to Version 46 SAP Note 1805750 updated to Version 9 SAP Note 2161991 updated to Version 28 SAP Note 2205917 updated to Version 63 SAP Note 2382421 updated to Version 45 SAP Note 2534844 updated to Version 15 SAP Note BOBJ updated to Version 1 but without parameter value changes, only house keeping of the version section and comment updates * SAP Note 1984787 updated to Version 40 SAP Note 2578899 updated to Version 46 SAP Note 2684254 updated to Version 23 SAP Note 1680803 updated to Version 27 includes version 3.1 of 'SAP Applications on SAP Adaptive Server Enterprise - Best Practices for Migration and Runtime' * Solution 'SAP-ASE' changed - remove SAP Note 1410736. The best practice document (version 3.1) for ASE was changed and the SAP Note 1410736 is no longer referenced. Instead the parameter 'net.ipv4.tcp_keepalive_time' is set in SAP Note 1680803 (the ASE SAP Note) directly. * introduce an additional parameter 'SKIP_SYSCTL_FILES' in the /etc/sysconfig/saptune configuration file, which contains a comma separated list of sysctl.conf files or directories containing sysctl.conf files, which should be excluded from the 'additional defined' WARNING messages. Default is SKIP_SYSCTL_FILES="/boot" to skip the WARNINGS for '/boot/sysctl.conf-' - check in preinstall and posttrans of the package installation, if the active tuned profile is still 'saptune', even that this profile no longer exists. If yes, try to remove it. (bsc#1194688)- update package version of saptune to 3.0.2 - avoid excluding LVM slaves when getting valid block devices (bsc#1194299) - fix 'not compliant' state for energy_perf_bias on Power systems and suppress misleading error message regarding missing 'mokutil' (bsc#1193435) - fix wrong behaviour of 'saptune revert all', if the saptune service was stopped between the two commands 'apply' and 'revert all' - 'saptune service enablestart|disablestop' now always perform both actions and does no longer stop working, if the service is already started|stopped. (bsc#1193241) - restrict the sys section of the AWS note 1656250 to the availability of a nvme block device to support AWS x1e instances too. sys section definition of Note 1656250 changed. (bsc#1192029) - abandon the dependency to 'mokutil' by relying on sysfs to detect a secure boot environment. Related to bsc#1193435 - support /etc/fstab entries with 4 instead of 6 fields as these are valid entries. Change error handling from 'panic' to error log messages. (bsc#1193580) - enhance man page 'saptune.8'. Add entry 'configured Note' and some more descriptions of the entries from 'saptune service status' (bsc#1192697) - as the Power systems (hardware architecture 'ppc64le') does not support files in '/sys/class/dmi' (this directory is not available on the 'ppc64le' hardware architecture) some of our section 'tags' will not work. Add some additional log messages to identify the cause and add a hint to the man page. - fix block device settings (e.g. NRREQ) for multipath devices (bsc#1193576) - 'saptune verify' will now report a non existing sysctl or sys parameter as 'not available on the system' (footnote) and this parameter will not affect the compliance state. But a warning is displayed to raise attention to may be typos in the parameter name. - 'saptune status' now reports the 'real' unit state, no mapping of not running (inactive) service to simply 'stopped' any more. (bsc#1194334)- update package version of saptune to 3.0.1 - fix the scheduler settings for multi path devices and suppress missleading warning messages regarding vendor and model information during block device detection (bsc#1192460) - fix override of custom solutions (bsc#1192062) - add missing update function for enabled solutions and add a special fix to correct the 3.0.0 behavior (bsc#1192053) - saptune_check - degraded system is no longer considered an error (bsc#1192272) - log missing model and vendor information to the saptune log file (bsc#1190509)- update package version of saptune to 3.0.0 This will be additional reflected in the saptune version found in /etc/sysconfig/saptune (SAPTUNE_VERSION) So now we will have saptune version 3 - saptune version 3 Strengthen configuration process with staging, checks of external changes and expansion of automation to new platforms (Azure, AWS) and hardware specifics (jsc#SLE-21029 and jsc#SLE-20985) - remove saptune version 1 (jsc#SLE-10823 and jsc#SLE-10842) - remove usage of tuned from saptune Add an own systemd service file for saptune to start/stop tuning of parameter values during a reboot of the system. Add a new saptune action 'service' to handle the saptune.service supporting start/stop/enable/disable/status a.s.m. The saptune action 'daemon', which handled tuned.service in the past, is now flagged as 'deprecated' and internally linked to the new action 'service' (jsc#SLE-5589, jsc#SLE-5588, jsc#SLE-6457) - add a sanity check to detect Note definition files which do not exist anymore, because they were renamed or deleted, but without reverting them before. saptune will now print an error message, remove the Note from the tracking variables in /etc/sysconfig/saptune and try to revert the related parameter settings. (bsc#1149205) - check, if json input file is empty and handle some left-over files from the migration from saptune v1 to saptune v2 (bsc#1167618) - To support system parameters only relevant for specific SLES releases, service packs and/or hardware architectures saptune now supports 'tagged' sections inside the Note definition files. (jsc#SLE-13246, jsc#SLE-13245) - new kernel requirement for Power added to SAP-Note 2205917 and 2684254 SAP Note 2205917 updated to Version 61 SAP Note 2684254 updated to Version 15 (bsc#1167416) - SAP Note 2382421 updated to Version 37 and move all 'not-well-defined' parameters from the 'reminder' section into the 'sysctl' section, but with 'empty' values. Use an override file to define the values fitting your system requirements (bsc#1170672) - support empty parameter values in the Note definition files and not only in the override file. This is needed for the support of SAP Notes like 2382421, so that the customer is able to simply use an override file to define some special parameters instead of using a customer specific Note definition file. needed for bsc#1170672 (jsc#TEAM-1702) - report an 'error' instead of 'info' and set the exit code to '1', if we reject the apply of a solution (bsc#1167213) - Skip perf bias change if secure boot is enabled When a system is in lockdown mode, i.e., Secure Boot is enabled, MSR cannot be altered in user-space. So check, if Secure Boot is enabled using the mokutil utility and skip setting the perf bias in case it is. (bsc#1176243) - rework the internal block device handling to speed up the apply of block device related tunings on systems with a high number of block devices. (bsc#1178207) - change block device handling to handle multipath devices correctly. Only the DM multipath devices will be used for the settings, but not its paths. (bsc#1179275) - fixed wrong comparison used for setting FORCE_LATENCY (bsc#1185702) - add keyword 'all' to the 'rpm' section description in the man page saptune-note(5) (bsc#1182287) - support note definition versions containing digits, upper-case and lower-case letters, dots, underscores, minus and plus signs. (bsc#1182289) - fixed issue with 'verify' operation and parameter 'VSZ_TMPFS_PERCENT'. As this parameter is only used to calculate the value of 'ShmFileSystemSizeMB' (if it is not set to a value >0 in the Note definition file) it will not be checked and compared during the saptune operation 'verify'. A footnote is pointing this out. (bsc#1182009) - SAP Note 1771258 update nofile values (bsc#1164720) - SAP Note 2684254 updated to Version 20 SAP Note 2578899 updated to Version 39 SAP Note 1680803 updated to Version 26 - enhancements for saptune version 3 All jsc#TEAM-* entries mentioned below are related to this rework (jsc#SLE-16972) - Implement a lock to avoid multiple instances of saptune running in parallel. (jsc#TEAM-1700) - Support for non-colorized output If redirecting the output from saptune to a pipe, you no longer need to deal with the 'ugly' control sequences for the colorized output. (jsc#TEAM-1679) - Add enable/disable for systemd units and support all systemd unit types in section [service] (jsc#TEAM-1701) - remove script /usr/share/doc/packages/saptune/sapconf2saptune and the associated man page (jsc#TEAM-1707) - implement staging of Note definition file and solution definitions. The idea is to freeze the saptune configuration to avoid config changes on package update when adding/removing/changing notes or solutions within the package (jsc#TEAM-1844) - support custom solutions and override files for solutions. Partners and customers will now be able to define their own solution definitions by using files in /etc/saptune/extra or to override the shipped solution definitions by using override files in /etc/saptune/override (jsc#TEAM-1706) - support for device specific configurations only supported for the [block] section, tags are 'vendor' and 'model' to support special block devices of a dedicated hardware vendor or a dedicated hardware model (jsc#TEAM-1728) - add support for AZURE cloud (SAP Note 2993054) (jsc#TEAM-2676) - add support for AWS cloud (SAP Note 1656250) (jsc#TEAM-1754 and jsc#TEAM-1755) - add NVMe support to the block device handling to support AWS (jsc#TEAM-2675) - add SAP Note 3024346 (a NetApp note) (jsc#TEAM-3454) - rework daemon and service actions (jsc#TEAM-3154) - add support for 'read_ahead_kb' and 'max_sectors_kb' to the [block] section (jsc#TEAM-1699) - add a warning to the reminder section of SAP Note 2382421 regarding iSCSI devices and setting of 'net.ipv4.tcp_syn_retries' (jsc#TEAM-1705) - for the actions 'note customise' and 'note create' check, if the customer has changed something during the editor session. If not, remove the temporary created note definition file. (jsc#TEAM-825) - add support for [sys] section and handle double configurations for parameters defined in the [sys] section (jsc#TEAM-3342) - check system sysctl config files as mentioned in the comments of /etc/sysctl.conf and in man page sysctl.conf(5) for sysctl parameters currently set by saptune notes. Print a warning and a footnote for 'verify' and 'customize'. (jsc#TEAM-1696) - add support for [filesystem] section only check filesystem mount options, not modify. Starting with filesystem type 'xfs' (jsc#TEAM-4093) - add SAP Note 900929 for SAP Netweaver workloads. It's the equivalent to the HANA Note 1980196. (jsc#TEAM-4386) - mv state files from /var/lib/saptune to /run/saptune to solve the problem of state files surviving a reboot. - add /sbin/saptune_check - add the description of the solution definitions shipped with saptune to the man page saptune(8) (jsc#TEAM-4260)- update version of saptune v2 to 2.0.3 - changes to the UserTasksMax handling in saptune In SLE15 the limit is removed from the systemd login manager and therefore the setting is no longer supported in SLE15 by saptune. On a system running SLE12 we do not restart the logind service, but try to reload the new configuration after creating or removing the drop-in file for UserTasksMax by using 'systemctl reload-or-try-restart systemd-logind' as display managers do not like a restart of the logind service. (bsc#1161791) - add commands for listing enabled Notes/Solutions to saptune (bsc#1160564) - correct typo in the year in the man page headline of man page saptune-note(5) - SAP Note 1410736 updated to Version 6 correct typo net.ipv4.tcp_probes to net.ipv4.tcp_keepalive_probes- if a parameter is not supported by the system, the note action 'verify' will no longer report this as an error even if the value is not compliant. Additionally if there is a non compliant 'grub' parameter, which has a compliant 'alternative' setting availabel (see man page saptune-note(5) for details), the note action 'verify' will no longer report this as an error (bsc#1159671)- remove no longer needed and now misleading message at the end of note action 'revert'. - check, if sapconf service is available before disabling this service during 'saptune daemon start' (bsc#1156049)- add action 'delete' to the 'note' operation to delete a customer or vendor specific Note definition file including the corresponding override file if available. A confirmation is needed to finish the action. add action 'rename' to the 'note' operation to rename a customer or vendor specific Note definition file to a new name. If a corresponding override file is available, this file will be renamed too. A confirmation is needed to finish the action. If the Note is already applied, the action will be terminated with the information, that the Note first needs to be reverted before it can be deleted or renamed. (jsc#SLE-9283)- Inform the customer that - by intention - the command 'saptune note customise ' does not apply changes immediately. It just changes the configuration in the 'override' file. These changes have to be applied in a second step. This is explained in the man page saptune_v2(8) and a message is printed in the logs and on the screen to inform the customer. (bsc#1142467)- Add warning to man page, not to rename/remove/modify active configurations (bsc#1149002)- update version of saptune v2 to 2.0.2 - support multi-queue I/O scheduler for block devices (bsc#1152598)- check, if the directory /etc/security/limits.d exists before writing the limits drop-in file. If not, create it. - add the '--no-pager' option to 'systemctl --list-unit-files' to get all services at once. - add missing search pattern to the update helper script to find all old and superfluous notes during upgrade from SLE12 to SLE15 For the daemon operations do not exit with an error, if a note definition file does not exist. Instead only log and print an error message, but continue with applying the other notes (bsc#1142526)- on 12SP1 and 12SP2 the directory /etc/security/limits.d may not exist. So create the missing directory during postinstall of the package.- update version of saptune v2 to 2.0.1 - update version of saptune v1 to 1.1.9 for migration purposes - resetting all values to clean the system during package removal - bugfixing saptune version 1: fix saptune issues with /etc/security/limits.conf (bsc#1124485) add deprecated message to the description of some notes set scheduler for note SUSE-GUIDE-01 correctly (bsc#1123808) No additional improvements or upgrades planned for saptune v1 For new features or current SAP Note settings please migrate to saptune v2. - support migration from saptune v1 to saptune v2 ship both versions of saptune in one package to support a smooth migration controlled by the customer. see man saptune-migrate(5) for more information - support note name changes and note deletion during update of saptune v2 from SLE12 to SLE15 - support different SAP Note definitions and solution definitions related to the used operation system version (distinguish between SLE12 and SLE15 at the moment) - Remove calculation of optimized values, only set the values from the configuration file irrespective of the current system value. Current system value can be increase or decrease. ATTENTION: saptune no longer respects higher system values. Use the override option to change the values of the Note definition files, if needed (bsc#1124488) - mark the Notes SUSE-GUIDE-01 and SUSE-GUIDE-02 as deprecated in saptune v1 and remove these Note definitions from saptune v2 (bsc#1116799) - add support helper script sapconf2saptune and the man page - add new man pages saptune_v1.8, saptune_v2.8, saptune-note.5 and saptune-migrate.7 rewrite man page saptune.8 - add bash-completion for saptune - add action 'show' to the 'note' operation to print content of the note definition file to stdout - add new action 'create' to support the customer/vendor while creating a vendor or customer specific file in /etc/saptune/extra using the template file /usr/share/saptune/NoteTemplate.conf - simplify file name syntax for the vendor files available in /etc/saptune/extra. Old file names still valid and supported. Add header support (version, date, description) for the vendor files available in /etc/saptune/extra as already available for the note definition files in /usr/share/saptune/notes - no longer write or remove entries from /etc/security/limits.conf. Instead add or remove drop-in files in /etc/security/limits.d The filename syntax for the drop-in files /etc/security/limits.d is saptune---.conf The limits entry syntax inside the Note definition files changed to support more than one limits settings in the definition file (bsc#1128322) - preserve comment sections of the security limits file /etc/security/limits.conf. Especially, if this is the only content of the file. (bsc#1124485) - work with the current Note definition file to define the pagecache settings and not with the default file rename PAGECACHE_LIMIT_IGNORE_DIRTY to the correct sysctl name vm.pagecache_limit_ignore_dirty (bsc#1126220) - setting of UserTaskMax is not done in the postinstall of the package. It's now done by applying the related SAP Notes. (bsc#1124489) - starting to support severities INFO, WARNING, ERROR and DEBUG for the logging and add a defined format for the log messages - remove saptune as active tuned profile during action 'saptune daemon stop' - start/stop services, if requested by SAP Notes, but do not enable/disable these services (bsc#1128325) - adapt the parameter oriented save state file handling (store and revert) to the special needs of the security limits parameter (bsc#1124485) - disable parameter settings using an override file (bsc#1124486) - store the order of the note as they are applied to get the same system tuning result after a system reboot as before - correct the revert of the vm.dirty parameters by handling their counterpart parameters in addition. (bsc#1124487) - adjust operation customize to the new configuration files and override location and enable customize option for vendor and customer specific files in /etc/saptune/extra (bsc#1124487) - Change output format of the operations list, verify and simulate (bsc#1124487) - Display footnotes during 'verify' and 'simulate' (bsc#1124487) - print current applied note order at the end of 'saptune note list' and 'saptune note verify' - remove Netweaver formula for page cache calculation. Use the HANA approach '2% system memory' for both - display a warning message, if a [block] section is found in the Note definition file because on systems with a huge number of block devices this operation may take some time - Add force_latency handling to 'cpu' section. Use the files in /sys/devices/system/cpu/cpu* instead of /dev/cpu_dma_latency. Remove the parameter from the tuned.conf file and add it to the SAP note files '1984787' and '2205917' - Add action 'saptune revert all' and add parameter based saved state files to support proper revert functionality (bsc#1124487) - Add override file handling for the solution definition using /etc/saptune/override/solution (bsc#1124486) - Read solution definition from file /usr/share/saptune/solution instead of static coding inside of saptune. (bsc#1124486) - tag deprecated solutions during list operation - allow only ONE solution to be applied - new solution definitions as discussed with SAP and Alliance team - support solution names with '+' - make sure a note, which is part of an applied solution definition, but was reverted manually later, will NOT applied again after a system reboot. - One configuration file per SAP Note (bsc#1124486) - add new SAP Notes and adapt content of SAP Notes - Handle different locations of the new configuration files (/usr/share/saptune/note, /etc/saptune/extra) (bsc#1124486) - Allow parameter override by the customer (bsc#1124486) - Expand section handling of the 'ini file' handler to handle the new configuration file entries. Supported sections: version, reminder, login, mem, vm, block, limits, sysctl, pagecache, cpu, service, rpm, grub (bsc#1124486)- remove new line from println arg list of main.go to support newer go versions. (bsc#1120741) - update version to 1.1.8- never ever stop or disable uuidd.socket in saptune (bsc#1100107) - update version to 1.1.7- correct content of /etc/systemd/logind.conf.d/sap.conf. (bsc#1089864) - improve error messages and exclude special block devices from 'number of request' settings. Improve the verify option for the block devices. (bsc#1079599)- Fix a typo in package description. (bsc#1053374) - Update from version 1.1.3 to 1.1.4- Start to support multiqueue schedulers. Writing a message to the log file, if a block device does not support the choosen scheduler. (bsc#1072562)- Check, if pagecache limit is available at the system. If yes, add SAP note 1557506 to the note list and the solution definition of saptune. If not, skip SAP note 1557506 silently (bsc#1071539, fate#323778)- Skip using tuned-adm command inside of saptune. Instead write 'saptune' profile directly to /etc/tuned/active_profile and enable and start the tuned service Remove the workaround for the tuned problem with section [cpu] (bsc#1060514)- workaround for a tuned problem with section [cpu] (bsc#1060514)- support customer entries in /etc/security/limits.conf containing values like 'unlimited' instead of an integer value. (bsc#1060469) - change error handling and redirect error messages to stderr instead of stdout. (bsc#1050521)- Fix a typo in package description. (bsc#1053374)- Amend logind's behaviour (bsc#1031355, bsc#1039309, bsc#1043844)- update man page to reflect the changes for bsc#1026172- add solution SAP ASE (Sybase) and SAP Business OBJects (BOBJ) according to fate#320359.- Support of vendor specific tune files located in /etc/saptune/extra (bsc#1026172).- Tune a PowerPC little endian system in a way similar to x86 system. Bump version to 1.0.5 to fix (bsc#1009529).- Fix processing of CLI parameter "--help" (bsc#1006114). - Fix startup failure caused by absence of sapconf package (bsc#1006187).- Avoid conflicting with sysconfig path of sapconf. (bsc#988186) Bump versin to 1.0.3.- Remove conflict against sapconf to resolve bsc#988186. Bump version to 1.0.2.- Exclusively build on X86_64 and PPC64le. Continue with fate#320360, fate#320361, fate#320362, fate#320633.- Remove ExclusiveArch. - Control uuidd as part of the tuning process. - Minor changes in the wording of CLI program output. - saptune conflicts with sapconf. - Bump version to 1.0.1. - fate#320360, fate#320361, fate#320362, fate#320633.- First revision. Implement fate#320360, fate#320361, fate#320362, fate#320633./bin/sh/bin/sh/bin/sh/bin/shh04-ch1c 1713244880  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz3.1.2-150400.15.4.13.1.2-150400.15.4.13.1.2-150400.15.4.1 saptunesaptuneextraoverridesupportconfigpluginssaptunesaptune.servicercsaptunesaptunesaptune_checksaptunesysconfig.saptunesaptune-note.5.gzsaptune-migrate.7.gzsaptune.8.gzsaptuneNoteTemplate.confSolutionTemplate.confdeprecatednotes14107361656250168080317712581805750186882919801962161991238242125348442578899268425429930543024346900929941735SAP_BOBJschemas1.0saptune_check.schema.jsonsaptune_daemon_start.schema.jsonsaptune_daemon_status.schema.jsonsaptune_daemon_stop.schema.jsonsaptune_help.schema.jsonsaptune_invalid.schema.jsonsaptune_lock_remove.schema.jsonsaptune_log_set.schema.jsonsaptune_log_status.schema.jsonsaptune_note_applied.schema.jsonsaptune_note_apply.schema.jsonsaptune_note_create.schema.jsonsaptune_note_customise.schema.jsonsaptune_note_customize.schema.jsonsaptune_note_delete.schema.jsonsaptune_note_edit.schema.jsonsaptune_note_enabled.schema.jsonsaptune_note_list.schema.jsonsaptune_note_rename.schema.jsonsaptune_note_revert.schema.jsonsaptune_note_revert_all.schema.jsonsaptune_note_revertall.schema.jsonsaptune_note_show.schema.jsonsaptune_note_simulate.schema.jsonsaptune_note_verify.schema.jsonsaptune_revert_all.schema.jsonsaptune_service_apply.schema.jsonsaptune_service_disable.schema.jsonsaptune_service_disablestop.schema.jsonsaptune_service_enable.schema.jsonsaptune_service_enablestart.schema.jsonsaptune_service_reload.schema.jsonsaptune_service_restart.schema.jsonsaptune_service_revert.schema.jsonsaptune_service_start.schema.jsonsaptune_service_status.schema.jsonsaptune_service_stop.schema.jsonsaptune_service_takeover.schema.jsonsaptune_solution_applied.schema.jsonsaptune_solution_apply.schema.jsonsaptune_solution_change.schema.jsonsaptune_solution_create.schema.jsonsaptune_solution_delete.schema.jsonsaptune_solution_edit.schema.jsonsaptune_solution_enabled.schema.jsonsaptune_solution_list.schema.jsonsaptune_solution_rename.schema.jsonsaptune_solution_revert.schema.jsonsaptune_solution_show.schema.jsonsaptune_solution_simulate.schema.jsonsaptune_solution_verify.schema.jsonsaptune_staging_analysis.schema.jsonsaptune_staging_diff.schema.jsonsaptune_staging_disable.schema.jsonsaptune_staging_enable.schema.jsonsaptune_staging_is-enabled.schema.jsonsaptune_staging_list.schema.jsonsaptune_staging_release.schema.jsonsaptune_staging_status.schema.jsonsaptune_status.schema.jsonsaptune_version.schema.jsonscripts.updhelpupd_helpersolsBOBJ.solHANA.solMAXDB.solNETWEAVER+HANA.solNETWEAVER+MAXDB.solNETWEAVER.solS4HANA-APP+DB.solS4HANA-APPSERVER.solS4HANA-DBSERVER.solSAP-ASE.solsaptunestaginglatestworkingnotessolssaptune/etc/logrotate.d//etc//etc/saptune//usr/lib//usr/lib/supportconfig//usr/lib/supportconfig/plugins//usr/lib/systemd/system//usr/sbin//usr/share/bash-completion/completions//usr/share/fillup-templates//usr/share/man/man5//usr/share/man/man7//usr/share/man/man8//usr/share//usr/share/saptune//usr/share/saptune/notes//usr/share/saptune/schemas//usr/share/saptune/schemas/1.0//usr/share/saptune/scripts//usr/share/saptune/sols//var/lib//var/lib/saptune//var/lib/saptune/staging//var/lib/saptune/working//var/log/-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:33395/SUSE_SLE-15-SP4_Update/8152ebdf554da921531f6190127cd392-saptune.SUSE_SLE-15-SP4_Updatedrpmxz5x86_64-suse-linux ASCII textdirectoryBourne-Again shell script, ASCII text executableELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, strippedBourne-Again shell script, UTF-8 Unicode text executable, with very long linestroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)troff or preprocessor input, UTF-8 Unicode text (gzip compressed data, max compression, from Unix)UTF-8 Unicode textWindows setup INFormation, ASCII textRRR^ m2%_/b# Use a real bash script with an explicit "exit 0" at the end to be by default fail safe # an explicit "exit 1" must be use to enforce package install/upgrade/erase failure where needed # Begin refresh systemd units and clean up possibly obsolete systemd units # The following is a generic way how to refresh and/or clean up systemd units. # A systemd unit may need a refresh after updating a package when the new package # had installed a changed systemd unit file for an enabled systemd unit. # A systemd unit may become obsolete by updating a package (see bnc#904215). # A systemd unit is considered to have become obsolete when the systemd # symlink /etc/systemd/system/.../unit_name -> /path/to/unit_file is broken. # When during package update the new package does no longer provide a unit file # then the systemd symlink becomes broken after the files of the old package # had been actually removed by RPM. # According to /usr/share/doc/packages/rpm/manual/triggers and according # to https://en.opensuse.org/openSUSE:Packaging_scriptlet_snippets#Scriptlet_Ordering # and http://fedoraproject.org/wiki/Packaging:ScriptletSnippets#Scriptlet_Ordering # from the new package only "posttrans of new package" is run after "removal of old package" # so that the new package must do the clean up as RPM posttrans scriptlet. if systemctl --quiet is-enabled saptune.service 2>/dev/null; then # Refresh still valid enabled systemd units and clean up possibly obsoleted systemd units: # Enforce systemd to use the current unit file which is usually the unit file of the new package # but also in case of custom units (that use other unit files) a "reenable" won't hurt because # "reenable" does not implicitly stop a running service which is "the right thing" because # a RPM package installation must not automatically disrupt (restart) a running service. # Using "--force reenable" is essential to clean up possibly conflicting/broken symlinks. # (without "|| :" build fails with "Failed to get D-Bus connection: No connection to service manager. posttrans script ... failed"): systemctl --quiet --force reenable saptune.service 2>/dev/null || : else # Refresh still valid disabled systemd units and clean up possibly obsoleted systemd units: # First using "--force reenable" is essential to clean up possibly conflicting/broken symlinks # because there is no "--force disable" that would clean up possibly conflicting/broken symlinks # see https://bugzilla.opensuse.org/show_bug.cgi?id=904215#c34 # so that first the unit has a clean state and then it is set back to disabled (as it was before). # If a disabled systemd unit has become obsoleted, "systemctl --force reenable" will clean it up # which means the unit gets removed and the subsequent "systemctl disable" will do nothing. # (without "|| :" build fails with "Failed to get D-Bus connection: No connection to service manager. posttrans script ... failed"): systemctl --quiet --force reenable saptune.service 2>/dev/null || : systemctl --quiet disable saptune.service 2>/dev/null || : fi rm -f /run/saptune_during_pkg_inst if [ -f /tmp/update_v1tov3_saptune_inst ]; then rm -f /tmp/update_v1tov3_saptune_inst || : # get back custom note definition files for BOBJ and/or ASE # needed for migration, if customer had applied these notes /usr/share/saptune/scripts/upd_helper v1tov2pt || : else # cleanup of old saptune v1 sysconfig files # leftover from customer migration for file in saptune-note-SUSE-GUIDE-01 saptune-note-1275776 saptune-note-SUSE-GUIDE-02 saptune-note-1557506; do if [ -f /etc/sysconfig/${file} ]; then rm -f /etc/sysconfig/${file} fi done fi if [ -f /tmp/update_sle12tosel15_saptune_inst ]; then rm -f /tmp/update_sle12tosel15_saptune_inst || : # check for SAP Note name changes between SLE12 and SLE15 /usr/share/saptune/scripts/upd_helper sle12to15pt || : fi if [ -f /tmp/update_saptune_staging_area ]; then rm -f /tmp/update_saptune_staging_area || : # handle staging area and DON'T touch the working area, needs to run # after 'upd_helper sle12to15pt' /usr/share/saptune/scripts/upd_helper staging || : fi if [ -f /run/saptune_is_active_in_tuned ]; then # cleanup 'saptune with tuned is active' indicator rm -f /run/saptune_is_active_in_tuned || : # if saptune with tuned support was used/active (in v2 mode) # stop and disable tuned service # enable and start saptune service # (jsc#SLE-10987 decision) (systemctl stop tuned.service; systemctl disable tuned.service; systemctl enable saptune.service; systemctl start saptune.service) || : fi # bsc#1194688 - sometimes the tuned active profile is still 'saptune' even that # the profile no longer exists. Try to clear. [[ $(cat /etc/tuned/active_profile 2>/dev/null) == saptune ]] && (> /etc/tuned/active_profile) || : exit 0/bin/bashsystemd-sysvcompatutf-88041089f0aeaa47aef26ac1e400680def6b5ea69a33487a2f2f868f87b8d48a5?P7zXZ !t/]"k%{dC3 #D>S ( ndQ:L[P-%=+=곬5?Sڲ8~eG]H8!iI搴LlL.퉗*SaSl'gh,[W[8-!4ʧ}@ݟ8̠v1v@-E)h1wJFj~Ҷ=O]&7ɥmD.!4Tzr*#B`t4alݴ8n{BBژANG hTNLpSVf`(UMzR^RĖ"3;{ 5JY[OPܽ!0AIc^K[waO)Y:ܜ{;g!>pik ђQ21vAj$R.5[[B[q*U-d i/!@Av/ő*'~~/]h\h*ș|2g h7e4e!MT|o[Mߖ.޾r 9L ŚAvY6Y({ Ya8u3?  /am+cs_ga`L."aI4#<7Pͤɢ! PEgۼG `fV' F {`mg% ekˡNUs}Iucԡ\V8-7z)%o f;*-G׆ pGąOiȬ%[lnF5g z=\V~fYI7'Rs n|S^Z sC/HH@6"6L bE3<~6 (;8.5v(ȁMWVE5^[@0w kfא?; ڿ^R{OvJ>*a QkIIɑH?٭w mYdʁ= ps/.W .Uy1cT:uADRA@_(o3`4rW>T?郯?ujsѻCCjo40𫝵/QphYPbޙWK0\u,6Oթ$#h'ٻW72}4х#V6|ۿνcѼIug!o om{Z"`za^ ۨC(.ner^yMnN=.5zRt%E?lւuOG|Œۈ/YT̬%KnJiT%;3AM{Ft@, ke2[?G$&ڔC9dҝܧ?z|,v!#F62'7 b;׉$HqO&xQ e-6YR/]e-iN)9V_S,7m6CRWz~. m`"vgPK~MO5`7aM-iVM 8ƥ3n 64JBah\~#b$ / P8u48.l򴏑pY7XW @ͣ|cwALu/֬[b,,[؇׎e?X3HFxƻ2m XIRȏ"Gpt,.Q7Ϻe3knvWƇHv2# Rh :6/qxf:( kwy!U5֫M\6ӧkR҉mmGy~sZ"C :Ih!u]WG1팽ǰ*\Vh,sJྍS]2rm?ڲ>ްO PvJ2+T1A@D1e%+Q>Zu,(=C6FZuSoR!=76zdy% "*'%CRRt6^bHW w, - {S]Zt>NxwH  !VY^цP[te'y NHL"ǯk`d;203 :e<1 3i?( 1xGxim; +_*}t>O S83“yIʻ[:me6gv0\bb4W`R}o UE8+:Y;9-|F'Qhx*"'5rS91P" 6oodnؑ7-7EȨaspH*T~߆S_8? ve]ΩxHn1ܮt"WH*fɅ GAG%- x+h/'-O^V1X?rjel{F`"bfiֻ#GxcReoRxD3KW>{  ӊJBiPAiFlYFJp;:mcϙ_UJLu ]ۀ{W"$!m0D6}&,,ժ~&uEGN"4U ]nd4tJ}˹(JƜЙ,zX4ll=}rRO@A7OTMƏōnG1TOܞ`vZ&3McrD|tmv bCd3 zSHȁyPrAPe~8&:/%k6K<~$cvLnQHsI3^LmOs``~/KiW xxVD@n *n*;iz:ԕSH;, rNhV4ь]# ީI/ǡM!]-p'7W +y޹"pQe:۶ދ9wmufvNA䷁2iV_]E%(iBac yARXe@/Ec/^"Wl[r+N(鍅!nq{Fp%i 1 2BHqn.nDO@xPA7{ǛӞHE>nWx+ IIL?^> ArVkx;w<;Gx$KX.ψHF&V;F2gi͐άP\lTESk&YL57c$ϊ«vJ|凂z#!X0K/DRq]Mg-[E[`يһ m[EfϢ1ags-|`mQdQu2WHwObDm,IF)PhPyD@i׆+<(nk1h ]ڝs@nG߇"}l7vV﬊&H0~gÐο't|nh'Ld2g* ES{( }l~ C^yjMSiɺ//˪HɣzsK\:`n-j͜nC[[s~+Lv)v΁LK{\n`:T`z̷%THdN3ZW8BRip%jGO]-2Q7A `M[>q-o ^cw;ݎYg*V]4 ()D7̠!}n޲P^!3o81!fWWeK W-ќk{󀨲xDW؇("-5G)ϟuos by IjQY_/$OX8L-FF" 7yɭykOqmll Th="@ΤSgJ*n a]/f (i$7(z#Bz+~nV\b8tGv9ىVaq?@Iedv+hBg$'qH y(_|oq)hŸDgE2L8UW6NW'7ӗ95h'+5Y_јùN&R] R6qH&ned1&L(R6~KO~OإZxj^h +>?I.ΒƭE;rQk౅reeN9ȜPKΚaۄ^Id=X}+NjB9Vn )_~u3Q3X=幒&cGSf-37^l=Wh*Fɒ}PeIOESbwpn{$\$a` `ԡڽ [(S𪩢;\ oM 5eA NBEYf+:=cŀc䡐")n܏)4yw\98$ %1DHhƺ~|tX y^`wA[xn¼٦p? }P'q &yEn'AܓmKNp@(N?|A-lB,\0l/SUKϪ͖: ˑS<]}12 A>UL mP K{].PfdN?5惧fę9:D7+Iѷng+Z4a;I8loJY=[݀zl\)FobG"l^#!~awޕGvs2{Q aa&*dShVa8B`&\А4@Dq+l G3v-FaɎJ~,Fԋn:rDxRĆL٤# +KX>d&TYbߺi b,մ c:LZef-Efx5d{g%~Uģ_s#ܳ\ݹuf DO4I/q?Ώ L࠘۱Ոu?ΛSylqZbVo/J^PᴲeE18jL;]Ηѽ/*IjX]ׂ+%}C&Zb6ul3!dOk۳3LQK/Tȕ) C{ oE!vWK_ʺ%5SB㵺Mnh:Sj*q@AuB?<$ws.iHjZ8N/K6m/+NL`,ۻ;b#I x9"8-}=:*$eݼG: ?o \;fŇ*terb;hL-?٘Ip6ߡb`hf+u)ĤsӪc?[6PHދ" q|dSn` &2XRF?V47hzbJ} uBީ1˙!3] =$%;V!ꡮos6|LS;ty4G/:[~T}Í{3)αt$qv .e+Sdgt=m-F:=s/a '7p{)c“"ڡW^j Rtr$W](Wiv&\l{CeT+8;A[.*>|t(c2{f^13^I325e ҊP%M~^D4-{êBCc=1Wo Ũ!mEv.3/d Lq1 2u\Z,Hjﱬ$qkzlmMÖ^3?(m|\%IMr,jJi}q\'J-K G$fedh4nxc:n5.?p,isDasH27r ԓ#^U{ϾOkM-KQ2=QSP NJtc&,|R^:2x{׌6C I[Jf& U[BɒH_gGl MÖ.ِGC[z WY}u2\B}Kޞfmv(6C tFk+LWn.V4eE)gS3 ,<ǀ0(.VH0v $ZcB{`LƮ ؆b3ө*깽 -@Q:DҲ)|cN=Ey>$]ab熃Mo5O8jO8;e쫛"‡xb+k."#&Ӝ=Ԫcz33*OΒ%!> ty S".=va?ήێ'9:@|{+$Иag 0b4*bn h3p4ax8`Dͬˈ㠸twprt)Xjs*kOd-ag'%7M7Ԣq>V ewDcp?Rtϐr $ ~2cqCeMgWupsCa2) rkVI@׃yt~2U2c%BgZj$j/DXߙITFi K!/ ^HDD2.Ld#/[@| `A7(fy EIN]j}nDs`lXdoiNuppW"B"lxAzVlEE"RGGjS;eD #ݘW^F8lz蛱e L2A:ߗ&GW[T2SRQi]пJ6΀4f2 VӋԃ ^MM?w肄*mkK7qx&ǼZ!t 4m7 L%AxDd=uud{iFѬgg@h,;7MT "5Rx*qGSQМ3ݲ0|ƧRU7&CCQ22S5Isk)%b[E_~3iE[+Af!㖏&!qw.dM<\*k4*eDaVU+哬R^-RuGZ.| -b7Vi=2c5/UGNqRS178 ((~؄_uh E 1W=qQb ӏS킨߷8KATL!sLfe:Lsk,gSͧT[ @ͥȂnFۺ}yGmw@SSV&7b/2}L T ȱ:X .(a^7 Nڠqa=;Av]!/(M$K)WpX&`Z0(b1,ΓL8wѧ3 /XE,{4Np4n8!0t,NWbxEeK"h{w!R'@& jvgZv OɵCJфS'FwsޫӦث0g]Ci\M/gbAa@9}Dĸ 2 L⩵hE31%7s vUg]>':OzBCOQ@Z0"M9!)udWyohj6P :S+veM3Qrfh{~2Xmʏ K%j^GK 2+T̽7p$?;^bj.edXs_pH;mJ/ €aDt|7/Ϩ%8if Pw<"Uu͙9^f kYp*t\}>0Ili,qx> +/sN<7>4i'Ex✅eB-D\ |d%F̨dlj?fc:;K*?L6%ע;vK'%HkpkjEn4遯,v![9TtkiZVvܳԳxqYw)Qm=t^;%p.-&H-}bLRS:ErA}gIĔ2ÎuUݾPW%TXa&cCqnunvMu%}#IJrVҘ(Eœ@J;jX<BJ25HuѭF%B o6t!4cQ (խH YdOys4 _dz`Y$&Q+O^4LMs1B! _Jdx%J|_ 3k2ݞiͧĭ\Bӑ~,}JFc s#SFk8_4U@f?%nqŋC4 nf /Cw)LBo@CVb=S%c-IC{}A!Ew?"l-쫎))㫆SW&g5ġ_v%^VJɾc+J @PLBei\nԹ~BQ#"yy i7#E$dĂ;f`BQn)ۋ4+w.9SGV#&EW})tkL4Ss(o@ڳ-11.RxU.xK5F 딟=.U=5shqo`͝Fuzz;˭U3.ә p ajCDhДo7I 3 s@6~Ʉ[2q/\ew:d` [A@ Qߎ.f}5kBamPP['qNAYP<G_ߥ[/TY@C &㴊r^jϣ ;Y1J!W7tɆdCVd0@jJAITju#LgBJa#ˡGqw,뱍DGvpiހw8!esst(iIz-i?-THT:ِvIkׁ/ TYcُ%~s#m4$GfWcjQd7 }iU άR:sB=oGl6Rtoם5{.!!L^ t3T0"׽eR 8r )k#^ OA7~36- z_Ju-/uЀ7չ_ ԴIu[9 zͬk2 SPk55Ig_V}!)ogNC_Q"v,oYcq2SH9ڿ_T_a*Z>G)&PY~rg\WoL9<lE.,Jj8)Nʝq#h<=v,/YV;grCxO vOm<)#-%vDoSܶb&W%%0"ms׶bz:C$su|z2Gq d]Q%>''R (,@rZI@D_UՒ 2q&oW̵=5/d`aࢮyyV}SKI5Kɒ%G/{MbΟ,TMT7Ƞ^ $(W8Q2oJr'D9 ["fw}[};o8&uq h_Id2I.63K(ԇiBdnW /Q,E%1\VMn fQ0+FLI#{]!cLsXHs:\NW{38WA7/t/_ K@ԏ9b;[߱QSX2lk"㝩ooVܱ%MB q Tz8A0# Yzv\U)8I[+<͌㎱ ~5ϛ0잂g7+tV֝wKknm ֣銕UGh=8^ ̐P2[>J4* Csn?2b`c^qu n?OXV}FϪh\@$y^w/KY|49lW$rb1q>SV@hVma]_WbКؾ=yR'&d<.Wp/U颇焎&nofv<8cs8<<)uk[GIW[us!%17ũk NLG%YHлmQNpiY- .ր|>)p_7߸,|8kBCwR ۤm~ U黼_.MwBc9K٥7ʇ$nZ~<Hwb\IGvB{$*YC!zYT]Q'PNo[M1>1] WQ ^{GbuNA߸î{u'TOi*0.Y""xtp{"|Hg&K/򚙝w腐eO2y R[KS9Rs}y[F-W]`B)$D7ִU +"WҞ(5Ybs}1w5[kHGı[}->t:Jq6QÔ }jSHV i'Fo2cBxBJV{+ފ D P}R ,n`f%l![$0Ʊ)BB3`لLzQEa྅:5SL6YeW'6a}Kh#\%4QpW6h,nV5ZQkru"(v\mvIQװMj^\ozk#}uPP\&BTЌWQԋDD h秢EXF=;&J1;)e+T,)yj0- `0t9ik]ёͧPs w_bXbpϤJز oqYL'2)=JIE{(d+pk(XgA'zE $bjScҫSmYLxm~aS&9l[>,ǔ/Ib⻹ #/|,?m)<1FWq4#py% TiH~ E,/mv#_^q%mp|S!ـp q}5^4$i"e6^15zxe^Ax]b;sGw^L Ě,d\çRnBnɽ򫯒D)wBS*?bW31@ue?IANT$x|*]5wq)EGYp}!E- IlCȧuIgCTz:W{>>h{Z?uWBWW=&^=˧D);`+uxp64l-mi5' #PdmwQitX YcH;d>]܎SSgOWJfny9A\p)Xע[gjq@RѢva>`nc2'" `nCohy5=2A aBXgW.$ V T# S>f͟hsC[*Wb8.飢ж[I#qGdf* bbZ \ڣkNF#0{f/[XB(Rˮb&ǛK3ceuʇ`D K9 śyuvc`zP`'LK^KPBA!uV+X~:I})qj(jE1@Nz> п@qϭܔyٌ1E a*HCZ䫕csn iM3~>'[^e"_txdL B{*nbuQ(5@9ћ{5.{w^-3 SOemi6ޏ̟8@"K$M@çȹB'WZ#5sE'SYw9Fi^"gs&,JD LUrkuTA00[ ^uR֊⫻n^+Pv@Lx iL*z1Ao/11\Qd_qbU@{6]^$X8R &  7ܨZk juH+Ww`l'9:T%1i[+`nӶ1k?F* ˯#c!]t1h"J.`ϣ` ٧XN|އPid~Fv;xZjDDtx^N8៨ݐ_jmwOr!ӵ2ƙG_d+kθ(,3 2Ֆ"nN\\2^g"\MfhCHy^1-D7840e{yw_@1 G;sSciph\Pom{V~ QEUzFO/F#,p(ҷc@,N&t6Z 0,ĢPRb4Jg0~ AyTjz *L6S@8#64]l#(_s⒆ݗ9PXH)" {؂+(Rad^*.iϛ&x{jJּ \X-Ewa0֡)L.MOBs9F9-^FU&)n۸Y8F*zɣ9|jNXSdO6HfKϏouYy&*f 7ꠤJtv@>2ZN[gs#M_juJS߈'vF}K=h2CՙfFL4dKja/ZmbZ E?HQJY>69!caGұ㛈 p4wSXO @cr~a?а?0 uP+s`'t*?1M@ ,"x-$eδJP(rmbSAp#ޡU/QA}ƦQϤl'2=\[UPzGkrbc 4Q$R+Mʍ\h(C,wPup˵vB9 H -:YKBb)G7$ӢYjQfkA"S@V$ tG/&P^YJ/ x H KBV( @tꅰ1B5iVnO"+ 6UO̙Ex&GZW^a0ݼ 6eꥠXJUg:\:iL,{!fS^);o|  b˨ 8=w˛~}Q^Q^=.KS*_/NUʫϵ2TutW|g!sV댃}[9P*]-31{Ӗc(e )V7:geؒb !~ߤ+k|I2EYߢgI9uS<-HJb(C_E^jW3Ճ٠5C @Cv,S :a^RI ω1%Wk+>QebPXP"q oFtD!TtgZ(̏)q@{ѮF)*&:i$FZU;!kQ=Sӌr)r9NOihk6BR'=m7?!.PMXŇv er5m`= l.ň1"jLʯlP-D|žeƒmĄ{K" 8 ni^v 8ȐׯaF-UxD&؁4К@*%1 ]3۵˃8~v83H;:d.4#{j!IQ1 %}ӣNEpYY}BV*q_8كFwYlH9?lw_ݯU8 + ! Q }Sp0NȄH(5Nh of,҇Trr\+)нN]Q8\[ɂ jV~u}ȼt0+J )r Fٜ'%5Bt2N~&V:˰\z>Bt!EPNPKڮ*jKv,egxw3ӄf9 e*{^,o=<BSy+0\qN1RqR(tVVE:S5xf /wߌίK!AQϗm,vf'kOHxE19~6 me yS 瞭OU%&#qxO( o N;"Y52bM緡!! gCz@(6mɏVЯUje#8CP;Ċ/p #gE]܀8z.ZFwKP2;fɠD9{ki&k Nۖ>hlKTC|luK#| 0~ Ċ?3>xyڵo#hJ:ԫ|i]*`Pq孒'Cy2nvjɲ=BϬv}`┯rnP39 O ,Dev&EQoo.qeWjGl G#i!NˑAwso3}HaHLܯ?|# Zr7/}=rB5O'P."T;uv3d\58.w[+ nmF͆|R4lJU 3`8Uk}&@sԢpaf_G(\HF)PYÎï{fǒqbʈ0J-#^c̞wӼf/-P?g=ަ6s,W$ɫxZC\^KVctmJ'z<ՆNBڟ޹8* x`vk=32lL>dV9ihgEGE5hCS[J=bЈ :ڙ#1Ґ e9_Uu{I:϶A}5Z$z"\ͬcƔQ>,v6_#p}'xwJxeMt4g(\ >kYps $d '[7$~VBVp=N7N 00m6@;EUkʋ='z3`ca{wLhr-k95ֻY#A#9z9ZRI8,qpb7u8yi,|w'=-S1Ve1Q:rS_G_U:2+;Fwivr`_OkR$2 7|pcf zk <$pt>{{6oDڂڃhtoIG!^}ANvA+PMh9[,S+ToٻaAEwA+ 'gFB#BQ9DaX\kBO}EYq9D!QF;E,QIQm`6Z ^$( T߭Xs#[I@䏓SyЩ]Lcn[rmJ2!N07x;@;4RR;gkX%$ F}y"ٙ"?/>U2&ב)Fو0 J'i2]lCki cqD1PSg*њd wS"n}?@eߒy _6r!I{`M&"v\b]3J$nkU?({'/Y *9&&nXyms*aab.]~0X}V|**?ץߑ5FEo/}SMX,U^|SķBZ— k1(U.xxFɭo܅(G >{COi-~[8,kҢi];ʲ B|/ (+(?mEADƂjVk@f{Dh?M xCIA NwsrfM*/R/SB*_hi]k^64wS$g4Nd 6RA^dR/_N;l\۰-E[x9"/>1{hAp H5٧_q/ O !jE]#¶ɓK/ql)kCA%#Oq)gNa'l*jh-uV2犽 mq.~0vr*Ũ{z! ̃:4H4;UCL]oH"%$אS8l\茦)ⷠ{ "S^m-a .3j ' Bqn?/ti!*ob'-ċhJ^D9-!3=*+W; 5U\@v+9@8 zv7 PE/F(b}܌9[A3汋HlȠ'"zX$Z} 3ֈժ{12&r5U, PN]P ^erQĕヨ(<Ђ_9J !؄Ԗ,3p;%n\8-/rCY}:6Q2{9IzHYN k4)\0,:!7z{?ZpǬCB!s._rV^kU֭jIӪ>6=̬\6Pnex6;,P'#B̗`^}= #RC~6/ڐɰ:2n<̌hnS_p.f #&S:ivGt k>6Hм?9tKn؜1~@ 2icĨhs05pȐ1l8 ~ >ʍOksI epmgZT&V=QB=xTtj o5i;Ϫ:4r줎e_`Sa\j^ͷ=_ڻ-2]ST#}@%0~ !)V]4W7ƀQ?M]ӋғR}S l[WI#\YK>Wwʍ ] \`[jSE쬲;VڴG?,>ݰ63/FzI\GWb}'W@:l嶰T-"A*YCKdTf{縵TߜW-=r(-\6p Jj'A~s1ozp, bsUq`t䕢]'.uv(s C)Ƿ{yǁC~mcDD98ݕq<}( R,i=fl70j5рc &,o,ڷD/5l.{A˻uHz>{kQPR![t/`b HP;JrJ{~¤4ju@8J@+w)>/y@ϥbAW)>$bBT-M3z&Ĥp*8z.X^amt9=Pm* Nkw2+.Y,*;8g&RE pAK\8P47ޑ˝ 4(+MOppZ#H(}{e:Qn8ø0AekCy #eK甗Or 3(b$Il{qZ*UՓRp*ucAqmݺ.|CA'jzy5?9gFU: 76ړi#A6Er]u;6WOA! |@*ЧW*ّ~e$sݻ׺%LAfz_l۪妘mC֙t=E[ɘZ wHJ3c5 1kDf+F!&٥B+qb:2Цq?`-D&&&;H'Q 1A:'h0h(3wpIF̛ZXÿ] 5z;SÀ%)zNOr>DŽ'8VkgJ^ŐA>.Gƶ5eVtgx-iݔ> )+Xt[$6Ƭ@QmUαm8QȒ$@ME5'MH7m$~+j/!$IV|k.Ն}]K %?P(okÒ } clXg^h7NUotA@4FAO7ِ:VɛHHWDՆ0]-ҐMkM2^k;[9 ȟQzb Jgi4[)%KѴjǓ {e;c{VL^=&ɌyK@ͤ ЌQz sk]1+rҕoM邦-iAvItnx?ۛWgAڂ0APSr6kԶ] O砍qow_=A+& bobCeYg#NzMXeJ#Njx(tt|x923\ZIʛ~To N8cy)&Ƭdq]KJlU5)e9X.z0m[ JMWXȟ}1;Y3.cz~)J3&ΕzTU|Oz`!B#ž.9T4fkNl;[dM0$8cn8IeTB}{K U׸9?9-X c)KzI7=t(v2K[^h_l F+g )pgʚޮQ]@NR!]8e\1S/5`=641QN1hH??JK,@ :竮Ck8ڱ/})9 qKx\"wH : q3PZU0AH_'h4C1D憊6ӗ1$')b\HRb(UsG}=VYIpNϯsͿNbuw!j݆4:'߈ͽe5k'N߼nR]Xc 6eBڧa lʆ-frJ_a>G uImmn̓! h8ўm&AO>U ~,]VdynM{68Zw?GşUܱppǎotqħq"oٛ1 )0z=Rr;R4VQ}{ɐ\T$x*cp>!f{z.nte51tyk!}QϦqiqCV~Be9lHZ$Sd%fj~zڳUJfl/)F,# X|8Z,4 zwL|)x%O1KbU$|]p/=c'řUs]xJAKFRV1qsRNrgr`XgNgS/D55d.JFQaG2į|Z㖑!7r\HÌ>+ |Z51DWz|jbI(h8s]5ixxeR9֥h7|P[Q2h'r// ؗ+F%98pDSѸsbYt]eab-&ŻgΔXTOj grʶj5JZ< tK,$E?BmL^);Un`d_/h J)3V0!!͆YmݷTT¬<EY_8yt&bcg%SsF\}vdU pՃ֪aLͦ%rfƲ)geC~/$!hp=xgӊ3R:Eh 2PO;L;B>#KUp0X'dd$gK?C#֕ 5Pr]ȪdEGː>K8>T_{ j/iX>Ьk"*~4>%T)QиQz 9Љ.grɭ|l3O2Y ݤNu%BEu"dR zM6fiSjx~g8h^ʅӀ{5| 4`Y"TKt\W6Q SYuriDZU\x8Dg RKzB0d0#l]Z=y;􏳑Bf7upae? Dג98Fl^r!zt~ýftIRtڋ!o&(o|Bյ_W,v[L"z=W 4C*T~Y;_Y¥{?hHܬKV4S"&H J=MJ%Z_`(=kF-D%WVrJ·x=(RflzMovd%eD/b_vXX4h9(915G<>-9-ټA6)6~*]LQȓYXSܓLHr"T+Hb~R(mrʐ0\򭠾(r -0S@FCCBP*^Eã18scby ㎬ |㠇2 l!P $!H.SOiָ]+,~?1E {F?69eTZ/*$=Xu OkR7CULY:" rZ1T1]3eɹ4CtN?]v$P+9Ȧ6xd&m{QNv,?_j,(.ԙgd#jS!% +YfI1CDC"mR Fr/tpB T0#<68Hs*ߎ ИM*ysAX-ן|Hv|M53@T'I@x2~>ɶRH54_-lie蟗ڢW%3 Dvb ={wr\\$-P]<xഺ,sU#iR;wHc/&HŦA@"H65)sûaS2 y`NF i9ǭGaL)V]f2Z]O/nR1܏$%feYOS/RUضԣo\B;^I MtLt7Vz{׻Q,/̬6vkvsE~EEgSvRc<DØJXǑDE\:AwyY(Kl`CKkU7,q)!#v]U|?3 D'+oeJz\B-F EeGA١"K[FC%p*ϵ)<1~D/PpL$ ^*Q?sOAT"Vvj?T&66W#,'*ׄ tUR]6T3>dlѰipȂnN퓕ZڦN!J#~@@Z>#E /,W+7 JGu^M+ ZAzsV5<*@LTڗuΞ'tBd t>`F:+bLתҎ:k3_|ʊkߣ ^kE bھʘ ]];^qƢږOD;s0-u: ҉-gb7o[/z/JŒ|+"Բx$(D[5P`x:<1*G-ˠ3%4}xޓ\丌r>qTvΊvVyl>!)G{,4QSñDsಱxDИ-r{=֥; RB2VOe'eR-8t|]aN?O ^LMbbFlEG"f9%b,OH )#^q+J )e d Lv SÜ?XN"R@nn4@ c_4b OoS [$JP- x!=oݫO\u(+i:VIՐ8<^F].8Qm]V$iz5XMm#j-4Y5>_5m:O҈[6QWu UK*G8_c"~E'VTAQWV3Ѿlr,^Iol3lܡc /RG^6۝'ILgr{~;=rv P8܄aRL&(Ub2UJh{Pqw_ @e-1Ɩ?6S^~Q@WbdOi"Lbxr\Gb[nLs~PڒoOO!dσ#V󱽭rk~L6=܅ ?%ׅ}C&MH H;qLYC30!DSgɅe|c5bp >m{^>$Iw;E,y)M3.0biTʩ+u`,BR~F{+X 3jK`Xy{x)P:DYgw OsTOd3pr njvmΝT6$PVcU"SpB{5ҿ $QQsu eWΪ,0FW# vF>X~) $ޗ-}+2+f54- 3 \ؓ]nvDwSk.) hrFyĺ{כ,*BXTz m [&V -@Y?e`L3ⲉxʳMq`+=)\S'Y'NzBo[3˺ɦA0՗˒umj7 3b%lb 3VYC =;M7F/K't"w'-c{H<@VV/E$˗#٢ @z:- /ڹX3 UҸc33[y"GZ H r+8h*`{mm+F/TߕKȩ_APRr6| kz}Yoy>(@r2+(* V.X7#CZ QKbk7NR0}%BSRKj}8?*;aa|M>>}w->SFG)'@aTSֹ+\X,IC쮼mC,ILHS:}P=LaϣlBM$ő$&cH΍VJggޫ`H,KlB3إfCj{OCKL$owl\Pkg^cbmqZ\ɶd4>0c( PFJpR'ut1j؊:$I, >r6ak|ݪJ;xm}dUC ;% pJ 2D |aȏYPC J-췳R +=FLݽ!wqZT0'd;?jd(c$b=6_$_=LR<k9 ps 4D2y/Z cvօye[{ֽ l@8. dLo JfbO nMա w"N&xsbl),V̲|w.Өd=nWMXuM=}pX [̑I5iXPb]R3{7DT5 ţNȏ_{nǠ-ŗ<ų/Ic̱ntZF؍d H$MqC]iA& UUio5#{{ǟ.lvOj.͟ T8i=Ȕ43vwFcU}ry1fNAPj2cojn 3[`D"`%g:[8 UbPȀj(r= ׬h}Vb<||aMOLYFH~:H먥r .Nu-bs\<֥,ӳXmi(j;uFv[Et9'fqm]Vck:â-7x9I|C * :4m`ד5!Wʇ" j82ƹ)q JRLJK yn(h^ oHr^1K|GJfE|֍9"@$8q@#Fo6뎤Lש}Zgؾކn-CY wc -}NFt=m dJ`qvm?eazdbƇ ?*%uP(IDKDA6_U?b2~ CpU^}S)z,18r[Ӷ{j0P=Srxu?ȡ":MѬH6Ct$<1$-1` A,rzrLpd#DzӭFWc%[6&zOø\RC 7VVZw׉҃(}i moHᖌҷ=F0ЍQ:ILu̒3%i,Ӛ3m-!o98 +0cSȥtb:SRҼx*Oj!12$H?d'}S0K3tt UDͤڪ/-\ C1tx% bJS:G ?ÓCĂ>Vs 䚠D֐Uv' .{R]O.dH˼qS%&ZkU-lgCS2','(E [1ldQB^mx0XJN3mO聶N}SsU6 ώ,,i4ojs۱XeAD53&PKUмP;!?fԙ#%$yktfű5\@L44Xna{XO-Q%LAUb\hE ,hKWt,wEJj]nGpfrCŬSeurv˾#Xjyw9 탣Cv>hn A HEp_1_eV_CQ`”`H,vr+~}ͨGiine_ͣeo@K,a( p5+ D!ZFF=NϤK`vVW5ѫ>>(~'f.%mXX9'̒D iJכ!1nv0 y}3x4HO 9!4c[tjetoƃY}=c/iΫ B q:$\̳Ͼ`}ePܺW܂= 4BT֙evR >u+nɞaן ^յJv& )Gi=;pQhʤg)aU&0pӤ}w{PRf+ɔͥ;uh5vJG3+??Iԅ d ְvΧcn>^X| /d}y'V|eM45IGF;Pkn3aL[lfBpΉbC  v[ۿzAM/',ُz+Ж3*nE&TFx 9OZWx\Lģ,TN]Sk(צu9J?KCr='#x1:pȽiMr^F$uTa(餤6dkOԈޚfL2%͝+Jtngi7`#3yxh ==Pw I?npv&\@J"j-+^Z= b8/}ੇQ]Dxjb>JN)ǰUE}7n$3* zT&|~p u)U#'Zc5]VBECEܷ{ž1PRp8flӈ֠j|WAY[}o̭4UNGMY^(,) 8ֽUƬ",E skOv)#FJ6 p&t|ds+aQV!2$>DU:&?-5 K[M+t0o!HIQk皉2h#OϤxqkF)v[>',f\dĠ6p;dg.n(p1U>KP_x ٽ|:0~g$I[? q:`fKs}G ǭ*w<|*c(!/ /GRY2mQ*ln8*^EDEtÅ zyh5?s%1+H2X#BvOVUƪf;P5kz<`z2e~P:P9>/%kaormH~V/z퐦J/޿Ϧy)6=.N =x3GB](b^7\rgp7 3BbLس0ߦ85mEBq:>SY,Ys w^vLIƛ*ʒQmC>7GBZiт׹R LU/S[!Ow|_҇gLUk\sÝ;^(3if cBʩ6>&\\fϧ͆,2ҋ[qcǡ*+ C.GeS޷Pm_CWZ^%%}fWj]jk`klW"[.WQRFX9̒NW]0& IjvPlfe}83p :QIenRPwݹCæ:uBCPn=2N!°4A*Y;&?PS.Xs(%?ALR\>~m4t; 3q])HA)33`I*0ץi w}rFɩM$G_,RQp8gwk ytei/P>IlG5~dz#CGK}hb̲HkGhwZ5`fel@p,vw! O]3Ueh^46:s[> 6QE( 7=ʾV1k r2qǏ"Mre?R)mj#nL<Ȍ@{l9ĥ8u2SH$) /9c\G,"7q4t/5OJe;ԴC"='dWʀ܊u { Mذ߅Fa =L鈬^/q[S0/; "E1aW t yշة H  hQZGmA<&VV{|ak+Qld˟瓸MGZ4g8|sKF E~͡X,HzBef[k푆 0D 8Kq0{?JԵmM9`SRJ8^FD¶AiXpY;BJ@x)S})zOg]=398үQÐzEP>bz"9#ew:+}m@9R/AxcXiC|+h8h{}*pϚŁ/\NB: Ouދ4>) )pduUg׈@VX7Y5/OD ,Kjd5f.Yt#Ww\$ xnRTg;Z>d ؽK|_^J"9!~Z,$7W/.=j|F< y ۺEө0Q˼ 6HXH;WtWZ_,Z⍝<dq[2w\PN#U#{x0D@JΏBP(MXʴdEs,ؕ랿E1跿,FW9L;x --QN޸L\"jTf|I+.}V[ R1?jPέ𥏁B4`9N-X. dGc>7ۜ(YEd([d `0j.i(>1$7۸G>޳/ $">%'0L97cqTU߆g8M{zԅ  > /R_:6(w Gr֖4y̻b׊OOޙPLSƞnk3@" z`3k,{ji&w(#$Ûy(63yU{4,(,4lA"+H4g2{_`Fͷ4t%Vqj,xyұJ5>i'gAnFln [`%u r=-y~-kqʾCd]<9򬁑ӚdINk -p0ȕ#TeV-iIM?07F&Jlx pmrx@~li{?#c\˵YHot blw|>ؑ ]ρv?|U;q0>x 3aTHԮ)M_пf~OLe`PgoҢA6[Fi _(|.G ̯YoA.ӚaJKxh›íYPNZ!pËx:}r鳮vLj?.J`dtseґ`JU8nmÞ݆n;=S/SVtx{wxV˫$s0=r *цףs;d ;Îr$erz-).Uy,2bq+ V g.PWFOQID>V?~H[~C6OjBӕPf3o'yknUnB;Y!#[7U*pS}߁I& .{l6ywHrӄ MN4 Vt:! SG 'Ϧk̫i#?@Ǭ91އ ]y}wSb6=BH8X(`c-OvZ6%TtF#ffSQ뫳2Å:?(CeZ ;x?CU¼$9题Y/\ U#:{}#9J|nEnq'8NЧܞL=XfY|2  |A~H L2kihkPf6 wGl#K"V`׏vXf4h37`7='qIjs0s-ޙ7tMިJz]x$Zq Xv^@OaIz .@S,$+(aʦx[|d^^'`k{ NYP>^>C"Y~?AU 3CNT~ @b'q}${l03^tC5BYf 8׈H2vz\%0(iLr,vF{$-!ԮC!\); G63_,j0`3g"'8VGb6mwWtNxcd'68jɣL.Zf-ns-w;:ܰE"yL+ER`0*NdǏ0`?P8b2O4 GIf } &p&_dExQxa*NO2~f.-pUSە uJᕙ&jC;țW'VGNΠa2jGI BD]nAWC>Sf!s{Zт )դ ͚n͕9P8 ,Q˛:Bv'"_KKl\ L0cbu!Qh<8W<8D,q/@zB: E΅΅"~LE& T2t߿FӸ%˴1kjɴ+C0'q 8CTKy:9"g>rU&L4bt~ro'dsmSTvCJt.@ :嶯5~owQe&[&2썖=HmDmy*E0@:fW^n Pg``۬MTu5a,p_+KXgN}%(&KgǛXQWK;՗1چWHW. >椞ߜ CȖ4=2pNT#T@}j:,̿h2A\%^`é[rE]ZMI/uOͥjtMd+e5@_I`F85E.LTMlR 0$QN">ܫunpfomqfRy= ku37gL=%9,K!{8q3Lc,jI@#wќ{| UA Ft ~_|y3f0举BN8Fm;Z~5 !GS2@avV.+u 2d sl ),3Ġz4kf0s@oXU:32\ʂ!36<^oKA"G?KyK޹P5gl8ޣQ?}Gb ?a5 fW~VKPvu6Z' ˠ_e$1.›/PA\UӪ7OK64gYNp6G?yDÔwZR͖2]Rdsȫ#hQ3>9py03 :}^I:Q@ǿZgo{mZ*Sun1 耰ϭ̯9R_S*ݷ~GT{U6ng7tpܡ]^|fH+{W529_i'C5: @}Ɩx쨏  O`riTf-Lfxek?"6*gH?9c [2m k +}g~*VSXȐ{J~yw&IE[  ʱ>̆6vC8˄T,Y)6Qo4.XmF4eFnN[^籏E'eKժNM֡ݩWt_t٧qSgdgU2 9ʕ㷥bݟ2TnɃs 85O 1kh3hJ|eq`F$}R+ʼD3@Wl婠*j_,Dkj[c;X.hݦUq'Pa.>LΓk{)5Ukw-zYECY]1 􋥊hu̾UӧTH2#X5pe*?3 Xa_? 3Msz;c-qiˉ;(xZ1(=fgF#5׊7] 2n { 4F($C {7긦dJnu/tK&W#b@7KmKz? /!zɜWAfL忒G>"v_C{S=zB>U[)P߄v薐,wdLS;1.gvD#8}WbՅiה:.AG'||[`$vtwg8F"?8n#}3كdN ߕaYdB)&\ <&?}X#/9HCͫv+t3$Rtgjc39~ҠNqљ@]}1hjKы%7PT cS2kufcq PW\RYeY[1mAoaty.'݆OBQ$0Su3dϫ} X/= o|>.Z,3sኬfSbK;$׀q\7ևe3ZN<'¯dOkL̿Gf{X5EDؤCZNE+ѨR{QȨ= de?啢Qlr}a!|љ7ƅ̓B੦sDZ=6y7Q)ub?!'-@|Mh$dr ]9-Ztog'%B5xyhn,! `@9֤I>N ^'H]P$<% 1"Q iiRx+bIu[R`tڌ<\na LLnb1`ge.쏬DBz̧MmR~BPʡ:#EvhdѻO6FE6 / ?AS[\*$`^G59wچ :V:ÔIRD|0֎dUZ%Ŏbʨr= lc->r`:d4 r1a[ '';);X/-aN͈:K,: Nu-{MޭWo SqBvr!;FC w*RH0?'6( C*g:ϑkٵ!B#:*S_8i_I$50 $M/a@T R ?"fvA8]n13re-)is]Жu.Sv3*#f4wbh9!w| Ba:%Ȑr׭} `1\V$u 'Y٪*ޣ[掖6#kNтRB84N Ҁ=x$%G294Cfڧ6u( +%3rUع!uJ :o|c)w6 |#pY>~_ilcz]Zznʴ`/̱{>KDVxXV$ !< Un {[P 9k. "(V2ObP+6]`JOHK^84L^z34'.19 /f[x.vٕنι ҰGm0%6m~8󖿧+YߥuߥYNÄN(Zw)fQpY&5U}:/7?.}4FthgnSa4PuϿXRdEe/Z$:xaV%Xi.fI+=2 )cZ!D:u9ŃƷ.8=qfĮUMxP^n+ȉK2^{:R^Ն^GCJ{[N A@aTm%n)b\${=KR=t<$.C!|©61624bdzh,jgs~i㛝X@'7e&iɘ?.8vWܿ0<08>0TXUSbZ;U!&;SE^%h}IM ,?O0pØf!DSf_hX$H䆺Z G'a"KH[ bg7>l'K/,;ֵۨa%Gf_|>&Ad$\ZT´1(Da<~b_Oq5w~0y[*m(O.σ7AFS?3{k-V=Q ?YKQ}o̊n]uWL|9j'S6>ž|}+qdL1ASh9^qCjT }foj!}pԛCxÛ;\RށKi24Am(I "JZ7?ɞD n{UܝcZ3Y2< GD˔?!up{Cm b3p퉻FeI<X[39uqCXpGۋM9AO?e ["T:pX_[?$}+2u22W5 ,ot';OxW)"*@ WtP1["s`OCiӎi|H*c+HMiVZ@=OŅ2t w M~Ga{RU+ar{qhhyB 5賰hL#Q1xILugbjrJF`Ёĕ]bRWk=]1֊zݘ+iY?XJ|$Fߞn [jO[TZ: eDd<]ԴU է9u8)Xq8A(sA +T? wkFuRq\ s^p9碥"wLԆ*kG0g Cn .f#N!x1%J!@?l )}kː>^SŃĘgO&ciȼGa?hJO;Ӝ\b2tbDS*klfD\><Ċ;SO36YF-ٶ٥~%+v̀'VJi@O2SSi_Q&AUmIjcQY:N `f7%9iE:ȃiB7FrA:q> l(o#Td؁Q-a\mf3\Vؗ#s}e7!vC[rTVu!8Ixufb@FֳY SN@ǡÚM 7ӌ{Fqek1*~~o g03c Z_~Z<(qלNYi @2er۞).L*oQjKx댞l~$S`Iy-}`z+0fSueg±ttȼh ZhPFzݕ>luB=yA+<[P[w 4-\:"2Mw˞pMzxj%S-'UDIxSCP/(e9Q/s#bFqMfN+L~zYD؛r)!jtfJAMm4h//ʺ\WgM\i-!ۯLP00GxC4uxE  OnnnJ:Cfb9_9-gnZ=?`ZٓUW `l_:F!4 ڕ\b̋tNz yuَ TM@d 9̎gu/lHVZY̧Hw}~dVDYyfQCN9}xi‡ 75 z"HZb:%q/S{a=}0?Vpvt?)$|589P}`ͩAQ`47< }f`]+o=ȿPifGup7\򆑓蝚]?٣8tvZL5ŻMd!4~/=KCobŨu'hLmWI,x(1>8RZj;<ҪV׾ur ܄>ݞX%HnPvD3V]zu"ҙ4qiرX2nQ7qL#pN:G~se6C"#'=_wp佂~H S0쵉,nZ96oLKLP#'2 iKldH#v=X!.jdxxr:ڹYO;Z?B"n_iokn =:Ow{dVK4Tm>ś뗶˷Q_˿f$es#\W:=i6?T##n*lRO',hx/}5?{Y귺). 5Qϑ@n֥MU~~KA4VoucGf`}N+0܎]R'e$?43e7HSY ,]V^}jtV"1,# \aZ4F|COC;mp w3CT=Q9ϳYVU/Ղ*Ob669ۆXaEU #8gC2{SFά7Mul/5|r<}C*51U'.5{򱤠RW *Z.%1\Nn>:y# Nw"VƥR:K\.r ko.?@X^416 [$ j?*Sޙ<P]@& ysC9>|`yyP%OE6XD(zy*cvCwgJSƤ5?Z:9/̘?o-]hgc̶fA`bpEr?F SzE,?&r&ytHs}FɞD iCۚ.~"Z5[jd XyfOi"'7\!Ln"gz&hd HʫqF*G1h*$z6/H-rc %=x9a#]K+WO<`SCAgv zA_$.t& 'nP:%ГVhRb˹<*Eu(Jy\h;f8.ϫ.w#0jΔ7:r-$;tUo"Iyz 4E3<_&;p}g eB-Ne@cwW`iGB;IB}]UnH@/hi&ji-qV&E#-PBa]//\!^lE  qbG-zeƓșLxD*RXgFwezQN`6Dz[2>n;~P`RvƬ&iMXn+IR ?%VKN1L}?C& RhO;p#. 4,H{Wߗdd;ʜ9ger/a=zFf΄rTˊGDiF,ȿ󊘫 V h< 9V\@ *zNS痌^]Ap2{]XH־NkAܻw{IVCI(ad)SwAf@8 nQٍF %59fDQ2G-f;"BG控c 5I0!Ry]%I Q44 \A1!@|/̺q-";74];m-Al~iIxStX&2HS(OG;uzTkX4{X/f'PA=`Kb7B]]ߒK8'ЎM(%k\꼆vd҈SUi60{ӿRP@Kx,vu N3>~,P?uZXþ;g(/|WMV#B^Pmf7;a9WTz=XSIU ]vh1wwҺi#zlr uѣ{yMm=]|8Cx< hԏx/nէy$=YrȆ_ېpbZ9byz ַ=B!RS#)E+bT^25@O/k n!q_DoMcD}.~iiM+ެA%H #$7I|c6DXԡ&B%˷#َį]<8T1d}6MB TFE]::vאַ1Pフ!^#XʢV#v:ݮx8N6b"~b \ݬQ~ef:xs/s+&OO[CAQWe'{wܢeU'nKg?cuH1b<0+ڴ)4~h~AohAy^,#_Ԧ%Ì . v*ȁ3\vZ/[5J7@y`#P撴_-&a_Jw_dG=6uEy1-y"vt-{**7ʴ"Ȝ+%֧T!BVo_zIޤ뙖P,rLLrO m`5 Y,fLjCc=Ql 8cQ|{CЛ9d} fФҬQ",wa6 BSV KiwuG)a'\s~$IV~Cj<ԡR"]q,:֩N#AA{ ̭)`'m8R|kf0HYLc*s%Ӓ%B}|}3]^ F,D,UqL<]$ ڴ0=poh~qĆݣ i:9T"-c#JE\xY?! s Y43PY&𿣓-)Keƽ5pb̥ htwQ/4@c 0r K瀾`7G"Dnrjq3ٵ,oZ\z$$"Ԯ(L{5"op .h?od+#`;:{÷D_xXk4jOZJ#N4tl[\Xb%I!}m+ra.4A=#if.Ty9vΌf}+z͙^ 2Nקg.])W2#r(_h{Wј*>U8׋*xݞ,ZҴ{%q2z[bgة5Twm[]fbLU(`SqĢYs$3Ƌۊ PPZ ZU"hUH;]nûwV$Ga=3u Sum<=*oWAENIӺ\potif<3԰ u`D'GrW^`2@2+!["kMPFhʜ1zE!7>0%2ՋL% +MgƫƇD2ӷ;KG"Ȱ~PR_Zn5Y/QK5݂2Hz}){?X)Mj=:06-HdRx~H"/רN`JG3x.'}1oWX9 ]xW\` .(SIh8 >rD5D8{V3=Q;TèB3k D^6t %\U1H"iOgto-%̀hKǗ4̢2܉#I:a (ŒVv h :Y+|75L%\6(=CL*[ky_q]8v ž5'̯$ =n^(RJC1c@˽pZ y""r i˼r 0j4Kz)؅C}3FPETא"}X +EDj nAI@ˬ12L‚o(A嘱c2&ɡCv]L%OfgvV_MY;82Urߢ LO!sFˌPom  (GֳӠ8LFwR<ݲ&,J@0/D;+c1bDPĤ-)۫`>wL[Ez.oեV bѩq(m?S5`ߢ/®2 bK)K1ڀl. }@&7fBˮ"je+Ywpj[:1D UvTL']%KT 2 zUPkL`>w6']RA@~g(䩾VqW?QH%g?[>B t%;GP 'oV Y)P5!!ٵH;jdm_5ր2n`e?$Y8%ZuRK#KjXM?hȢx_vWHO$GDZ'~H7Ȇ &|:?n^D>CR) 0|#?Pm"H0RdP/fU(ƙרj9%m,>}BF>8陨e F詄F):'HW[a[/S(z|{Ҟ)q]Լ w ` 4#6h_&fIȮߪ Ȁb}"x#&OA]/Qpolh$e)V[koU5W=8mDZKfj"*|k);8m]SF| I$-h$}s :pX)nk~r|CLyDh Uz-DшU HD +z鍇f3JR`l,~(v%aP)aE.,OSf Mv?Pg\F[L`:W3@k|]/[d F3ǛϯW_$|k6-;RE/ s(5XN怖S|CD/x6 (o:Ϗ'H _ErYَr5UU2F 0WMT JWRjx4y~Msਖr])>Q jnsע"r=D:MIp&&{̄s>4l$CH8n7#5e]d;gUt>Цl/0oFCɓ*0n0 je@=TԘxDrsc+b#,lNf J.H%ko7!?{*ba5n߭5p K}%̎)eS@898M5qzγQ6}yʴGc;Lk7Wc[&\Vjg !  4% ɇv!WלmWvZ VZU @j?5*c:}Zѩ.VσskcT,Fu҄ Նb8Cc Iԩ KN:D +̸,Azk1Υp/ȌkW} 4̴\q7> M6cx@@&8H+R1JUDCs2#xi?kh΍'5mAQ.M:&"ԩ[,^su! ;RG9Yo˲#C1&׉@L)_nNИFu3hb-jg ɬ9vC+uIbğ8*; nX|_t2>D P'\&E():w>=f{*P4mWD> 1ėzuLkVzˆ) Yjٯ![GZީkPm[;zez Ij7-[/5kV )ljYrt}TW5n7{le\;|{{n")< ~tKtlxy[%$n/z ªҌj)kI4L@ۓt,['`DP. >/>D2S\yJQOXyòbF%rJjpQ%gldn#q uiuCMbWUaDBKeECS&ɿܮ :Y[8@PD8bSUQҍǶ[Bs ŕ)s‚Ǟe!I|72()"<ߥ>K5WY܉a<)0"F9lbfEHܲes?cV ݚT6axZEj…]H)8{7bj% u0 GdfF'4Re40zc%&ۯrqZO?3:d,j~O3+O^{̎u4}+>?GS+;"u]mR+iq3UrRVKKYڪyBed hߍ/<^JYv(wc/}y.wPɇrBTv͂ar98i2 IJ3;sDžy޴ syC:V)>l[9_Fʭ,:\d8|qYEu}jX@ƭo5׏MVAM~5HͿ 3an4t Y} 3.aQj՜^&q5Ji mJF13i#^:kWZ֖bDlTRjUo1my&etfx.ڷ QzNP\*l4>j Wh}CGNc, 2}*71+}vF,1$v^s]?ˠH\g)m`fwڼ|?qӊZ` K9a֬kUT^|\ٗ5ƨj=ݖx9|cleGN`ӟۨiT(X|zʆbB8_Wxzr"v`͆=ү12 ݼo V zLvM闒8|~n"UU73˳B']iHN9m}>TAӋ)i}^ĭZ}2BU´#4gf 1 k8_YGsf/x"Ӓ^]¤MhMPDE۱̓D]yH'@3!K$3ṇ͊i6 oȤZ\ڔ-@h{;z\M/$&Lʚ6<ɲ=|o>}Qx z].@5D0bs}[tm>7-auIw,+ml38E h }0Q& j1B [NCǒF * ^ }0᪂?IB17]\= /{m0/ݡuC - +}ڶQ{d׸oxGlu9S .FzRO~݋@Yy=HvTZܫ]<4Ey$[$ʵy?_@'~75d;ΜA;@0_WҮ3u\mιK+ Wo1>P6ukLe@J U YJwjZ@=nS".uτgUGt(N9*@|M3TZ5MLʜoҐ?v;5:Mg`/#|{oFFG~]/ms|]H{.=%<`7KbLrvBNqCpLF[T\H9M^[.M0>~9\t O;;A֏v,VU]a&G)N9&%z'‚bMY*U*WX e'y*V3 }vai&P7:!%gsrcze%_ ZNeu͌mL\UmgܷEA-h/OcUzۭrxX DS(bUSvq/bݏ9v/J Az$~s ;Y x||F@,bCRBjٓk+2BOaq8H[8 | mQLtչfGOQȖ,- 2S!_ ֘u:AY-45'Aïo-sAVMxPƻ;~n #g+{#CTL+p<^-Zձ}wV S[W wj`QSh(+]CobO'mT)Y̺ :\񣗺4?M*hю@_.j`/Xrw}rcRjpY&n*`*no ߥ.x%u9(z/]OZM#&ў8D a 9ݩl0UK⹕G:s( $HĒQ/TT'Uk}O^=pWكS;Zh!XޥFߏPøp/ 9vt 3l((Enubqlδ͘kN`C0SI"|X9Gљ/fHǘ:tjbn> YZ