nfs-ganesha-3.3+git0.39e0cf712-bp154.1.50 >  A b|c!M@eeeW>׳m̏OxO\wQכeWtѠs/`k^m/8FRAI^ ?ZF1%7N6pIqT0w$Y[QQ~ "m* +3hWZi'X/n]jWӮvIF&-?$ТT62Ǒ*Κ› \ǧDGAb5855cc5a0cc6a6ac36433edcef28555f5464a808e56f5a2a158cc10c9758e1c1b84499a6a9a316fc9fa62b36b7309cbb9d001f7Pb|c!M@eee,/ȩ,3qw ֡ a_.}Q jO1?tͦ<Q*k[m  Jh.iMV@r6FWX"J׮NL]M t=ێ?đfhQR2{q=\A8?zU%-DZkm]=ɧ)WP/Hf֠;-qRBנO4jcydKdYt؆ם$p |< @GُӌW %?:t&wQ X>pLz8?z(d! , PX\hl %-Q ++ + @+ + W+ +0+ + !+!!"d$4($8$F9%F:,6F=m>m?m@nFn Gn$+Hn+Io|+XoYo\p+]p+^sZbtcu0dueufuluuu+vvhwx,+xx+yy zyyyyyyyyyyz$Cnfs-ganesha3.3+git0.39e0cf712bp154.1.50An NFS server running in user spaceNFS-Ganesha is an NFS server running in userspace. It comes with various back-end modules (called File System Abstraction Layers - FSALs) for different file systems and name-spaces (notably the Ceph "file" and "object" back-ends - CephFS and RGW, respectively).b|c}obs-arm-11=SUSE Linux Enterprise 15 SP4openSUSEGPL-3.0-or-later AND LGPL-3.0-or-laterhttps://bugs.opensuse.orgProductivity/Networking/NFShttps://github.com/nfs-ganesha/nfs-ganesha/wikilinuxaarch64 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 nfs-ganesha.service nfs-ganesha-lock.service nfs-ganesha-config.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 getent group ganesha > /dev/null || groupadd -r ganesha getent passwd ganesha > /dev/null || useradd -r -g ganesha -d /var/run/ganesha -s /sbin/nologin -c "NFS-Ganesha Daemon" ganesha exit 0 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 nfs-ganesha.service nfs-ganesha-lock.service nfs-ganesha-config.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 PNAME=ganesha 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 pgrep dbus-daemon >/dev/null 2>&1 && killall -SIGHUP dbus-daemon >/dev/null 2>&1 || : 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 nfs-ganesha-lock.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 nfs-ganesha-lock.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in nfs-ganesha-lock.service ; do sysv_service="${service%.*}" rm "/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 nfs-ganesha-lock.service ) || : fi fi &r5WSIHR" &A6xr03-k&4 YA큤A$$$AA큤A큤Ab|csb|ctb|ctb|csb|cxb|csb|csb|csb|csb|csb|cub|csb|csb|ct^F`^F`^F`^F`^F`^F`^F`^F`^F`^F`^F`^F`^F`^F`^F`^F`^F`^F`^F`^F`^F`^F`b|csb|cfb|cfb|cfb|cfb|cfb|csa0ae4c2156edb328987be04e689b994dfc05258dd33aad7338c64674ec8dd0b573b3ba2287d9cab3c09dd2f78e8d72134a9008d3c09bac28551e3a8ee3ea2013be66e154562cba1b49b6e005382160828e9b6e08f6c16da08c5c11043e015d689f9badc427e68e11b86ba80c350ebf03454090bf874ace2402ec6b321c5f03fcc22312852d66aae9a88b45977a4f04e032014ed036d2a54791f389f7cb9d7dcb085176a87bbdc404c35b3a484dc3914c3e0c2ca158632e851fde6785ac59e36d05f7e9b687b4d85ee950e59d16668482ba96f62bdadb05c7701b1a2db0282191eb60b010968b0b668c799c39624079dad9cdd687a56c7e749d54a68fc20cd71cda7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768f251c62a842a033bc1bc40cd8089ab330202b45adcb279c4675afca4aae7a798593e811431837fc39db826b6996109887119f8f0e1130175b33a3a1685ca5e19a248c78622f1233e9dfc2ab60122da51c14efcafa6f905a6ff7fcde9fd842ba021901d1f161002f731717fa926c1959370d5fa5deeecf1cb295ecccede569d03677ea319a23867d4e05d63d80a94cac161beb818af9a82f39fa660d6ed71297f73b3ba2287d9cab3c09dd2f78e8d72134a9008d3c09bac28551e3a8ee3ea2013da070ff9cc7f5975dbfa63dc1b5dec7d01d8a33663aa0b7e9ea639af127f23b70bb96599359d4ecf9231e1b450d0fce1e142ed7a853f075620bfc1d1e1f64b3ae3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b85591a08a00a9d36194b1bf5dbbb76b0bfde327828b95ee3e26ebe59ec0d610f079f84c39e29cc8fb5c05c74d5095bb9a8d42148fbb4ff8a5d20a9bd3898cb0595309f062ff20e7e92da04eaf50038e5fa3c88b23a0a68e3168b3b36308ed3f84772f5d1055665b2979b5b9107e80276f9019495ed448a3f728c819c8aa00c89aaadbb084a2b12253de727721e8d17c7cc8d0becb3f64d020ade4ebac057340f713be66e154562cba1b49b6e005382160828e9b6e08f6c16da08c5c11043e015d686b3aad8fc4e780ee032cdd4f1efe66fb4f69d72ebeafa1b46a84077654cf6239e1da0733ef40c545c85c3f1f31fab01d9743715d23c9d345e08f0d33a25edbfc748a8e085623d94316c464464ed728d324483e6e243ee6e861d00bf48f32cf52664c45fb11265f39739429561787db9bba654a5d8dedc145761394808a899dfaa7f95e122b43f75fa006c8c0fbd755b4dd1a7c155067c11f9ad733a6cb1b883c2cb789b374d7e9f91f123e22cd4c3af6d86f07d00d53e4ebbe45709c257d5e103e4a08a65a579f57b5c40856e10fdac8cf43108258883f7d62d65c59af2d8426253df0daa5c38be4817c9962d32d5cf879668f186893059c6179aa98935bb3b929b3b6ceb91d343a734262b3b883afe3f9b0f91914474a429a974b66f0c79c5b8d7939ec0fbc162def5ecf29f0eb17e2791bc79d86f4658e6e311b9d1b8fd0075ab2c447dbaf7f03cc9d41c22e6cc2a21c46ac3d9795b2968435ed4aa79dd39667547643e3e99427d79f3f48b3418d366e7e82ae0cbee79187d31abe3517ba64d5058810870f9905549d1f972a57408ee4dcdf2b99b0696cf8af7f6afcfda1c4rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootganesharootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootganeshanfs-ganesha-3.3+git0.39e0cf712-bp154.1.50.src.rpmconfig(nfs-ganesha)nfs-ganeshanfs-ganesha(aarch-64) @ @@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/sh/bin/shconfig(nfs-ganesha)coreutilsdbus-1diffutilsfillupgrepld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.28)(64bit)libganesha_nfsd.so.3.3()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)nfs-utilsprocpsrpcbindrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.3+git0.39e0cf712-bp154.1.503.0.4-14.6.0-14.0-15.2-14.14.3a`@`3@__^0^Nt^^^,^,]f@]7@]@]߶]@]Ik\\@\@\@\@\7\v{\o@\f\eX@\b@\b@[@[_Z@ZqZhu@Z7Z[@YYKY@Y^&@YMY:Y5GY5GY$$@Y@X-Xx@X$a@X$a@X$a@X$a@X$a@X#W֘W@WW@W@W@W@W@W@W@W@W@W@W@W@W@W@Michael Fritch Patrick Seidensal Nathan Cutler Supriti Singh Supriti Singh Martin Liška Anthony Iliopoulos Denis Kondratenko dkondratenko@suse.comDavid Disseldorp Martin Liška dkondratenko@suse.comdkondratenko@suse.comdkondratenko@suse.comDenis Kondratenko Denis Kondratenko Stefan Brüns Nathan Cutler Nathan Cutler Jan Engelhardt ncutler@suse.comncutler@suse.comBernhard Wiedemann ncutler@suse.comJan Engelhardt ncutler@suse.comncutler@suse.comrdias@suse.comsupriti.singh@suse.comsupriti.singh@suse.comsupriti.singh@suse.comsupriti.singh@suse.comastieger@suse.comsupriti.singh@suse.comholgi@suse.comsupriti.singh@suse.comncutler@suse.comsupriti.singh@suse.comsupriti.singh@suse.comsupriti.singh@suse.comsupriti.singh@suse.comricardo.dias@suse.comricardo.dias@suse.comsupriti.singh@suse.comalekshmanan@suse.comsupriti.singh@suse.comsupriti.singh@suse.comncutler@suse.comncutler@suse.comncutler@suse.comncutler@suse.comncutler@suse.comncutler@suse.comncutler@suse.comncutler@suse.comncutler@suse.comncutler@suse.comncutler@suse.comncutler@suse.comncutler@suse.comncutler@suse.comncutler@suse.comncutler@suse.comncutler@suse.comncutler@suse.comncutler@suse.comncutler@suse.comncutler@suse.comncutler@suse.comncutler@suse.com- Add patch to fix getopt return value on aarch64 (bsc#1192367) * Add getopt_aarch64.patch - Disable build of the XFS FSAL + https://github.com/nfs-ganesha/nfs-ganesha/issues/533- Enable FSAL_RGW again, as it turned out to be compatible with Ceph 16.x, but needs patching from upstream. Backport upstream patch to fix version comparison. * Add fix-compilation--faulty-version-comparison.patch- Disable FSAL_RGW which is incompatible with Ceph 16.1.0- Remove -fcommon from spec file * Reverting changes made to fix boo#1164548.- dropped fix-compilation-errors-on-xfs-ioctl-syscall-structs.patch which is a part of upstream 3.3 - Update to version 3.3+git0.39e0cf712: * V3.3 * FSAL_CEPH: Fix size of handle * FSAL_CEPH: Always use the large handle size * FSAL_CEPH: clarify the User_Id setting in the sample config * FSAL_CEPH: set ino_release_cb on mount * RADOS_URLS: restore rados_urls watch on new configuration * RADOS_URLS: when built with rados_urls, don't error if lib not installed * Fix accessing object handle after feering its last state * Fix get_state_obj_export_owner_refs() fail case * Fix responding with NFS version mismatch * core: multiple definitions of 'common' data compiling with gcc-10 * Fixes in stats module * Throttle the health warning * Fix seg fault when NFSv4 compound op fails for regular files- Add -fcommon in order to fix boo#1164548.- Backported patch that fixes compilation errors with xfsprogs >= v5.3.0 * added fix-compilation-errors-on-xfs-ioctl-syscall-structs.patch- Rename systemd cofig file for nfs-ganesha service to support upstream service configuration script- Update to version 3.2+git0.8d07e25a7: * V3.2 * Move async callback to svc_req and give it its own wpe * Crash under duplicate request "being processed" * nfs3_FhandleToExportId returns an int (not a short) * Stats for all ops by a client - Update spec to support 3.2 and remove Obsoletes- Drop -DCMAKE_BUILD_TYPE=Release in favour of %cmake macro default.- Use %cmake macros for build in order to respect $optflags.- Update to version 3.1+git0.4de09d665: * V3.1 * Pullup ntirpc to 3.1- Update to version 3.0.3+git0.0c2a4da66: * V3.0.3 * NFS uio setup calloc size incorrect * cmake: Add support for Open Build Server + remove sle_build_detect.patch as changes upstreamed * RADOS - Log a message when requested backend isn't available * Handle RPCSEC_GSS negotiation or wrong cred messages * Protocol: add config option to force utf8 string scan * Clean up UTF-8 checking in preparation for config option- Update to version V3.0.2+git0.eae6d6d35: * V3.0.2 * ganesha_stats option rename * cmake: LizardFS doesn't need to be a STRICT_PACKAGE * Add fsal_test_access to exported symbols. * doc: utf8 characters in ganesha-config.rsh * V3.0.1 * Adding trace in FSAL_GLUSTER * call set_current_entry only after checking state_lock * avoid mem leak * Avoid twice free.- Changing service file to build from upstream git - Adding patch to correctly detect SLE during the build * added sle_build_detect.patch - removing add-missing-CheckSymbolExists-include.patch * already in sources- Update nfs-ganesha to V3.0 + libntirpc + Use non-blocking writes when we send RPC responses or make RPC callbacks + Continued improvements of readdir cache + Use of gss_iov for GSS integrity and privacy encode and decode to save buffer copies. + Change xdr encode of attributes to work from struct attrlist and other changes to save a data copy when returning attributes for NFS v3. + Implement xdr_putbuffs to save buffer copies for READ and READDIR responses which also has the benefit of more completely filling the maximum READDIR response size for fewer READDIR roundtrips to read a large directory. + Add LizardFS FSAL + Completed audit of string buffer handling (strncpy, snprintf and such) to prevent overflows. Also make utf8str always NUL terminated including on XDR decode. + Make python scripts compatible with Python 3 + Python script enhancements and cleanup + Enhancements to stats collection + Numerous Coverity issues fixed as well as other bug fixes - remove CMake patch, as it is already in V3.0- Fix build with CMake 3.15.1, https://github.com/nfs-ganesha/nfs-ganesha/issues/454 + add-missing-CheckSymbolExists-include.patch- Version 2.8.dev.29+git.1557746732.251ace12d: + FSAL_CEPH: fix length calculation in reclaim_reset (bsc#1134302)- Version 2.8.dev.29+git.1557398426.e91b5c34d: + FSAL_CEPH: use a unique uuid string per export (bsc#1134302) + Note to reviewer: compared to 2.8.dev.16, this version drops the "nfs-ganesha-devel" subpackage (replaced by libntirpc-devel)- spec: + Reduce scriptlets' hard dependency on systemd + Add missing Requires from devel->library- spec: split off NTIRPC and NFSD shared libraries into subpackages- Version 2.8.dev.27+git.1554731117.4db414992: + FSAL_CEPH: don't abort the connection if we're deleting the export https://github.com/nfs-ganesha/nfs-ganesha/commit/0d62e92920730972351ab897e1ff2ed2f39fbf54 + spec: * drop install command for ganesha-rados-grace as it is now installed by cmake * build: ganesha_nfsd as a DSO, i.e. libganesha_nfsd.so * build in UTF-8 environment- Do a Release build to not include build host name (boo#1084909)- Version 2.8.dev.16+git.1550844464.79f319b6b: + spec, cmake: fix packaging of config_samples directory- spec: update RPM groups and descriptions- spec: + drop with_systemd macro and rip out non-systemd conditional blocks + use %_docdir instead of %_defaultdocdir and list documentation files explicitly + stop building nfs-ganesha-utils (no longer needed; requires Python 2) + use "BuildRequires: distribution-release" to avoid exposure to rebuilds triggered by sles-release and openSUSE-release (credits to dimstar for this improvement) + drop "BuildRequires: systemd" for SUSE, since this is already covered by pkgconfig(systemd) (credits to dimstar for this improvement)- spec: + use less obnoxious "NFS-Ganesha" form of software name + use less acronyms in the descriptions (Reviewer note: the only FSALs actually built are the ones for Ceph (CephFS and RGW) and XFS, so we don't care about the others) + fix the Group lines- Version 2.8.dev.16 + spec: add liburcu-devel build dependency - from upstream commit message: cmake: always build in liburcu There is some infrastructure in liburcu for handling things locklessly that could be of great use to ganesha. That library is available on both Linux and FreeBSD, so there should be no reason we can't use it with ganesha. Change cmake to always search for liburcu and fail to configure if it isn't present.- Version 2.7.1 + Spec file: fix ganesha-rados package installation- Version 2.7.1 + Upgrade to ntirpc version 1.7.1 + FSAL_CEPH: open file as root for COMMIT purposes + FSAL_CEPH: add an fallocate operation + FSAL_CEPH: enable the readdir_plus boolean + FSAL_CEPH: use ceph_ll_sync_inode to handle COMMIT call when available + FSAL_CEPH: abort the connection before shutdown if server will be restarting + FSAL_CEPH: rename onto non+empty directory should return NFS4ERR_EXIST + RADOS_URLS: enable them by default + RADOS_URLS: permit pool and object names containing '.' + FSAL_RGW: support directory object as an export + Doc: Man page for ganesha+rados+tool and ganesha+cluster+design + CMake: Add support to build with libasan + specfile: Allow packagers to remove dependency on rpcbind + specfile: move ganesha+raods+grace into a separate package + Async/vector API for read and write + Improvments in RecoveryBackend support + Code cleanup and refactoring + SAL: don't revoke delegations on export release + NLM_Share code fixes + gtest support + nfsd: handle rpcbind registration errors more gracefully + Avoid ABBA kind deadlock while IP release in grace period + Use temporary fd instead of global fd for getattr/setattr/LOCKT + Flex layout: Encode ff_layout4 and ff_device_addr4 + ganesha_stats: event log for statistics activity + FSAL_MDCACHE: always lookup newname from uncached + Disallow client to create dirents with an empty name + Coverity fixes + Fix default config IPv6 connections + Log improvments- Version 2.6.1 + Spec file: use ntirpc version 1.6.2 + Avoid double free of subhandle in mdcache_new_entry + Reorder initialization sequence in nfs_Init + Updated man page for RADOS_KV + Fix fsid comparison to include fsid type + Better debug print for FSAL module refcounting + Don't double stack MDCACHE on FSAL_PSEUDO exports + Fix leakage in netconfig entities + Fix copyrights on FSAL_MEM + NFS: fix delegation conflict check to open4_ex + Fix dbus release + RADOS_KV: do copy in rados_kv_get before releasing read op + Libntirpc module: set the cmake module path correctly + Make code python2 and 3 compatiable- Version 2.6-rc4 + Spec file: use %_fillupdir macro + DRC code cleanup + NFSv3: Fix file descriptor leak + Fix log level for FSAL cookie + Fix new warning for gcc 7.2 + ntirpc pullup- drop rpmlintrc file, no longer required, bsc#997880- Version 2.6-dev22 + Modularized recovery backend based on rados kv store + New config option "rados_kv" + NFSv4 delegation support + Explicitly mount specified bucket in librgw + New Reaper_Work_Per_Lane option + NFSv4: Allow '.' and '..' as target path in symlink creation + Fix root squashing for NFSv3 + RADOS_URL: load nfs-ganesha config from generic URL + Stripped out FSAL ZFS + Allow configuration of NFSv4 minor versions + Ceph: wire up delegation requests and callbacks + Gtest for FSAL lookup latency microbenchmark + DBus interface to extract FSAL performance stats + DBUS interface for purging idmapper cache + Removal of support_ex + Use 'v6disabled' flag to know if IPv6 is disabled + FSAL_CEPH: no need to set credentials- Add BuildRequires: libnsl-devel - bsc#1069819- Version 2.5.2.0 + Add python-pyparsing for nfs-ganesha-utils- Version 2.5.2.0 + update to upstream version 2.5.2- Version 2.5.1.1 + Add license GPL-3.0+ + bsc#997880: + DBus: allow root users only + rgw: implement compute_readdir_cookie and dirent_cmp + Fixes in hastable + MDCACHE: Fix rename/getattrs deadlock + Export: skip export entries that init_export_root fail + MDCACHE: Debug mdcache enabled by default- Version 2.5.025 + RGW: Minor modification in config example and man page. + Fix closing at termination and non-supported services + MDCACHE: abort unlink on real error from the sub-FSAL. + MDCACHE: Don't update attributes when they're invalid + Let upcall events wait for initialization of general_fridge + Dirent/chunk LRU memory management- Version 2.5.024 + Man page: Updated spec file for man page. + NFS4: Add result to OP tracepoint + bsc#102471: + ceph-common required by nfs-ganesha-ceph and nfs-ganesha-rgw- Version 2.5.023 - Upgrade to upstream version 2.5-final - Parital fix bsc#1031444 + Build with man page - Enable nfs-ganesha-utils package build - Disable gui_utils from nfs-ganesha-utils package- Disabled gui_utils from nfs-ganesha-utils package- Enabled nfs-ganesha-utils package build- Version 2.5.022 + New config sample: rgw_bucket.conf + Logs are now stored at /var/log/ganesha/ + Use "nfs-ganesha" instead of "ganesha" as service file.- Merge upstream v2.5-rc2 - nfs-ganesha.spec: don't build fsal_mem- Merge upstream V2.5-dev-20: + Add ganesha config editor + CMake: build against luminous librgw - Fix bsc#1024711 + config_samples: Fix unknown parameters + Use ceph.conf as default ganesha.conf- Merge upstream V2.5-dev-7 + CephFS: add support to export subdirectories + CephFS: config option for user credentials- nfs-ganesha.spec: fix libntirpc.so version number- nfs-ganesha.spec: disable PANFS VSAL- nfs-ganesha.spec: backport upstream changes that occurred between V2.3 and V2.4.1- nfs-ganesha.spec: add ExclusiveArch for SLE and openSUSE, to match what we have in ceph.spec- Merge upstream V2.4.1 - CMakeLists.txt: handle openSUSE- Update to version 2.3.3+git.1478706663.6f1c7a4: + RGW: failing to bind to librados should be caught- Fix bsc#997879 + nfs-ganesha.spec: fix license string/identifier + nfs-ganesha.spec: install and package LICENSE.txt + nfs-ganesha-rpmlintrc: drop setBadness('invalid-license', 0)- add standard copyright header to spec file - Update to version 2.3.3+git.1472466979.bb9cf0a: + nfs: Use option grace_period to determine grace timeout + fsal_gluster: eliminate duplicate code in gluster2fsal_error() + FSAL_GLUSTER : adding logrotate file for ganesha-gfapi.log + [FSAL_GPFS] prevent negative values to be interpreted as read amount. + RPCSEC_GSS: When using kerberos validate principals but not handles + FSAL_GLUSTER: set default errno to EINVAL + Avoid setting socket max buffers + [nfs4_clientid.c] remove stale client_id reference from client_record + Handle clientid and client record decoupling in nfs_release_v4_client() + Stop MOUNT/NLM as additional services in NFSv4 only environments + [fridgethr.c] Prevent infinite loop for timed out sync. + FSAL_GLUSTER : symlink operation fails when acl is enabled + Remove duplicate definition of posix2fsal_attributes + NFSv3 SETATTR should NOT set ATTR_SPACEUSED when ATTR_SIZE is set + Add ATTR_FSID to NFS v3 attributes + [state_misc.c] Remove assert() for invalid owner type. + Explicitly set privilegedport to false in default PseudoFS export + FSAL_GLUSTER/Upcall: Change poll interval to 10us + Chomp tailing slash from pseudopath + Rescan /etc/mtab in GPFS and VFS FSALs one more time if claim_posix_filesystems fails. Added init_complete variable to avoid rescanning at start up time. + This patch is to fix the bug that changes the owner always to root when all_squash is turned on. The fix is to not change the owner if anon_uid is 0. + Clean up log setting functions + Add COMPONENT_TIRPC for tracing libntirpc + RGW: look for librgw.so in either lib or lib64 + idmapping: add only_numeric_owners option (off by default) + Fix spurious compiler warning on some systems + rgw: add 3 new config options + Enables permission checks even when state is already present to prevent READ and WRITE operation using stolen stateid + find_package implementation for CEPH FSALs + Tweak FindCephFS.cmake and FindRGW.cmake + build: Fedora _hardened_build, fix compile errors + 32-bit: fix warnings/errors w/ old compilers, e.g. RHEL6 32-bit + Version V2.3.3- nfs-ganesha.spec: drop explicit ceph, rgw runtime dependencies- Update to version 2.3.2+git.1470139165.7aca631: + _service: migrate to SUSE/nfs-ganesha fork + regenerate tarball- nfs-ganesha-rpmlintrc: + fix conditional in %post script + add Requires(post): procps for pgrep- nfs-ganesha-rpmlintrc: disable invalid-license badness just to get a testing build in IBS- nfs-ganesha.spec: move ntirpc headers to a separate devel package- nfs-ganesha-rpmlintrc: new file (to reduce badness) - nfs-ganesha.spec: refrain from packaging /var/run/ganesha (and cut badness by another 10000)- nfs-ganesha.spec: install sysconfig using %fillup_only (thereby reducing RPMLINT badness by 10000)- nfs-ganesha.spec: make %post script idempotent (check for dbus-daemon processes before running killall on them)- nfs-ganesha.spec: + install systemd service files with 444 permissions + add %pre scriptlet to fix %post failure in OBS /usr/sbin/systemd-sysv-convert: line 62: /var/lib/systemd/sysv-convert/database: No such file or directory- nfs-ganesha.spec: Requires(post): psmisc for killall- nfs-ganesha.spec: + fix systemd-related build and runtime dependencies + make /usr/lib64/ganesha be owned by a package- Update to version 2.3.2+git.1470139165.7aca631: + Revert "CMakeLists.txt: source /etc/os-release to get NAME" + CMakeLists.txt: source /etc/os-release to get NAME + CMakeLists.txt: handle openSUSE - _service: build from smithfarm/nfs-ganesha fork (ses4 branch) - nfs-ganesha.spec: + BuildRequires: openSUSE-release on openSUSE, sles-release on SLES + enable ceph, rgw build + use libcephfs-devel instead of deprecated ceph-devel + use librgw-devel instead of deprecated rgw-devel + install documentation properly- nfs-ganesha.spec: enable ceph, RGW build - nfs-ganesha.spec: create and package a documentation directory- nfs-ganesha.spec: hack to get build to start - _service: hack to get build to start- Initial submission based on upstream V2.3.2 tag/bin/sh/bin/sh/bin/sh/bin/shobs-arm-11 1652319101  !"#$%&'()*+3.3+git0.39e0cf712-bp154.1.503.3+git0.39e0cf712-bp154.1.503.3+git0.39e0cf712-bp154.1.50 org.ganesha.nfsd.confganeshaganesha.confganeshaganesha.nfsdganeshanfs-ganesha-config.shnfs-ganesha-config.servicenfs-ganesha-lock.servicenfs-ganesha.serviceganeshaganeshaLICENSE.txtconfig_samplesREADMEceph.confconfig.txtds.confexport.txtganesha.conf.examplegluster.confgpfs.confgpfs.ganesha.exports.confgpfs.ganesha.log.confgpfs.ganesha.main.confgpfs.ganesha.nfsd.conflogging.txtlogrotate_fsal_glusterlogrotate_ganeshalustre.confmem.confproxy.confrgw.confrgw_bucket.confvfs.confxfs.confsysconfig.ganeshaganesha-cache-config.8.gzganesha-config.8.gzganesha-core-config.8.gzganesha-export-config.8.gzganesha-log-config.8.gzganesha/etc/dbus-1/system.d//etc//etc/ganesha//etc/logrotate.d//usr/bin//usr/lib//usr/lib/ganesha//usr/lib/systemd/system//usr/lib64//usr/share/doc/packages//usr/share/doc/packages/ganesha//usr/share/doc/packages/ganesha/config_samples//usr/share/fillup-templates//usr/share/man/man8//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.opensuse.org/openSUSE:Backports:SLE-15-SP4/standard/33ecf7200cd17b57d9acbe335116d3ab-nfs-ganeshacpioxz5aarch64-suse-linuxXML 1.0 document, ASCII textdirectoryASCII textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=0f9320cc28f496fd2276bb02d064063c075f21ec, for GNU/Linux 3.7.0, strippedPOSIX shell script, ASCII text executableBSD makefile script text with ".include", ASCII textemptytroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RR RRRRR R Rl>57t2B(systemdsystemdutf-8662273887b5f026a1f9861df1b0be7bca5f01b66906a044429220d40a0f03e28?@7zXZ !t/Xߐ] crv(vX0Vn6Cy-z{ 56KNklA3~ӧCMPM-b UC_f0sCohMcݶiyHWIل`(YYx $XS9E:9Y}\1 nM^l&Ivu;@~#Qh[7#x%xWn`/L af9#aEGgnEXQ,,rɽ믿Yz&& n.GvNDM7rNI}6FŠ,Ή']xݧSX;"9,AQ9Pl$W>oWF=d'(@+'׏>IJ2Frq&CJՄ.Nj= sэ hP(9$hn<ۄ GP\R%1\-k|p<(F.c} c+n%w >1Lj<$"Q ZmvdY(ې :@Jc0.1i e{&rr]V=/Z >HV_B#STQnVڰh܆A=$)~3WWvlÙrDI;gKC-[ BBmb5N!vJ/wZyv?G8ɍЧwrl37GFܴ3#rԨn݅9񝫦z [efѹb79-6,l$urW7G"c74L@֣`Ok Vtxԯ!@B-Bą褅+rĄФ(3>YGry38\>=פYP1rYϸe*sAw_7UnIa xE'sǨf1%Ö뫘ٶ>hD{wnLquX[. (9217(ʵ̡wzN 9:IxX φ+ >K?zX(k G;weCC+?pb.[69z`p%Dz"hW''F 9}(y湽Ob1jBʸ> cj;@AD~8^TAHWH5Bk !^R-|J?9V)߰5#75ada/loHRV!eX93k, FeέP`W ,I㩧;]C*)~\Y]Nɠ[`YNKh$$PqXvq*QA#-Ɲ~6Naxgg*wE\3&ַ(F=&<̧u dk\>ҝLH=~H5Pw}?=>!.V8k[{B9 揈H}ָ"CX" X^grx>LtBfx91[R)1RyzQE]9-\\#y*ݴ(X 0cU4u tnm#,H9N0(J%fZ+(c, ˧w6ŹGhMVJjA uA#j [=[VSM)76tHh "JV1C z"51+l s=?>Ѝkoޚ^aH2NŖ~{ <9}{ۘkL ^i^)B:8Txs6I.V> A#>yݿKD}xRCA,v >ox4Lԑ<0d=<[p('*z _?"]uz_Ӿ%ޤ̆w>.2 g^F=狵p _R![&@J,ЂEC ~%ɍZ =k>=47?lo۳~{DEɕe,{Z] ~b1g G\~(RLOT'pJf1A@.4i"ȍzؕj*=^+QuphH.yVd}Mv 0'1D+<`^>/Mw;pÌ>đyYBvsqeh űb/II4)> -ZA},esXGLcfHP޺:NT[է5 MYv=-ބ)S+`)ndxly`,cLwJi`K)=V lC4/ agdoDMG<Jْ;9A6 f/OJ~Y-!zMrO!4yg)&>kMw@gE{(T2r∯c$9>G? Fc%TCC_j@z_"(' JrMo i^)qmZec{NRrbяr3z^@zftk ;dO a;V=RzťIGRKҸqiI'  kG%xmSOνߜ}CٴyvQ~7}m Ո<sp}"X:j$ :ـQ2a_e_tfZo[8g&W{c~OJO2+:+@i(@$0’x [9 تh -//pm.wXԡ)r W=#ěSLX*s3A\dRL#ioԥ&vR(;N0q_-EiW| +,pH^P(kOGD|wArM,® ,,͓k)ewYgsP<7J87RL>S>ۭsͪTDhJHOOk~_m Y`LUM6\bY}[rI)ulFlzk\~I}x" ͧe $kH$ =\7OYpg.< :E. I)T6^oچgCEPx | + ,TԾtǯ $C$7B6hY!#aoN b ӎ: 4{^S-l'é>= \Kq%S@=P'nG+DG``gHaU7PqZT}#*U-Zg\Β39'!­ HeCUSy$ȏ[GUt)G)^r{쳐JBgjLGnX,f0ڣU؃BL̢)AY#]DPD|#/V+WJ+X: xzڏة%,TmG78aH0tȨŭ:P7˷_bϾi5cO Vï+ u!:rlPGЮIS?owˡ+k'sK˗Lf16 ʱ{o+zCu= i(ʁ!b~p ALT",Hx3(h=W *JqGp4(bO;Y50 =mמl?#ƚby HJ74)֩Ɂ,}#m{Y > P&Wm >dl)e5t=歳p~JպCtLw| ](zxQ2! lLҺ ,&f#mބ8WBŋSRWX2+^?6j}eHOd!VR?5m-J23vRu@V\ 6Mš&h7-ܛ驢h@$EE,rdEu\r困K%AbmɊyV 5yb ߟL BΣ$3N!'U4ny= ?D4eWɼ^1CJ gocNSUW N[0 1ld"A\@滮@/;aѿߙu|Guж6ʲeiS D$L {@%"F(l,L`h!4>:Y 7Mz8{BLb#7$|~CeU>f Q*}g;E>XIFT$h@ VG[`fQpA\fRMuO 0y̢/LZgA6 .Q"T2;7Wَۑp7x,Z7@ܥHڬO yd[}}@u!kNVg6 X6X#Ti+7bF/wۢ9 C?Lof{ .;dǢ=sVKh]\yNGKJ=aFVi`Y@~>'`{gQڼ~zP ju#QO!z?E)DNA"7YuzVСojQMA/S3X˞ފVъsH"\1I<Au^N詍T~fP3? Z{5Sa;<}-?lv n(-Tҙ;lmv :rz5 җGQ49jOH*03Uo~Ұ㹞C91D71 3"6r_YOƁQ 2Sb p1e7 BZv^:؏2'a= xU OSyp}"{ qoT"5;) 1/ KR45#d>^ lXAȗ~F| dd~?De~ryUM{/iA0Z@'PndwcѓaݢWɆS֊}Xi!q%s8ĩU>YgOBr]#zeأt 4ۇZbv0F0_I%ˎ?V3XÑ:F|f2:rŔ` (ˆ͐1>+swa,?D߀vy?lD5t)]8 eujsOZg|` yi3 5'd]ֽQ3pKǁ 05,'Tk5T^'߄Lq>]p8wW|X6V{H}9mBb}27`'Y<(d=M&F֓$-[uI{(ֶ8$) ⭥lCVe o/Mn ;@^wN؁dz:֢;.5 ȁZ \mW:/YmՓ.:+ jw2٠b6?*IۻpX3m>gbAw: +c:>^ygުBʫS!FoyIƚ3e wU%e8f`@6 Q2+p x4~`MŶy:wVw`Luka#L4 #p j>}(8TMv'E፦, Ώ| :??p(O+}*AG3y>+BK1н[쬮֖ȏ1f7t-`/|jB!}\y ^"8{݇ -i'ۋ)-}63F{a+=nx;!hߛ瑵}Wr$`ByQj)b8\JKJPAѮM۬%YY $$xןC~ӡ*{#jS,>2_gǨ?c9f-珽X](T)#F[nZѝG 6ozDr8b󢯌P:7Vv/nR q*TȠI黗˲5I7=KפvanwPWʰ1| }>n^W$.Ȑ~O(W닪8hao1睛Z&"q5f˒eh%)gG># vkDMCZ v-E,~Dv0pl.S\H^B"s!0/Me}h`|'#oSdEp34KCDt}Θ hD"b p|R?b:~9yL]N [ҷt ,mQ_@< *WIon>4d4CU2?ɑƄ2e\u4\h@>U! $ ņk g30Mjo9@٨܅o;[j.9 ef.^\DH8ȉ24wIm:J\š 4| ;͎'_5|J1Xy%әbۘ;f: t&؛/hFmo2M'Ƽ:Ir4dS'o2dڔ+ؙ3 jĹ5쇺f x U"aϮ'=| 4g"qxCwDKB)z ڰG*x1Sjy_m⫗;ꥪ(A.Tzf'_?Zf$_pm T} A؟_736}ԫ䍱5w|fZD-gۜٿwY@@.ǷVV>7As*G`N(4Vj[n30]Xm0kiU4.L{sGvUgMC6>Ľ $|$Ûl$՛=0Fp?Z HHdT*pAaxIs%מ&n"F~+nj8iue3}itŹ d[ RB1`K'|`QLc''~ YormAYD¹(2 qkf`]"'lpwxqd8X Ay8#~l`[6ܲ:[&⏠b'轤(:\@}xe]aG1:33ZNMH{8k0~݄Nd rȚE.2D&*YH0#.tz?$描* vJ!(j]ߦ+Q%N7!onuTӼɇ 5R-ikql!OrT~9ic[Jm8 ΒK%R8bR]NBՁ=Ȍ9_6,, RAG,g{9C,y/keS1RS?jßʽd9X]s82/bXJ %x r.;+^+J7 DC͇ WWV$Xl{o9<ۑzbUFO@d qk s7x#>\AF?&4 t4okaB\0g_o,v#?Mx6h9ސ |bDvq/;bZY"bBP22HWEv"IDrxbD孲b- xOC ?lRHucy< ESA=:L\* h2+ x93FlRfψC°eh?vɼQfn}n!oyA|B WY=D'sօ݋٬C=1>DP*j&Ӝɶ7>( Cʝc=5 b 8֒Ns 4T77bB_NJ˥dd>܃^[:Cr#i f/$!,6p>D!mrBu9~u~yix_eL& п= Rvw=;Ω7n&ZO;T%wD\!m~c;wErmT/}\GjJL:z[ RºIRIQ#&c]1X+qLy 6'$y"5N5=ORZ!0.E׬gcpHףee矏`Vw/-;r\r@@jd$b&]x@!ƵI/ӱwk3ʨZ^D`C<97bbóT :56x l+#X%%X(l WmAKOECVMDt@LѶĈ$VnZGR.6H\kGk He瘈l5i0@yh٥D ͬy՗` foNX<S7 bz^3?;߾^?ܿa+[/*Ci}hZbI g2)p3t O[8abLkɎxstbFl#n sN5y2)lG?dQ:֯$~jǟj)Ʌz:H44?(68%^0CWN*~נ>-iM$u +QȜ;x4fa%6>L h?%R]uI[NDv k5Ĩk2cC+ìQg-'&%x 6xDzU+2sl$cvhuW<3_8_]C *\MM*ԫuoeSd;vj'~:|e&95*I"NP[eΠb%(ҕ{Y*_\+Y&KKNfW(VT[Z+#:u91+S%oH.1EE&_ezDvĦ,DŽ&|R)g]a)SB*?f2f]&; \R~jijDžaM ',>>nG7A۲^l?~a:OtW{ C_K:`e5;+3<њ곉jSuuYY -jQ ڶP_E10s]j?Q V~ +##}`wSy*; TGXQHhY$e=pq˝Nr i I/>r-qɾBq?.JHH 6\~Q\S@z 6n%3$F|a?(1YQUjVU{KEiFCjǜ y?ørv3d7sz@`l.ÇQ~9#/BfV m*M~\mF5ͅWF@;-p*FJR" ؈ĈznUwR7>X=J1!ȥ7)U#H`3khT$^)maz0rڂS\BgW5K) |_@$C.~Ac E'| ?"8'PznF jYo= >ZfOb-W}$r  ]+0f%L4q|^gU6<#oh!:!H:IS=cWmattH@Z4Ci^JYYŰ:bǔ'aE]2 _1/ZX I$.{BEi(c;kA)ƒIV8Z.\ԑ4dk5 Ş[;:"kLEtM FQ PIIDVbbrZyf-b(?}U#@栝y)oQR:PU4{[`!Ty Yf/r:lhS=(쒫:چc:nGh.Ӄ?8Ew!P,KIs9sa| 8 jhz@4(pSHY2}=ld" d9]-3U ą#R \ZQ6i EF v蚌GٻH|x=!`4R#PVul.t KfN]lî(F( n0 =zF x̘ۨYCʾ?;?ScRj/X.@G]~)؀AtUh } OXa+QҺEI;q"#ms6LBDChOEp4S;SWfAUj_B"UȘf0b!{ l%԰ul) D$SwUUˍu' w##sX$68fMEBc|]p1X>0w׭PPkoP-Y'< \2zs;j҆(f6ZxhrS~\_0 t'c=(/O^OK̢o!v=I`T @ֺ[&7ד;6Ϳ$XeC)HKB訟 XY/ɵxQa]ue|P7ƷjBEv#%Ӗ[kn"`rcAbϿ\뛰~I^?Q7VGס? 9ɬ.XR^ d>=kd۟{ݼ C~&&w˺-q{$J4(}O63(ֽкљpmOKGl=s|RXh-`r65n/ ANfSe$l x0n(:%é\=x g9ƍ|+F-@-sTfA5p[%ͻCyf!Ϫ4:+*acYl5a)Zo)v"0R7>393wBjXUi{{ W.b? u@ηN6k'uyx\Ʊmh(gr:6Q򹉋D]VT[!yY: RI(-ѵToE7&Z?KOغA\=É FuB}:w>:AosQfNqmvMek"NG}MGL.̞C%+5z87l,X]h_iK: tz[&d*g,_~/xZD>t]{ctmDxkBMZ wX*~x0a{yPrK[b_ 0R7/XO]`3r%PFEȳX EH)߂THUm`&y@h^!iKD]Rj!ߚ}xPmC瓐ȫpR|V=bHyWv 3nlXLqB@f;s#rG%)GhU}CAcN.KYu 3 tx/K`O +*яr$B3iL!-Pzj0eX A͖M:z +NXL{shOb{joUjH LXa7|K N Xl) l~=Ev|1eCh(g91GQO[.VZ}Dѳq^D\zsGroM̛eu6Y[MrtLtW\{}LdW?pLGiL9@Bn:IJkի¦f/7i~-XV7Ч[ ՇL/b0DN1F*{?e U 2$>-y]>8r7|@g= B! 5ݐϤ2'4j.\,x:#K^(*cD %D{҃ZՑh+!Չn֎THH̲ jS6ġ3%C}|M\3)9CE$ m^>=B6ӿaDnҷvҐ< yw+Ǝz@ՁVؖ-5P>jKrjUM[/ i^{7t, K?C)o]YN#q̦>Q }E0. G\KGhq@9J1OxC0eUh_IEW2v` "OJշpDƨo6Y эYu?ҡƲ۹@'H~5BVV ,Z@N>ccjXQ_s.SQZ k? G $\lϡ&g*S=IkVMYSU y7+g*K $ux,7Ԏ"4>8&ߛ3~ 3>NT]\vB. qWlw̯3l 4N6ꍁ&_^5PMZ#DVdAstG]97OB~0eLf&\m#C b >Y'~\a TYiY@v6G/un:Qy}utj\s<T݂$t&5#?>1lf^^S" EXռzSg<0Zo kF ԙ8, _Zħ65u./&؁T90ln kG$E)(Y4]5 {ᔷr"E 6~__`H2cb`/ ;IiI(e~TL7,?2qB9Μ٫؉麌C<!;B{i!?ߩJڥ+<܊Jd3]lgrCx ]AX<>y̯}>-xW_ sJ˰`vWV( i7 cW > |邷SַfA+ezx}`5zbUhy,]uVIHA?*OjB~}Xq: ]^#0ʕ  5Dԉ|(FycbP A*])09 IE0?,HC>,t\g2}0Z=~em~ʬ 7E Qv 㒧M9hxLjߠ#hRzc*afpl>f-?U&"v9GRߋdA>02:-CزA sy|{7R *.@yk$.W^d.Vn.%F*A 5#lWlf:8")c~AD]YaA F§oaS;}ETwDܬ$"V qޭmjSvrRSpi$87CF&*ǓX'.n*JN$C@m|d=nf%҅]<^Yv ]v{B&Wl 5WՑj\0 폻S.b;لAHM;_U}Z.&=`o5r=1՚@n7fM)K܍xY|=t0Qu΋θQ 2MA,TaӷDy@qX;tx}d(&߹˲(J 7Sof\1L<,e͜,b,iԇ]~-κL<Vn/?EJPjk[YĜfYwj@/ -1E|e_2'rK@b X @g1G~wv|Gc6Bۼ)( {z8uU*'>Vm%wi;:9+odf|TՓT6iDuf$BzbLK`A6=oIL[QR^9y\Ls:vQÀPY\<hhL^hZ)]6 ^V+r+iZ^suvphؽsZ]l8.r'&C٩'bO _;wuS#ra>ְDϔIVA$Ǿg6z攅Y0o-Mq@f#F.KqՌ7 l9a1 鴯g7j9NFNɡóY ics#O r=~]\PNc$R7#nڽ ?O$dئ=wv S"pjH>ilTa:g7d4 tjN8Uc p^x&Y EmH+[>AtŏRD@0A- =4+ +Tմ ] 'm>ͷSfD50F1;CԦCq)LGqxBђNfFk[vCPi}B+_"6{6r[Ԥ\%m -l5v 9@ q _u-iL^)yENo)~՘Cn&V( F7_u|Z ՠMhL1rgl\:O^d@\^ 呏s;3W`e٠$Pʑ|wv[)-ohY&KJݷ hOSBOO?8 CO0V9*?RN]\>8,D&PJD8T&dcN^|.#1(9b l X=\1+p4 典n5ɽG鸃LS~VˏdYGec^)(7QV`3i:EB-y{٢QوO殰([?H0D]e7)J${ G!jE˃1DMsQTy5 o4ֳ!G.gt5h98yPYo2r_@L ШOիߦPƤOӚ8O9ߡVg=Oa5TEyy(H>zjdF"¶Td?}6Ӄ6Lc;f9l9 ԩ caxk#6ϼ8֭Z*6P$!8 ŕƿfouIARsdl㟓rϏeo¢D/юU!V%:l߼=eth Da l+8 2 c7Hk)UH#}B"g\'P]';EV"zIrH&ڤ&9X8``{?PDFV>F 7x ;.`*僧}fҪ{X.WzYM|0l`_W@iO* gjbޙ2Y! 'Thؘ 9 fYUv:`ЭCbzPc`TX/Bҍ$m!\0S PfItH_ '+pN>C1?>CV=%WWڪi C^/~z<$wt/D 1րDF"%Lm`1Ƃs1Vy/-Vڰ>MTqP4Y^BK!hHRÐՌF{__d0At0W[bk|^lRHlk4u\*mPn?ӈ!$duޫ'd`|Q=f4nN-l(qRdS!@t,(mc7_1m7QHۡ%Son=,; / s~65cKs&YPAS6y+R*fk&44,ޒ}phG\T`_pklp&֤.xT7j!gơ/Ml>/:&Y?&.g*YP6'L<2GܽɰH/ eRR-S",nK=?<ɣ@_1M6fQʦ(.xC>G\Z)b̫rU097>%~QZ,}{}EChڟdO<Gއ%OĹUP\cdpƷetZ5GNyBK6LXM7;Յri.߭_7)O&h V*T׹Wu~VoЖlOP/3uг$3"$KlMtm8鯩(fEv!dR-g$mDpG@qƣ'X)BvgR9J4 Lp\:[$ɵ@džZ{*8¾=?^ @\Z_&2`v>݄He"»hǦC?%o>盧톓L6T,j朼Z!N2,  $$J] P`})[^|$P;0^Z9U Ilmg>FͶèpga.VD9a= dݤ{13pڡ6'dP Ȼ4-YvЪcX\N g 9FcTv(F$G1); V:D[bAek󖘹~h'cM< .sD(038ikrԛ&#L|sLot9éf7pIOh1\W^kp2U"ৗ20CKyHAv3kF(:Ed_GΠbwqb+ 3[g!+Zrj(0@$vHG E{M{׋OuI ps,ئJY-*S_UsZIgpƅuy=$=QȔCwU~44H#XQO5^sK?l8z.yr° r~N"MWu*vF!y%g+41d J eBr`A}s!3bI*>0bȲ1g!I 8k}XhDzI;iA;̞I]~#M19R8Ӆ 4zް`I \'}ސS2dܰul` d D`NJm{ ĚuL]Ai`jY7<3BAǡ To%h1D;[37 Xy}FmH 1Mb ^2\^VCՍ =vDfr :QrXɽ$Vu3ҡAt:_VQC*w1|HK8܇tJpHQ-G+ʌ3e (Mߍd?&FzUuJP@W-{0"4$@nE/q'2sqaCuSM.L{w]DoF tl-9vŕǏiOMC2eqgI𞶳h WKrm| l#DEPOoGm6aYjP_on@x'9sf}_HէE-dF3L{0pV20K|:'wѭQHx.Ӱ{sz( -5 K΃0w^\7gxet?)BoN2;l a ScµH<MF GcS.$=@)Cqm竲ݎG7 _˓>"X<}g&-{WL?NEI)@EPn֮FTьNe'p%pt)D>!{)h(up$gEtCˑ-rLF$Gg378دQ;*)g,#o 8y -WVXG||oQ5 G)S" z"XNQœz{amd%$fnK\ȴ,rRHZ']7%!.N`p;mzH2Ma״h%8'c:t}ҟ`UzU=9JVЁ24l_쯎 ?/c#(\"n[wdsR"|> w-pbpнEIt׾*'KH1 Cfkw!OV,Q{'5{ *+uZPe;B̶8QtdǎN<Ҥ`\j Y6d ĴT)LCݙ+XKtDȥ%e_ P !5m@&D|45A TBS'}7[ _d_%1m|%5 ,k<Űnd֮A9轫T^/FęL4?ct`+`a˄<$&. t\Nq:fЧJfͷSHq!$%J!E>=A/)]PF!^aR,8\4.`e2RcSS+N1Cq6 "1-9{-ZV#rBl;KE[ rz]~bœеJxF)|)(Jrڥ㳡Wm Cz|nMCyXe2PaٛOа I"A5(OMu^A(Dq7Mj,(Ɔ}61rǒ=.Em"ttU/f_ \( %}IV z9ρ$BquAydp l٬9鱩h)cn)&r T<yǪqH'f \)C]LR< ߚؤ6G{"gTxg z[sNI a8eU5PG o Wt+/$2(̇<5$G&Z68gBV>(06P˄d\P@mþlʓ:}:o]ÅMFJXg6Ѭ)zŦq6j2Jk4%>ZF+eYAݕz1dRh*{GpXʯj/wubW7a7F+=qJ3V{["Ē2bfc0Juu%T$47!beo$¥fM?ŶVȉBUWlw. gCcwM+^)nW\h?Oae 2aBO Tm8k֊.4b(~IgS}"yJYoZM6- ވ".0BB{s]pm|{4,9' ;[èu2jVCc1{^:,*= 73O _vO|:%Q 8xմ@ 7P|~Wδ1Y)f2>um +aѴl=*0km<=#> yHy ]t#hC쫜IuQ@#%4F!vƳϫV4m 5%׉t@n(7HGʛaP'v3E-r#o{MXJUpo_niri&^dCeg[{5YC._Q()&J)iϕn<ȍEM'kGUR1#3;O @J SM_+~x= Ё"BD&hүG}+O˽R^;WNJ\2Em m. zor\g,Ql]t(Bf-|@PУ@߰Rgb& /#Ia_gWYe%QV܄n4!WS͖Ag=HLub;Xөؼo̅`,rڙ)IH|~.^l ͖N:Q%wʤMD2׍/5c&IKaM^7(C4n]&1ӌD 'UbC}{2qEx^e3sF12x;wgnй/@ɹV1/ڭ\h*LfGUIwCgt縆hHa,C|/upХ,F1TOlU~Q1#"*nY6#d#pYRcjzo\F .f@aF3bUCgZI`jO6;x!=V_Qw gìX} [:]TzKV6ICW#|R)Q.3a7rԦB0b+ c7%^GO R}/sխ,k+Ŵ؅̄Kv$3`N\БXVMAThMڽ&KVVO*+0.a7EyC?DJB)9̵QRD]GΔ؛]*FaL%xg QsB_!mz<?ǐ|x=?#2Ps疛wTO9 Dޯt N/Rv}#mQQ`b & g>`F"5y | flM}0`rۀ(FOB_Խ@„iMϏ[]!J*qw7v ZLO>}z/d (5A7Ly_PN X4 fe d< ٕa> dəNZHtGvvkv%3 x̗FCGUFmwU4gmi4@jAev :|#RsYCeO%*f,qeѸfMPYnDug_ Sα Z?3QfN9R)R);y&mC*Ex\o\_:9/&|SV7>Oj#>7H.<'m{S7vDžB6<6:)id?Ɖ-)wPfV62eY-vS%ÇAMh1:A3%.8t"nf @wϊ*R]+"u i'gՄ/TSx:_j.CxNCJWkg"U m?Xs%>.lUSxf.a趐7VYrKcTt)x;a?F|Wr5 R}AšQx 1D##x'E٬8HZ%G SLB<&b,Tm\vmgp,6SZr `c[ջbm." DUGp.%׺2ʄkkVEAaʎ_0vs#.#:HqI7]sVи|:l?Dl-C%G5Qf/@e`jS]84d@\<3[VDѽХ%5Iͬ t~L?jjbFSaU&cy"4] `FQB$V[n F@J~.Rӱ*\vyTנJg+fؑHIw㦞Q$2b{`cEWPY{0 ~).oՐUcGV vo]!<(d> 7<Z,DTȪG5b2i#<^O?+ &7()bKKVEFq6PG_A?xMUd~, ،'҄'A/z*5?P83i<_:0-7ȱ.*{RHC"?pO:/{yAs.Mlnpl| ]=)(ٴt cDm7A4IP]O謴FR{U'9\>0V\ fc:2Gle]NOLoOX 1A3IYe?n/RDJҩ'iބ|-~oBb,:ZG1$z]E9|e>'=&̧¸1Iq)4Gss`:JNjwE! xf%{B$xزQkz oP$dACm{)xɈճAJ`F7rs׳z j= \| 6^{Kctpqr@)վTf"п%WaYp+TFQ|e\5qf[R߾L ?^"(v872>7{ {/nԡ+^M݆m:~Fe(B쐶Ž9!|hYצWCS<[Ḑe^CEb 9&D5q \.wPc1 & ¾A 6b/` 8Zױǧ> 冏JHa?XVtvH2dи-VQЖi6c8SpZSwVF{ 6^]:#2ՠLy GBey0ɍ.0X+U$4JӨ0gT;)$PgO%RFt{]c7DʶIs&tׄ含@r{S,S\L2Dx"lʡ ecW D4z얕OƔX6n3‰ 8A5U3l`N?j}TS~-dm?V ,Ix?0@Vd_L9AqJC'^_D n2*(2xn e\;HU_iqyWЧHp3Br @L~j-5N2:̰Ei_Tlu< {Q8+0tdWz\df/XVF~{+maeSw \{aG鵶ʞ&ldifpv&ln 6d Lg]+20ty?[aIHzә0UfVd5, Dֿ$ 4Smr8 I܈E@RY[#NF%k@|s#a| '("~0E ;WwăެF|f~W+#cvZur{B;Dno cE iD-0`|2<~u.)$DF*90L)P[CA||8>O.N=^4':!PӆT*.N:~qz'CB*9~c<~3]s8- H\dE 9]Y7+طTe)"Uk^k8oW ;=SnYSMQ/K/q4fDMפ5c\  W<[Dp쮧z^Kl]> eqZ]fI<{+j'f=ch)2m,]LvFr]NSR/wGsEz]#FY2Uҟ{<>٭Nߺmd_slz;ckQ8U'Ui'@R~ 7 UQ6\0R3Ɂ(G98&j]`ƺ'_/1= IA))^˔~Pui69o:\|Xk XER+G ƙ7Pb^f/K(|^|dX[anf{ +:sN.7V͖قڰ3Mx™Fay2-KD/zqlqyg"y3۴ڇ+UCa՘ MC.RK2f]D&^(\2|_Gִj[g>$7tε> ,Y|8wq,u%pl̘K`Ik1myV4Vt +ۄt5vws`o?Ph; 0Fv\"VyE? W"͔b(QI ,\V=v V K=? ￈A >uMzat5# w.O_S]iw+k-B#Dt8u{˧"Fȵ,y7;kCگ>+ |79[lO$ *H |ϸ>=cA_G~ uÝz8`q }#P뇎~] (ٳC.x2/NEڝr ;?[}.8s8vo+D3L@0!L@gR#m%O!cVKE ۟IeY*A%0l(۵nYui1S0KH!U#7p_1[u"ݖَ@նnDC}+wC̟ƳZ<,.t6KsrBVMmm]r^ߪ'rt DѶ YZ