summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2007-10-26 08:37:23 +0000
committerAntoine Ginies <aginies@mandriva.com>2007-10-26 08:37:23 +0000
commit6967171048c6a06e904a84bafd918ac9f575a221 (patch)
treee2d4e195eab03b2c80af335274767a43cbd30227 /docs
parent377e84d138f70afd3e724bc1d9dda2a67f80a99d (diff)
downloaddrakx-6967171048c6a06e904a84bafd918ac9f575a221.tar
drakx-6967171048c6a06e904a84bafd918ac9f575a221.tar.gz
drakx-6967171048c6a06e904a84bafd918ac9f575a221.tar.bz2
drakx-6967171048c6a06e904a84bafd918ac9f575a221.tar.xz
drakx-6967171048c6a06e904a84bafd918ac9f575a221.zip
full documentation about KA method
Diffstat (limited to 'docs')
-rw-r--r--docs/ka_method/Makefile55
-rw-r--r--docs/ka_method/doc-duplication.xml852
-rw-r--r--docs/ka_method/docbook-jadetex.dsssl450
-rw-r--r--docs/ka_method/duplication.pdfbin0 -> 199740 bytes
-rw-r--r--docs/ka_method/duplication.xml27
-rw-r--r--docs/ka_method/duplication.xsl24
-rw-r--r--docs/ka_method/html/duplication.html661
-rw-r--r--docs/ka_method/html/styleguibo.css296
-rw-r--r--docs/ka_method/oneduplication.xsl37
-rw-r--r--docs/ka_method/styleguibo.css296
10 files changed, 2698 insertions, 0 deletions
diff --git a/docs/ka_method/Makefile b/docs/ka_method/Makefile
new file mode 100644
index 000000000..354c83aa6
--- /dev/null
+++ b/docs/ka_method/Makefile
@@ -0,0 +1,55 @@
+#--------- HTML TARGET ---------
+WWW_PATH=html/
+
+#-------- PDF TARGET --------------
+DSL=/usr/share/sgml/docbook/utils-0.6.??/docbook-utils.dsl
+#CATALOG=/etc/sgml/xml-docbook-4.1.2.cat
+CATALOG=/etc/sgml/catalog
+
+#-------- ALL TARGETS --------------
+XSL_FILE=oneduplication.xsl
+BASE=doc-duplication
+XML_FILE=${BASE}.xml
+
+#----------- ----------------
+DSSSL_JADETEX=/usr/share/sgml/docbook/dsssl-stylesheets/print/docbook.dsl
+XSL_JADETEX=/usr/share/sgml/docbook/xsl-stylesheets/xhtml/docbook.xsl
+JADE=openjade
+
+#------------ MAIN ----------------
+all: clean prepare html_doc
+
+prepare:
+ mkdir -p ${WWW_PATH}
+ rm -rf ${WWW_PATH}*.html
+
+clean:
+ rm -rf *log
+ rm -rf ${BASE}.pdf ${BASE}.tex ${BASE}.fot
+ rm -rf *~
+ rm -rf *.aux
+ rm -rf *.out
+ rm -rf *.pdf
+pdf_doc:
+ db2pdf -c ${CATALOG} -d ${DSL} ${XML_FILE} 2>&1
+
+html_doc:
+ xsltproc ${XSL_FILE} ${XML_FILE}
+ mv -f index.html ${WWW_PATH}/duplication.html
+ cp -v styleguibo.css ${WWW_PATH}
+
+%.tex: %.xml $(DSSSL_JADETEX)
+ $(JADE) -t tex -d $(DSSSL_JADETEX) -c /usr/share/sgml/openjade/catalog \
+ -o $@ /usr/share/sgml/openjade/pubtext/xml.dcl $<
+
+%.pdf %.out %.aux %.log: %.tex
+ if [ -e prior.aux ]; then cp -pf prior.aux pprior.aux; fi
+ f=$(shell basename $< .tex).aux; if [ -e $$f ]; then cp -pf $$f prior.aux; fi
+ -pdfjadetex $< > pdfjadetex.log
+ if ! cmp $(shell basename $< .tex).aux prior.aux > /dev/null 2>&1 && \
+ ! cmp $(shell basename $< .tex).aux pprior.aux > /dev/null 2>&1 && \
+ expr $(MAKELEVEL) '<' 4 > /dev/null; then \
+ rm -f $@; \
+ echo "Found undefined references, compiling again..."; \
+ $(MAKE) $@ DSSSL_JADETEX=docbook-jadetex.dsssl; \
+ fi
diff --git a/docs/ka_method/doc-duplication.xml b/docs/ka_method/doc-duplication.xml
new file mode 100644
index 000000000..43bf5c207
--- /dev/null
+++ b/docs/ka_method/doc-duplication.xml
@@ -0,0 +1,852 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+ <article lang="en">
+ <title>Clone a node using KA method</title>
+ <sect1>
+ <title>Clone a computer over the network</title>
+ <para>
+ Goal of duplication is to easily deploy a computer over network without taking care of numbers of computer. In this documentation, we call golden node the node we want to clone.
+ We can duplicate SCSI or IDE hard drive, and duplication support multiple filesystem (reiserfs, ext2, ext3, xfs, jfs).
+ </para>
+ <sect2>
+ <title>KA method</title>
+ <para>
+ With KA method you can quickly duplicate a node using a <emphasis role="bold">desc</emphasis>
+ file describing partitions. KA method only duplicate data on partitions, so if you have 80go HDD disk, and
+ only 10go on it, KA only duplicates 10go, and not the whole disk. KA method doesn't not support RAID software.
+ </para>
+ <para>
+ Drawbacks:
+ </para>
+ <para>
+ <itemizedlist>
+ <listitem><para>KA method doesn't support RAID software</para></listitem>
+ <listitem><para>you can only clone Linux filesystems (if you want to duplicate another kinf of FS, it's up to you to modify the scripts)</para></listitem>
+ <listitem><para>you can only duplicate same kind of HDD (IDE or SCSI)</para></listitem>
+ </itemizedlist>
+ </para>
+ </sect2>
+ <sect2>
+ <title>HOW it works</title>
+ <sect3>
+ <title>Steps</title>
+ <para>
+ The clone process works in three steps
+ </para>
+ <itemizedlist>
+ <listitem><para><emphasis role="bold">PXE boot to retrieve stage1</emphasis>: the computer boot on PXE mode, retrieve <emphasis role="bold">vmlinuz</emphasis> and an <emphasis role="bold">initrd</emphasis>. The computer is in <emphasis role="bold">stage1</emphasis> mode, and is able to get the stage2 throug KA. Network is up.</para></listitem>
+ <listitem><para><emphasis role="bold">get stage2</emphasis>: the computer gets the stage2 with KA method. The <emphasis role="bold">stage2</emphasis> contains all necessary tools to recognize your hardware (the most important things is to detect your HDD), and all necessary tools to finalize the cloning process.</para></listitem>
+ <listitem><para><emphasis role="bold">Duplication process</emphasis>: the computer auto-probes needed modules to be able to access to HDD. A basic log server is launched on the client node to be able to run command and get status of the KA duplication process.</para></listitem>
+ </itemizedlist>
+ </sect3>
+ <sect3>
+ <title>Needed files</title>
+ <para>
+ All needed files are available on Mandriva Linux cooker.
+ </para>
+ <para>
+ <itemizedlist>
+ <listitem><para><emphasis role="bold">install/stage2/rescue.sqhfs</emphasis>: this is the stage2 file with all needed files to detect and probe modules, and launch the third step of the duplication process. This file will be used on the golden node.</para></listitem>
+ <listitem><para><emphasis role="bold">isolinux/alt0/vmlinuz</emphasis>: linux kernel, needed in the <emphasis role="bold">/var/lib/tftpboot/X86PC/linux/images/</emphasis> directory of the PXE server</para></listitem>
+ <listitem><para><emphasis role="bold">isolinux/alt0/all.rdz</emphasis>: stage1 and all needed modules.</para></listitem>
+ </itemizedlist>
+ </para>
+ </sect3>
+ </sect2>
+ <sect2>
+ <title>Step 1: PXE, TFTP, DHCPD services</title>
+ <para>
+ To easily clone a computer node, we use PXE technology to boot a <emphasis role="bold">kernel</emphasis>, and an <emphasis role="bold">initrd</emphasis> image wich contains all needed modules for network and media storage. Documentation about PXE can be found here: <ulink url="http://people.mandriva.com/~aginies/doc/pxe/">PXE doc</ulink>. Please, keep in mind setting such services can <emphasis role="bold">DISTURB</emphasis> your current network architecture.
+ </para>
+ <sect3>
+ <title>PXE parameters on server</title>
+ <para>
+ Mandriva Linux installer supports various methods to install a computer. With PXE configuration file you can specify wich method you want to use to install your node, or add a specific option at boot prompt. Edit your default PXE configuration file to add your custom entry (<emphasis role="bold">/var/lib/tftpboot/X86PC/linux/pxelinux.cfg/default</emphasis>).
+ </para>
+ <para>
+ <screen>
+PROMPT 1
+DEFAULT local
+DISPLAY messages
+TIMEOUT 50
+F1 help.txt
+
+label local
+ LOCALBOOT 0
+
+label kamethod
+ KERNEL images/vmlinuz
+ APPEND initrd=images/all.rdz ramdisk_size=64000 vga=788 \
+ automatic=method:ka,interface:eth0,network:dhcp root=/dev/ram3 rw rescue kamethod</screen>
+ </para>
+ <para>
+ At boot prompt no you can boot:
+ </para>
+ <para>
+ <itemizedlist>
+ <listitem><para><emphasis role="bold">DEFAULT local</emphasis>: default boot will be local one, change it with the name of a <emphasis role="bold">LABEL</emphasis></para></listitem>
+ <listitem><para><emphasis role="bold">local</emphasis>: boot local</para></listitem>
+ <listitem><para><emphasis role="bold">kamethod</emphasis>: automatic mode, get stage2 through <emphasis role="bold">KA</emphasis>. Network interface is set to eth0. Auto setup the network with DHCP, and use the KA technology to launch the replication method.</para></listitem>
+ </itemizedlist>
+ </para>
+ </sect3>
+ <sect3>
+ <title>TFTP server</title>
+ <para>
+ TFTP server should be activated in <emphasis role="bold">/etc/xinetd.d/tftp</emphasis> file, and the <emphasis role="bold">xinetd</emphasis> service started.
+ </para>
+ <para>
+ <screen>
+service tftp
+{
+ disable= no
+ socket_type= dgram
+ protocol= udp
+ wait= yes
+ user= root
+ server= /usr/sbin/in.tftpd
+ server_args = -s /var/lib/tftpboot
+ per_source= 11
+ cps= 100 2
+ flags= IPv4
+}</screen>
+ </para>
+ </sect3>
+ <sect3>
+ <title>PXE configuration</title>
+ <para>
+<programlisting><![CDATA[
+# which interface to use
+interface=eth0
+default_address=IPADDR_PXE
+
+# the multicast ip address to listen on
+multicast_address=224.0.1.2
+
+# mtftp info
+mtftp_address=IPADDR_TFTP
+mtftp_client_port=1758
+mtftp_server_port=1759
+
+# the port to listen on
+listen_port=4011
+
+# enable multicast?
+use_multicast=1
+
+# enable broadcast?
+use_broadcast=0
+
+# user prompt
+prompt=Press F8 to view menu ...
+prompt_timeout=2
+
+# what services to provide, priority in ordering
+# CSA = Client System Architecture
+# service=<CSA>,<min layer>,<max layer>,<basename>,<menu entry>
+service=X86PC,0,2,linux,Mandrake Linux x86
+service=IA64PC,0,2,linux,Mandrake Linux IA64
+service=X86PC,0,0,local,Local boot
+
+# tftpd base dir
+tftpdbase=/
+
+# domain=guibland.com
+domain=
+]]></programlisting>
+ </para>
+ </sect3>
+ <sect3>
+ <title>DHCPD configuration</title>
+ <para>
+ IE of an <emphasis role="bold">/etc/dhcpd.conf</emphasis> configuration file. Change <emphasis role="bold">IPADDR_TFTP</emphasis> with the IP address of the TFTP serrver, and the <emphasis role="bold">NET</emphasis> value. Don't forget to adjust the <emphasis role="bold">domain-name</emphasis> and the <emphasis role="bold">domain-name-servers</emphasis>.
+ </para>
+ <para>
+ <screen>
+ddns-update-style none;
+allow booting;
+allow bootp;
+
+authoritative;
+
+# Definition of PXE-specific options
+# Code 1: Multicast IP address of bootfile
+# Code 2: UDP port that client should monitor for MTFTP responses
+# Code 3: UDP port that MTFTP servers are using to listen for MTFTP requests
+# Code 4: Number of secondes a client must listen for activity before trying
+# to start a new MTFTP transfer
+# Code 5: Number of secondes a client must listen before trying to restart
+# a MTFTP transfer
+
+# define Option for the PXE class
+option space PXE;
+option PXE.mtftp-ip code 1 = ip-address;
+option PXE.mtftp-cport code 2 = unsigned integer 16;
+option PXE.mtftp-sport code 3 = unsigned integer 16;
+option PXE.mtftp-tmout code 4 = unsigned integer 8;
+option PXE.mtftp-delay code 5 = unsigned integer 8;
+option PXE.discovery-control code 6 = unsigned integer 8;
+option PXE.discovery-mcast-addr code 7 = ip-address;
+
+#Define options for pxelinux
+option space pxelinux;
+option pxelinux.magic code 208 = string;
+option pxelinux.configfile code 209 = text;
+option pxelinux.pathprefix code 210 = text;
+option pxelinux.reboottime code 211 = unsigned integer 32;
+site-option-space "pxelinux";
+
+option pxelinux.magic f1:00:74:7e;
+option pxelinux.reboottime 30;
+
+#Class that determine the options for Etherboot 5.x requests
+class "Etherboot" {
+#if The vendor-class-identifier equal Etherboot-5.0
+match if substring (option vendor-class-identifier, 0, 13) = "Etherboot-5.0";
+# filename define the file retrieve by the client, there nbgrub
+# our tftp is chrooted so is just the path to the file
+filename "/etherboot/nbgrub";
+#Used by etherboot to detect a valid pxe dhcp server
+option vendor-encapsulated-options 3c:09:45:74:68:65:72:62:6f:6f:74:ff;
+# Set the "vendor-class-identifier" field to "PXEClient" in dhcp answer
+# if this field is not set the pxe client will ignore the answer !
+option vendor-class-identifier "Etherboot-5.0";
+vendor-option-space PXE;
+option PXE.mtftp-ip 0.0.0.0;
+# IP of you TFTP server
+next-server IPADDR_TFTP;
+}
+
+# create the Class PXE
+class "PXE" {
+# if the "vendor-class-identifier" is set to "PXEClient" in the client dhcp request
+match if substring(option vendor-class-identifier, 0, 9) = "PXEClient";
+filename "/X86PC/linux/linux.0";
+option vendor-class-identifier "PXEClient";
+vendor-option-space PXE;
+option PXE.mtftp-ip 0.0.0.0;
+next-server IPADDR_TFTP;
+}
+
+#host node20 {
+# hardware ethernet 00:40:CA:8C:B6:E9;
+# fixed-address node20;
+#}
+
+subnet NET.0 netmask 255.255.255.0 {
+ option subnet-mask 255.255.255.0;
+ option routers IPADDR_GW;
+ default-lease-time 288000;
+ max-lease-time 864000;
+ option domain-name "guibland.com";
+ option domain-name-servers IPADDR_DNS;
+ next-server IPADDR_TFTP;
+ pool {
+ range NET.30 NET.40;
+ }
+}</screen>
+ </para>
+ </sect3>
+ </sect2>
+ </sect1>
+
+ <sect1>
+ <title>Setup a node as a golden node</title>
+ <sect2>
+ <title>The rescue.sqfs file</title>
+ <para>
+ You need the rescue disk (wich contains the <emphasis role="bold">/ka</emphasis> directory),
+ and mount it loop in <emphasis role="bold">/mnt/ka</emphasis>.
+ </para>
+ <para>
+ <screen>
+mkdir /mnt/ka
+mount -o loop -t squashfs rescue.sqfs /mnt/ka</screen>
+ </para>
+ <para>
+ Go in the <emphasis role="bold">/mnt/ka/ka</emphasis> directory, and see all new files available. All those files are needed
+ to do a <emphasis role="bold">KA</emphasis> duplication process. We will explain now the rule of each of them. If you want
+ to modify the content of this rescue disk (add scripts...), mount it in a tempory directory, and copy the content
+ into the <emphasis role="bold">/mnt/ka</emphasis> directory.
+ </para>
+ <sect3>
+ <title>ka-d.sh</title>
+ <para>
+ This is the master script to declare a node as a golden node. This script takes a lot of arguments.
+<screen>
+ -h, --help : display this message
+ -n num : specify the number of (destination) nodes
+ -x dir : exclude directory
+ -X sdb : exclude sdb for the replication
+ -m drive : copy the master boot record (for windows) of this drive
+ -M drive file : use 'file' as master boot record (must be 446 bytes long) for the specified drive
+ -D partition : also copy partition 'partition'
+ -p drive pdesc : use 'pdesc' file as partition scheme (see doc) for the specified drive
+ -d delay : delay beteween the release of 2 clients (1/10 second)
+ -r 'grub|lilo' : choose the bootloader (you can add mkinitrd options)
+
+ ie: ka-d.sh -n 3 -p sda /tmp/desc -X sdb -r 'grub --with=ata_piix --with=piix'</screen>
+ </para>
+ </sect3>
+ <sect3>
+ <title>replication.conf</title>
+ <para>
+ This file contain all variables needed by other scripts. It also tries to get information like IP address.
+ </para>
+ </sect3>
+ <sect3>
+ <title>fdisk_to_desc</title>
+ <para>
+ This script generate the description table of the hard drive disk in the <emphasis role="bold">/tmp/desc</emphasis> file.
+ This file must follow some rules: one line per partition, with two fields : type of partition and size in megabytes.
+ The type can be linux, swap, extended. Other types can be obtained by appending their hexadecimal number to 'type'.
+ For example linux is the same as type83. The size is either a number of megabytes, or the keyword fill (to take all
+ available space). The logical partitions must have the logical keyword.
+ </para>
+ </sect3>
+ <sect3>
+ <title>gen_modprobe_conf.pl</title>
+ <para>
+ This script create a basic output like the content of the<emphasis role="bold">/etc/modprobe.conf</emphasis> file. Drawbacks
+ this file must be updated for each new modules available in the kernel (based on the <emphasis role="bold">kernel/list_modules.pm</emphasis> file).
+ </para>
+ </sect3>
+ <sect3>
+ <title>ka-d-client</title>
+ <para>
+ The <emphasis role="bold">ka-d-client</emphasis> binary file is used to get stage2 with the <emphasis role="bold">KA</emphasis> method, and after
+ get the whole system. The important argument is the <emphasis role="bold">-s</emphasis> session name. A <emphasis role="bold">KA</emphasis>
+ can only connect to a specific session (getstage2, kainstall ...). The code source is available in the ka-deploy-0.92 SRPM.
+ </para>
+ </sect3>
+ <sect3>
+ <title>ka-d-server</title>
+ <para>
+ The <emphasis role="bold">ka-d-server</emphasis> binary file is used to be a <emphasis role="bold">KA</emphasis> golden node server.
+ Like the <emphasis role="bold">ka-d-client</emphasis> the session arguments is an important parameter (<emphasis role="bold">-s session_name</emphasis>).
+ The code source is available in the ka-deploy-0.92 SRPM.
+ </para>
+ </sect3>
+ <sect3>
+ <title>ka_replication.sh</title>
+ <para>
+ Script launched on the <emphasis role="bold">KA</emphasis> client (after getting stage2 and probing modules), to do the full process of the
+ <emphasis role="bold">Ka</emphasis> duplication.
+ This script call other scripts to prepare the node (prepare_node.sh), configure the bootloader (make_initrd_grub or make_initrd_lilo).
+ </para>
+ </sect3>
+ <sect3>
+ <title>store_log.sh</title>
+ <para>
+ Basic script to store the log of the <emphasis role="bold">KA</emphasis> duplication process on an FTP server. Adjust to feet your need, and uncomment
+ the line <emphasis role="bold">#store_log.sh</emphasis> in the <emphasis role="bold">/mnt/ka/ka/ka_replication.sh</emphasis> file.
+ </para>
+ </sect3>
+ <sect3>
+ <title>bootable_flag.sh</title>
+ <para>
+ Script to set bootable an HDD using fdisk. First arg must be the HDD device.
+ </para>
+ </sect3>
+ <sect3>
+ <title>make_initrd_grub</title>
+ <para>
+ Restore and reload the Grub bootloader in the <emphasis role="bold">/mnt/disk</emphasis> directory. It's a very basic script, and perhaps
+ use the <emphasis role="bold">restore_bootloader</emphasis> of the Mandriva Linux Rescue should be a better idea.
+ </para>
+ </sect3>
+ <sect3>
+ <title>make_initrd_lilo</title>
+ <para>
+ Restore and reload the lilo bootloader in the <emphasis role="bold">/mnt/disk</emphasis> directory. Again it's a very basic script, perhaps we should use the
+ <emphasis role="bold">restore_bootloader</emphasis> of the Mandriva Linux Rescue.
+ </para>
+ </sect3>
+ <sect3>
+ <title>prepare_node.sh</title>
+ <para>
+ This script remove in the futur system the old network's udev rules, old dhcp cache files, launch the script <emphasis role="bold">gen_modprobe_conf.pl</emphasis> to
+ regenerate an uptodate <emphasis role="bold">/etc/modprobe.conf</emphasis> in the new system, and launch the script to restore the bootloader.
+ If you want to do more action on the installed, system, you can modify this script.
+ </para>
+ </sect3>
+ <sect3>
+ <title>send_status.pl</title>
+ <para>
+ Very basic perl script to open the port 12345, and paste the content of the <emphasis role="bold">/tmp/ka*</emphasis> file. It also
+ permit the execution of commands on node, if user send a message from the golden node with the <emphasis role="bold">exec</emphasis> prefix.
+ </para>
+ </sect3>
+ <sect3>
+ <title>status_node.pl</title>
+ <para>
+ Script to connect to a client node, first arg must be the IP address of the node. You can run command on the node with the <emphasis role="bold">exec</emphasis> prefix.
+ </para>
+ </sect3>
+ </sect2>
+ </sect1>
+ <sect1>
+ <title>The golden node, KA server</title>
+ <para>
+ Now, it is time to build a description of the node partitions. You can use the script
+ <emphasis role="bold">/mnt/ka/ka/fdisk_to_desc</emphasis> as root user, or your favorite text editor,
+ you can write a file like this one:
+ </para>
+ <para>
+ <screen>
+linux 3500
+extended fill
+logical swap 500
+logical linux fill</screen>
+ </para>
+ <para>
+ This file describes your partition table and the sample above can be considered as a default one for a recommended
+ installation. There is a 3.5GB <emphasis role="bold">/</emphasis> partition, a 500 MB swap
+ partition, and <emphasis role="bold">/var</emphasis> fills the rest, of course you can adjust
+ sizes accoding to your system.
+ </para>
+ <para>
+ Type the following to start the ka replication server as root user:
+ </para>
+ <para>
+<programlisting><![CDATA[
+ <screen>
+[root@node40 ka]# ./ka-d.sh -n 1 -p sda /root/desc -X sdb -r "grub --with=jfs --with=ata_piix"
+takembr =
+desc = sda /root/desc
++ Mount points :
+ /dev/sda5 / ext3
+ /dev/sda1 swap swap
++ Hard drives :
+ sda
++ Reading partition table description for sda
+ Added partition 1 : type 82
+ Added partition 5 : type 83
++ Included mount points : /
++ Bootloader is: grub --with=jfs --with=ata_piix
++++ Sending Stage2 +++
+Compiled : Aug 23 2007 12:58:29
+ARGS=+ka-d-server+-s+getstage2+-n+1+-e+(cd /mnt/ka; tar --create --one-file-system --sparse . )+
+Server IP = 10.0.1.40
+command = (cd /mnt/ka; tar --create --one-file-system --sparse . )
+I want 1 clients
+Socket 4 on port 30765 on node40.guibland.com ready.
+Socket 5 on port 30764 on node40.guibland.com ready.
+]]></programlisting>
+ </para>
+ <para>
+ <itemizedlist>
+ <listitem><para><emphasis role="bold">-r "grub --with=jfs --with=ata_piix"</emphasis>: use grub bootloader and <emphasis role="bold">--with=jfs --with=piix</emphasis> mkinitrd option in the chrooted system after the <emphasis role="bold">KA</emphasis> deploiement</para></listitem>
+ <listitem><para><emphasis role="bold">-n nb_nodes</emphasis>: specify how many nodes are clients</para></listitem>
+ <listitem><para><emphasis role="bold">-p sda/hda desc</emphasis>: specify if you want to duplicate SCSI or IDE storage, and the name of the hdd</para></listitem>
+ <listitem><para><emphasis role="bold">-x /tmp</emphasis>: exclude <emphasis role="bold">/tmp</emphasis> directory</para></listitem>
+ <listitem><para><emphasis role="bold">-X sdb</emphasis>: exclude <emphasis role="bold">sdb</emphasis> hdd for the duplication</para></listitem>
+ </itemizedlist>
+ </para>
+ <para>
+ Now the node is waiting for the rest of the nodes to start replication.
+ </para>
+ </sect1>
+ <sect1>
+ <title>KA client node</title>
+ <sect2>
+ <title>PXE server (kamethod)</title>
+ <para>
+ We have to configure the PXE to boot by default on <emphasis role="bold">kamethod</emphasis>.
+ To do this just edit <emphasis role="bold">/var/lib/tftpboot/X86PC/linux/pxelinux.cfg/default</emphasis> and set
+ <emphasis role="bold">DEFAULT</emphasis> to kamethod:
+ </para>
+ <screen>DEFAULT kamethod</screen>
+ <para>
+ So, next time a node boots, the PXE server will force the
+ node to boot using the kamethod.
+ </para>
+ </sect2>
+ <sect2>
+ <title>Stage1 KA method, node waiting stage2 </title>
+ <para>
+ Now, you boot all remaining nodes. The replication process
+ will start once all nodes are up and waiting on the <emphasis role="bold">KA</emphasis>
+ screen.
+ </para>
+ <para>
+ If the nodes can't reach the golden node, running the <emphasis role="bold">KA</emphasis>
+ server the message <emphasis role="bold">Can't reach a valid KA server</emphasis> will appear.
+ Each node will try five times to reach the <emphasis role="bold">KA</emphasis> server, after that the node will reboot.
+ As the node boots on <emphasis role="bold">kamethod</emphasis>, it will retry until it finds it.
+ </para>
+ </sect2>
+ <sect2>
+ <title>Stage2, the duplication process</title>
+ <para>
+ Once all the nodes have found the <emphasis role="bold">KA</emphasis> server, the first
+ duplication process will start. This step duplicates the
+ <emphasis role="bold">rescue_stage2</emphasis> from the <emphasis role="bold">/mnt/ka</emphasis> directory
+ of the golden node, in the client's nodes memory (<emphasis role="bold">/dev/ram3</emphasis>). Then, nodes chroot their
+ memories (the <emphasis role="bold">/tmp/stage2</emphasis> directory), and launch the <emphasis role="bold">drvinst</emphasis> command from the rescue disk, to probe all needed their modules (drivers).
+ Then, the second step of the duplication starts.
+ </para>
+ <para>
+ The duplication process will clone your drives following
+ the description you have made (<emphasis role="bold">/tmp/desc</emphasis> of the golden node).
+ Nodes will rewrite their partition table, then format their filesystems (ReiserFs, XFS,
+ ext2/3, JFS). All new partitions will be mounted in the <emphasis role="bold">/mnt/disk</emphasis> directory.
+ Then, the drive duplication process will begin. On a fast Ethernet switch you can reach speeds of 10MBytes/sec.
+ </para>
+ </sect2>
+ <sect2>
+ <title>Prepare the node</title>
+ <para>
+ At the end of the duplication process, each node will
+ chroot its partitions and rebuild its <emphasis role="bold">/boot/initrd.img</emphasis>,
+ and <emphasis role="bold">/etc/modprobe.conf</emphasis> files.
+ This step ensures that your node will reboot using its potential
+ SCSI drives and adjusting its network card driver. Before
+ rebooting, each node reinstalls lilo/grub. All your node are
+ now ready, and are clone of master node.
+ </para>
+ </sect2>
+ <sect2><title>PXE server to local boot</title>
+ <para>
+ Don't forget to change the default PXE boot to <emphasis role="bold">local</emphasis>
+ so node after replication will boot localy.
+ </para>
+ </sect2>
+ </sect1>
+ <sect1>
+ <title>full log of a KA duplication</title>
+ <sect2>
+ <title>Golden node side</title>
+ <para>
+<programlisting><![CDATA[
+[root@node40 ka]# ./ka-d.sh -n 1 -p sda /root/desc -X sdb -r "grub --with=jfs --with=ata_piix"
+takembr =
+desc = sda /root/desc
++ Mount points :
+ /dev/sda5 / ext3
+ /dev/sda1 swap swap
++ Hard drives :
+ sda
++ Reading partition table description for sda
+ Added partition 1 : type 82
+ Added partition 5 : type 83
++ Included mount points : /
++ Bootloader is: grub --with=jfs --with=ata_piix
++++ Sending Stage2 +++
+Compiled : Aug 23 2007 12:58:29
+ARGS=+ka-d-server+-s+getstage2+-n+1+-e+(cd /mnt/ka; tar --create --one-file-system --sparse . )+
+Server IP = 10.0.1.40
+command = (cd /mnt/ka; tar --create --one-file-system --sparse . )
+I want 1 clients
+Socket 4 on port 30765 on node40.guibland.com ready.
+Socket 5 on port 30764 on node40.guibland.com ready.
+got UDP packet from 10.0.1.35
+Session name matches
+Sending UDP reply to 10.0.1.35
+Accepting connection from 10.0.1.35
+Clients : want_data 0 / connected 0
+client says hello !
+Client sends options
+Client accepts data
+Added client 10.0.1.35, daddy = 10.0.1.40
+Accepting connection from 10.0.1.35
+checking connection auth10.0.1.40 reports 10.0.1.35 has opened data connection
+Client 10.0.1.35 reports data position : 0
+10.0.1.40 reports 10.0.1.35 has been accepted
+Welcome son, you are number 1 (MAX 4)
+Let's go!
+Total data read = 45 Megs, BUF: 0M FREE = 34M startpos = 10M
+End of data flow
+Dropping children
+Dropping child 10.0.1.35
+All children dropped
+Client says dad disconnected
+Client says he has finished
+Client has finished transfer
+Busy clients: 0 -- connected : 1
+Peer closed connection on socket 6
+close_connection(6)
+Busy clients: 0 -- connected : 0
+All clients left, I quit
+Total data sent = 48 Megs, in 2172 packets
+Transfer time = 6.125 seconds, throughput = 7.881 Mbytes/second
+The pipeline was emptied in 0.026 seconds
+ - Sending partition/filesystem/mount points informations...
+ +++ Running ka-deploy +++
+Compiled : Aug 23 2007 12:58:29
+ARGS=+ka-d-server+-s+kainstall1+-n+1+-e+(cd /tmp/ka-d6083 && tar c *)+
+Server IP = 10.0.1.40
+command = (cd /tmp/ka-d6083 && tar c *)
+I want 1 clients
+Socket 4 on port 30765 on node40.guibland.com ready.
+Socket 5 on port 30764 on node40.guibland.com ready.
+got UDP packet from 10.0.1.35
+Session name matches
+Sending UDP reply to 10.0.1.35
+Accepting connection from 10.0.1.35
+Clients : want_data 0 / connected 0
+client says hello !
+Client sends options
+Client accepts data
+Added client 10.0.1.35, daddy = 10.0.1.40
+Accepting connection from 10.0.1.35
+checking connection auth10.0.1.40 reports 10.0.1.35 has opened data connection
+Client 10.0.1.35 reports data position : 0
+10.0.1.40 reports 10.0.1.35 has been accepted
+Welcome son, you are number 1 (MAX 4)
+Let's go!
+Total data read = 0 Megs, BUF: 0M FREE = 34M startpos = 0M
+End of data flow
+Dropping children
+Dropping child 10.0.1.35
+All children dropped
+Client says dad disconnected
+Client says he has finished
+Client has finished transfer
+Busy clients: 0 -- connected : 1
+Peer closed connection on socket 6
+close_connection(6)
+Busy clients: 0 -- connected : 0
+All clients left, I quit
+Total data sent = 0 Megs, in 1 packets
+Transfer time = 0.016 seconds, throughput = 0.628 Mbytes/second
+The pipeline was emptied in 0.027 seconds
+ WAITING node (partition/format)
+ - Sending Linux filesystem...
+ +++ Running ka-deploy +++
+Compiled : Aug 23 2007 12:58:29
+ARGS=+ka-d-server+-s+kainstall2+-n+1+-e+(cd /; tar --create --one-file-system --sparse /)+
+Server IP = 10.0.1.40
+command = (cd /; tar --create --one-file-system --sparse /)
+I want 1 clients
+Socket 4 on port 30765 on node40.guibland.com ready.
+Socket 5 on port 30764 on node40.guibland.com ready.
+got UDP packet from 10.0.1.35
+Session name matches
+Sending UDP reply to 10.0.1.35
+Accepting connection from 10.0.1.35
+Clients : want_data 0 / connected 0
+client says hello !
+Client sends options
+Client accepts data
+Added client 10.0.1.35, daddy = 10.0.1.40
+Accepting connection from 10.0.1.35
+checking connection auth10.0.1.40 reports 10.0.1.35 has opened data connection
+Client 10.0.1.35 reports data position : 0
+10.0.1.40 reports 10.0.1.35 has been accepted
+Welcome son, you are number 1 (MAX 4)
+Let's go!
+Total data read = 621 Megs, BUF: 24M FREE = 10M startpos = 586M
+End of data flow
+Dropping children
+Dropping child 10.0.1.35
+All children dropped
+Client says dad disconnected
+Client says he has finished
+Client has finished transfer
+Busy clients: 0 -- connected : 1
+Peer closed connection on socket 6
+close_connection(6)
+Busy clients: 0 -- connected : 0
+All clients left, I quit
+Total data sent = 627 Megs, in 34011 packets
+Transfer time = 127.140 seconds, throughput = 4.937 Mbytes/second
+The pipeline was emptied in 1.549 seconds
+]]></programlisting>
+ </para>
+ </sect2>
+ <sect2>
+ <title>KA client side</title>
+ <para>
+ Just launch <emphasis role="bold">/mnt/ka/ka/status_node.pl IPADD</emphasis> to get log of the KA client.
+ </para>
+<programlisting><![CDATA[
+10.0.1.35> ------| Ka |---- Install starting...
+10.0.1.35> Current session is -s kainstall1
+10.0.1.35> Receiving partitions information...OK
+10.0.1.35> Cleaning hard drive...
+10.0.1.35> ==> /tmp/kacmd <==
+10.0.1.35> Starting log server..
+10.0.1.35>
+10.0.1.35> ==> /tmp/ka_log-10.0.1.35-20071024-10h32 <==
+10.0.1.35> OK
+10.0.1.35> Device contains neither a valid DOS partition table, nor Sun, SGI or OSF disklabel
+10.0.1.35> Building a new DOS disklabel with disk identifier 0x59be1427.
+10.0.1.35> Changes will remain in memory only, until you decide to write them.
+10.0.1.35> After that, of course, the previous content won't be recoverable.
+10.0.1.35>
+10.0.1.35>
+10.0.1.35> The number of cylinders for this disk is set to 1116.
+10.0.1.35> There is nothing wrong with that, but this is larger than 1024,
+10.0.1.35> and could in certain setups cause problems with:
+10.0.1.35> 1) software that runs at boot time (e.g., old versions of LILO)
+10.0.1.35> 2) booting and partitioning software from other OSs
+10.0.1.35> (e.g., DOS FDISK, OS/2 FDISK)
+10.0.1.35> Warning: invalid flag 0x0000 of partition table 4 will be corrected by w(rite)
+10.0.1.35>
+10.0.1.35> Command (m for help): The partition table has been altered!
+10.0.1.35>
+10.0.1.35> Calling ioctl() to re-read partition table.
+10.0.1.35> Syncing disks.
+10.0.1.35> Writing partition table for sda using fdisk...OK
+10.0.1.35> Formatting /dev/sda5 as ext3...OK
+10.0.1.35> Formatting /dev/sda1 as swap...OK
+10.0.1.35> - Mounting /dev/sda5 as /mnt/disk/ ......OK
+10.0.1.35> ++++++++++++++++++++++++++
+10.0.1.35> rootfs on / type rootfs (rw)
+10.0.1.35> /proc on /proc type proc (rw)
+10.0.1.35> none on /sys type sysfs (rw)
+10.0.1.35> none on /proc/bus/usb type usbfs (rw)
+10.0.1.35> /dev/ram3 on /tmp/stage2 type ext2 (rw)
+10.0.1.35> /dev/sda5 on /mnt/disk type ext3 (rw,data=ordered)
+10.0.1.35> ++++++++++++++++++++++++++
+10.0.1.35> Linux copy is about to start
+10.0.1.35> Server IP is 10.0.1.40
+10.0.1.35> Buffers names :pipe
+Total data received = 620 Megs (11.222 Mbytes/sec); BUF :0M End of data flow
+10.0.1.35> Flushing buffers
+10.0.1.35> Total data received = 627 Megs, in 434960 packets
+10.0.1.35> Elapsed time = 128.482 seconds, throughput = 4.886 Mbytes/second
+10.0.1.35> Syncing disks...OK
+10.0.1.35> Linux copy done.
+10.0.1.35> Creating excluded directories
+10.0.1.35> - bootloader is grub --with=jfs --with=ata_piix (user choice and options)
+10.0.1.35> - Removing duplicated dhcp cache
+10.0.1.35> - Writing modprobe.conf
+10.0.1.35> ********************
+10.0.1.35> install scsi_hostadapter /sbin/modprobe aic7xxx; /sbin/modprobe ata_piix; /bin/true
+10.0.1.35> alias eth0 eepro100
+10.0.1.35> alias eth1 eepro100
+10.0.1.35> ********************
+10.0.1.35> - Remove ude network rules
+10.0.1.35> removed `/mnt/disk/etc/udev/rules.d/61-net_config.rules'
+10.0.1.35> - Running mkinitrd
+10.0.1.35> Looking for default grub menu
+10.0.1.35> - erase old initrd.img link
+10.0.1.35> removed `/mnt/disk/boot/initrd.img'
+10.0.1.35> initrd will be : /boot/initrd-2.6.22.9-desktop-1mdv.img
+10.0.1.35> running: chroot /mnt/disk /sbin/mkinitrd -v -f --with=jfs /boot/initrd-2.6.22.9-desktop-1mdv.img 2.6.22.9-desktop-1mdv
+10.0.1.35> Looking for deps of module aic7xxx
+ 10.0.1.35> scsi_transport_spi scsi_mod
+10.0.1.35> Looking for deps of module scsi_transport_spi
+ 10.0.1.35> scsi_mod
+10.0.1.35> Looking for deps of module scsi_mod
+10.0.1.35> skip dups
+10.0.1.35> Looking for deps of module sd_mod
+ 10.0.1.35> scsi_mod
+10.0.1.35> Looking for deps of module scsi_wait_scan
+ 10.0.1.35> scsi_mod
+10.0.1.35> Looking for deps of module ext3
+ 10.0.1.35> jbd
+10.0.1.35> Looking for deps of module jbd
+10.0.1.35> Looking for deps of module jfs
+10.0.1.35> Using modules: /lib/modules/2.6.22.9-desktop-1mdv/kernel/drivers/scsi/scsi_mod.ko /lib/modules/2.6.22.9-desktop-1mdv/kernel/drivers/scsi/scsi_transport_spi.ko /lib/modules/2.6.22.9-desktop-1mdv/kernel/drivers/scsi/aic7xxx/aic7xxx.ko /lib/modules/2.6.22.9-desktop-1mdv/kernel/drivers/scsi/sd_mod.ko /lib/modules/2.6.22.9-desktop-1mdv/kernel/drivers/scsi/scsi_wait_scan.ko /lib/modules/2.6.22.9-desktop-1mdv/kernel/fs/jbd/jbd.ko /lib/modules/2.6.22.9-desktop-1mdv/kernel/fs/ext3/ext3.ko /lib/modules/2.6.22.9-desktop-1mdv/kernel/fs/jfs/jfs.ko
+10.0.1.35> Using /tmp as temporary directory.
+10.0.1.35> /sbin/nash -> /tmp/initrd.tG1408/bin/nash
+ 10.0.1.35> /lib/modules/2.6.22.9-desktop-1mdv/kernel/drivers/scsi/scsi_mod.ko.gz: 60.6%
+ 10.0.1.35> /lib/modules/2.6.22.9-desktop-1mdv/kernel/drivers/scsi/scsi_transport_spi.ko.gz: 63.1%
+ 10.0.1.35> /lib/modules/2.6.22.9-desktop-1mdv/kernel/drivers/scsi/aic7xxx/aic7xxx.ko.gz: 61.4%
+ 10.0.1.35> /lib/modules/2.6.22.9-desktop-1mdv/kernel/drivers/scsi/sd_mod.ko.gz: 60.2%
+ 10.0.1.35> /lib/modules/2.6.22.9-desktop-1mdv/kernel/drivers/scsi/scsi_wait_scan.ko.gz: 77.3%
+ 10.0.1.35> /lib/modules/2.6.22.9-desktop-1mdv/kernel/fs/jbd/jbd.ko.gz: 60.5%
+ 10.0.1.35> /lib/modules/2.6.22.9-desktop-1mdv/kernel/fs/ext3/ext3.ko.gz: 53.9%
+ 10.0.1.35> /lib/modules/2.6.22.9-desktop-1mdv/kernel/fs/jfs/jfs.ko.gz: 51.4%
+10.0.1.35> Loading module scsi_mod.ko
+10.0.1.35> Loading module scsi_transport_spi.ko
+10.0.1.35> Loading module aic7xxx.ko
+10.0.1.35> Loading module sd_mod.ko
+10.0.1.35> Loading module scsi_wait_scan.ko
+10.0.1.35> Loading module jbd.ko
+10.0.1.35> Loading module ext3.ko
+10.0.1.35> Loading module jfs.ko
+10.0.1.35> /usr/sbin/resume -> /tmp/initrd.tG1408/bin
+10.0.1.35> Contents of RCFILE:
+10.0.1.35> #!/bin/nash
+10.0.1.35>
+10.0.1.35> echo "Loading scsi_mod.ko module"
+10.0.1.35> insmod /lib/scsi_mod.ko
+10.0.1.35> echo "Loading scsi_transport_spi.ko module"
+10.0.1.35> insmod /lib/scsi_transport_spi.ko
+10.0.1.35> echo "Loading aic7xxx.ko module"
+10.0.1.35> insmod /lib/aic7xxx.ko
+10.0.1.35> echo "Loading sd_mod.ko module"
+10.0.1.35> insmod /lib/sd_mod.ko
+10.0.1.35> echo "Loading scsi_wait_scan.ko module"
+10.0.1.35> insmod /lib/scsi_wait_scan.ko
+10.0.1.35> echo "Loading jbd.ko module"
+10.0.1.35> insmod /lib/jbd.ko
+10.0.1.35> echo "Loading ext3.ko module"
+10.0.1.35> insmod /lib/ext3.ko
+10.0.1.35> echo "Loading jfs.ko module"
+10.0.1.35> insmod /lib/jfs.ko
+10.0.1.35> echo Mounting /proc filesystem
+10.0.1.35> mount -t proc /proc /proc
+10.0.1.35> echo Mounting sysfs
+10.0.1.35> mount -t sysfs none /sys
+10.0.1.35> echo Creating device files
+10.0.1.35> mountdev size=32M,mode=0755
+10.0.1.35> mkdevices /dev
+10.0.1.35> echo Creating root device
+10.0.1.35> mkrootdev /dev/root
+10.0.1.35> resume
+10.0.1.35> echo 1 > /sys/power/suspend2/do_resume
+10.0.1.35> echo 1 > /sys/power/tuxonice/do_resume
+10.0.1.35> echo Mounting root filesystem /dev/root with flags relatime
+10.0.1.35> mount -o relatime --ro -t ext3 /dev/root /sysroot
+10.0.1.35> echo Switching to new root
+10.0.1.35> switchroot --movedev /sysroot
+10.0.1.35> echo Initrd finished
+10.0.1.35> First drive will be: /dev/sda
+10.0.1.35> Installation finished. No error reported.
+10.0.1.35> This is the contents of the device map /boot/grub/device.map.
+10.0.1.35> Check if this is correct or not. If any of the lines is incorrect,
+10.0.1.35> fix it and re-run the script `grub-install'.
+10.0.1.35>
+10.0.1.35> (hd0) /dev/sda
+10.0.1.35> (hd1) /dev/sdb
+10.0.1.35> umount: /mnt/disk/dev: not mounted
+10.0.1.35> Umounting /dev/sda5...OK
+10.0.1.35> AUTH not understood
+10.0.1.35> Local directory now /tmp
+exec lsmod
+10.0.1.35> <console>
+10.0.1.35> <console>
+10.0.1.35> <console> exec lsmod
+10.0.1.35> Module Size Used by
+10.0.1.35> aic7xxx 167992 0
+10.0.1.35> scsi_transport_spi 22432 1 aic7xxx
+10.0.1.35> ata_piix 12228 0
+10.0.1.35> libata 109424 1 ata_piix
+10.0.1.35> sr_mod 15044 0
+10.0.1.35> sd_mod 25888 0
+10.0.1.35> scsi_mod 124908 5 aic7xxx,scsi_transport_spi,libata,sr_mod,sd_mod
+10.0.1.35> loop 14212 0
+10.0.1.35> jfs 176708 0
+10.0.1.35> xfs 528088 0
+10.0.1.35> reiserfs 247908 0
+10.0.1.35> ext3 118824 0
+10.0.1.35> jbd 50184 1 ext3
+10.0.1.35> vfat 10816 0
+10.0.1.35> nls_iso8859_1 4672 0
+10.0.1.35> nls_cp437 6304 0
+10.0.1.35> fat 45980 1 vfat
+10.0.1.35> isofs 31452 0
+10.0.1.35> piix 9060 0 [permanent]
+10.0.1.35> ide_cd 35488 0
+10.0.1.35> ide_disk 14496 0
+10.0.1.35> ide_core 99396 3 piix,ide_cd,ide_disk
+10.0.1.35> af_packet 17960 0
+10.0.1.35> eepro100 28432 0
+10.0.1.35> mii 5376 1 eepro100
+10.0.1.35> usbkbd 6304 0
+10.0.1.35> uhci_hcd 22736 0
+10.0.1.35> usbcore 113928 3 usbkbd,uhci_hcd
+]]></programlisting>
+ </sect2>
+ </sect1>
+</article>
+<!-- Keep this comment at the end of the file
+Local Variables:
+mode: xml
+sgml-parent-document: (".duplication.xml" "legalnotice")
+End:
+-->
diff --git a/docs/ka_method/docbook-jadetex.dsssl b/docs/ka_method/docbook-jadetex.dsssl
new file mode 100644
index 000000000..5b7d8b96d
--- /dev/null
+++ b/docs/ka_method/docbook-jadetex.dsssl
@@ -0,0 +1,450 @@
+<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
+<!ENTITY dbstyle SYSTEM "/usr/share/sgml/docbook/dsssl-stylesheets/print/docbook.dsl" CDATA DSSSL>
+]>
+
+<!--
+;; This customization layer is inspired from:
+;;
+;;#######################################################################
+;;# #
+;;# The GNOME Documentation Project's #
+;;# Custion DocBook Stylesheet Layer #
+;;# by Dave Mason dcm@redhat.com #
+;;# Based on Norman Walsh's Modular Stylesheets #
+;;# #
+;;# This is intended as a drop-in replacement for #
+;;# the cygnus-both.dsl file in DocBook Tools. #
+;;# Just copy it to the location dbtools created #
+;;# and rename it cygnus-both.dsl #
+;;# #
+;;# This is Version 1.0-4 #
+;;# patched to fix RTF output (#49677) #
+;;# patched to work with docbook-dsssl-1.72 #
+;;# patched for ADDRESS output (#50605) #
+;;# removed comment and remark #
+;;# disabled use-id-as-filename #
+;;# don't define %graphic-default-extension% #
+;;#######################################################################
+-->
+
+<style-sheet>
+<style-specification use="docbook">
+<style-specification-body>
+
+;;#######################################################################
+;; Change the parameters below at your envy...
+;;#######################################################################
+
+;;======================================
+;;General Options
+;;======================================
+
+;;Do you want to print on both sides of the paper?
+(define %two-side% #f)
+
+;;Do you want enumerated sections? (E.g, 1.1, 1.1.1, 1.2, etc.)
+(define %section-autolabel% #t)
+
+;;Show URL links? If the text of the link and the URL are identical,
+;;the parenthetical URL is suppressed.
+(define %show-ulinks% #t)
+
+;; footnotes at the bottom of each page (and not chapter)
+(define bop-footnotes #t)
+
+;Make Ulinks footnotes to stop bleeding in the edges - this increases
+;'jade --> print' time tremendously keep this in mind before
+;complaining!
+(define %footnote-ulinks% #t)
+
+(define %no-shade-screen% #f)
+
+;;Tex Backend on
+(define tex-backend #t)
+
+;;Define Line Spacing
+(define %line-spacing-factor% 1.1)
+
+;;Define the Paragraph Style
+;;(define para-style
+;; (style
+;; font-size: %bf-size%
+;; color: *blue*
+;; font-weight: 'medium
+;; font-posture: 'upright
+;; font-family-name: %body-font-family%
+;; line-spacing: (* %bf-size% %line-spacing-factor%)))
+
+(define ($object-titles-after$)
+ (list (normalize "figure")))
+
+;;======================================
+;;Book Options
+;;======================================
+
+;;Do you want a title page for a Book?
+(define %generate-book-titlepage% #t)
+
+;;Do you want a separate page for the title?
+(define %generate-book-titlepage-on-separate-page% #f)
+
+;;Generate Book TOC?
+(define %generate-book-toc% #t)
+
+;;What depth should the TOC generate?
+;;!Only top level of appendixes!
+(define (toc-depth nd)
+ (if (string=? (gi nd) (normalize "book"))
+ 3
+ (if (string=? (gi nd) (normalize "appendix"))
+ 0
+ 1)))
+
+;;Do you want a TOC for the element part?
+(define %generate-part-toc% #f)
+
+;;Do you want the part toc on the part titlepage or separate?
+;(define %generate-part-toc-on-titlepage%
+; #t)
+
+;;Generate Part Title Page?
+(define %generate-part-titlepage% #f)
+
+;;Do you want the Part intro on the part title page?
+(define %generate-partintro-on-titlepage% #f)
+
+;;What elements should have a LOT?
+(define ($generate-book-lot-list$)
+ (list (normalize "equation")))
+
+;;Do you want chapters enumerated?
+(define %chapter-autolabel% #t)
+
+;;Do you want Chapter's and Appendix's
+;;to have automatic labels?
+(define %chap-app-running-head-autolabel% #f)
+
+;;======================================
+;;Article Options
+;;======================================
+
+;;Do you want a title page for an Article?
+(define %generate-article-titlepage%
+ #t)
+
+;;Generate Article TOC?
+(define %generate-article-toc%
+ #t)
+
+;;Do you want a separate page for the title?
+(define %generate-article-titlepage-on-separate-page%
+ #t)
+
+;;Do you want the article toc on the titlepage or separate?
+(define %generate-article-toc-on-titlepage%
+ #t)
+
+;;Do you want to start new page numbers with each article?
+(define %article-page-number-restart%
+ #f)
+
+;;Titlepage Separate?
+(define (chunk-skip-first-element-list)
+ '())
+
+;;Titlepage Not Separate
+;(define (chunk-skip-first-element-list)
+; (list (normalize "sect1")
+; (normalize "section")))
+
+;;======================================
+;;Columns
+;;======================================
+
+;;How many columns do you want?
+(define %page-n-columns% 1)
+
+;;How much space between columns?
+(define %page-column-sep% 0.2in)
+
+;;How many Columns on the titlepage?
+(define %titlepage-n-columns% 1)
+
+;;Balance columns?
+(define %page-balance-colums% #t)
+
+;;======================================
+;;Fonts
+;;======================================
+
+;;Defines the general size of the text in the document. normal(10),
+;;presbyopic(12), and large-type(24).
+(define %visual-acuity% "normal")
+
+;;What font would you like for titles?
+(define %title-font-family% "Helvetica")
+
+;;What font would you like for the body?
+(define %body-font-family% "Palatino")
+
+;;What font would you like for mono-seq?
+(define %mono-font-family% "Courier New")
+
+;;If the base fontsize is 10pt, and '%hsize-bump-factor%' is
+;; 1.2, hsize 1 is 12pt, hsize 2 is 14.4pt, hsize 3 is 17.28pt, etc
+(define %hsize-bump-factor%
+ 1.1)
+
+;;What size do you want the body fonts?
+(define %bf-size%
+ (case %visual-acuity%
+ (("tiny") 8pt)
+ (("normal") 10pt)
+ (("presbyopic") 12pt)
+ (("large-type") 24pt)))
+
+(define-unit em %bf-size%)
+
+;;======================================
+;;Margins
+;;======================================
+
+(define %left-right-margin% 2pi)
+
+;;How much indentation for the body?
+(define %body-start-indent% 1pt)
+
+;;How big is the left margin? (relative to physical page)
+(define %left-margin% 2pi) ;white-paper-column
+
+;;How big is the right margin? (relative to physical page)
+(define %right-margin% 2pi) ;white-paper-column
+
+;;How big do you want the margin at the top?
+(define %top-margin%
+(if (equal? %visual-acuity% "large-type")
+ 7.5pi
+ 6pi))
+
+;;How big do you want the margin at the bottom?
+(define %bottom-margin%
+ (if (equal? %visual-acuity% "large-type")
+ 7.5pi
+ 6pi))
+
+;;Define the text width. (Change the elements in the formula rather
+;;than the formula itself)
+;(define %text-width% (- %page-width% (* %left-right-margin% 2)))
+(define %text-width% (- %page-width% (+ %left-margin% %right-margin%)))
+
+;;Define the body width. (Change the elements in the formula rather
+;;than the formula itself)
+(define %body-width% (- %text-width% %body-start-indent%))
+
+;;Define distance between paragraphs
+(define %para-sep% (/ %bf-size% 2.0))
+
+;;Define distance between block elements (figures, tables, etc.).
+(define %block-sep% (* %para-sep% 2.0))
+
+;;Indent block elements?
+(define %block-start-indent% 0pt)
+;0pt
+
+;;======================================
+;;Admon Graphics
+;;======================================
+
+;;Do you want admon graohics on?
+(define %admon-graphics% #t)
+
+;;Where are the admon graphics?
+(define %admon-graphics-path% "images/")
+
+;;======================================
+;;Quadding
+;;======================================
+
+;;What quadding do you want by default; start, center, justify, or end?
+(define %default-quadding% 'justify)
+
+;;What quadding for component titles(Chapter, Appendix, etc)?
+(define %component-title-quadding% 'start)
+
+;;What quadding for section titles?
+(define %section-title-quadding% 'start)
+
+;;What quadding for section sub-titles?
+(define %section-subtitle-quadding% 'start)
+
+;;What quadding for article title?
+(define %article-title-quadding% 'center)
+
+;;What quadding for article sub-titles?
+(define %article-subtitle-quadding% 'center)
+
+;;What quadding for division subtitles?
+(define %division-subtitle-quadding% 'start)
+
+;;What quadding for component subtitles?
+(define %component-subtitle-quadding% 'start)
+
+(define box-start-indent .25in)
+(define box-end-indent 5in)
+
+;;======================================
+;;Paper Options
+;;======================================
+
+;;What size paper do you need? A4, A5, USletter or USlandscape?
+(define %paper-type%
+ "A4")
+
+;;Now define those paper types' width
+(define %page-width%
+ (case %paper-type%
+ (("A4") 210mm)
+ (("A5") 148.5mm)
+ (("USletter") 8.5in)
+ (("USlandscape") 11in)))
+
+;;Now define those paper types' height
+(define %page-height%
+ (case %paper-type%
+ (("A4") 297mm)
+ (("A5") 210mm)
+ (("USletter") 11in)
+ (("USlandscape") 8.5in)))
+
+;;Callouts are confusing in Postscript... fix them.
+(define %callout-fancy-bug% #t)
+
+(define *rgb-color-space*
+ (color-space "ISO/IEC 10179:1996//Color-Space Family::Device RGB"))
+(define *bluet*
+ (color *rgb-color-space* (/ 16 255) (/ 73 255) (/ 148 255)))
+(define *grey*
+ (color *rgb-color-space* (/ 231 255) (/ 231 255) (/ 231 255)))
+(define *bluec*
+ (color *rgb-color-space* (/ 74 255) (/ 97 255) (/ 173 255)))
+(define *black*
+ (color *rgb-color-space* 0 0 0))
+(define *white*
+ (color *rgb-color-space* 1 1 1))
+
+(element (book title)
+ (make sequence
+ color: *black*
+ )
+ )
+
+(element (chapter title)
+ (make paragraph
+ end-indent: 0.3cm
+ quadding: 'center
+ (make box
+ font-size: 16pt
+ font-weight: 'bold
+ background-color: *bluet*
+ color: *white*
+ )
+ (empty-sosofo)
+ )
+ )
+
+(element (title)
+ (make paragraph
+ end-indent: 0.3cm
+ (make box
+ font-size: 13pt
+ font-posture: 'oblique
+ background-color: *bluec*
+ color: *white*
+ )
+ (empty-sosofo)
+ )
+ )
+
+(element (para)
+ (make sequence
+ (make paragraph
+ space-before: 0.3cm
+ font-size: 10pt
+ color: *black*
+ )
+ (empty-sosofo)
+ )
+ )
+
+(element (itemizedlist)
+ (make box
+ background-color: *grey*
+ color: *black*
+ )
+ )
+
+(element (orderedlist)
+ (make box
+ background-color: *grey*
+ color: *black*
+ )
+ )
+
+;;======================================
+;;Non-printing Elements
+;;======================================
+;;(element TITLEABBREV (empty-sosofo))
+;;(element SUBTITLE (empty-sosofo))
+;;(element SETINFO (empty-sosofo))
+;;(element BOOKINFO (empty-sosofo))
+;;(element BIBLIOENTRY (empty-sosofo))
+;;(element BIBLIOMISC (empty-sosofo))
+;;(element BOOKBIBLIO (empty-sosofo))
+;;(element SERIESINFO (empty-sosofo))
+;;(element DOCINFO (empty-sosofo))
+;;(element ARTHEADER (empty-sosofo))
+;;(element revhistory (empty-sosofo))
+;;(element ADDRESS (empty-sosofo))
+
+;;Show comment element?
+(define %show-comments%
+ #t)
+
+;;======================================
+;;Formalpara titles
+;;======================================
+
+
+;;Change the way Formal Paragraph titles are displayed. The commented
+;;out section will run the titles in the paragraphs.
+(element (formalpara title)
+ ;(make sequence
+ ;font-weight: 'bold
+ ;($runinhead$))
+ ($lowtitle$ 5 7))
+
+;;======================================
+;;Inlines
+;;======================================
+
+(element application ($mono-seq$))
+(element command ($bold-seq$))
+(element filename ($mono-seq$))
+(element function ($mono-seq$))
+(element guibutton ($bold-seq$))
+(element guiicon ($bold-seq$))
+(element guilabel ($italic-seq$))
+(element guimenu ($bold-seq$))
+(element guimenuitem ($bold-seq$))
+(element hardware ($bold-mono-seq$))
+(element keycap ($bold-seq$))
+(element literal ($mono-seq$))
+(element parameter ($italic-mono-seq$))
+(element prompt ($mono-seq$))
+(element symbol ($charseq$))
+(element emphasis ($italic-seq$))
+
+</style-specification-body>
+</style-specification>
+<external-specification id="docbook" document="dbstyle">
+</style-sheet> \ No newline at end of file
diff --git a/docs/ka_method/duplication.pdf b/docs/ka_method/duplication.pdf
new file mode 100644
index 000000000..008fa17d7
--- /dev/null
+++ b/docs/ka_method/duplication.pdf
Binary files differ
diff --git a/docs/ka_method/duplication.xml b/docs/ka_method/duplication.xml
new file mode 100644
index 000000000..90d9efd84
--- /dev/null
+++ b/docs/ka_method/duplication.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//FR"
+"/usr/share/sgml/docbook/xml-dtd-4.2/docbookx.dtd" [
+<!ENTITY dupli SYSTEM "doc-duplication.xml">
+]>
+<!-- juste un commentaire -->
+<book lang="en">
+ <title>Mandriva Linux: HOWTO Clone a system using KA method</title>
+ <bookinfo>
+ <authorgroup>
+ <author>
+ <firstname>Antoine Ginies</firstname>
+ <email>aginies _@_ mandriva.com</email>
+ </author>
+ </authorgroup>
+ <revhistory>
+ <revision>
+ <revnumber>0.1</revnumber>
+ <date>OCT 2007</date>
+ <authorinitials>ag</authorinitials>
+ <revremark>update</revremark>
+ </revision>
+ </revhistory>
+ <pubdate>2007</pubdate>
+ </bookinfo>
+ &dupli;
+</book>
diff --git a/docs/ka_method/duplication.xsl b/docs/ka_method/duplication.xsl
new file mode 100644
index 000000000..f2027f5eb
--- /dev/null
+++ b/docs/ka_method/duplication.xsl
@@ -0,0 +1,24 @@
+<?xml version='1.0'?>
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ version='1.0'
+ xmlns="http://www.w3.org/TR/xhtml1/transitional"
+ exclude-result-prefixes="#default">
+
+<xsl:import href="/usr/share/sgml/docbook/xsl-stylesheets/xhtml/chunk.xsl"/>
+<xsl:param name="chunk.section.depth" select="0"/>
+<xsl:param name="html.ext" select="'.html'"/>
+<xsl:param name="navig.graphics" select="0"/>
+<xsl:param name="generate.chapter.toc" select="0"/>
+<xsl:param name="toc.section.depth" select="3"/>
+<xsl:param name="section.autolabel" select="1"/>
+<xsl:param name="section.label.includes.component.label" select="1"/>
+<xsl:param name="html.stylesheet.type">text/css</xsl:param>
+<xsl:param name="html.stylesheet">styleguibo.css</xsl:param>
+<xsl:param name="chunker.output.encoding" select="'ISO-8859-1'"/>
+<xsl:param name="css.decoration">1</xsl:param>
+<xsl:param name="callout.defaultcolumn" select="'60'"/>
+<xsl:param name="callout.graphics" select="'1'"/>
+<xsl:param name="callout.list.table" select="'1'"/>
+<xsl:param name="callout.graphics.extension" select="'.gif'"/>
+<xsl:param name="callout.graphics.path">images</xsl:param>
+</xsl:stylesheet>
diff --git a/docs/ka_method/html/duplication.html b/docs/ka_method/html/duplication.html
new file mode 100644
index 000000000..b4ecc2203
--- /dev/null
+++ b/docs/ka_method/html/duplication.html
@@ -0,0 +1,661 @@
+<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /><title>Duplicate a node</title><link rel="stylesheet" href="styleguibo.css" type="text/css" /><meta name="generator" content="DocBook XSL Stylesheets V1.73.2" /><link rel="start" href="#id2447712" title="Duplicate a node" /><link rel="next" href="#id2446541" title="1.Duplicate a computer over the network" /></head><body><div class="article" lang="en" xml:lang="en"><div class="titlepage"><div><div><h2 class="title"><a id="id2447712"></a>Duplicate a node</h2></div></div><hr /></div><div class="toc"><dl><dt><span class="sect1"><a href="#id2446541">1. Duplicate a computer over the network</a></span></dt><dd><dl><dt><span class="sect2"><a href="#id2243707">1.1. KA method</a></span></dt><dt><span class="sect2"><a href="#id2521938">1.2. HOW it works</a></span></dt><dd><dl><dt><span class="sect3"><a href="#id2521943">1.2.1. Steps</a></span></dt><dt><span class="sect3"><a href="#id2522328">1.2.2. Needed files</a></span></dt></dl></dd><dt><span class="sect2"><a href="#id2522381">1.3. Step 1: PXE, TFTP, DHCPD services</a></span></dt><dd><dl><dt><span class="sect3"><a href="#id2522416">1.3.1. PXE parameters on server</a></span></dt><dt><span class="sect3"><a href="#id2522497">1.3.2. TFTP server</a></span></dt><dt><span class="sect3"><a href="#id2522528">1.3.3. PXE configuration</a></span></dt><dt><span class="sect3"><a href="#id2522540">1.3.4. DHCPD configuration</a></span></dt></dl></dd></dl></dd><dt><span class="sect1"><a href="#id2522692">2. Setup a node as a golden node</a></span></dt><dd><dl><dt><span class="sect2"><a href="#id2522697">2.1. The rescue.sqfs file</a></span></dt><dd><dl><dt><span class="sect3"><a href="#id2522749">2.1.1. ka-d.sh</a></span></dt><dt><span class="sect3"><a href="#id2522775">2.1.2. replication.conf</a></span></dt><dt><span class="sect3"><a href="#id2522788">2.1.3. fdisk_to_desc</a></span></dt><dt><span class="sect3"><a href="#id2522812">2.1.4. gen_modprobe_conf.pl</a></span></dt><dt><span class="sect3"><a href="#id2522837">2.1.5. ka-d-client</a></span></dt><dt><span class="sect3"><a href="#id2522872">2.1.6. ka-d-server</a></span></dt><dt><span class="sect3"><a href="#id2522906">2.1.7. ka_replication.sh</a></span></dt><dt><span class="sect3"><a href="#id2522931">2.1.8. store_log.sh</a></span></dt><dt><span class="sect3"><a href="#id2522960">2.1.9. bootable_flag.sh</a></span></dt><dt><span class="sect3"><a href="#id2522972">2.1.10. make_initrd_grub</a></span></dt><dt><span class="sect3"><a href="#id2522996">2.1.11. make_initrd_lilo</a></span></dt><dt><span class="sect3"><a href="#id2523020">2.1.12. prepare_node.sh</a></span></dt><dt><span class="sect3"><a href="#id2523046">2.1.13. send_status.pl</a></span></dt><dt><span class="sect3"><a href="#id2523070">2.1.14. status_node.pl</a></span></dt></dl></dd></dl></dd><dt><span class="sect1"><a href="#id2523090">3. The golden node, KA server</a></span></dt><dt><span class="sect1"><a href="#id2523240">4. KA client node</a></span></dt><dd><dl><dt><span class="sect2"><a href="#id2523246">4.1. PXE server (kamethod)</a></span></dt><dt><span class="sect2"><a href="#id2523284">4.2. Stage1 KA method, node waiting stage2 </a></span></dt><dt><span class="sect2"><a href="#id2523331">4.3. Stage2, the duplication process</a></span></dt><dt><span class="sect2"><a href="#id2523401">4.4. Prepare the node</a></span></dt><dt><span class="sect2"><a href="#id2523428">4.5. PXE server to local boot</a></span></dt></dl></dd><dt><span class="sect1"><a href="#id2523445">5. full log of a KA duplication</a></span></dt><dd><dl><dt><span class="sect2"><a href="#id2523451">5.1. Golden node side</a></span></dt><dt><span class="sect2"><a href="#id2523463">5.2. KA client side</a></span></dt></dl></dd></dl></div><div class="sect1" lang="en" xml:lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="id2446541"></a>1.Duplicate a computer over the network</h2></div></div></div><p>
+ Goal of duplication is to easily deploy a computer over network without taking care of numbers of computer. In this documentation, we call golden node the node we want to clone.
+ We can duplicate SCSI or IDE hard drive, and duplication support multiple filesystem (reiserfs, ext2, ext3, xfs, jfs).
+ </p><div class="sect2" lang="en" xml:lang="en"><div class="titlepage"><div><div><h3 class="title"><a id="id2243707"></a>1.1.KA method</h3></div></div></div><p>
+ With KA method you can quickly duplicate a node using a <span class="bold"><strong>desc</strong></span>
+ file describing partitions. KA method only duplicate data on partitions, so if you have 80go HDD disk, and
+ only 10go on it, KA only duplicates 10go, and not the whole disk. KA method doesn't not support RAID software.
+ </p><p>
+ Drawbacks:
+ </p><p>
+ </p><div class="itemizedlist"><ul type="disc"><li><p>KA method doesn't support RAID software</p></li><li><p>you can only clone Linux filesystems (if you want to duplicate another kinf of FS, it's up to you to modify the scripts)</p></li><li><p>you can only duplicate same kind of HDD (IDE or SCSI)</p></li></ul></div><p>
+ </p></div><div class="sect2" lang="en" xml:lang="en"><div class="titlepage"><div><div><h3 class="title"><a id="id2521938"></a>1.2.HOW it works</h3></div></div></div><div class="sect3" lang="en" xml:lang="en"><div class="titlepage"><div><div><h4 class="title"><a id="id2521943"></a>1.2.1.Steps</h4></div></div></div><p>
+ The clone process works in three steps
+ </p><div class="itemizedlist"><ul type="disc"><li><p><span class="bold"><strong>PXE boot to retrieve stage1</strong></span>: the computer boot on PXE mode, retrieve <span class="bold"><strong>vmlinuz</strong></span> and an <span class="bold"><strong>initrd</strong></span>. The computer is in <span class="bold"><strong>stage1</strong></span> mode, and is able to get the stage2 throug KA. Network is up.</p></li><li><p><span class="bold"><strong>get stage2</strong></span>: the computer gets the stage2 with KA method. The <span class="bold"><strong>stage2</strong></span> contains all necessary tools to recognize your hardware (the most important things is to detect your HDD), and all necessary tools to finalize the cloning process.</p></li><li><p><span class="bold"><strong>Duplication process</strong></span>: the computer auto-probes needed modules to be able to access to HDD. A basic log server is launched on the client node to be able to run command and get status of the KA duplication process.</p></li></ul></div></div><div class="sect3" lang="en" xml:lang="en"><div class="titlepage"><div><div><h4 class="title"><a id="id2522328"></a>1.2.2.Needed files</h4></div></div></div><p>
+ All needed files are available on Mandriva Linux cooker.
+ </p><p>
+ </p><div class="itemizedlist"><ul type="disc"><li><p><span class="bold"><strong>install/stage2/rescue.sqhfs</strong></span>: this is the stage2 file with all needed files to detect and probe modules, and launch the third step of the duplication process. This file will be used on the golden node.</p></li><li><p><span class="bold"><strong>isolinux/alt0/vmlinuz</strong></span>: linux kernel, needed in the <span class="bold"><strong>/var/lib/tftpboot/X86PC/linux/images/</strong></span> directory of the PXE server</p></li><li><p><span class="bold"><strong>isolinux/alt0/all.rdz</strong></span>: stage1 and all needed modules.</p></li></ul></div><p>
+ </p></div></div><div class="sect2" lang="en" xml:lang="en"><div class="titlepage"><div><div><h3 class="title"><a id="id2522381"></a>1.3.Step 1: PXE, TFTP, DHCPD services</h3></div></div></div><p>
+ To easily clone a computer node, we use PXE technology to boot a <span class="bold"><strong>kernel</strong></span>, and an <span class="bold"><strong>initrd</strong></span> image wich contains all needed modules for network and media storage. Documentation about PXE can be found here: <a class="ulink" href="http://people.mandriva.com/~aginies/doc/pxe/" target="_top">PXE doc</a>. Please, keep in mind setting such services can <span class="bold"><strong>DISTURB</strong></span> your current network architecture.
+ </p><div class="sect3" lang="en" xml:lang="en"><div class="titlepage"><div><div><h4 class="title"><a id="id2522416"></a>1.3.1.PXE parameters on server</h4></div></div></div><p>
+ Mandriva Linux installer supports various methods to install a computer. With PXE configuration file you can specify wich method you want to use to install your node, or add a specific option at boot prompt. Edit your default PXE configuration file to add your custom entry (<span class="bold"><strong>/var/lib/tftpboot/X86PC/linux/pxelinux.cfg/default</strong></span>).
+ </p><p>
+ </p><pre class="screen">
+PROMPT 1
+DEFAULT local
+DISPLAY messages
+TIMEOUT 50
+F1 help.txt
+
+label local
+ LOCALBOOT 0
+
+label kamethod
+ KERNEL images/vmlinuz
+ APPEND initrd=images/all.rdz ramdisk_size=64000 vga=788 \
+ automatic=method:ka,interface:eth0,network:dhcp root=/dev/ram3 rw rescue kamethod</pre><p>
+ </p><p>
+ At boot prompt no you can boot:
+ </p><p>
+ </p><div class="itemizedlist"><ul type="disc"><li><p><span class="bold"><strong>DEFAULT local</strong></span>: default boot will be local one, change it with the name of a <span class="bold"><strong>LABEL</strong></span></p></li><li><p><span class="bold"><strong>local</strong></span>: boot local</p></li><li><p><span class="bold"><strong>kamethod</strong></span>: automatic mode, get stage2 through <span class="bold"><strong>KA</strong></span>. Network interface is set to eth0. Auto setup the network with DHCP, and use the KA technology to launch the replication method.</p></li></ul></div><p>
+ </p></div><div class="sect3" lang="en" xml:lang="en"><div class="titlepage"><div><div><h4 class="title"><a id="id2522497"></a>1.3.2.TFTP server</h4></div></div></div><p>
+ TFTP server should be activated in <span class="bold"><strong>/etc/xinetd.d/tftp</strong></span> file, and the <span class="bold"><strong>xinetd</strong></span> service started.
+ </p><p>
+ </p><pre class="screen">
+service tftp
+{
+ disable= no
+ socket_type= dgram
+ protocol= udp
+ wait= yes
+ user= root
+ server= /usr/sbin/in.tftpd
+ server_args = -s /var/lib/tftpboot
+ per_source= 11
+ cps= 100 2
+ flags= IPv4
+}</pre><p>
+ </p></div><div class="sect3" lang="en" xml:lang="en"><div class="titlepage"><div><div><h4 class="title"><a id="id2522528"></a>1.3.3.PXE configuration</h4></div></div></div><p>
+</p><pre class="programlisting">
+# which interface to use
+interface=eth0
+default_address=IPADDR_PXE
+
+# the multicast ip address to listen on
+multicast_address=224.0.1.2
+
+# mtftp info
+mtftp_address=IPADDR_TFTP
+mtftp_client_port=1758
+mtftp_server_port=1759
+
+# the port to listen on
+listen_port=4011
+
+# enable multicast?
+use_multicast=1
+
+# enable broadcast?
+use_broadcast=0
+
+# user prompt
+prompt=Press F8 to view menu ...
+prompt_timeout=2
+
+# what services to provide, priority in ordering
+# CSA = Client System Architecture
+# service=&lt;CSA&gt;,&lt;min layer&gt;,&lt;max layer&gt;,&lt;basename&gt;,&lt;menu entry&gt;
+service=X86PC,0,2,linux,Mandrake Linux x86
+service=IA64PC,0,2,linux,Mandrake Linux IA64
+service=X86PC,0,0,local,Local boot
+
+# tftpd base dir
+tftpdbase=/
+
+# domain=guibland.com
+domain=
+</pre><p>
+ </p></div><div class="sect3" lang="en" xml:lang="en"><div class="titlepage"><div><div><h4 class="title"><a id="id2522540"></a>1.3.4.DHCPD configuration</h4></div></div></div><p>
+ IE of an <span class="bold"><strong>/etc/dhcpd.conf</strong></span> configuration file. Change <span class="bold"><strong>IPADDR_TFTP</strong></span> with the IP address of the TFTP serrver, and the <span class="bold"><strong>NET</strong></span> value. Don't forget to adjust the <span class="bold"><strong>domain-name</strong></span> and the <span class="bold"><strong>domain-name-servers</strong></span>.
+ </p><p>
+ </p><pre class="screen">
+ddns-update-style none;
+allow booting;
+allow bootp;
+
+authoritative;
+
+# Definition of PXE-specific options
+# Code 1: Multicast IP address of bootfile
+# Code 2: UDP port that client should monitor for MTFTP responses
+# Code 3: UDP port that MTFTP servers are using to listen for MTFTP requests
+# Code 4: Number of secondes a client must listen for activity before trying
+# to start a new MTFTP transfer
+# Code 5: Number of secondes a client must listen before trying to restart
+# a MTFTP transfer
+
+# define Option for the PXE class
+option space PXE;
+option PXE.mtftp-ip code 1 = ip-address;
+option PXE.mtftp-cport code 2 = unsigned integer 16;
+option PXE.mtftp-sport code 3 = unsigned integer 16;
+option PXE.mtftp-tmout code 4 = unsigned integer 8;
+option PXE.mtftp-delay code 5 = unsigned integer 8;
+option PXE.discovery-control code 6 = unsigned integer 8;
+option PXE.discovery-mcast-addr code 7 = ip-address;
+
+#Define options for pxelinux
+option space pxelinux;
+option pxelinux.magic code 208 = string;
+option pxelinux.configfile code 209 = text;
+option pxelinux.pathprefix code 210 = text;
+option pxelinux.reboottime code 211 = unsigned integer 32;
+site-option-space "pxelinux";
+
+option pxelinux.magic f1:00:74:7e;
+option pxelinux.reboottime 30;
+
+#Class that determine the options for Etherboot 5.x requests
+class "Etherboot" {
+#if The vendor-class-identifier equal Etherboot-5.0
+match if substring (option vendor-class-identifier, 0, 13) = "Etherboot-5.0";
+# filename define the file retrieve by the client, there nbgrub
+# our tftp is chrooted so is just the path to the file
+filename "/etherboot/nbgrub";
+#Used by etherboot to detect a valid pxe dhcp server
+option vendor-encapsulated-options 3c:09:45:74:68:65:72:62:6f:6f:74:ff;
+# Set the "vendor-class-identifier" field to "PXEClient" in dhcp answer
+# if this field is not set the pxe client will ignore the answer !
+option vendor-class-identifier "Etherboot-5.0";
+vendor-option-space PXE;
+option PXE.mtftp-ip 0.0.0.0;
+# IP of you TFTP server
+next-server IPADDR_TFTP;
+}
+
+# create the Class PXE
+class "PXE" {
+# if the "vendor-class-identifier" is set to "PXEClient" in the client dhcp request
+match if substring(option vendor-class-identifier, 0, 9) = "PXEClient";
+filename "/X86PC/linux/linux.0";
+option vendor-class-identifier "PXEClient";
+vendor-option-space PXE;
+option PXE.mtftp-ip 0.0.0.0;
+next-server IPADDR_TFTP;
+}
+
+#host node20 {
+# hardware ethernet 00:40:CA:8C:B6:E9;
+# fixed-address node20;
+#}
+
+subnet NET.0 netmask 255.255.255.0 {
+ option subnet-mask 255.255.255.0;
+ option routers IPADDR_GW;
+ default-lease-time 288000;
+ max-lease-time 864000;
+ option domain-name "guibland.com";
+ option domain-name-servers IPADDR_DNS;
+ next-server IPADDR_TFTP;
+ pool {
+ range NET.30 NET.40;
+ }
+}</pre><p>
+ </p></div></div></div><div class="sect1" lang="en" xml:lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="id2522692"></a>2.Setup a node as a golden node</h2></div></div></div><div class="sect2" lang="en" xml:lang="en"><div class="titlepage"><div><div><h3 class="title"><a id="id2522697"></a>2.1.The rescue.sqfs file</h3></div></div></div><p>
+ You need the rescue disk (wich contains the <span class="bold"><strong>/ka</strong></span> directory),
+ and mount it loop in <span class="bold"><strong>/mnt/ka</strong></span>.
+ </p><p>
+ </p><pre class="screen">
+mkdir /mnt/ka
+mount -o loop -t squashfs rescue.sqfs /mnt/ka</pre><p>
+ </p><p>
+ Go in the <span class="bold"><strong>/mnt/ka/ka</strong></span> directory, and see all new files available. All those files are needed
+ to do a <span class="bold"><strong>KA</strong></span> duplication process. We will explain now the rule of each of them. If you want
+ to modify the content of this rescue disk (add scripts...), mount it in a tempory directory, and copy the content
+ into the <span class="bold"><strong>/mnt/ka</strong></span> directory.
+ </p><div class="sect3" lang="en" xml:lang="en"><div class="titlepage"><div><div><h4 class="title"><a id="id2522749"></a>2.1.1.ka-d.sh</h4></div></div></div><p>
+ This is the master script to declare a node as a golden node. This script takes a lot of arguments.
+</p><pre class="screen">
+ -h, --help : display this message
+ -n num : specify the number of (destination) nodes
+ -x dir : exclude directory
+ -X sdb : exclude sdb for the replication
+ -m drive : copy the master boot record (for windows) of this drive
+ -M drive file : use 'file' as master boot record (must be 446 bytes long) for the specified drive
+ -D partition : also copy partition 'partition'
+ -p drive pdesc : use 'pdesc' file as partition scheme (see doc) for the specified drive
+ -d delay : delay beteween the release of 2 clients (1/10 second)
+ -r 'grub|lilo' : choose the bootloader (you can add mkinitrd options)
+
+ ie: ka-d.sh -n 3 -p sda /tmp/desc -X sdb -r 'grub --with=ata_piix --with=piix'</pre><p>
+ </p></div><div class="sect3" lang="en" xml:lang="en"><div class="titlepage"><div><div><h4 class="title"><a id="id2522775"></a>2.1.2.replication.conf</h4></div></div></div><p>
+ This file contain all variables needed by other scripts. It also tries to get information like IP address.
+ </p></div><div class="sect3" lang="en" xml:lang="en"><div class="titlepage"><div><div><h4 class="title"><a id="id2522788"></a>2.1.3.fdisk_to_desc</h4></div></div></div><p>
+ This script generate the description table of the hard drive disk in the <span class="bold"><strong>/tmp/desc</strong></span> file.
+ This file must follow some rules: one line per partition, with two fields : type of partition and size in megabytes.
+ The type can be linux, swap, extended. Other types can be obtained by appending their hexadecimal number to 'type'.
+ For example linux is the same as type83. The size is either a number of megabytes, or the keyword fill (to take all
+ available space). The logical partitions must have the logical keyword.
+ </p></div><div class="sect3" lang="en" xml:lang="en"><div class="titlepage"><div><div><h4 class="title"><a id="id2522812"></a>2.1.4.gen_modprobe_conf.pl</h4></div></div></div><p>
+ This script create a basic output like the content of the<span class="bold"><strong>/etc/modprobe.conf</strong></span> file. Drawbacks
+ this file must be updated for each new modules available in the kernel (based on the <span class="bold"><strong>kernel/list_modules.pm</strong></span> file).
+ </p></div><div class="sect3" lang="en" xml:lang="en"><div class="titlepage"><div><div><h4 class="title"><a id="id2522837"></a>2.1.5.ka-d-client</h4></div></div></div><p>
+ The <span class="bold"><strong>ka-d-client</strong></span> binary file is used to get stage2 with the <span class="bold"><strong>KA</strong></span> method, and after
+ get the whole system. The important argument is the <span class="bold"><strong>-s</strong></span> session name. A <span class="bold"><strong>KA</strong></span>
+ can only connect to a specific session (getstage2, kainstall ...). The code source is available in the ka-deploy-0.92 SRPM.
+ </p></div><div class="sect3" lang="en" xml:lang="en"><div class="titlepage"><div><div><h4 class="title"><a id="id2522872"></a>2.1.6.ka-d-server</h4></div></div></div><p>
+ The <span class="bold"><strong>ka-d-server</strong></span> binary file is used to be a <span class="bold"><strong>KA</strong></span> golden node server.
+ Like the <span class="bold"><strong>ka-d-client</strong></span> the session arguments is an important parameter (<span class="bold"><strong>-s session_name</strong></span>).
+ The code source is available in the ka-deploy-0.92 SRPM.
+ </p></div><div class="sect3" lang="en" xml:lang="en"><div class="titlepage"><div><div><h4 class="title"><a id="id2522906"></a>2.1.7.ka_replication.sh</h4></div></div></div><p>
+ Script launched on the <span class="bold"><strong>KA</strong></span> client (after getting stage2 and probing modules), to do the full process of the
+ <span class="bold"><strong>Ka</strong></span> duplication.
+ This script call other scripts to prepare the node (prepare_node.sh), configure the bootloader (make_initrd_grub or make_initrd_lilo).
+ </p></div><div class="sect3" lang="en" xml:lang="en"><div class="titlepage"><div><div><h4 class="title"><a id="id2522931"></a>2.1.8.store_log.sh</h4></div></div></div><p>
+ Basic script to store the log of the <span class="bold"><strong>KA</strong></span> duplication process on an FTP server. Adjust to feet your need, and uncomment
+ the line <span class="bold"><strong>#store_log.sh</strong></span> in the <span class="bold"><strong>/mnt/ka/ka/ka_replication.sh</strong></span> file.
+ </p></div><div class="sect3" lang="en" xml:lang="en"><div class="titlepage"><div><div><h4 class="title"><a id="id2522960"></a>2.1.9.bootable_flag.sh</h4></div></div></div><p>
+ Script to set bootable an HDD using fdisk. First arg must be the HDD device.
+ </p></div><div class="sect3" lang="en" xml:lang="en"><div class="titlepage"><div><div><h4 class="title"><a id="id2522972"></a>2.1.10.make_initrd_grub</h4></div></div></div><p>
+ Restore and reload the Grub bootloader in the <span class="bold"><strong>/mnt/disk</strong></span> directory. It's a very basic script, and perhaps
+ use the <span class="bold"><strong>restore_bootloader</strong></span> of the Mandriva Linux Rescue should be a better idea.
+ </p></div><div class="sect3" lang="en" xml:lang="en"><div class="titlepage"><div><div><h4 class="title"><a id="id2522996"></a>2.1.11.make_initrd_lilo</h4></div></div></div><p>
+ Restore and reload the lilo bootloader in the <span class="bold"><strong>/mnt/disk</strong></span> directory. Again it's a very basic script, perhaps we should use the
+ <span class="bold"><strong>restore_bootloader</strong></span> of the Mandriva Linux Rescue.
+ </p></div><div class="sect3" lang="en" xml:lang="en"><div class="titlepage"><div><div><h4 class="title"><a id="id2523020"></a>2.1.12.prepare_node.sh</h4></div></div></div><p>
+ This script remove in the futur system the old network's udev rules, old dhcp cache files, launch the script <span class="bold"><strong>gen_modprobe_conf.pl</strong></span> to
+ regenerate an uptodate <span class="bold"><strong>/etc/modprobe.conf</strong></span> in the new system, and launch the script to restore the bootloader.
+ If you want to do more action on the installed, system, you can modify this script.
+ </p></div><div class="sect3" lang="en" xml:lang="en"><div class="titlepage"><div><div><h4 class="title"><a id="id2523046"></a>2.1.13.send_status.pl</h4></div></div></div><p>
+ Very basic perl script to open the port 12345, and paste the content of the <span class="bold"><strong>/tmp/ka*</strong></span> file. It also
+ permit the execution of commands on node, if user send a message from the golden node with the <span class="bold"><strong>exec</strong></span> prefix.
+ </p></div><div class="sect3" lang="en" xml:lang="en"><div class="titlepage"><div><div><h4 class="title"><a id="id2523070"></a>2.1.14.status_node.pl</h4></div></div></div><p>
+ Script to connect to a client node, first arg must be the IP address of the node. You can run command on the node with the <span class="bold"><strong>exec</strong></span> prefix.
+ </p></div></div></div><div class="sect1" lang="en" xml:lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="id2523090"></a>3.The golden node, KA server</h2></div></div></div><p>
+ Now, it is time to build a description of the node partitions. You can use the script
+ <span class="bold"><strong>/mnt/ka/ka/fdisk_to_desc</strong></span> as root user, or your favorite text editor,
+ you can write a file like this one:
+ </p><p>
+ </p><pre class="screen">
+linux 3500
+extended fill
+logical swap 500
+logical linux fill</pre><p>
+ </p><p>
+ This file describes your partition table and the sample above can be considered as a default one for a recommended
+ installation. There is a 3.5GB <span class="bold"><strong>/</strong></span> partition, a 500 MB swap
+ partition, and <span class="bold"><strong>/var</strong></span> fills the rest, of course you can adjust
+ sizes accoding to your system.
+ </p><p>
+ Type the following to start the ka replication server as root user:
+ </p><p>
+</p><pre class="programlisting">
+ &lt;screen&gt;
+[root@node40 ka]# ./ka-d.sh -n 1 -p sda /root/desc -X sdb -r "grub --with=jfs --with=ata_piix"
+takembr =
+desc = sda /root/desc
++ Mount points :
+ /dev/sda5 / ext3
+ /dev/sda1 swap swap
++ Hard drives :
+ sda
++ Reading partition table description for sda
+ Added partition 1 : type 82
+ Added partition 5 : type 83
++ Included mount points : /
++ Bootloader is: grub --with=jfs --with=ata_piix
++++ Sending Stage2 +++
+Compiled : Aug 23 2007 12:58:29
+ARGS=+ka-d-server+-s+getstage2+-n+1+-e+(cd /mnt/ka; tar --create --one-file-system --sparse . )+
+Server IP = 10.0.1.40
+command = (cd /mnt/ka; tar --create --one-file-system --sparse . )
+I want 1 clients
+Socket 4 on port 30765 on node40.guibland.com ready.
+Socket 5 on port 30764 on node40.guibland.com ready.
+</pre><p>
+ </p><p>
+ </p><div class="itemizedlist"><ul type="disc"><li><p><span class="bold"><strong>-r "grub --with=jfs --with=ata_piix"</strong></span>: use grub bootloader and <span class="bold"><strong>--with=jfs --with=piix</strong></span> mkinitrd option in the chrooted system after the <span class="bold"><strong>KA</strong></span> deploiement</p></li><li><p><span class="bold"><strong>-n nb_nodes</strong></span>: specify how many nodes are clients</p></li><li><p><span class="bold"><strong>-p sda/hda desc</strong></span>: specify if you want to duplicate SCSI or IDE storage, and the name of the hdd</p></li><li><p><span class="bold"><strong>-x /tmp</strong></span>: exclude <span class="bold"><strong>/tmp</strong></span> directory</p></li><li><p><span class="bold"><strong>-X sdb</strong></span>: exclude <span class="bold"><strong>sdb</strong></span> hdd for the duplication</p></li></ul></div><p>
+ </p><p>
+ Now the node is waiting for the rest of the nodes to start replication.
+ </p></div><div class="sect1" lang="en" xml:lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="id2523240"></a>4.KA client node</h2></div></div></div><div class="sect2" lang="en" xml:lang="en"><div class="titlepage"><div><div><h3 class="title"><a id="id2523246"></a>4.1.PXE server (kamethod)</h3></div></div></div><p>
+ We have to configure the PXE to boot by default on <span class="bold"><strong>kamethod</strong></span>.
+ To do this just edit <span class="bold"><strong>/var/lib/tftpboot/X86PC/linux/pxelinux.cfg/default</strong></span> and set
+ <span class="bold"><strong>DEFAULT</strong></span> to kamethod:
+ </p><pre class="screen">DEFAULT kamethod</pre><p>
+ So, next time a node boots, the PXE server will force the
+ node to boot using the kamethod.
+ </p></div><div class="sect2" lang="en" xml:lang="en"><div class="titlepage"><div><div><h3 class="title"><a id="id2523284"></a>4.2.Stage1 KA method, node waiting stage2 </h3></div></div></div><p>
+ Now, you boot all remaining nodes. The replication process
+ will start once all nodes are up and waiting on the <span class="bold"><strong>KA</strong></span>
+ screen.
+ </p><p>
+ If the nodes can't reach the golden node, running the <span class="bold"><strong>KA</strong></span>
+ server the message <span class="bold"><strong>Can't reach a valid KA server</strong></span> will appear.
+ Each node will try five times to reach the <span class="bold"><strong>KA</strong></span> server, after that the node will reboot.
+ As the node boots on <span class="bold"><strong>kamethod</strong></span>, it will retry until it finds it.
+ </p></div><div class="sect2" lang="en" xml:lang="en"><div class="titlepage"><div><div><h3 class="title"><a id="id2523331"></a>4.3.Stage2, the duplication process</h3></div></div></div><p>
+ Once all the nodes have found the <span class="bold"><strong>KA</strong></span> server, the first
+ duplication process will start. This step duplicates the
+ <span class="bold"><strong>rescue_stage2</strong></span> from the <span class="bold"><strong>/mnt/ka</strong></span> directory
+ of the golden node, in the client's nodes memory (<span class="bold"><strong>/dev/ram3</strong></span>). Then, nodes chroot their
+ memories (the <span class="bold"><strong>/tmp/stage2</strong></span> directory), and launch the <span class="bold"><strong>drvinst</strong></span> command from the rescue disk, to probe all needed their modules (drivers).
+ Then, the second step of the duplication starts.
+ </p><p>
+ The duplication process will clone your drives following
+ the description you have made (<span class="bold"><strong>/tmp/desc</strong></span> of the golden node).
+ Nodes will rewrite their partition table, then format their filesystems (ReiserFs, XFS,
+ ext2/3, JFS). All new partitions will be mounted in the <span class="bold"><strong>/mnt/disk</strong></span> directory.
+ Then, the drive duplication process will begin. On a fast Ethernet switch you can reach speeds of 10MBytes/sec.
+ </p></div><div class="sect2" lang="en" xml:lang="en"><div class="titlepage"><div><div><h3 class="title"><a id="id2523401"></a>4.4.Prepare the node</h3></div></div></div><p>
+ At the end of the duplication process, each node will
+ chroot its partitions and rebuild its <span class="bold"><strong>/boot/initrd.img</strong></span>,
+ and <span class="bold"><strong>/etc/modprobe.conf</strong></span> files.
+ This step ensures that your node will reboot using its potential
+ SCSI drives and adjusting its network card driver. Before
+ rebooting, each node reinstalls lilo/grub. All your node are
+ now ready, and are clone of master node.
+ </p></div><div class="sect2" lang="en" xml:lang="en"><div class="titlepage"><div><div><h3 class="title"><a id="id2523428"></a>4.5.PXE server to local boot</h3></div></div></div><p>
+ Don't forget to change the default PXE boot to <span class="bold"><strong>local</strong></span>
+ so node after replication will boot localy.
+ </p></div></div><div class="sect1" lang="en" xml:lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="id2523445"></a>5.full log of a KA duplication</h2></div></div></div><div class="sect2" lang="en" xml:lang="en"><div class="titlepage"><div><div><h3 class="title"><a id="id2523451"></a>5.1.Golden node side</h3></div></div></div><p>
+</p><pre class="programlisting">
+[root@node40 ka]# ./ka-d.sh -n 1 -p sda /root/desc -X sdb -r "grub --with=jfs --with=ata_piix"
+takembr =
+desc = sda /root/desc
++ Mount points :
+ /dev/sda5 / ext3
+ /dev/sda1 swap swap
++ Hard drives :
+ sda
++ Reading partition table description for sda
+ Added partition 1 : type 82
+ Added partition 5 : type 83
++ Included mount points : /
++ Bootloader is: grub --with=jfs --with=ata_piix
++++ Sending Stage2 +++
+Compiled : Aug 23 2007 12:58:29
+ARGS=+ka-d-server+-s+getstage2+-n+1+-e+(cd /mnt/ka; tar --create --one-file-system --sparse . )+
+Server IP = 10.0.1.40
+command = (cd /mnt/ka; tar --create --one-file-system --sparse . )
+I want 1 clients
+Socket 4 on port 30765 on node40.guibland.com ready.
+Socket 5 on port 30764 on node40.guibland.com ready.
+got UDP packet from 10.0.1.35
+Session name matches
+Sending UDP reply to 10.0.1.35
+Accepting connection from 10.0.1.35
+Clients : want_data 0 / connected 0
+client says hello !
+Client sends options
+Client accepts data
+Added client 10.0.1.35, daddy = 10.0.1.40
+Accepting connection from 10.0.1.35
+checking connection auth10.0.1.40 reports 10.0.1.35 has opened data connection
+Client 10.0.1.35 reports data position : 0
+10.0.1.40 reports 10.0.1.35 has been accepted
+Welcome son, you are number 1 (MAX 4)
+Let's go!
+Total data read = 45 Megs, BUF: 0M FREE = 34M startpos = 10M
+End of data flow
+Dropping children
+Dropping child 10.0.1.35
+All children dropped
+Client says dad disconnected
+Client says he has finished
+Client has finished transfer
+Busy clients: 0 -- connected : 1
+Peer closed connection on socket 6
+close_connection(6)
+Busy clients: 0 -- connected : 0
+All clients left, I quit
+Total data sent = 48 Megs, in 2172 packets
+Transfer time = 6.125 seconds, throughput = 7.881 Mbytes/second
+The pipeline was emptied in 0.026 seconds
+ - Sending partition/filesystem/mount points informations...
+ +++ Running ka-deploy +++
+Compiled : Aug 23 2007 12:58:29
+ARGS=+ka-d-server+-s+kainstall1+-n+1+-e+(cd /tmp/ka-d6083 &amp;&amp; tar c *)+
+Server IP = 10.0.1.40
+command = (cd /tmp/ka-d6083 &amp;&amp; tar c *)
+I want 1 clients
+Socket 4 on port 30765 on node40.guibland.com ready.
+Socket 5 on port 30764 on node40.guibland.com ready.
+got UDP packet from 10.0.1.35
+Session name matches
+Sending UDP reply to 10.0.1.35
+Accepting connection from 10.0.1.35
+Clients : want_data 0 / connected 0
+client says hello !
+Client sends options
+Client accepts data
+Added client 10.0.1.35, daddy = 10.0.1.40
+Accepting connection from 10.0.1.35
+checking connection auth10.0.1.40 reports 10.0.1.35 has opened data connection
+Client 10.0.1.35 reports data position : 0
+10.0.1.40 reports 10.0.1.35 has been accepted
+Welcome son, you are number 1 (MAX 4)
+Let's go!
+Total data read = 0 Megs, BUF: 0M FREE = 34M startpos = 0M
+End of data flow
+Dropping children
+Dropping child 10.0.1.35
+All children dropped
+Client says dad disconnected
+Client says he has finished
+Client has finished transfer
+Busy clients: 0 -- connected : 1
+Peer closed connection on socket 6
+close_connection(6)
+Busy clients: 0 -- connected : 0
+All clients left, I quit
+Total data sent = 0 Megs, in 1 packets
+Transfer time = 0.016 seconds, throughput = 0.628 Mbytes/second
+The pipeline was emptied in 0.027 seconds
+ WAITING node (partition/format)
+ - Sending Linux filesystem...
+ +++ Running ka-deploy +++
+Compiled : Aug 23 2007 12:58:29
+ARGS=+ka-d-server+-s+kainstall2+-n+1+-e+(cd /; tar --create --one-file-system --sparse /)+
+Server IP = 10.0.1.40
+command = (cd /; tar --create --one-file-system --sparse /)
+I want 1 clients
+Socket 4 on port 30765 on node40.guibland.com ready.
+Socket 5 on port 30764 on node40.guibland.com ready.
+got UDP packet from 10.0.1.35
+Session name matches
+Sending UDP reply to 10.0.1.35
+Accepting connection from 10.0.1.35
+Clients : want_data 0 / connected 0
+client says hello !
+Client sends options
+Client accepts data
+Added client 10.0.1.35, daddy = 10.0.1.40
+Accepting connection from 10.0.1.35
+checking connection auth10.0.1.40 reports 10.0.1.35 has opened data connection
+Client 10.0.1.35 reports data position : 0
+10.0.1.40 reports 10.0.1.35 has been accepted
+Welcome son, you are number 1 (MAX 4)
+Let's go!
+Total data read = 621 Megs, BUF: 24M FREE = 10M startpos = 586M
+End of data flow
+Dropping children
+Dropping child 10.0.1.35
+All children dropped
+Client says dad disconnected
+Client says he has finished
+Client has finished transfer
+Busy clients: 0 -- connected : 1
+Peer closed connection on socket 6
+close_connection(6)
+Busy clients: 0 -- connected : 0
+All clients left, I quit
+Total data sent = 627 Megs, in 34011 packets
+Transfer time = 127.140 seconds, throughput = 4.937 Mbytes/second
+The pipeline was emptied in 1.549 seconds
+</pre><p>
+ </p></div><div class="sect2" lang="en" xml:lang="en"><div class="titlepage"><div><div><h3 class="title"><a id="id2523463"></a>5.2.KA client side</h3></div></div></div><p>
+ Just launch <span class="bold"><strong>/mnt/ka/ka/status_node.pl IPADD</strong></span> to get log of the KA client.
+ </p><pre class="programlisting">
+10.0.1.35&gt; ------| Ka |---- Install starting...
+10.0.1.35&gt; Current session is -s kainstall1
+10.0.1.35&gt; Receiving partitions information...OK
+10.0.1.35&gt; Cleaning hard drive...
+10.0.1.35&gt; ==&gt; /tmp/kacmd &lt;==
+10.0.1.35&gt; Starting log server..
+10.0.1.35&gt;
+10.0.1.35&gt; ==&gt; /tmp/ka_log-10.0.1.35-20071024-10h32 &lt;==
+10.0.1.35&gt; OK
+10.0.1.35&gt; Device contains neither a valid DOS partition table, nor Sun, SGI or OSF disklabel
+10.0.1.35&gt; Building a new DOS disklabel with disk identifier 0x59be1427.
+10.0.1.35&gt; Changes will remain in memory only, until you decide to write them.
+10.0.1.35&gt; After that, of course, the previous content won't be recoverable.
+10.0.1.35&gt;
+10.0.1.35&gt;
+10.0.1.35&gt; The number of cylinders for this disk is set to 1116.
+10.0.1.35&gt; There is nothing wrong with that, but this is larger than 1024,
+10.0.1.35&gt; and could in certain setups cause problems with:
+10.0.1.35&gt; 1) software that runs at boot time (e.g., old versions of LILO)
+10.0.1.35&gt; 2) booting and partitioning software from other OSs
+10.0.1.35&gt; (e.g., DOS FDISK, OS/2 FDISK)
+10.0.1.35&gt; Warning: invalid flag 0x0000 of partition table 4 will be corrected by w(rite)
+10.0.1.35&gt;
+10.0.1.35&gt; Command (m for help): The partition table has been altered!
+10.0.1.35&gt;
+10.0.1.35&gt; Calling ioctl() to re-read partition table.
+10.0.1.35&gt; Syncing disks.
+10.0.1.35&gt; Writing partition table for sda using fdisk...OK
+10.0.1.35&gt; Formatting /dev/sda5 as ext3...OK
+10.0.1.35&gt; Formatting /dev/sda1 as swap...OK
+10.0.1.35&gt; - Mounting /dev/sda5 as /mnt/disk/ ......OK
+10.0.1.35&gt; ++++++++++++++++++++++++++
+10.0.1.35&gt; rootfs on / type rootfs (rw)
+10.0.1.35&gt; /proc on /proc type proc (rw)
+10.0.1.35&gt; none on /sys type sysfs (rw)
+10.0.1.35&gt; none on /proc/bus/usb type usbfs (rw)
+10.0.1.35&gt; /dev/ram3 on /tmp/stage2 type ext2 (rw)
+10.0.1.35&gt; /dev/sda5 on /mnt/disk type ext3 (rw,data=ordered)
+10.0.1.35&gt; ++++++++++++++++++++++++++
+10.0.1.35&gt; Linux copy is about to start
+10.0.1.35&gt; Server IP is 10.0.1.40
+10.0.1.35&gt; Buffers names :pipe
+Total data received = 620 Megs (11.222 Mbytes/sec); BUF :0M End of data flow
+10.0.1.35&gt; Flushing buffers
+10.0.1.35&gt; Total data received = 627 Megs, in 434960 packets
+10.0.1.35&gt; Elapsed time = 128.482 seconds, throughput = 4.886 Mbytes/second
+10.0.1.35&gt; Syncing disks...OK
+10.0.1.35&gt; Linux copy done.
+10.0.1.35&gt; Creating excluded directories
+10.0.1.35&gt; - bootloader is grub --with=jfs --with=ata_piix (user choice and options)
+10.0.1.35&gt; - Removing duplicated dhcp cache
+10.0.1.35&gt; - Writing modprobe.conf
+10.0.1.35&gt; ********************
+10.0.1.35&gt; install scsi_hostadapter /sbin/modprobe aic7xxx; /sbin/modprobe ata_piix; /bin/true
+10.0.1.35&gt; alias eth0 eepro100
+10.0.1.35&gt; alias eth1 eepro100
+10.0.1.35&gt; ********************
+10.0.1.35&gt; - Remove ude network rules
+10.0.1.35&gt; removed `/mnt/disk/etc/udev/rules.d/61-net_config.rules'
+10.0.1.35&gt; - Running mkinitrd
+10.0.1.35&gt; Looking for default grub menu
+10.0.1.35&gt; - erase old initrd.img link
+10.0.1.35&gt; removed `/mnt/disk/boot/initrd.img'
+10.0.1.35&gt; initrd will be : /boot/initrd-2.6.22.9-desktop-1mdv.img
+10.0.1.35&gt; running: chroot /mnt/disk /sbin/mkinitrd -v -f --with=jfs /boot/initrd-2.6.22.9-desktop-1mdv.img 2.6.22.9-desktop-1mdv
+10.0.1.35&gt; Looking for deps of module aic7xxx
+ 10.0.1.35&gt; scsi_transport_spi scsi_mod
+10.0.1.35&gt; Looking for deps of module scsi_transport_spi
+ 10.0.1.35&gt; scsi_mod
+10.0.1.35&gt; Looking for deps of module scsi_mod
+10.0.1.35&gt; skip dups
+10.0.1.35&gt; Looking for deps of module sd_mod
+ 10.0.1.35&gt; scsi_mod
+10.0.1.35&gt; Looking for deps of module scsi_wait_scan
+ 10.0.1.35&gt; scsi_mod
+10.0.1.35&gt; Looking for deps of module ext3
+ 10.0.1.35&gt; jbd
+10.0.1.35&gt; Looking for deps of module jbd
+10.0.1.35&gt; Looking for deps of module jfs
+10.0.1.35&gt; Using modules: /lib/modules/2.6.22.9-desktop-1mdv/kernel/drivers/scsi/scsi_mod.ko /lib/modules/2.6.22.9-desktop-1mdv/kernel/drivers/scsi/scsi_transport_spi.ko /lib/modules/2.6.22.9-desktop-1mdv/kernel/drivers/scsi/aic7xxx/aic7xxx.ko /lib/modules/2.6.22.9-desktop-1mdv/kernel/drivers/scsi/sd_mod.ko /lib/modules/2.6.22.9-desktop-1mdv/kernel/drivers/scsi/scsi_wait_scan.ko /lib/modules/2.6.22.9-desktop-1mdv/kernel/fs/jbd/jbd.ko /lib/modules/2.6.22.9-desktop-1mdv/kernel/fs/ext3/ext3.ko /lib/modules/2.6.22.9-desktop-1mdv/kernel/fs/jfs/jfs.ko
+10.0.1.35&gt; Using /tmp as temporary directory.
+10.0.1.35&gt; /sbin/nash -&gt; /tmp/initrd.tG1408/bin/nash
+ 10.0.1.35&gt; /lib/modules/2.6.22.9-desktop-1mdv/kernel/drivers/scsi/scsi_mod.ko.gz: 60.6%
+ 10.0.1.35&gt; /lib/modules/2.6.22.9-desktop-1mdv/kernel/drivers/scsi/scsi_transport_spi.ko.gz: 63.1%
+ 10.0.1.35&gt; /lib/modules/2.6.22.9-desktop-1mdv/kernel/drivers/scsi/aic7xxx/aic7xxx.ko.gz: 61.4%
+ 10.0.1.35&gt; /lib/modules/2.6.22.9-desktop-1mdv/kernel/drivers/scsi/sd_mod.ko.gz: 60.2%
+ 10.0.1.35&gt; /lib/modules/2.6.22.9-desktop-1mdv/kernel/drivers/scsi/scsi_wait_scan.ko.gz: 77.3%
+ 10.0.1.35&gt; /lib/modules/2.6.22.9-desktop-1mdv/kernel/fs/jbd/jbd.ko.gz: 60.5%
+ 10.0.1.35&gt; /lib/modules/2.6.22.9-desktop-1mdv/kernel/fs/ext3/ext3.ko.gz: 53.9%
+ 10.0.1.35&gt; /lib/modules/2.6.22.9-desktop-1mdv/kernel/fs/jfs/jfs.ko.gz: 51.4%
+10.0.1.35&gt; Loading module scsi_mod.ko
+10.0.1.35&gt; Loading module scsi_transport_spi.ko
+10.0.1.35&gt; Loading module aic7xxx.ko
+10.0.1.35&gt; Loading module sd_mod.ko
+10.0.1.35&gt; Loading module scsi_wait_scan.ko
+10.0.1.35&gt; Loading module jbd.ko
+10.0.1.35&gt; Loading module ext3.ko
+10.0.1.35&gt; Loading module jfs.ko
+10.0.1.35&gt; /usr/sbin/resume -&gt; /tmp/initrd.tG1408/bin
+10.0.1.35&gt; Contents of RCFILE:
+10.0.1.35&gt; #!/bin/nash
+10.0.1.35&gt;
+10.0.1.35&gt; echo "Loading scsi_mod.ko module"
+10.0.1.35&gt; insmod /lib/scsi_mod.ko
+10.0.1.35&gt; echo "Loading scsi_transport_spi.ko module"
+10.0.1.35&gt; insmod /lib/scsi_transport_spi.ko
+10.0.1.35&gt; echo "Loading aic7xxx.ko module"
+10.0.1.35&gt; insmod /lib/aic7xxx.ko
+10.0.1.35&gt; echo "Loading sd_mod.ko module"
+10.0.1.35&gt; insmod /lib/sd_mod.ko
+10.0.1.35&gt; echo "Loading scsi_wait_scan.ko module"
+10.0.1.35&gt; insmod /lib/scsi_wait_scan.ko
+10.0.1.35&gt; echo "Loading jbd.ko module"
+10.0.1.35&gt; insmod /lib/jbd.ko
+10.0.1.35&gt; echo "Loading ext3.ko module"
+10.0.1.35&gt; insmod /lib/ext3.ko
+10.0.1.35&gt; echo "Loading jfs.ko module"
+10.0.1.35&gt; insmod /lib/jfs.ko
+10.0.1.35&gt; echo Mounting /proc filesystem
+10.0.1.35&gt; mount -t proc /proc /proc
+10.0.1.35&gt; echo Mounting sysfs
+10.0.1.35&gt; mount -t sysfs none /sys
+10.0.1.35&gt; echo Creating device files
+10.0.1.35&gt; mountdev size=32M,mode=0755
+10.0.1.35&gt; mkdevices /dev
+10.0.1.35&gt; echo Creating root device
+10.0.1.35&gt; mkrootdev /dev/root
+10.0.1.35&gt; resume
+10.0.1.35&gt; echo 1 &gt; /sys/power/suspend2/do_resume
+10.0.1.35&gt; echo 1 &gt; /sys/power/tuxonice/do_resume
+10.0.1.35&gt; echo Mounting root filesystem /dev/root with flags relatime
+10.0.1.35&gt; mount -o relatime --ro -t ext3 /dev/root /sysroot
+10.0.1.35&gt; echo Switching to new root
+10.0.1.35&gt; switchroot --movedev /sysroot
+10.0.1.35&gt; echo Initrd finished
+10.0.1.35&gt; First drive will be: /dev/sda
+10.0.1.35&gt; Installation finished. No error reported.
+10.0.1.35&gt; This is the contents of the device map /boot/grub/device.map.
+10.0.1.35&gt; Check if this is correct or not. If any of the lines is incorrect,
+10.0.1.35&gt; fix it and re-run the script `grub-install'.
+10.0.1.35&gt;
+10.0.1.35&gt; (hd0) /dev/sda
+10.0.1.35&gt; (hd1) /dev/sdb
+10.0.1.35&gt; umount: /mnt/disk/dev: not mounted
+10.0.1.35&gt; Umounting /dev/sda5...OK
+10.0.1.35&gt; AUTH not understood
+10.0.1.35&gt; Local directory now /tmp
+exec lsmod
+10.0.1.35&gt; &lt;console&gt;
+10.0.1.35&gt; &lt;console&gt;
+10.0.1.35&gt; &lt;console&gt; exec lsmod
+10.0.1.35&gt; Module Size Used by
+10.0.1.35&gt; aic7xxx 167992 0
+10.0.1.35&gt; scsi_transport_spi 22432 1 aic7xxx
+10.0.1.35&gt; ata_piix 12228 0
+10.0.1.35&gt; libata 109424 1 ata_piix
+10.0.1.35&gt; sr_mod 15044 0
+10.0.1.35&gt; sd_mod 25888 0
+10.0.1.35&gt; scsi_mod 124908 5 aic7xxx,scsi_transport_spi,libata,sr_mod,sd_mod
+10.0.1.35&gt; loop 14212 0
+10.0.1.35&gt; jfs 176708 0
+10.0.1.35&gt; xfs 528088 0
+10.0.1.35&gt; reiserfs 247908 0
+10.0.1.35&gt; ext3 118824 0
+10.0.1.35&gt; jbd 50184 1 ext3
+10.0.1.35&gt; vfat 10816 0
+10.0.1.35&gt; nls_iso8859_1 4672 0
+10.0.1.35&gt; nls_cp437 6304 0
+10.0.1.35&gt; fat 45980 1 vfat
+10.0.1.35&gt; isofs 31452 0
+10.0.1.35&gt; piix 9060 0 [permanent]
+10.0.1.35&gt; ide_cd 35488 0
+10.0.1.35&gt; ide_disk 14496 0
+10.0.1.35&gt; ide_core 99396 3 piix,ide_cd,ide_disk
+10.0.1.35&gt; af_packet 17960 0
+10.0.1.35&gt; eepro100 28432 0
+10.0.1.35&gt; mii 5376 1 eepro100
+10.0.1.35&gt; usbkbd 6304 0
+10.0.1.35&gt; uhci_hcd 22736 0
+10.0.1.35&gt; usbcore 113928 3 usbkbd,uhci_hcd
+</pre></div></div></div></body></html>
diff --git a/docs/ka_method/html/styleguibo.css b/docs/ka_method/html/styleguibo.css
new file mode 100644
index 000000000..9d088cc93
--- /dev/null
+++ b/docs/ka_method/html/styleguibo.css
@@ -0,0 +1,296 @@
+/* Documentation specific changes */
+
+span.guilabel {
+ padding: 0px, 1px, 0px, 1px;
+ margin: 1px;
+ background: #e6e6e6;
+ border-style: none;
+}
+
+span.guimenu, span.guimenuitem, .guibutton {
+ padding: 0px, 1px, 0px, 1px;
+ margin: 1px;
+ border-top: 1px solid #eeeeee;
+ border-right: 2px solid #cccccc;
+ border-bottom: 2px solid #cccccc;
+ border-left: 1px solid #eeeeee;
+ background: #f5f5f5;
+}
+
+span.accel {
+ text-decoration: underline;
+}
+
+pre.screen { background-color: #E0E0E0; }
+pre.programlisting { background-color: #E0E0E0; }
+
+/* Colours borrowed from Firefox's keyboard shortcuts table */
+.keycap, .keysym {
+ padding: 0px, 1px, 0px, 1px;
+ margin: 1px;
+ border-top: 1px solid #eedddd;
+ border-right: 2px solid #bbaaaa;
+ border-bottom: 2px solid #bbaaaa;
+ border-left: 1px solid #eeeedd;
+ background: #faf6f6;
+ font-family: Courier, monospaced, mono;
+}
+
+
+/* Mandrakesoft.com website default */
+
+BODY {
+ background-color: #ffffff;
+ font-family: Arial, sans-serif;
+ font-size: 14px;
+ color: #333333;
+}
+
+.plinks {
+ background-color: #ffffff;
+ font-family: Arial, sans-serif;
+ font-size: 13px;
+ color: #333333;
+}
+
+TD {
+ font-family: Arial, sans-serif;
+ font-size: 15px;
+ color: #333333;
+}
+
+FORM {
+ display: inline;
+}
+
+A:link {
+ text-decoration: none;
+ color: #21449c;
+}
+
+A:visited {
+ text-decoration: none;
+ color: #21449c;
+}
+
+A:hover {
+ text-decoration: underline;
+ color: #21449c;
+}
+
+A:active {
+ text-decoration: underline;
+ color: #21449c;
+}
+
+INPUT, SELECT {
+ font-size: 15px;
+}
+
+A.News {
+ font-size: 13px;
+ color: #333333;
+}
+
+h1 {
+ font-family: Arial, sans-serif;
+ font-size: 23px;
+ font-weight: bold;
+ color: #000000;
+}
+
+h2 {
+ font-family: Arial, sans-serif;
+ font-size: 18px;
+ font-weight: bold;
+ color: #21449c;
+ display: inline;
+}
+
+h3 {
+ font-family: Arial, sans-serif;
+ font-size: 15px;
+ font-weight: italic;
+ color: #11649b;
+ padding: 25px;
+ display: inline;
+}
+
+h4 {
+ font-family: Arial, sans-serif;
+ font-size: 14px;
+ padding: 45px;
+ display: inline;
+}
+
+h3.div {
+ font-family: Arial, sans-serif;
+ font-size: 11px;
+ padding: 45px;
+ display: inline;
+}
+
+
+#MainTable {
+ width: 900px;
+}
+
+
+#ContentTable {
+ width: 719px;
+}
+
+.SelectedLinks {
+ color: #333333;
+ font-size: 15px;
+ font-weight: bold;
+ padding: 3px;
+ background-color: #eeeeee;
+}
+
+
+.Footer {
+ font-size: 14px;
+ padding: 3px;
+ background-color: #eeeeee;
+}
+
+
+.BoxTitle {
+ font-size: 15px;
+ color: #333333;
+ padding-top: 2px;
+ padding-bottom: 2px;
+ font-weight: bold;
+}
+
+.BoxContent {
+ font-size: 13px;
+ color: #333333;
+ padding-top: 2px;
+ padding-bottom: 2px;
+}
+
+.SelectList {
+ background-color: #ffffff;
+ color: #333333;
+ border-style: none;
+}
+
+.InputText {
+ font-size: 15px;
+ border-style: solid;
+ background-color: #ffffff;
+ border-color: #cccccc;
+}
+
+A.FocusTitle {
+ color: #999999;
+ font-weight: bold;
+ font-size: 15px;
+ font-decoration: none;
+}
+
+.HomeLink, A.HomeLink {
+ color: #21449c;
+ font-size: 15px;
+}
+
+.HomeNewsDate {
+ color: #21449c;
+ font-size: 13px;
+}
+
+.text {
+ font-family: Arial, sans-serif;
+ font-size: 15px;
+ color : #333333;
+}
+
+.texte {
+ font-family: Arial, sans-serif;
+ font-size: 15px;
+ color : #333333;
+}
+
+.text4form {
+ font-family: Arial, sans-serif;
+ font-size: 15px;
+ color: #333333;
+}
+
+
+.titre1 {
+ font-family: Arial, sans-serif;
+ font-size: 15px;
+ font-weight: bold;
+ color: #21449c;
+}
+
+.titre2 {
+ font-family: Arial, sans-serif;
+ font-size: 15px;
+ font-weight: bold;
+ color: #21449c;
+ display: inline;
+}
+
+.titre3 {
+ font-family: Arial, sans-serif;
+ font-size: 15px;
+ font-weight: bold;
+ color: #333333;
+}
+
+.textbox {
+ font-family: Arial, sans-serif;
+ text-align: left;
+ font-size: 15px;
+ color: #000000;
+}
+
+.newsdate {
+ font-family: Arial, sans-serif;
+ font-size: 15px;
+ color: #000000;
+}
+
+.date {
+ font-family: Arial, sans-serif;
+ font-size: 13px;
+ font-weight: normal;
+ color: #333333;
+}
+
+.note {
+ font-family: Arial, sans-serif;
+ font-size: 13px;
+ color: #333366;
+}
+
+.inzedark {
+ font-family: Arial, sans-serif;
+ font-size: 13px;
+ color: #ffffff;
+}
+
+.titrinzedark {
+ font-family: Arial, sans-serif;
+ font-size: 13px;
+ font-weight: bold;
+ color: #ffffff;
+}
+
+.TitreHome1 {
+ font-family: Arial, sans-serif;
+ font-size: 21px;
+ font-weight: bold;
+ color: #acacac;
+ }
+
+.TitreHome2 {
+ font-family: Arial, sans-serif;
+ font-size: 18px;
+ font-weight: bold;
+ color: #21449c;
+ }
diff --git a/docs/ka_method/oneduplication.xsl b/docs/ka_method/oneduplication.xsl
new file mode 100644
index 000000000..e63762722
--- /dev/null
+++ b/docs/ka_method/oneduplication.xsl
@@ -0,0 +1,37 @@
+<?xml version='1.0'?>
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ version='1.0'
+ xmlns="http://www.w3.org/TR/xhtml1/transitional"
+ exclude-result-prefixes="#default">
+
+<xsl:import
+ href="/usr/share/sgml/docbook/xsl-stylesheets/xhtml/onechunk.xsl"/>
+<xsl:param name="chunk.section.depth" select="'1'"/>
+<xsl:param name="html.ext" select="'.html'"/>
+<xsl:param name="navig.graphics" select="'0'"/>
+<xsl:param name="generate.chapter.toc" select="'1'"/>
+<xsl:param name="toc.section.depth" select="'3'"/>
+<xsl:param name="generate.toc">
+ appendix toc
+ article toc
+ chapter toc
+ part toc
+ preface toc
+ qandadiv toc
+ qandaset toc
+ reference toc
+ section toc
+ set toc
+</xsl:param>
+<xsl:param name="section.autolabel" select="'1'"/>
+<xsl:param name="chunker.output.encoding" select="'ISO-8859-1'"/>
+<xsl:param name="section.autolabel" select="'1'"/>
+<xsl:param name="section.label.includes.component.label" select="1"/>
+<xsl:param name="html.stylesheet.type">text/css</xsl:param>
+<xsl:param name="html.stylesheet">styleguibo.css</xsl:param>
+<xsl:param name="css.decoration">1</xsl:param>
+<xsl:param name="callout.defaultcolumn" select="'60'"/>
+<xsl:param name="callout.graphics" select="'1'"/>
+<xsl:param name="callout.list.table" select="'1'"/>
+<xsl:param name="callout.graphics.path">images</xsl:param>
+</xsl:stylesheet>
diff --git a/docs/ka_method/styleguibo.css b/docs/ka_method/styleguibo.css
new file mode 100644
index 000000000..9d088cc93
--- /dev/null
+++ b/docs/ka_method/styleguibo.css
@@ -0,0 +1,296 @@
+/* Documentation specific changes */
+
+span.guilabel {
+ padding: 0px, 1px, 0px, 1px;
+ margin: 1px;
+ background: #e6e6e6;
+ border-style: none;
+}
+
+span.guimenu, span.guimenuitem, .guibutton {
+ padding: 0px, 1px, 0px, 1px;
+ margin: 1px;
+ border-top: 1px solid #eeeeee;
+ border-right: 2px solid #cccccc;
+ border-bottom: 2px solid #cccccc;
+ border-left: 1px solid #eeeeee;
+ background: #f5f5f5;
+}
+
+span.accel {
+ text-decoration: underline;
+}
+
+pre.screen { background-color: #E0E0E0; }
+pre.programlisting { background-color: #E0E0E0; }
+
+/* Colours borrowed from Firefox's keyboard shortcuts table */
+.keycap, .keysym {
+ padding: 0px, 1px, 0px, 1px;
+ margin: 1px;
+ border-top: 1px solid #eedddd;
+ border-right: 2px solid #bbaaaa;
+ border-bottom: 2px solid #bbaaaa;
+ border-left: 1px solid #eeeedd;
+ background: #faf6f6;
+ font-family: Courier, monospaced, mono;
+}
+
+
+/* Mandrakesoft.com website default */
+
+BODY {
+ background-color: #ffffff;
+ font-family: Arial, sans-serif;
+ font-size: 14px;
+ color: #333333;
+}
+
+.plinks {
+ background-color: #ffffff;
+ font-family: Arial, sans-serif;
+ font-size: 13px;
+ color: #333333;
+}
+
+TD {
+ font-family: Arial, sans-serif;
+ font-size: 15px;
+ color: #333333;
+}
+
+FORM {
+ display: inline;
+}
+
+A:link {
+ text-decoration: none;
+ color: #21449c;
+}
+
+A:visited {
+ text-decoration: none;
+ color: #21449c;
+}
+
+A:hover {
+ text-decoration: underline;
+ color: #21449c;
+}
+
+A:active {
+ text-decoration: underline;
+ color: #21449c;
+}
+
+INPUT, SELECT {
+ font-size: 15px;
+}
+
+A.News {
+ font-size: 13px;
+ color: #333333;
+}
+
+h1 {
+ font-family: Arial, sans-serif;
+ font-size: 23px;
+ font-weight: bold;
+ color: #000000;
+}
+
+h2 {
+ font-family: Arial, sans-serif;
+ font-size: 18px;
+ font-weight: bold;
+ color: #21449c;
+ display: inline;
+}
+
+h3 {
+ font-family: Arial, sans-serif;
+ font-size: 15px;
+ font-weight: italic;
+ color: #11649b;
+ padding: 25px;
+ display: inline;
+}
+
+h4 {
+ font-family: Arial, sans-serif;
+ font-size: 14px;
+ padding: 45px;
+ display: inline;
+}
+
+h3.div {
+ font-family: Arial, sans-serif;
+ font-size: 11px;
+ padding: 45px;
+ display: inline;
+}
+
+
+#MainTable {
+ width: 900px;
+}
+
+
+#ContentTable {
+ width: 719px;
+}
+
+.SelectedLinks {
+ color: #333333;
+ font-size: 15px;
+ font-weight: bold;
+ padding: 3px;
+ background-color: #eeeeee;
+}
+
+
+.Footer {
+ font-size: 14px;
+ padding: 3px;
+ background-color: #eeeeee;
+}
+
+
+.BoxTitle {
+ font-size: 15px;
+ color: #333333;
+ padding-top: 2px;
+ padding-bottom: 2px;
+ font-weight: bold;
+}
+
+.BoxContent {
+ font-size: 13px;
+ color: #333333;
+ padding-top: 2px;
+ padding-bottom: 2px;
+}
+
+.SelectList {
+ background-color: #ffffff;
+ color: #333333;
+ border-style: none;
+}
+
+.InputText {
+ font-size: 15px;
+ border-style: solid;
+ background-color: #ffffff;
+ border-color: #cccccc;
+}
+
+A.FocusTitle {
+ color: #999999;
+ font-weight: bold;
+ font-size: 15px;
+ font-decoration: none;
+}
+
+.HomeLink, A.HomeLink {
+ color: #21449c;
+ font-size: 15px;
+}
+
+.HomeNewsDate {
+ color: #21449c;
+ font-size: 13px;
+}
+
+.text {
+ font-family: Arial, sans-serif;
+ font-size: 15px;
+ color : #333333;
+}
+
+.texte {
+ font-family: Arial, sans-serif;
+ font-size: 15px;
+ color : #333333;
+}
+
+.text4form {
+ font-family: Arial, sans-serif;
+ font-size: 15px;
+ color: #333333;
+}
+
+
+.titre1 {
+ font-family: Arial, sans-serif;
+ font-size: 15px;
+ font-weight: bold;
+ color: #21449c;
+}
+
+.titre2 {
+ font-family: Arial, sans-serif;
+ font-size: 15px;
+ font-weight: bold;
+ color: #21449c;
+ display: inline;
+}
+
+.titre3 {
+ font-family: Arial, sans-serif;
+ font-size: 15px;
+ font-weight: bold;
+ color: #333333;
+}
+
+.textbox {
+ font-family: Arial, sans-serif;
+ text-align: left;
+ font-size: 15px;
+ color: #000000;
+}
+
+.newsdate {
+ font-family: Arial, sans-serif;
+ font-size: 15px;
+ color: #000000;
+}
+
+.date {
+ font-family: Arial, sans-serif;
+ font-size: 13px;
+ font-weight: normal;
+ color: #333333;
+}
+
+.note {
+ font-family: Arial, sans-serif;
+ font-size: 13px;
+ color: #333366;
+}
+
+.inzedark {
+ font-family: Arial, sans-serif;
+ font-size: 13px;
+ color: #ffffff;
+}
+
+.titrinzedark {
+ font-family: Arial, sans-serif;
+ font-size: 13px;
+ font-weight: bold;
+ color: #ffffff;
+}
+
+.TitreHome1 {
+ font-family: Arial, sans-serif;
+ font-size: 21px;
+ font-weight: bold;
+ color: #acacac;
+ }
+
+.TitreHome2 {
+ font-family: Arial, sans-serif;
+ font-size: 18px;
+ font-weight: bold;
+ color: #21449c;
+ }
WTQS[h=+bVl~ M.B aiEYH_/QZe4x jbHU%@|n!2tO`Qxv+UD@K& ͠X!=}}l'GH sȐISd @T(d&Bl0:聉1hVD/6YMEtG\ "$&:d{jW.F hɼt!&3ȚLȱHM‘yyO'6@1?k/|}g…C:w6Í3~F|oB7ںER='o+R}4e/<|&^C5bK= L|Z!No1@ }qğzFq).鄩XuC4h4&Tgi9V]0$?w;!~r/ : [=' CNc(mB=o# K J2OhiS""ٯHh:fӈ9X7*pRJeB )탚v܇^/ lnXyn qzu[.t]F3K$H˛B.W^1s4;"6M0-gnMVRIeO]Z^Ծ&2amG7As,ԆdQ2 NFy:D%YL=dؼBOΓɾk|S/j2?G$ p|]&zUQPOHm 85lЕrf68O$Z =ϦJ8;lUQ.޶ds$Q'/7sA)8qʛ8y`IRsh޲$zn?6œ<~j Ng3TP4+f)TYqm޴e* (ANck $Ja}JfU"u_"kMv^goR6pS,l%v!!&gX*Wi.ǜP'[QDױ۹ഡu(x./Ve;;.3(|ToUP|46|韜 A$}9{tWMes3jbh~z,Å=bGOmLR͕dTʿgh3{U'Nv> (:}ڦ/%S)6bw%k<]ͯ uֹ\׺ZYroVf(]U-@ :W3elq{TXXQ%HpR=mN":]EȚ.G!z<XiEy$Jzq981rBD/NB|iB/[\{&}H0V'ś;Ql/?ZD^$ NkYm ,!@'"ALBLX]ɀ\f]:`(;MAp2tjUfo/$Ŋb¤J3hmۭނ^S%:=d =v;sf,)hLXW+gMmQ:&(Aev`8LRR?Xɻ0!(l:܁:k8 EG胝K cossto7qFJIvaW=JeFWV=YoۋS7BYWPz!;1F ֟H+lvŁ u@씔fqGu2nZrN;yIȕ_ /j+xEy/up h~;>gdmSJ7,dX87z8@EK'ZzG'f  ;Y]#q z-״K2=0} HGU͞)E"xJ;髗?+/KTa]Q0t@u?\0TSd\W/93V(0ay E<|O.M8 zN{eM\)2wuTL-m#'6#CZ0Uސrۧ"n b! Y&c*qa0^H$<(wUdw$rV*D"Ij{V)mNO?Kf ֩h=3Z&vdK) @%R+\@~[g34g%zR/ *UJagtQi Q$JF :L;Lʥ8ͲyqMF1BQUaįkC[ЕKږZ=˳6}3#$9Qݞ>UEYJe>{UĂϿ@!>]/WgkٌZ٫ࣾ[4U͝A Ht@Yd=M |>!^؇VLZTnr0!I6/k &݋ t!H@x̹"V|m`t$$sJJ_ (O G8C0Wo=49ȑv*OQ0w=l֏>xOEYhl4&ˢv|e+\ϵn#ma-RFw!ɉMsXbk}  JVwٗB v[iҜ9$-[,r^p洺wdbp:쬞Bk;b@s))DdXE"j0(wMNN!,g5ySuW O>3 54kЩ`./ၱFZGY~8w6g缺Ϟ|r^>@>@7 k-rzw\Yz}/4]Ưi#lG(̀6c4?H=obUUj8 b#-|WXK.(*:`X5Zta6pd1~y)j=[Xo)u~6ejڀ ww2gcHtq%mŕD~*<-䣄4F+vsIaRejU$ˆ Y>4 1ǞjoPybhl}gDB9RGH[>D8Y-{} IbPlH#:9:+'"K9ͼ ƒN\vn`׋#% x7G>jMR~1KE{8TLDIߧ!*uD7'Y6|?ɬ|r҃n(Jb,%遄>J;uY:kQ.>\\`W_^ [<@R6Tnp +Y˿!U2#m|&j0Pcvyov;h._5kC\q&ЎiGwPY(^߷jLs3V^0 YSyoa#|+$+}S,A;׭w%O.'LYȕ+`<JtY͏9rڪ^u'wC{lWDGMܺ@xWthl v4ދl?ԧ`A2_BeIOB_"VW_1+JIeE%>KMLQWi@B(17T`4uH2BA6Hڨ?&M$^"OS籧ZX0b֠UrS'b9Z=|Arg5!ˣ6@q]>MBj1QOt;"H4J1]HB=\ƤD\SJ ).^?:CJvz3oH J ,x^|ϣ3THar >G5_:eyMĔφ,m5v 'W1CD}B:!WGՌS ,U![X\C-{#W" \̍D:1-r?/r5P'+#P9q!ˆ9Y~ۖBQ/o s1^߿xc|:?Ι >lm#5~FirSML"KFC7!N:1X^ƞA@FY$36;шcp׵jXj@M-0W,xƁ?_7Dg6C`jzi,$?G:)]RIWbٿ"eF${o ?(f7;&9yuGֲVDRSdtdz*MJWA)`M7sFN-hYvy߶ bD )YLInC@@ Vl/Iy=yX|d}SQ܃~>38E`"KdBaZŠ\'%j|ۜ & 0[{,S]_(QE|xB9L tOl%E{I+2(W?C̿*[^2D_ڔh5 J[XAZ3/|Oha@q]YӬ:n㨻C<1wM(ܵj$)<V[GP/!Uud 1rPHzzQ-O1PHGvaQU١j]ZqFEtWiXxvhb຦ xMvy6vvޙH2'[Q^hľX$J|q%aD`1PUc ^+RlSQw7O3~KWu\J%,>p֑œu}}t N0+^rRusfBy72bܖˈ/2I;arQ!ٜġ9I;86>jჺ2->!1~-lB~b;r,ἠK Ih'=TԋoRZCriQ'$W螤.KW0(%3!]OϛUŎyfFJw גVIV=1$l)T>AMe0p MX2&ZHƖǠzI~aJ5AsԢ ݪT T?7w:IXk' CmԽgI UA\鵰BYho4b^[lҪYCM voA*`X==hXbM? =.!A[h~U:E /d ¡+M@ ^U.;djdaeQ; bByuD`a̭w-:6r{.q94Fy{E!]C=^Fք6ڢ6HkyEMMBsFo$sFW5't }N%խ G#[EӺ7#4$I=v&g.&ÁƜ=\ssZ [SBM['n3R ( l>$w[qf +K^O{Tڮ򍯁wFۂm%r9ɺ$sde^ sdL0{T@SNL9) a~WCCesG5GTD~scw foܧT[˛u¼:}pޥM>n&k@ဳ~v&QAkD?ƅV\>X)4bsYD:fn YVgl8TTC7[*Y&eñXOC`]KQ±UOXI'_x=%AV2i-ѴY&Nh;ck4Bӝ{%/ .O7*sW~O$쳂Zcz ֱx1_EڄtesR_ph?J6ݺ<`oC=]E[;C cy#A|ޅi2t?\gy&q(E rDТ^* )@'?:YK2aji]MHax"8v<꺃A(4?=zV;bJ;Nuj~-}L鸆סE蹑Ʒ{a32p<\H_'-$ls`v%1?LiiJC+wZRӡ =ME[Y=R 9wQp9"3aNl>JSQ?'T=c"Dl/eY@U<Js_(qO=ZD /wmVt:J.CfTl$0Z+A!<> 8QzTd@UeC_.4:0 I734. }֮Rm&U+iEMj0w.`Lqc}DU3cmp[y[a5!6!³% :4}B?EGoyoeoaC6',2 \Ǜt WO9.:OxN+rD I8c\JyD_ 6S̽~@Fxˎi)LLڸ=]#wq (YM> )Ъ-&_ķ{D^;rv=;G1q[pDSP#z&.Wx -ݔP{pf">0 Cm߽9[snOTHN)tDq2oX;ǐYp5Ov'D@  xP9%!ٌga-]'IH S C \ZkXU|f%%+iBř-_?6V;087($I$^rQ;DcF3~ɔU_^I覆ִ,>9V$cI8",3:)̣3GIr(:NR  e;XbIؕ?Vk`oItR"m0Ց>}1T_^?QWԸe% J\ȋ ή *W +ƪ*r (!PMaNXc2e"#D0p7*P*:\ƽ%9ˁ*y}Lm-@ [7[yZU,LH@ R&ȇ#i-x) hQnV1(Ԑtx -*]~ _ΦE0Qz`>wcX1my( kgbœ"5cXSgM2y[s[̈́ɇ:w$S+XիZK gg3 >J&aS#@WКx H1268彇dK߂/EV#Gx6=XؘحKA1cp:`<MxKM7~2A|qSm'0]}niD灺[[-p\yYgcCX+,\۰F(ٱ3XVLQЅhez:%F?,r!1}WE5c>@|v[< ??kۛd喴0 k\e/^ZV(Y0q}Ȫ md$A%h/r+e)>i7F|S>B\mA䅷1kV; >QI~yof%՚eJ> !Hb9Y(+h¤e07OT\.q~[L4Bd. K-VvMDh",),'D' $m|p9aw,Mӿɱ=BI3A ltnLvH_> wkpӟR? zypqW<y @<ɉ=?giEG!q RKwG;+Lȶ>3IV"/ fH d+fƕ#7Yu4BGgI!5KI0op ú~*2MF;x[o毜A\HHʲ rRvۈ6'MEu|L4;0vLC'Uk0'xk7=Bv,u7MDr֡ۺJҼlࡺҞȟ/ GWG1<ͻkS[>L1v0^mFMiXgMKgl9yX r +tN8}ϥMx}09x1hn k7CP`$@< 9j CD9 +oTjPor26t}W OqLqpgRϦ%]yS+7ч-(D3B9kyFY+8+|wI2ڗOg RtJEh56f`Yv+dh{I^bQX"'CL!8e2 A\j4KaWW=FBl#e+YXч|ӛ2O =X~Gye K 5VEwXLi)U):X0=ZRAh %؄͔$ 94,g eg; h3hXl'=,;CCh>!3 _p,DbšCCܐ;K*#vAqqM,leAn'탣t! |2EqQs ߂`?Q8gs 'OR98a#-Dޚ`%Ǵ5U.UE\ ;ât;Pڹ/-p]e6&E&XD]M*}80)dDx2'l"[VU۪Q.ɺ/xR7TSf8Љ$*X{|Qh okR8^)Kzwx;*J1 5W$@綸BB;d&>V{Iޜtmкԇp[`<TOlPFC/H㨛dt}#dž=o-2Vn"/%vn֊M;b}ƣQ0[fƃc-ޢ{Zm\\f^$-p6Mpߠ5t_Z8b܃'ބK7P1^ɭ*%y@2FKvS׏>8&B4`?eқD{"F{Z8]H0K5%ȼ>,4hM]9C(-Cx]Eu^"*e5xYOYkxOhT eDɜ":'zp2i4m4QYrDchQEdJV-&S0FCcrmrZtȎJgWZBb pFDz!oԋ ,LU7ϱdꓜ-l8W ӍD+$7BW k#*b I(]&>[.[ޫay?6.z Y3Ɣ*g6!:P9FA'R(ʜTɩ}r}"1^^K+UHTi]C^.-J\ڑi QO_Lf"v")zpiƬiBR?ݴeBe/0tk4P<C;O7tcfCi970#(0W=\חA5 E\9ĽvZ9}F 3/.kd6^?+e`'MvZ?Y؞9K,i"31ŞMcwC1\"Yxqˀ*wD. jU9o*Fx%ݵc(5[vree 0)H@,p}+ń1@>$7E5}Gͮ'@}s+ ^Q!C}GCwƒz8W.% +[rȒ? htQ(>0yS#88(Ral~w-H z65@2߁deb"뷾 'SI1 3쬠>%ܺAXkf,X<ηTNEEͣGbzۅR (QM[#͐*B V*]&$Q)S3o^\BKyj],nhfI 3*:)>A3bC'AJk<[ȱl4f^VqV\H65[!qDDeMeRxamF'!}+?Yh=՟uM *u% m B!MV0: RPߜy# Y*5wwsmj\MF)nins̖ӓ^`ěSუ1W5 UiMAK\WZU OEL;_t z|%4\[]S? ͳ:H"EJHO+W6T\N7GZ?msetAw[SUnhA}>g-al׭6r{tFVyjCb^92uF;тL1<hf@q6t]oX݅tak N"'l`L<v '1v( ֧ȱYMt|om]_b۾`|Le! $ܶV,=j'"1e=caբ|N-Sąj9mOPMO7bBx}1뗃' qxVO -7F~(-ȷh NǂJG^N4g^OryPlGL ݊2A(a@t[ K屻,=)s7ztA} W?s7x5VN@Bv {gؗ*Y,S \ő?,䆝t—[bcVW(QdNo=4)ۭ#~U>t9OI}SUN-im~ V=!<_IeڮZSygݍצ«u|UKjmmI<>'TvPAD4`"Yo)}9Y'Fk#vRm}}u{9!֐=V,&$$ڦdN& p,p/(^ *ʉ`h a MdhI҅Cݻ7T r3kU(pxġZD8aoKyF^1eCֶ"2.Ʋ~1>Nj_m/E;)D[?UK݌P5ۆ@F#xrHzN)LlIk)ϣ8FwCv6w(~ Z_Ϧ1qZVr|=5$)R ql^SO!?wVRmc_<`9/`rm!|\x,E`曼;(,Zlaym!0IfOX'K )*i4후"ЎwH $`?;#K;0,5z%7Wpk#! 4ۢ46+"/b. 0~-Ж0s;_x[@ ͸m&{k]&uL2d 6bc<-Rr(Q\ÞڜHqG! +/_Zp7-,hkVϾ H-x K)}[}}͒y#XPq㚓7Ū.9/諩gIpѤ~ YJ]=1PJ7] ~#_j#PLmEq}` >^>`.mw]G_&ĈM;n&{Dea|L㰺miELrLHۼp(I >8ϦS藲ꝸ̥V~#{x8 "jS}_eӘ׿ ÔIށs&KdRH݉ E| B}r7`+^% yjLPkEO_DY=t뙖 `o) &!26U>Icj@結!PbkEz 3Ӯ lJpʫ9ˁ^4>Ѫ2hJ5- .rS?[ Ymٻ!;~-׌ټ圩Nb쇮B0*V?K>XH!cgJ }Rd, q 6nc靤L7=u_E`ȫl2"b Jݯ:9RQQ-M stm?d:rmj$S寮k Q0+,MvR@@cyF(jYa+I/v؆GxAC{`WmA+a .b܆!f[6ѢfqNY3n,g' WF&,f%hf*lfc:оIY:IZT7զ!!. i҂YlJxwwuEכ BAuĐeTa2\Ԛ "1\dɃgm.ɭh}kyP{u3c誥>LUJ)Hn*r<~bcD+kPl2ED?|C=@{ç-'ex.Q!՘ B"ciJ+zrIҥsğxi* $=JBjhSdlmuzmazlE#Wg_pgIsvOf*"R&X2mђO? M q>7 ^PP/~.5y@]c%S/4랖AUl^L.92TLE.4|m"6=uP@&;ٮ7c1 -eN8 ЏM`)+Gո{_v[1BQfhIk]IXy?+G,nb,f4л"AghQӦE֎(>םtUZ?\h`7=g)W(uw~W-uNn#͡/ӎn}XT׹-^ k:b:s&=p1,3kj{ʙm1|*[4wxv]:+yJ:wf7GW*&=)}m31O,޻#-epyjV]]Lӝ,9-8_eѓ#go'sczfM^ĒaA%@l~Obuob{ HGe|DyGӂ4S˫*"t('uO{!| e_04(e3uw<3sЙjc&Ī~X6ߦILZ",'`V '0[slKMz$Xz)tͲ؁U֝mQ+QHZxV z3[ 0 q#ͽ Gh}ta/;'%tKĢ y25zI`pV^; tF!% (>0D4s$ŖB9 }֮Ξ~A2A``;㽅ל&>|pi;+suӬn8ƄpT8rيXWg{sFd~j?@t1R[y_[ús;`78 AͲe>uݤǟ*pɨLEsG6ͲCE8.7W؝{P{ab}AY{!XO.'mw1D^/"<&:s':`@Э?+6~ 5'_E+P2¸hډaF.fMrW_,U*r)Ex(bYΠi8IkCUgjtĔD]x#yR?47~i(Ww#93ρMGblVBukwvGp5d2tC[:C&~^i+@iJAd.Ŗ.J91Jޞ+A> @Uq30Z7xyG!=.O"tton[u6<8uJ0Q8< gD~aYMmo+ }@%]:2O"vhMH>CKtlЊjĞ#≝P(<,<pt2mc;]hΔUd1^JΌx$W܎2KWGW5) kqh>?ZְڹZ[*19^TKفĸԆY6(wl,Yoe5OωkշAw×^|057hǐ98]+s`*[F\].2-1/6lF܇&Yx8ft OQl!(XVe6ZE + ežCjN,nl[~CL(,hSZV\9zOq Fpv231E|F4D7XJQ} Δeɐt;>m[ ):.ꞚYnH${ω!ݭeO-wSHx[T1^eN09]&U,moqw|`c&'l|w BoQ#MྤʩZR682u8(yXL`֒jآ6mkk+ᅬ.}cpVMHOf̎ yBjߟ%Gtҿig&ӹi; AI@ț€\gDv17rNvt}-@:(t,w"3hV/meqN_(m uƧ_xx5^lllJE\dф$гs6c녂O򢽍`,d2 oU-yQL dK8Qb_w,tj3D (KYڸ~+W!x"0j37MiO.  _Qj V:_4Ov©>炫 Gi-*OScȃgW1"@fO:K`g<3t\L!B1d7M,H"3r֫/`}V4xD (W56Зr  0ogb)NBJÆ}=Gz:qNJ _3ΐiThƹl'sW"f΢kc'H<ݑ{Jʉn~LP$q5fA3 ]"}x'"{&$"*jo^9/ ]؈LkPa oD`pZXoxU匞3H zM5n@H-b^XrAg%N\Eui_mF u4i.C7WQ=BŁ5v,'7_V|HV~>_z\4`|*V *bE. (%^20^.6(_ic y.yĊk]O[KH+K9tc kN>(iTi3.q8s˜4‚GkJx=#:y(y~4UMQ "f+( f3f&j3-"Ci1Evt ΞХT w..dW 6cD͸jF!s.9seɸgmPo}u @=n嫹g;PȲ+ } ^_`w`ǯbcZg}<Fע-1jSn;3\Ԛ{#|O hKe=U_z XdJzBM>YG6 4ɗRCM2Q2_UQΫv'#:K%%m5t0x@ߞxr-iA2I?lbֺ r̮ɠO,#Y{^SZAzC:ã0fToJFCb /= s7ֵH$9o?%Q h8C!ϲnY$ᡕcQ?-LNͿT'ATb!; @czʖ-hWȣYr$Tn t[ Ad,湋xxe) ԲqͶQ܄]Tȱ㎂n/W%#M JbʮPxքusfY'E#wc|>wGwlSY僜zڝG as<-t ?zWxa7缐Gn.6)E!#6S@o'c ӯIZ~lSJso3C"9˴A'-c!P@چVqQ.4.I;"e5G~,9W?3uKD%ۛL4'0/~e -BCי_qS x"}ؖ&ϟٟZR,MǼ8ƍ\Q"!+LAMpE٬LǘQxN Ke)NO=*ŀ 6IV3ً?E8o\6ڽ q[rD7ZG%֛β#ucOK%:AKkq# 0mڲIVM",wv"!#W7rVs;Glyƌ1\6vDc .yT(]_w>8/C/lu"l;$y 0+E=f"(fhsVDgd8'E &9r݀ǟ~{V(mc=y"wb~\yPWn|uoJOp\Bx۬"psjSo{pTsƎP+S0ͥ!{XT ).{ސcHRj ")-eƭń{/[T"6KK='N$pzmcaG$xVLcl-Sl@r ӭX+M4UuQҿg,&?J'Q=s1mu!ch_3;stI+ , W +ZoHGdFN3)=9]ҟֶZ.!j8 QIfZ9K9'*cH-^C6꼯d7>iK l#Llh[4e_\+ 3:6K,ꖺR׋NC%Dk?3Dj#T 3 b?dks_te~&+ʾagレc5lP;)b" ^ׄui_V")3l gMX>4r}1p(Rs\r$睞Ͷ1Zx$r@>$W|¾i %@u>m½fڲ%0 SE_hB즶za /U",3e;4OwwXmcl)T__̅Bkv<\6Eq" .d&Rbb 5<83-~6ԫůiH}S__HDeXq؍K%Uz (eOGۭA|W44X .2 C>c&ZCHߏx? 'e8"]A_dʢ55ޟ5J$PhArNl1SsúY7khh:^ٗ4`82=6 qFƟW-?GyLd+Qe`Nnx26Ü`48E P*ֳ9Re#F"4އd(D G_ݗۗ|p,$uu5`&$`0skP6- 1$%Uw4hp oE?`as[aMQg3n;w<x Jf*[~P$ [HAeS 1Q1]8I t'wIϊܤu1ٜ)@{˨Bbo `<,GX ȸ\m[?$N7KCCŒ% A.ܠȓW$luS#Y+AR9AU)$ {1[04a~sDEKxOL@5p- ;'<Ɗ(_sl]S\۝n8x>6R^&Jx;=1fKS `~D헑R2l՚M'V"}J-QνiTU>Iv@ Nٴ.|q{c9>M@QD=XnE [ 7̅kTCh0(?Y @ 5A(WycLƶCSh6m*Kl ~><2CjQlS{JRŰJGĹ#"KiS e="0jraux\)IC#+db\nr4t֛R]V<7 x5jUET/aLe6ވ>YM1%= c25]7'I%KrG9mM_pHUD9D o."68#ɲ?`v< "!D& *'Bq᧖ⳍ|t~_)6p9foİv'gC1g0rbJ6F]<E{5SGM&;[y#^"m֜q}#վl#A~ /{_%/F _stʡUdq[=~ѕPlpj sBjrXMFWHhy6G4jxx _/܀ZŅ6JZ'9TLĸ4u 5WK/%NLziZfIt$ ԅdn'@v3##vRU*Q5 ڋyq"I#Kͣߵ}q˻k0yGǑ`3EVG8S/[4^(`2AlsRQ{Si$c Z"+D9`{ zQDL2^ ˹gP 6} 2XV ÁB;F9+OmYi\C7?kdpV-.˻hMl] w`Tv>ӿ"`Gؠ0(2}=SP֤Y^49JYE Fc;3Ke8AY:#m|"g eP0xU4{7eW˿9@.TMa/"7`N)[`Q7|qΠ;GCi1-b4''pY0]'VW:2(xx6* 2"STؒؠhk^=jxn{޴ASv#'jʚ:1,AƸy\6Ty?ӮծE=%P93+0A&D2ZճD ,_w6#l?$'z)Į!":g"͑ë7CJS.v: {Rle @vr%z&O*샹cmYzLncZD=6#8nnb{+Ǘ7bCU؎}7}N5ޫ;+ehw50!5 _sL hg IC}3 @٫d@!՝Es0vՋGB| L,FcBt_2 lRk(hV^Rc>Ն'? ~la .&&Q?Ph[qkZ4%ikoJ=:R{XGz@A fךH3SxS:ϠX1(}?F;jP/[<wVt:jE1 k{ yf>A_[[9`=kY{h)?glf rҡū{B[~zk#r;Q yTɭ#B׬fYj~q=`dd4̷6Sbo N}UpW87+GU;Ƈ*ʊAYr''*'2{n%V寏Q~ю$e.#r\utqWt;mʗ5#EJWcޡ%J}%s{!TJ}x=,[ueϐcbm4IŤ T q.ގh4Ռ'ˋ9`E{0S[6'B9?g P&cI6{L-ڜ#pKGC)ٝ+!4j/<-"9Y>P0 zMi6G8lRiS*wemG+E2ZM$yз|%UTN~F4~O:kF\&u L2הuiB]Z腎 0}.4(w)(9z8'0?ӌqrcVh;sKsqI՛eS!J ØP(3C96iN{goG>emf`Ù\h$[;7[y!NۜY>lKmfj$;LHI"ONʹBhzN|?Rd: /:[zWfnqxuH ??0Vݥc̔ڶyp(^+IG]>*i8̫o&0톋ڙ&#eJ0W7 xI:Kz?u@lqδBpbm>o HQӱ6uF=Ihj?w0h Poa+ n-<U{ weuuSLw .ւ\ƈJl"tz-p<ia;JW.85ńbNwOXEGz^01hƔ39poy]4}Ix:룝J<nA' ؆ a>zi}l|-);7<)yxǨxnAզ+!6ŷaA1\ÐeoSvҒ[3Qz$\h^l5UnGAiyEZ]8WZ1PJjϜq-!mYzNO< p~Pdz`6λXn G.--d-?8C)6+nBW\֞B§q\7yw|n'M< in!Tӽ,Gr'"@8~:+|_]h).[\[A`@/Z -;RuAsg8Tw#i#rr‚ "!s! K,$] LϚ: |Wr`; K 暬@Y]Zˣ6ףu2 Vr9ni;9a> TGx_x9-AJc6P2H¥i 5Xd/C)JrkŇ5MWcاNE|܂s%3j5Vh Y ɦg# !(Cu W~`zc;2Ⓗw&lD "-SߊK^(t BUq[(K<0{3=4B8ФAk`g 2a&W&œG5aZ!_@FIU I.7w:1Gu37e0'z![f:(D"5") /|8y'ZκtH|Tl^(Cw>yH^DŽ>ܼ}ovjqEhlA5ϴ݊:ޯMҊ* E>7{Պ~YQbv8/ &H'$ĪLgd-`lB35oyMB"p&8~njb&}@rJKѨIU"ϰtH.Ƚui[̗GzOwq?Ui-01!9N)cD"g۽H* )ɱØȷ0KvXR,:ר[J+{+e4x}z\ 7Cp^rYk{G/O72?ȷ7('"Z7$Xʽf!D,_2<` *]!mH*עWj3lSq|x}8%4.XJK.!wn`&;:k[\0 ,s\h~UwxRmŲ,c0r(y>K+zP *KY74e=GY}zȷoP3ǨyVܦ;!ԟy@KFlNioGhDM8“|dT ;;%(2x3м8u4? 0Fw˃l ʙKs?\-hj(wV9.z٬f3,z/`c@ܪ7Bk>$~~12 lYCeH-wu36˚ cQ/?̳4(»ל֦$(sm9䳭׸ ޏNX :{uv/Ӭ(Hmj q@WVҴ8]>cgIWЁؙ2uv֓NkdSn ]ݷv> V=Me}FYEn>O<#/I|L^G~9P՚?[;1|#h/x 8_v{MT';pQy#K2!Z'S=!yp{{t ]!L  HzaC?_u1zD,/Wsu*Bqe[p~Cd;HqXX*l82*ִm9{;6ٖ$6쇰IzĝwnГJF\3%Qv9x[1/e/9^ GfstJh]dB##L91 ג3%eBi.@/IiӔLe0hd2Qzyx{ V=n_-JYIUwj@rڇYuءT]r8?ڕ%H@P#,`fq2o >B /8n)-mȝ?6HCd1[53$Eɕ3Nc&*է zR);ܦ!`񡩪q񿸙ǻ٬SQ!c,(Ƴ@.f|D#<;= N ҥ] Q3 U̾Ѝ,Ԑ$t3%nσEk#S@~kćzK:hהc/m ʱ8eCtqevm7;%x;k_Lb\eX+y+"~ӤLx7 n lqf7CrmPOO9ж .1@P,B^B VvXg'Ku"Ёx}SH 2<\':W~H??eƏAm Qkw/5nLߏNˡk~Wiނܲ"QM\IsCU4B+ C_ZՄ`Û=Be_ 4W vj`PʊW %W&i Q 2X˭gp|<;zgY }5t\hD_P-U#/{EkС1\SUqvEM,!TWTyUbkQ,c ճZ%QӉƃڇm$X34Htuk#<7"Ȥ(nIlHI7 iT!\ET)M~N C=,É>Po P J $o'tͦ7xtX"O7/L_|qp,O7|f2}=f<T;"?>@O_>Y6h羪|x[y]ۢ3xbcOhuB׼;9s|U.qc%ǢFR g&qTntht6$_ ;x1|r.aAe/Q@U8_%V3nN* KqK5҄ZM0LalL .a}*AKxZ ?@kZG:3iyZo b@CEZ")>w>y Cmr0WzD73S{O BB 8;8D  <'jX۾Y~u/Hd>yH[/pڛd$ 6m CQ>㠚+荜S2Ed/la 9x6p'vi?M-\g[J8̜".JI_r&mrt6=A55q$D,8kd#3xx/9o/LaN1DZVn_Gc1xEi%_Em_)Z6sH͋na%fsQ@`>X_fYva7,K`hZsYqSo+@.eoa*☉۶x G_l`Dgڳmյ},WK114-C5ў>em&rK!9a^!Z(Ue#R1&ɜ7ZbA@q0Ũ(DJ+?LPgr-CC52>;}dw8#P4>K",}3:#[Qq#iL;šY5x~g.0zy?u+`$;&L#T G˨<ӟ;c,#ˆQSIl2kZ޽UьD`}熾<ŏƺx̜ Jf%uCL-;>,̽4Tl<%Mjx)Vxjg;.j wOYSRXv&X+ojqו?K|jUd>cBV N8i@6H+KuW⦟b{``hkq+5z"@LP4SP*`(7(.]?trzx&26U݅\.% epNIq% 1nqzZOsPfgR7|~)ʈSJ S1ť-/׉{2ث,6zT{\= QM9kt3EWlCV1gIx" !,Q&|8% T͇I兖4oW3ٛ^l@}=y /.SjZ69$zkp[ jXtɴU/:?D)AƢ{W'#in% jRG(D# s6v}|msQL?5;lUy0! >*}F?@0u@KTH>4ZkT-{g?ǺqLx;X@OB4.a+. qRs-H YB/k'11/_TE}R}g/>󤃺7s*+F5<^[e@T%S&JU$x5"JN mS$:A4DR2 L[y/G!Л)GSӔsd쵃;~,OFqCEGQ4}""Ù bH28l\:[欫WN:ɠ"432d"qM Qȕn@ŕ`\ Nýs ~5Ty1ȗɻQ,M9_I{- I@MR4@A"2*],sQth;/0#٢)otLuKLBH/*{Ra_l$|Vn>ۚKr?jӈ*nQ7'[F{k6R*B֣*/%S=1ti{˄PJ*>@.(}YߒRN$ţBQƓ] i¿j!#a#oӆu>i96"Z\_h2rQq!!M ,jqKNs(+9Ih 9X뀝Oʮa N`r00vl PSbh/xCI'y| 䰗lE[a{׉.Z'Wrُts1&x Se1}c*<1FK'u<RQ (}V%-Vu^~䪰y~shboK wK1q;1ՈZZiUϸUzDgM.gl$@kI+Iդ>`ni (/ޢ SSw .\ GY>D⟥ Q ^75{ %r &]tV?ޗ}:|KE]/T29snLCy!\PZ˯-ܟJV $N$F/"O l ٶpOm̖*iw !-f%ܺ8{WkkM!7=_oW|;5^?ӄ]^D\d^M+#& }FC>7)8yӟ/Rd#[׾@fM0%qH WTc^+՞ï5Sdsua7 HoA9}ۉZ̙A:Х]DYU9Eua$Ϧ 1JhS~=# Q9BlyS1Xwtjv_֖S~3y,AMK˯g4b "Ht!dWe9wZ&HN~~LzY`ZwPab@+J+\:h< RόOIW"Cy<*?( pCFIg7,Pq$:+p݀n.\'يt̫v ~9& >6u` xƈXlO08 p +W"뢸҉Q/J"UMS8WM搤C&0g̜pZ-|'>@!S2C%}!f0o-,&1it^yNg0_3A{6?u֜VU2яb [۾I ~Qyeaq[<+}`l_b K҃G$4YU, ~5)2]ֹBj0>0aN!a]Q?%Vz=5ݥ'U$ Mδ|.)Zҽz{>`kX2K&5矶(t͎è|ki >S({3ƒ=0l KvN;ǖ:$@wA;? ![iq1r&ܥӼ׈i9͜{^md;KoAȑ Ix`Yccf݊ςaPƬ,_;ܫggTvQ6>yvZ.|Pqi/A,7j()WN%`S57Eu%D~MA eJ7 '::&)"|J;`jf͌Vᴊ(ZCXJȻSh hl!pvw$,B$iK3i@3V`i_A̫ j_^hd^[jGLjg,0dF TQ)bH_qxA]圓aShn.@HIH(v(E |BN,5酤0\>AI;CWpfٔKuhB|7OȐ^5a/-],ž>^( U!h(gK,;}YvfѕTN(j"< hYakXrRqA^S޿V兩 +'f}-r7%vPK=C:~k0/[+=_u&xS\,'iY .X.G58{Zغ0Pqxxy %Xs#'_tw_섆96BōSTJFbCx8p{q?4xDk1V3Hfqip+:fa 1q Hq^Ƹ sZ!J:&|H*e fŒNN"~K-Xn]opk[bt@4HP8 /9nIyjЯWN]m/$|gg3Ѽ'k7RvW!fFG"u3E=,:H҇uD=L6ltHz ` ,s&+_d}4x5]7j;fϠ&R]$?!P.:^a]wB~ɏ8/Rs0,_M$ (L"ZR(zOTt@,s݉O,70F֋ :B)I ]x. .,.82\Xɟ2hgEuzvizW|n)nhn7ªLN&`zye&[EaS[oXс@l˵lAr{bqK'b3,z^hGA(*E?iQds|N[3AcV :!yE(]2I^ה谖^lW~G '+ aX,oǼumRuys^\seK^^qŲ 1libڄzSn־ȗM wrKRanH>uhGBi>Ȋ\Hq&~l>它@d  vN:_}*gbe9 z*؜D5?@P%M虜]w"Q м:cO[رHY ,GX d8Q3$"g;Ɔ-~S)/utl0ofc@4_G\H=L$3Oȟ0=vt F>e5?I{cks:$l~tʊCW{Ԑ}G1&xDOK[9^#v?OlryeȌ޽w5۱|J h12IG;p}|* b5vwM &ﰰULc8˽GwNe|)/b4࣎ ښ\i ˽16- ۘ1fOBC |>%.UJBNV6d&"Z鄮d'NsQmPs_qM/xLOf]tzwY*WϩX ,;GRJ_OKͨ{VN6xtF,D5d1?X>SrE'l:iԨ­$*&TkvݶoC-b}D0+ͦ[E; )Mz,_cbxJ©\稇O6(8~:|zh&o=-XBwQp?laRxOvVpu#~JF䅦O)1GTI“xV }yȟa(@1vUn29i[NЇZ"]IrqG71Aǣ8ݱĶ%ΎzNm XĥB> LCV+ )JKxqAQx"l9T'ܦ\?ܶCe4yځ\~ F+01{kjDpBQ>ˆ' \=<@'}őPф ȡ^\'e읏xB]:cz$C7(䟢Kh2W-r*@ [E4f Ve.冨#\dVmg;%GfN090aeRϻ"JHyaE/ps=hh7W6-VTi}KJh͛ӛ[$ i$ MJ:j9; l/RDayd*L$a d@@+&^@#Ң++3IUZfg{n7'[5;vw q-';޻:/fz8ĹyL{v[]TpHƒ E>*9b:曛䈅vo$xCi!|3~Iظ Tk+=v;Hy"=)5wg0TKn'tX#V%~WT6uX5l\ 2"EL19 >?\mUvK8Gfַ+ FJ:d|$o3R3d(eA`]lqaoM)֓Sqx~ب`o e[%VTy}6Zf,UٚǷ]p-j.7GܜoF:ՏN$pnYU]!}:J$lRlͷ.+- RK5ɨepԥ)Tp>DV#ԗ$ϓR=t,JB,\yZ"%ǾX)c0 R hQK-_G/< (I#I(wmkA*]xoPqUOOGG-[8ɐht]E.::ҵ|k*Bժ>AxI685upq,Һe a6$Bi^yN}+SVہ5{Tk8_'灨ItigmSʺA)5MX4f2QTOX"y[-eɿ^d%ǵk^Ql1DL1`AlF΄ԅ?U:m~BQuL&]<hD87ӻG0 dtx OL&<{qc54 u:!:q4(gKX=Q0:@!r -t*m+ 41;}xS9+ܯqe'y$`k>@Sf%&ϝƙtf+Is6c≀c(aIfRB'TJBŠDa \`5LEj f_~*(g3̊nB#JT&AZNeֿBbҌ"_&4q/[x.j1gD6AcC'Iqhn!#Og 4_q(Ä|nu,j[L}s>L 4ca V/lG{1u,S2ڄzE?R3Uj}$lݕ'lR wO̍Lr, A9oagvQ,u>~ ҪXc!j J A5W+3v G+e-#AzKы1~ D!a?s%,Qb<`O(?ߜ g&FBB/;ʎI1@6b$:͙yEC'j\P̠ gh#@vh0LiF<5hWЃ*/yOHT4U$T Cq@_rlXԭ oEgi94@eezS ;a.x-z`PEZs ~SȨŅD{;*/l']yz3p:1› 4<|:0Ff2|ZS:,BɄ[b&EKI=YQrJ0T{͠tILtۣ`OZ=f ͘Qrb bjV룯9ܳ5ҩ (b[2 | =]X?wϊD9w}-jBZ ^ $rZgf ^$r'ځSPR8pҮ/FɛAsei3"krFXLg V7}Gj64%H{3%ʅPrA {oi@)Yv0c^$oISJjG2=H i:fGI3$ގZ,vNPt)c$jԶR?H_0[+g΁Fܐ2NK{ ` LF&^kN,{Յg5BMt%lK˜oOŚt07?3xpH(Ԟ-H+"2!GQH<|WSatS$QqU[GP"/ aA5Vf%E@*pɝfNbbf\KzUS $ ] c&FY0KUU*02 .亊o~R&9'PʈGI6B5G;m!-8׬UvUvrA.0oN\(_ VU3[PQ^l eBw-7 L.Uu^;wqE58!~cȞ{gkɫ N{M pSv+꿆\hl>p~YV7i]8Ny@NưE SJ+C"{LGB{c\@z!矽y#m{kC'[CY#VYu #U|Ӊf(3^rw.ԣ^PQS)d$Pg%x -A/(2(P9OF͞qɽxmBNf4`٭m:L+BӬH22t}R(Q /J ˧uˢR1rxLUQQHЛ"ws޾wR&_PADE]-/ob 1yϞ-cT\ Mi%:R܀"/TN"0KKmX14jĩ ez@!Oɵaj q|~ٯL2Rshk;(w_t4̎Mi|pFKZ|T[Vm 1ίA*=Y"9؇pv3Q@(IQd[&3]׎ȀN(f9ךHu}[_OWAC-;IBHi8?8cR~9GapM][M#( bIJ# 24Ò"w{.. Vٰ|ʰgQtt+$h ZnSF1,a?`N]spn4uLV^@"+?Q„I;#&4YAI<$xCq ȥcHEQ=j ?kM6xt5:VS q}Gw 'ppLcVoV| F h!ʎvjd]ISP+}IlT2&0u|s6fž ΚSe;7`&M)HpOo1.~9Do%2D3QPtQ>[ɍ_}%>n9 2+ꏿ80}N3!{8A8̵s1t9I\y'x`03Bsi{*dNjoj .Dca*]=۫̈́ux,}ν165^1ȜA0E2+ULsMIn6E3_rBЃIK<'!{ﺔ\\i W^u*@oQ%3 pU@<+ sאa@lGuؠUq:Y@i~O=G_38!'zɝ[Ghie#LOt`U6@.ájrě0dAۛcR.KxKHHT"da䬡.(z5oOt*EYWT`+E~q 5S1b(:G;;@t+VI!Wg)oU)*n-#OrF#D̨@7h\.?NS>5|p`-Q,sesoJQq2 m/p-}p{l#zs)vXq:JUqj/Ao.$6;:fb-Y!tX\~(v?+3p7AiwM#.Ð iokMA g5&ĜWAfwC"´'K f1Z0Y`8Q&[C$7(*xqX0čf6͌d'p6Bt;xLIS 0 G?1"@L9:FE e&եѶa X,u#l/$Ҿ *HISC n03Rb=a$*91o Rǚ ~AZi侭Ok|'0J ?r_ǡ8Y'ԛYhU41r\oI&0]o|] j|2Rń6+=}_1wPᶙysϥ ROK{s?pFG&T96jTXEe3Wþ|ig~ZT.BqnzYO,RMmpsp _ '6o+iUpR|d-u-ÝkBE$Lu=x 4a7jo=3U$?Sp2 Ӳ_Q+E&e*Pg(!jMcBOuѹ1 WxTh?}Ͷ0(~ޔQQ75 rb+1(AY }##i}2Pd8.uo9H`ro8 rER[2Q`*.~?@Ek>qO ּڞ:O8.J|̾`/هW(8gm+ŸAik?7s,!qߨ}a_&M.F"AzhAe(yufbJV(WU'@Kތs6~a:',>@+KBOʛ@HJjpKNߝ\c?֩d|-."e'6@\j9_ E}/FoVykC__,G %o"̧+9@,6p]Rt{?c}JCO/#H*Ddpϰx,HUK~E@Wp[>]]4wޒvw D %h!ټaHVuɦRfG3Ɍ!-d ,P~_yx~$l!؊{ &mr' T0Œ%O7{>\l80W:R:;3>.I[Kyn8Y r4HyO'R? 279_Z~ dq/ &wOf,8xU]:|2y.b|T! ֑-DFy`ȢQvK0G|wnnHf5atJΖurc6SG sԲ_}-VS-xɠ2 Ы",X n"*#@W~ h01p|;5ؘB9f +F1Kx:i;xI%){Y&\?S ~{onn.Q>&i bĵݩ#ЁNaXofln0+GW͜66Dz~ [BTQ*l68#Có`9\OMfR_{3Aaq[x}n+U_e$Y 1#l$JMF 1W7b+vV/jɍz0}jq]FHQp0cIU]vC!`:}l/R\B;䝼;o*t k&;ƊBQ5CFj kC $-t{[:֑A8נ.`q62(h8aC̊'Y>U 0;d%lHCqj02o%+Ge ƄpK ~jAgVdtji(̕ #3=PkNMٵRRJ]Mߟ3*XW^п{yg5IuYWDw@} F3K$r.f >TOB(GxAv^n8sjALI l ~bO5?O)Y5˸氜ߜk"ܝƵ[94ҟQ=G5A?] zf&2ʏyM9?VΎ= gw_ TLC? OWW(>ÖD%B+ >uT&C5l\¸dmB:U 72Dk?io+j5x`!n0YOcơ)A[?52xz b!*Y:E7p1R7vΫ-r/W?b^'#1ۅ:- > ~DdP v7M#O7R**r*-Y~hc ZD'X  ѷ [)cf-l!~.F#t,c)[y*{hx"2` S/L͕/ut>lOk(=%2b"E(#3ե.1oL!])4̔B(Wz[`ss9X3݄oEM1)ۇauǽ msk\$ᅥWqP!$+w+ě:ɣ7DU߷d>HKW[{@GЩؖq h %"VQ K!Df PcSMwbנ a!&O]\xzVWLI<ƜΛBɢy10֔XyIE73ɂVšelT#䞔vűڮiïQ<22H~BYCjȧNkEқ͐twe:@'z?1}?eԜC-"썗lDEa/BWq@u2t-(Qeٷ|@U$QsŭS\|?'2x^z2>4a\Ρ뀠dW_Ǩ*?%(ZRں4ӶH, Ug{͆ٷoІ.c1}]B UX{-)Qj>eW]Ig'[NO,bnkeŕj]߹ v9SLhQY>8GpH[zSgWF.OcV91 wĎj~`WW͙O-)cʽB$*78YaipxX1T] ^kA{ -y 2% ՃG޶fr{Q k퓡ڸDoWW^' /aљXS=3ՅͰ#Zu'eqx_O%8鰁}R;\ S"[Jie%N*hnd|ˇH=t|ϭj4s[ByDA3,y/9zHZSKPWm=_x4ysJΜ ]N^9Uu`w@q`*o g$fO`Tr4ݚ/``Edy. x"s)M^F,.(/O $TLjM~g}-g鮏lܜ~]QSGUrϳœwSӫvx (Lw[[YJǶ;2`}3'\:|r<tt"pQTv`}7-/h_XOս z,<Ńj s  !S ~Ƭ4 BXr ʹx{^Qa[⸨N/lJ(rh#F)/_?'c}絑"nRGb^ɻGaJҀ-+AIIk5 U4̸ߧ ~)-(T̺JߊzjHvhp 2z`pB gv<8"LK.T2(yιh[rHH ԁU[ ^qW5Xev;6WKdnsٻ͘GǺ˿wLB|/f].ѓ%b}Z] c34n-fϟg?*aw5ryKl@qL0̹ ɤ*ʎU8t+Bfk^m#-bN s?*ս<+b\v'hO7oFV  rxU3)p#^wKkTJٚН!!MnX&>{&u)̹Nmm-Le!Щټk7>6 9ΥHT~ n3kZ5L+PoDgr? xhɝ4ɮAۭv0 jp8qML(]@}f0e h!?d y/4ڷO:I ^5XEb4?<ΰEnh8HKcv >H8lE7TT WaJ:F~I N>G~fG)\Ucw^ٷf\d#G s8"exd={fDPJeJ} fOT$jpsm5joK]LJf%diaxk|ZDžUsZO(Z3ӫ4S4M}or)s*zo#hH{$McķMvKd.X<ȓRLSq^p.鰭899Gd 1h8  V)6YG+nhF` ` őnk,X񄾚?&Rb۔x6l4^\{6Tź)_kx1KzYR|zģ)_̬cX+Ki|g3M'B]ѿD-xMfVof4) %uynvb{́V*CKkjcy:[ :Ҹ7rvZBt0IhJ|v&#MO֏炌3M:U$}to>Pѩ|,ZO̱&XSanU6=L"pm1^ހĤmxӄaӽ/%O=0֙‹hogOˊ :ٚWq0 f3 RqP =5L]8}l|P{%--58K wۀĠ]vPKD Njt]@4ҾJν+Ixu2mVG3} c ъl>;L!v";#Pd㥇05*p(ǧ|u_)XÙ*u{s_Ŭ)+ܞ՘fX)q "V YE]I;xnXg*[ҙj.}:㡃t vE/69>E-pJ̏FUU DzS +kvMk; 16ͭS\B̈́HbnGB Ad,~1mk~2o6%x M7:"اރ8*7pEViQ颕GT}J;0*ÈXex뱺W,JsmQًjqͮM8"QO?a[J|e|~ڧ3=iˍ>\26,h{#|MA-C5$C_͎(C?vB2d\UVbl ̶8Fee~Eaa,צA:j ~Ow:9B*J0PM`P3) 7N^Ei\pTQ\l祤}4'LfQa4L 8$Kӓt o85kl8uCDˤH1cߋs|0kORSf}\p"LKmlozk(C<}(GcM#2<6Rn>7tg1\1[ͯ#,}51 E*:􆒬dBO;lζ?%:`$0>%/#]Mq"#+9@SE!uCWD^aSm`C}xՔA#PWb{u?,4X[t_g؟Q XڸD5[RMH~$,S]Kd5 {'(#K]v vwZ㞄;u%$XFKY'ċƥúL^#K! [U}C %HafSp~ ,vdfn0x]ȱ#1M!+8n(rE 9)5Yok OBP!O|UPueE"nYXínSek+Ywk\ܽzpud%^=.0=ƷZM?fhgA5 u+VlG؋R oKɸ_Ez~]oT ᐹ q]Dei='T 4S5YE1a;.X!ԕuo7v^N,%t>[N|1!PkVm-P8W8!^ё<[k>Rdx@OyUC`^CqQ Y qߎG$17J|h3_LN X7s@rDHw|"yNtЭ. c)#텒۹ |cH->@//dhA$0 N+ԫHF$RB'qZL? ,o7>=ȼlve]Sh&4WnY,?oz Ǩy9|P"zg*s#2ez&*$4-JA0nH TfEAWQ4%1"ltH"si!ֹA-ʘg+W24O)8ab?R"'m-ԫagܽ%t;cXBb5Wt1$6f ,3U۫rЕ8i] H4m?uDJ4o'8J1\9E3QasQmˇ 2h4aCB#", %7!`P &Z #ʪHQDTVefd\‡ɋ}Zڏiьġnm7hqb +U ^RZWVI*l5;f/y6lO<51j[nw?{=]S8 8`-4v>ZVO*Kc^iRc1!7m bz,)2s'do<F''pk f}~اZ jG)ikE'idm"L4!D1X+v:Tpq^V\/.ƉBKj@ AJމiy=îT ,@lf鼇~,~6"Wn T7oIQ|]YlM0&rzWS s3n{c;0X:j@.πټlHBxqtc9S tb-jŲ@ F6lzCћ{& bK@%?f2CP#x8FSj➸a<9(|-rP)v|nNeD8/j&]7rPpP>-dC3oh=ojS qQ@ޏˢ?z7C-Pɖi՗Jk޲ОJj5V)Au/?G,BoֳFiF"`sUk!Eb[\q3|Ie]'^G/-CC W!PT {moQx_̞>7]uj, ܄c#H xMkZ{L4(nkGh4Аob/7\}3UiURY%JT[mv1 XfՆ={#'@pP!̱(8i9DFI z5QI'B58^{``yZIϵ buO7>]>Z,@ޠ%2ulsxD8O7݊Xk+* .7ْebYCx!rGe!OU-д2ZwoEp4|cϨnUrjk oT?*)|ʭe#{aoأ-B%Xf~!5|U8.N؆ vuU[/fMEʥyZ cآQ߂ {̈ٲ_kܓ9NFJ h(6:VL^Γ/ni?^ט8 `#v#NvXǬG `,ȹ ?G{0Sa;N?p]kJ9Do?mN|坝={y 3Q $q ١GCg?y0Ulz‹:'MIS**?Z9, 4jIy}er?(g,-t)ʸ_Qӓo=XHIޠםmE oruIAGaq#\GHiֶNJVin=&4MXBJ18俅#+{KXz߃93sQ nr5F|{hKE1Y@1MkfC֪|i:`GEY&C;hLGĬ&^qo@ueXn Na[|t %6]bLhBT៊}0er-wfQzI|9౶\c rx@wW/Y6)7*s $ri p8;ewU ҔV_ J.E5:%V0ʨ@e c!ku~fjD;x]I*%Q,DАyW,p̰+)N}^M@<5 sfO$! el2JW F0چxx}?Ry4Mk`Ӣ=&$ Gj=\+/'쓿FJۛL@tR\WΟHԭ$Ρl7W+ƉK{Л,M{#k=e̾gVږOUUENy}첼''V0q.4Mfm L8I#SQ0F_nb8'u$-D~{n]l+9I`B*C"w{~зY֌"/s?">п'ŧL!7+9sTey#ӧb@.bʱ"c|OΚ^kw#c 1SsS' ԗڠu bp\P#R;$ʸ]ՌU*F3eE:ޓG7UUZYbM&+l2>=gf*:|{R$)3y( 6(%3yݙH+3zh&{e򁜚Ê5e8%J5Z)7DUc@~ h+ ;UwR\G|lprWuiӹOžd}_ _>ګi~}S_&N!2-II|̾[2dRYSoL$1%qm_28go[䇴A[HIaN!!O JʖN';ƒIt2DCLs|Q8u C#. {{]9|P~`8(XŌ5~PSu'Y`eyT_y5,"RS|أA▄%&I֠I:ui3(gJ"Mqys83!k{PYa) o ժ_Ǿ%rVʼnx0V`Prz˜W+<$AxEW%(yjUb֠h2eRLbZCbkSgqKSq萭s#.5pa f"u,S)bR 0`y?S6Bg\q~I| -lGy=r0Euf@b5x@enMPS>x mvDmZA^})TE8KK Yv0M|YȘofj0zJx sn-9LҦ]J"|WװRv R--wőmTྲ7q$I! 6'x J=q2 #U6#Ī(2h]1h,e/.d̨d59A*CfQQa*^cCu]!0=˗F01=0Zfh= kWW9LmAaǻ0~7?Q\21 [y4 o r{6yL2v+/]QI HJbU&FPI01ᐘ^gFVBR2) 4pb3:I8ؙ}O' 3,#u8a,^WՐ+ta ˿`0@JݡVKcV>@%ma<0Oqy*j,=苼_c M]̔Zֿ3Z,ʎ_s \Fɕ) }Mu0dW;) hy(uKm%) 0R\4x`%EV#Q*(Lzc07 h8ÔR}Fb8hӼSPb^%pLeu |Vb8gQ}F~23t6~nFt:w }Zob{P'^垍+{0euDC"q0|M6ԺW0Rgzc$89Szȫ%i#ұJw/q|+C@f f)Q<@ı₇`sX򦱥|_؏TG?3f42<r߫+tĊj)<;bJHKF r=qȬM~*jSu$  Ĭv[Iu/NH3Q6d  .˱T>@, '5߁w1 _xTPuNjb 2 lMs tt6 VhsAcS +F{I +t5$P 5WKPa8lšEspG[)vâFmzܼVUD(uh.bttk/]_0`S*Um`uqlCdթ4c 6Ⱦ Ikc_foOf# ȝ$\j9Տ^jehπO`ז+)̕$<n '+"?םMI~=D]Ưgړ1S9:_FaYk6iGZ`~MpM9[ Qu 1Y<^NIXlGSW o* 2ޑnz}Â;CP5ŲnK9~&*"+섦NTCtv$l?$B,Z\'ǿZy'a'>gĈp7=C{Ifdo{#8@pQXkP/^%`[ *tZIC AN1,3w[K$l-=0.=2Ѣ$pl*_HO#J 98RD:.08#^wJD%`mSj 4zQlJIџypm⏥KZΥ64_jS03!sB#ܚOY͠00(Z~ a? W¯n6C@E3hsS1VwT ӳ>uIKMh| " Tir=O_}?ܺoB+ɯ|)d Si{}3"f"4'uBk둍ԋ"Fc^٨SZ|H iO&b^zCc!*DX UFtRci( 8WXC N2ɠ+{b ۺ XB2 nL D5d 7f0~˖zAVSP媃>܊a, J*b䙣_igCU#s~}\L6LMБKK-ĦoCS&㷔8Qcf 4#̀ST ~4j7ȳi9ٖ)"`yZR.^K.5M& Sr3\_clqDti*OCs,V͙Նb >2{v:$✖c* m0/JPw5ळ_&_*?-]P Ք IFcC*&ۋ_mn|.3@@w˩'Fimg+?{ظT[t'ɏ;H!NO+A>wsW0KL_uu3RqQhPUN.lv:q3ndE$ߥF=F]t`zLTHB)ݟN&N hhIkU%doh9/:l&fHDhH6dl,,?5*;wRDTdP(,YlPXHV5=.k[E?)G+TXk sB>~ծ<1+%HG7Tb)_*v\rG!$rKCjP}CāT;P/; ϴ_Ή̱w8eQ^,j6Vø䱵]xM<iH-j!5J2([ʫs,y HlznAؖZ*F BK+j# 7Q=qiuiw<Z) ܂ǣbYܖb|&rVNV{'e1ILpgz@|$'Nr :o*Qk$pj[0_<ȅ>qFttX,o(iP'RKpݎ]Z/J{L+[&KbC~I{q@cX, F\ZyĿ 5T%8t)rq1S-(g2yKU]^8#-Տn'@Ȋ4;IY'8ZvN IC%N-WkxhHߠ~Ovu}XW^vkPߖyZM,!ȲQ+`Ӆo"騊 &xAfV}ey;q;9\uhɅ%5Ue0zcba0eM ҀHso9msu]S@Wqtտz<23]Zay"LmE:{F藒`ՅlG)^xs _qat_aTgz{?0?)b*6gڑ?a.|wo"sV^4Ѧ5ޞ}o(UD#je0F?  Y:g[~jm.Ԍw_fA}whu P]5O7tˬ#$1ڷC}4tj77\\5͙-"W9}4vv|ԊA,DǎY^PrQ&v&gv{J 6~=2[L0 [Iξ>S,j^=>[dD8/e!hxJb)-6%[뜍*I14gШSKr)R6x&~9) z==')P FL/ ҺbzqHu#Cl8N+/T:?'4Kܛ;ڐdȝ_,"sEY[Ӽ@K[ĽHh\@)FFzT~PO`|#䴱+IJjh̽n1=sB}@C>.+C @.ugpi)ˎ#i;'P)RUw&YFwIGQh}^.߱5~vE">s7Zg̒)C3=7Bw946y1,_8o}@s>NN[PGgv W.$H 첩 ([aj~RKw4֤VJTJ#~?uQ v'/hmk0@ !(^v8&|n5Ak֕Ώށ6!AIrKYSxvbܷ n $S 1K#R%{fp#"",ޭMILfDV3kڣX@՛C'+L=1y^K hU;# lZܻ{u9`|jw ɔeC4a )tlns7J 8L:Dś8N#7Y1eueVQEm}0>% $&^Z؎3ȱlӸPg$}Rqu9.Md-x. JI$v& .2m5j-h6]dM-$BeɼICRQdK^ӫtuaj;D‰Z<(ۻT`̡hb/swq~U m&F+0GDNma`~3$Rřem?Ҧ^mP2,6Ӎf1Ož^ŗbT]Glͅs=ўh 2AhR]khQJEZ^܋PhQ_H S tad&:?H.\KFh%7k!)'[ͳ3E+2v^w &q$UvBN~lږi ]M N_l\ė#EAQBBK# .d%Yxli j"L[lXn~x#ja;3-u cUp7ϯDPmV_p+QC?|1rlSdzpngpi!̕ҩot6j]H:vQלj5 wڿ: ,,qyCڳ.ѦG{ Uؕo>f_US{XԎW+&,S^&eSͩ |ʢD{Nr;I$cPO+R{T# `b%jKDn%f>2ɼcZ,R]ƀh|dt}HɘKk{>ƒyee:‡օs3pҽE6USK^`lĨ~ZגPTM0h*Es4 *20T)7\$)X0fm"zN|vۧ~WIk*N̤lv8<}GR ELE.}Pzm?Pf+VAU't.2jȒ ΩM $DMSģjR}3bڐv؋%{U*QMP6?#/$]6ɜR]MƱ20bSc `szV7 dDbcGAbw}L $o]넷8XdoyD-0BQ|Qv9ƀNwޢǿqޯ'|a@5#_*AG/W7/YCNL)w -,goro;?1H>-PS 6V!iMqE3wl$ ;&Kʄ!LsO"O9br$E_'_5A@#g>Z3k7f!c~.Y|ϝ]6^KaX\Ԏ# iˮݢ5bN=2a=j[޻UXDvY> ظ i ǯqvRO\ѭvr {.ۣ}B]˥2qsbtﳴ3H1GA)>UP<W9DH]TK ,huF/=s*kǚR\+=۷õ0]xdzG_?Jp{k}KcޯΧr3I΢Y[VM;JF%-Lmmٕ UZ50r xmxzEVfuO\kOp_,Odr/[;b/F _+e"Oj>`G6R]4KDS q<Qt-Lw/@- P;>q;$  |bF'J 8XuePOFJ4D'hHM>vl{<Z_MAnt~2q)W.(  fKsYxv*k(0bܬ~aB>j$(`8j~4Z̻*#,t^/Q;m<`9#}agW&:ܝT"4x}mQ RQD^2t-^0,Z|qJmAh:C_]W((6)gdNJY,U3@;:kwYrcn/p*=ai110[%1^U׾rmsc~. W 3d8̂)C k Eu+qNy^2èkkD}0B[ 8،VH4!kMe.}/ܭ8px0w[F XpJ7~R CxܛvVn^*2OQ`u`޴of}ʔM&9v$gQ3ƃtMU& +7,,=7"![؝|5D |P7&xhf&xtAcK#dF]> Wp̦<ٞ*nH\O&%뫋47OzT.sqq:0?NsC-Š^d߿߻|ZV𢡄($3,La?-C5:/ǒ=#nɬ*]\o-@1JFk3k|[+vCz/"09K A\n>}[00n]׼4j X//,0C6XcϿ'oj%L8E#Q̷fjAeglN߹.U8NրֱEF@lAcsQ\n{:.k5%(#S휮5%o_iJX #Szg#cX4y]?Ae{8*4WSo/axd9]`Cl~G;̷D["?V } LMfkYjy cR?6 bo-Z;6D`dA'͑T*w߅XNx^oy+)wz)D&oM3C]N=Ye3옖}mm0Aëx*N;/6Vn=WtlSP5Q K+8~uU5Ul\Qc.朆pcsxkaryF>M1n-v'ӹ3_ jyBLa A):eè}NM; Meu%)']45fJЩZg =\Vgz^j ImREeRŞR- GJ\ƻΐH; 53|^̞:܈gVtC?Z M6+c WC9ZNYˍR.j N˩$dPGI{~IlY]ё`IsDBx_MG0+:Z lqS]dx>CwUC@a|Dm"&/$&DVo5+Fs =S1F65*4 KϓVV;j?f'g2|d6P j2i\LcB IgXGL.A8mzmM?p=NpH.05/8l$>VUo5WQ4zSh3ox*ިQFR8w3 !'ggC X" SL# x'R;D ]nv2]ȦH藅=@qPT9ĻUeYeTw >|3 'WפY%l1bm]hec+ÒH%R٠8G S B6 lsKun&E/]lC`ŝ `tۦkzL`koyŗ,_l2ac%׹HNG3̐8X)LǀL±),ÎXO`ުr X0(_g@Ļn$ۏdXi5<6h\"BSUqGV4fq}O _Y,:P&;YX[֛n\/rUH3Jڳ,#9͈~4/Zʖ67aJh K\Op$끊U"3j^EՔN<"+T6u|Dn߮IuNh$$G{J$Hz(J怳[VZV>oa)C%LAT|Ë+ώK١"b)Ҳ0TRJ;Tq;[;Xr{E}è`[a?f[coQbTˡ|BR2"&f(mJ]I2X)m_)6J7B(L$n'^D7݉CYoOAgI2L'Cm/ gK=%Ayi-23䍗=Ԓ|'ƉUbbH(]牻1.L%y-(S$l.oApA=C1'N(k* f#:*l؀#Wq[vXmv6/Ls+牙4B0~4 Ǽg: #s c|v/Y]]R>\&IivԨNjrY>+qAj V ?A1Q%w( Z2t_K~WޅWQs{ rD+t}¶S~2{i wcGn6{Cqx s,`>,e^ +OĻMcDTV=@E|>0:믇1g E@Zab }o3`>'QR3~!:Db@KnCz{ 5 4X{] 5QA'8tN$\ ؟;m#CZv wI7R+UKi~W/NbQ 8MR.s_6\~D0/BqjdNԟCyr? ta22kBgꇈ# p6j.5΍Jo2(|!"+ s޻p_( !Ny2@r˸j\(ZLujnײ{.;/enQLDv.o wըpn!y˞SǒQinku!?`liIBtI;k[Y8A%$=~4RJD +xT4 ;r{㖘Em> mC g3J[N5^BZ+Cb,f_3b/e|8wai \g m@sepn[W)0BC~=}a 5K[b. M^aF Dm<+:=J:K~.w#-6#꽨UiOh)7ےe|%[ e *1~P_|0PQ<9pr&赋\DeSo_~1'LWgK(68GҕYŬWݱ$Vjauġ]Xtu}RN=Kt犆h`G*ؒbkMD.)nw'lQe #R^w[ꛚXB*Aa^+Ca Mstzt}V)SX3; /P>h y0B,Y/1sCiR¬b:(btw=_7Mf%6c̟2+@6Ot©-rFi+@&tIʬ r5g9dͅzr9RD$霓y3פC_Zm 3 Ͽgb7TFU(7fqR)>p-qAM=2Rg VQIֆ11D ҋ5a\vU.W=*RqYWeCAWVwN~ʗK& ecY 'V 764Z+CnPw3tẮejwi`S>H<;7QZG<*-ɖؼ2"ї}猤LO˟1H4l4czGv0utCꑴ+hL&pE4`lG y~hʔ.Sh=;f4`]OM}j4 2[alF4(O,7i$`Y0p / tP&˷ Dh m/sXKjf5DX3.# nTaF~gm,dj1F$B ַn1 s$@Y9QQ|"Bn48lq}ɠMAzT AhfFeijAڵ*}Ж?ck藜 ug4.uwŧj"3M`+Q0JWZZXUP>/mLNFHsz/1u$Ld`{78k= Ic)IFl'q=!^_!O1qQ@FJ{er L%e)VvBNT ̣p;wʭĀ /y [TN(ֿDfkvH,29Ak%} )pF: I=wLmp쵬=qοa+%4Pә}u~_|{QfƠa Y3.X'Ly^0V-vc5`j1~kM?ABz-_q{lv\ v`$Nxqܶd%'ͬùf3ĻEᾝғPASve dR\)s9*B^ %m~ א"|{sawAT#Ps:>ґ@U'7è/l_cǵqXW$jc>c mq?YE{smsRc'_thE Tkl@nޠg@+nI<:xT䍍Sb}k)|'!#y\-Vt7^V7"r~QONh袣L >P;xyމ =)7D4%ڮDWz#3j{ &` itW2ͭz~(v(TNEKOx&~{^r.[h KNmFIt]s/υx-L)P{lhm&08075r9em @6!6 M mqH؞տF1b/Q\Bah:)5|F s`8Io.>-6K.j.yZD_'d'?DP#? 5Tl\b@σOV^ZurpH9}H̫7h[!E^/cUNGC($f0ҳ# 8ddf[1iy,ϡ5oE O1JOAU??hjg^%~xy 3M؅qpb /HE 𧘏mѦz55re<*Xַ||hmfU˞Fe%5P1 ݆Xˉ}ڃN!nvlK"`+:>8m~)=63*4 L}$I?S0RyW+=+ M k+]d_QSE Zš'\E J򏶹Pki@!xfW3!9F̊>t$[VeC2a~`NE9$* kKlj*r[vDYmj<9Ct|Bx(c",>I`w?ƫǰAvbO 1NMi]eX!$fkԖ]jJ{T4w鬨nS՝hjbB"nrOQ͘EgjWgIf 01 ND la驜M;'d0݊u;1/yk40!N;0 vLp R_?1Wַ ':=WIu|4FbxͭQ&W/*$aV,ny˖. = `e,vۥ;n2aYg}$*aocƀ&TTEoX\|-/Uv "STq(%5,{I-mI<1qcԃy/=#|U*?L ´ΞKӇg^f,9"fU} WK%EKr<Vx(8)g4`+ρqVMA`qBw7@8+d%Qs qP+yW^{_~/0;,IVñnьAN[U6;\;w <65vo{e{@I1Pr~hPX+5N ok&՝1<0[ޕDٓ/pYsWYBBy_]p-6b(@y4qHc) G rF>F*96ħiNjXjLд+hbgy 1D'Bi\(SOߙR\ ˮܾ(}xʽWy,05^TFɐh[)I/>  ]8 t˶Gz\MʼnL1rd gЄ*+?RuEbBNw8\tDG>|&_yJ'rȎ{ljmQygݘI*RH& _~ ֺoA4%'4+.U;um[V@xn9xl}o!T'[T~"n.CBUWAٛ%t./l,7#vB}`1ӵu0OĪ4? -?B;GmRvkCbr=̓ @sfVlBBqpjo1۵e ROMj[_GJ3o_UW&k{))GiѤz`5t.D/FʔƐҐZvR djiRXRKE΃D>/JD~7%E:0fR}K^f&= Gd}+$踯XŌF#e LB: ,'"q4 {OǧQli.0&{:©^mLd5I/sS} !FW?,f;\.RA~P 4~m-UY^s)C?OL??$-웘!k"ǭ^m2ez&[nՂ? `vb‚q>N2ï,=97KsWh'qt6j eC,FyP"|ҴG IfE;ҭƧf]p.G4,rjf! w56 L+}7e .c4zKd/%5+#Ρ3l4Du =&v; !o7crVRbt 9:途J{{+؟|= io"% IaRIZؐAlm8p]}=q%RuE?cEKnS_x@Z)9ˡpkT YHE0BHh>4fsR>i\+{?@޾6t>:xH>1YU^Up!iaF|[Ѫ=!yE '=QN.'{ҵzr>YH(pO?"X*C9GB_l;}sBvT=Ttu[`(xvc NV)R9j J6,ǀ8$Lghh}%#o|??fZ{ipPA:I:Og;>)mIj:ekg9^1k(9w:ގŶ[d5\dhBfnj~N7 etis\.؝f̘9E!*urtN1=LQC/Oe/8Uʩ&/_]SCOglQsQ%뱣h0B2 zIR{zir-bK}"f 4J.2oO v^ZUdhx wBR4kQ1 [Wed!xߡ|E_(q=zF Ѧ_vס:eҴQGau1PܐsAEZsʡ8Cn;Ytl)Gy _d>9}pBS4XYcMOV8cj'XD8!gBmUSN 0>rtTYoKؘ+ rgDX,J`_c]ܺ>5zIڷ[%xcPo$kM`V!I6FL6" ):Kz-\,S ቑ #-IL*M˗BvyJLE ^5Кlf r%JZ<ʘ$ޖU S[@v+bON6" NDǹྖy )9'OSC&)aW/EX0B4G/wlkhQڮB6S=T3cPZ8?D zJϫ,NHIsz-؀#ϕG2¹ӫ& ViZW`4cgu\vf?~8{| FP7%␏X=x͞ώ) mQ-P.QgK8gYr% Iς ђ b8*gl7yPY= 4ouX>NnX7n% ^潠T)ڶWEaI@yl1$zЬv 3mb6ނ5ЫF X=;E$|owS'`fAq.,Px:*&c<}5OiN7nE:kkWDK7.{aِ75} 9U 3&~A5r:c$S;.¸w4 4~BWi g#Wr p2yv!S.R{iۦ:9.ĖŦSS GB t舘:I {u}&n _ /g \v&ſ$J Sj(aqn*r&Ply…࡮b&,E HDzF:p4a0k`;!ؗh~~u* $@OξN't_`,ZR30k ߵGHU qcyPikp@UAlءQ?PߣU]+c*1k0G )PMS?nL{vނks*CXBxwJ@}xSy]C! @b@$܄ ;(ƥl յxaoA ^Ȍwhzuck\\< DG7u`UdJ[3n>m3E[䕫UdR.y)pRbbߵ/U (GDaHqR(k[Z&1qNH"ND=Ll? ۸+&)M;fĒA :h=.\UUOkQqf P8g|?)FĬR.F [jקPgW3lus &v[nSBĚ+9[wxv0PM"a2|0HjDY ;6mՂ6*O7n@5h1xg Y 1e7k Qn*.Z8B!4N\D/ ग&0qa2ҍe, Ee7W6p)iQͼn^LupѶU85s8 ŀaNCr#OY} 7fѿ98+/4Ԕvk/?W{w 8!w(Xں\FPnOYaJ-OvЬ9! g_%o~K 0ʭVlL5e6:SLj'ՍV+L2Nˍs_@?m{2Rx|Kh8 fAaJ]g!sz57:7ͣ?QsSv axm‹ړ}N:Kè{1_dVEc}-ɸRTP_v_^8Vl<9.d# sݜC2WF.1K+SSE%I"w!^z:FLPcX^^{Uq5n9}sw`].w<'TUm*!=s+FՀ] #b4Sc4[XieXKsmجEp`QS\&kl _VxlsVm۳UZ1ib/ h{fGq:}BO SIRv)~= sW$s0)-G[Q*YPepuFD议5Ɵ&#='I Va"e!}ڹ~W }?7t.ёID5ypV8( \̣]e=c4ԄcG`sDebIǝ3[,J^^\h)n](tpS:܍`[0s_ 4mOy0{CxvۘXھF|aRlzLا(?Jl'H.RV 8'kr?j0#蕭!;$bmf%;I [b@vn 5?uDC8쿳ǂVW?g܇__iX.-@=qa*:L<9&IӄoD6OQ H ݕ1;o)f=(8lZ lUD޿EZ0^U돠dLC([~g{ 7|G{XO/XUpI7|.+J.E̚P#09DεfIJ=h5ufuoOub2OFMZt>-Qt f+"Q0=۵Um%m^ITD*SJ? s뻎IchXT8ʋ;bJ^"[L9®YK3RH6T!]U>q>\o B{Dz:_=62.>9(tS! Q/ kYez 21/TӈȲVFEחz*Ïwӟq b6m'Cxj4j (.{l||z3pC$APE\wcW 8 D)K$4AIAPɈ#~gzs酊QƵR焦NYo]=k[f1D+VE @OM4B ]c8"WGkwٙvV);WgJm4la{(l,iFeŝ3|&{~I/"0A E#A/y4yCի?QQ!cJ.y5ѠQ촴#fYzpysH^:mO|[*~oum SwWcxxkyq/o*UU_F#GW^|AAQhZI/e~)QrQ)-9rkbMH tFLp=54r,ZL MSiq=7p1'ݘ#ͱ:5͢yFlZe^w:_d( -n>-9ǥÂ< {AP,a_ɎO^+Ҥ3m",t'J5}(D_;&NL5laL[$AqſPY+)&I CS8 ch E1 C6`YWLL,*0-nT'TgMW}֨ oE+;81@?"U^)$99z#ݤS>4+ 2Q=D~:o WϚ]͛[$]ŕvYצK`!1٤]˖_I9vvt\ ǍϐB!!ނZI7O-D}`^&A5 RH<} j/gzxD%N ɤ۩Q}fuK雽~|?؀Jy ХWT Jj޹&&>%Qjvյ0zdEܯU q}NQLN{۪3j }5eoj-oYA_T'83\(z`YiHs$u6 eX*W֣ETk vg0(Ze28F@`IFz>Yy@Cɕa*lHN9BhZ)k~ #W[شRRCLߦZ 4m܁<)=-( NudӯQ.{Syf}Kyr+u̡FqJJ' 4z.ZTEbKTD!*N R$w@ncөF.FNk`WIa8s}Sa6 VD9ZEYn&Ry]η4mU\d>$~p@!ZsbF1Q^ٷYf8邙wKp.(W>ny.UySB~IBK (zdRj%Q\jY-(a,^w v0PhIG,Km``݁5wlפ5&Pa-D[ ~]JM;BJUBGu\% *| )0YĽ\*y|KY^efێ{ !)UCv-\>iqO@ZfXB~8x;pΉhd/t#oqҪsD&.9c8xz֭+ ÏÌeU@~fTq/)sX_7LUOփ箅ap-}2t?hq=&{)uǨ 7-6$^ɬ []S8`$X?,o΁fUry[Ɵ~r^ÀP+|l6Oe< hoDe a@6c8s}h[3@'uc2 yFol}Xӌ O=@p¨V~4bI)faV]7Tb bqUo\}r<<2rdje)-CsWHH74a,`d<ØqikӻpWHqQK{eptqq 3RGkA50G+R,уE$H_܁t~@aO o6ó_W׳ Kk;"e26Vb3425('jLFO%]]ep|0#H\ DyݍՊeulK*?"LRAT63Osرap $v&+w,5qA7!ZOm)MQ\3ؿf|΂Rc'tҵ17wt߾>=WVjȺc \"_l qDژJdN"ÅhM=ͨMBZ|5^82EG#PKF §&Z3ovbp?::SKIl5cDvݫɃyҠא9U50\9!N>򄅝刄~IQcˇ4T/A!lbpgvդetyEvF6^xa˙˼@YLuVq?x<{f~G9v1k}b_? M犹Rl_R(100r8@ΎoЧD^?UxЗ<\|bO&gӲB~断oalX;~DBi$;J'wRg$ ОY\o# {۱|2'ax ÓTnJA\{cb4 -JVV1(*h ?^H)SUHIJQbؗ ʄ 0/{ۼV}O9$⥲C"`9Wv)[ HyݰZ?!Pa쐀KMRt|Jx[HVՄU*4kf\ Tf4sܠL0b=5 cfFc|Ա\bƄ!?R͠ťOi$V 3 9)DJF^gF$xuH+y.e>X (F;;5#^^4aU3O+^~ $ݠ̇RZo*xki†ü63ٳOR86/xͼV 7>9{Hk=r~-;"7,İhiz{v96v*7|؝gJW 0m~#YFntudX@۟Nx!(*>PM z[u6Y_>UU@a'Hvܵ6ވz-L$fNe2i~qH6w<_![gDq9@^2 >ů}S=a`lo ?ˇE)4 eouN~Px?0 ohA8L~'HzHM.$NTS]gmqݸCDA׺Zx2]ji{BB[[vV\0ʥPgqGgDcj>5i?o"&[)­ 8P9 b~oeLO33V"ʼ=M1w̋6b>Ἶ02. gB6d4v䟯 y*K2xoNlTNQ(j!rHmǛ,d*^0s]-6PH'^>DQ3BxR]BlaW556 K\pmf˒߬ +tuFt8{SPs6!Y1i֡>iU>%!$&xmsqА; lbБ @Wf`~j4X3[PjVsGׄ^FrQyIIKyL\cN:2$+I34:dɂ!.ے`Mߴtc1Pډ2<!N "Wg~/`9G-v9$`t&эw&+Hbo$6TyccA_'gGuO%bQcju7]yV% \> #뱯IC{dT]Bw,q⓽CQ,ΈO扐5y`*[(jd˻w0ar9 P}R~B\o2"AHT&/%#E^5_N{B'?#nAӑR~,? R2ϔ@_3tf9qLbmK|M}]_^}C4AlY3ň{qid50ru>ÃLR Ni)@ފ,U+?maDqDzXljQe7~X~$QdI55DCCz.e !nk*l$ :\`̜߭ $c#ՖҀ`,rA0aD@YR;SO@t`ȺD35BnesQ z=%MmOUoj37vM* Xo(}si)q"jXl)tNO[vv;MaJ&鷟4BVnxɉH3/GxPErPʂ+o1h( mrR=\Xw:E+d>Iy|(hkz13*0Q ;)wOyԅ*4Vr|i {;äRH7/_Kԡ۽h=1 F2 Mj.Qv ;FH7q LI"&ٕҖ_ݓbMVWM%)h=_ƌ\x%97V.gZ{W0T>ZR!WRw&<6[gk#'=0ᅔ uBb[)NqLm:6:8hR]/j0~i Uqxަ9~`ԙ$̶筴Zi$=8$+q`uNx(&%jǾ-҃{HP2,Yjya_I 0'F,660`R_yJzc%|6< zD5m/X04`*OLBoz}zZW*"4T`s#G:9'I:̽ЩL. G 04[\*"Nmg˨pb#C5o 4bV(D/ 6_oԫ9bo٪[3k./hcr_0hu,1uV6@klc@.L 3R㲾;ZpA7˧uA6TeYp%wQщ.CY-Cء:)߀&90VQy{9"U@+bŢFB4yFWLOPIp]x7zEG۝Zz;ȶ,{յ(xu;r%.*f \: q_mSp$H@*!M>,M|b檯h^[AԆ(1jr|B IP94?hSg/luJlใ֨u@#RGY'hv#uΖjA}kDkv*SLPg*Ng]`oۇ#=R},?5(^&FupiYC(G(bqvNrIJz]+DUz NyBoIKId ؾA tK }H+ |L [Ow9C@s-um`3?Z.1iz_/Gw8q!~՘u@+ܮuKb'xaEege.7M 5EBd|2[֤G)2aUpeJСL(!A 藄;uJ;mLv{UO0`3z+U͞{"E{ ):]:?)ɟ82-?(2y\b]Ts?ٜo͞:XM=ZL$ۥKw# !.= 2F+!<@W_}qu~*,EP).ɃL;dDvd"Arsxc@oJJ)ǗX\V 'y` MhEXIE-fšX %^,o_Y`5K^4x*[y&ufl^ $]81:z: snׯ4[@e\p)gXU{Uc#p S6u[CS1$oxp U-1@9sdaRIT/b"Iew/t~ў8GVGFZ[/ߩUʫ53`< n/Eu;M~a6~/Nӽ?R\s œǮ)"ary2UN\^Vfm"M Px@Ԗ K`h,MBLV&ݏL=Y:ixSqcEܳOC'\ E-M"{};].n/6eB-&̺Z}I#xVuH$Ebb-&tGp\D4*S81y8zf!,pDeiV^T*7G輕\~cHh78oV{"S|=fRg&(LCҴ^2Y1hE6$"0s&O0=Z 2JBq-sߨR-F|c[˴2]SuyF. A3,芝qGI3g| {ErE.$І&Ҿa7Pvy9`HKCH z"7NN{T SK8~Gl:v$Ze}o`=ĉ'1YuepǶ6*Q٦8#kyy=j*Jh>]I)m"_'*s}iz֫x(NWa [oWo};Pz/P.h&\`ث\u چk[9C{A!b&w]{?Ƃ}4"W\>[r6Ôzم1f[,q=_mOHD}*$'EOʀ|i6:# c2/tmǵ|?nX52adE`5欏/mJìVlR8)Ϭݮlih֦dz^.OO;ALMwՉ G_4S^ Kgl<^̒a;CBBR-|x=EFygh/ƧH-11L-ETv3)<{^e D =+ۙt*y>nˉ&AD{M-{mLa˽Et(rvX:K2aa .|"5.x,S -['v;* hA 60׽]1vV:?97)VٕdJE ʟ"3s2=FG]H.oOyl1 @}>vʤ/0//< N tjgq;Vxzv,:T8hl;/]hu)!2n~)UR5zмu(л$z|wK4: 8Z_Th#bn:) I$=6mvFmS"ʋO'/8m3Lt^*O~DKIRGcb' .߉v%+JrI4{'!He(ky\GnN]]9Zߜ~*YkƼC6hLj>Q Z*O43|%:I؎ܷ˼FACiM:|e[ M42w#ldt xo/!M@Q+;m=yJ5=֏*Zr"]%cV"-T?F 6V5uaRgqֈ H(Ez R=}SzoD/58%8ـ9O+^ rdգSRtX QCl]D3k{m4]t>\ߒؕ}D8 ){ЉDHG)G#빓a!k".lׅZ|5ACED~pr[yсe}8g:9s $t.ZDXfZBf 0o U+h̬:;~U! HKGc򌂷þԥ6ηRK"'xưJ0wyT|1FaW98 v*c'6IEt^Ԝf.SKY!,ў2R8DS"FDٵ%NSԸry0ڑiA7p9 >a=_ʚ%2J I!=fRN1&(s-qyZo(~~0spQ񌝹h=Bip4ȵutXN$6NawS }L'YE:q$&0)/aZQމ [QjCއD揍mnt6(-{uyHiŭ]M8aiRX;?OcI &P\ցʬͣ۬nټ?Z]Xjӎ)jIQDb_C$|wMP4o`Жu䣌m^mμ)԰>]QkzJ؛@| 'JӤu "x-# ".],F;Ú=#r O$Ӆ10Gr @֊3 &¡43|OD_^_馥@pSR*?6^!F?]%\b:i+6Xo3/ N?j=~.+ϥCNw*5'}w'YA0ڏH, e#TSqWNk5󁄣Kz@W#'Kâ׷EجqGfHY 0J{ࡻcߺwiFUП.\B}" g%LDi2z$eRD ya v|TuٖoTJZR)/vML~Q}Kx[̿>0>{xІkwu>I8M|;Uge$oD A0?ulI#Z[2jBiA_;V:hi3q_q;zQs٤2[6WC9ꬣO{Ӑ31Ɲ}&r֭>`H3z,M ^qϽVy;nєcjm8,0`9h^M#^nN^gn/RM*?Z î-qu Q@`NN'4>PGFgw30O.HvV8qjdmhL’%ߙBVA>Hu< ч=nG䳮F^czl}V8}GZgBP <;e݊)kP쯥صԎvj3єׇΰGD\]ʽ(?jba^Tf9*FR} ,9qGʐ%^M6rShS1cbJ+@Ct6d"VfgoWʞJT"5|kVrCBm¿ fyYɇcXU Tqt`|a꾓K^"A,v UK1"Plg.Ngc*)[C6w g2}KqXHgyL"],B!+VK ^;Ox )#q"g$%k5uځ&Ўr\1@уF,MG &RhT0~HߘB|I<͵GhQ Hh].)EQ5.kW_aն֥>V=C߻t:aRO+۾,y AX]Yòzߨ;җc9?Ϟ2Z&;b 6u#jNHv1[Ɨ`abY XɅ$_ΫVuwa0HآƤE }&tv L櫼~&KHT̳[M\=zζؾu~OZM5B$ydda6C?+R;4W!]`=QҢ=-#4ڛ?3͔V/i=5OUa'Yۼ|ˡ& .nPfǍ5袂zLEz=1x E*Z*', S&4ǛF[ҏf'X07G)}FVH2-{c#3PRE 6@C'sKu7x$r ƦRϢe=qSA|j KI܅"sJb g1eG#@QZ+Zn[LMnZ&)̖l#7$0yz{k0 ݱ!C}AO>} &Bj#jK$>2skӀY}-H:} ZSS"-Mˡ" I TLmB &6ZB ~H.)r"RMPv-e Aֽ$9};+\Ha cۉ @/ i6#֢66ߩo#z5#)߷z#9q)v{bf_@όᦝŇ~M %rE;R*[PagiKb^ ,7 K%v$]>_2!./s2kF7]ܪum,kNCh&P}^v xW)=ᄇN ޏ)[bĖC)g°" u$E=3_H E+! Ae'~-Í $2#6X+B,,GFH]e,C[^gۯe4B3c벧3dq Z/*`ł6"K7$v3?h"agH[nC 1A=\ /i~O^"$0CH+](/x@#v٠WAxmFcz=WrI;1{jp9>cWY8ែ )[aSḨ=Ţ;zW::fTk{;сg`7X ï年cv*Za1;ޔ,#D|Gs,ZuI"Ji>*k{C;0-cG"6OPD]B3LdIE""$й%D<AGG7? M(9}Iñ ߲V+1b,u=r-]*3 Z7r7\N48 lM](9rs!*@4: Km|)؄kYѿrHMhVI``14lGG2xH|X(cѓ] xcM%noo>%Q]=RW6ŧfO(%hfVM,ՎՁLv#!M /e$oO-_՚#@"P4܃wQ~ϣq:CȘ-L:$ڏc5U9m K t&dd)6m$א71~VEܓ@dZJ#Y:# 5 vaň蓭l|د-_`$c8F֢4J/޳4siXlag [h!|Cm-)HH&05~Q7s3>/ԸL  o 9 e^{s ?Y%{sH'eo6j S~.<)>CWvl]kVvfYa-Bt*mEi&U滹Wh5;BVe]M=,c -!F"Dv!6ƪL"^PXj03sJHӦi2"WC(cAЙTfb큷P2CM" !~"أڿe`WWdĀ`VtAd-3F"vFpiMTny$]R/50j hmRkPr6DF ]"/3ܮzz0"cAk5^v,2T|RyPOfچ^UTCLcbca vVTë\Ijvfx!dJFj h*,LB=#r wr'% *_Qx᫱ ; Ci9nd{߀;.P(/ B9&*d!gd$JgV$ݾpHkܰ &пs6lbHw"dK K@Л\u1Z:>#w S @32~ipПp@#0+kHy]ՠV,F 8-)N<Uz A+ČỊ;;FES;s աuG]YBH)ǔBoXDraFac:t?]̆)^PSܝ ˠf3睖{ok@=nW_ݱB|Kn!~ $0J8Se!1)Avam(d0Kl}LL]U;8`V_kS4tR7ogi$ɋMR bS2p4Õ%(esȗ\ RXy6gXoh`G&N :EyymkGg759TgF\e`Px&#:X!?;xį2ԥ6w T51z1JR(ۧS|׈QxxQx,Ud wT? l0ַr;ҽ 1g@ŵ@Ek.$)YrLDLקB8?F0WiJ~\@ 2IPt|4BRŚf_|)pv$ y+8$yzB -g>Kʯ 䩔S10] -lyO:/,5X 2bɆh8Y#-8q.^|5aU"Gq|JP|=fL^YFDLP}9s%JAԔ/K|Q6u>Y·H͖KV}7i5yzaИE%1o>rrNܻUZ}59dcB;L`M+Kk/~̱'3K:]lt0-J{ɓ ~ˍ|ufG<`Z-"EnO ɻCLA,hD]}$RRE6CQJ!=rϞmUR8Y~R1h@䃅o!z¸p&Dz>|DTSD\lj™@ e 4Vҳ9oyi3bP{Ȉ GJr7*r~^堑٠2XYIE_\?ǫzdQdH8 o~޽8Țn 㗔]/S}P,O:AF1ipا #,d_OZ.|U_QbPcaNlg咏,^h{k7|c(Bf te(SiS =ee J# L+i,grD?∴iha3UFZa,L-*NJZ4!NJuٷ0Ҩ!7?lpnJ lTĴde>e MhqO%԰Ӏ<2ˢ[N 'zPNQ79x&hn.yM9O/-+B YB+nr CaI~jJ1N1_U.MG!i.8Xy7Bm%_U;Mߘ\ƫōW]$e4BV#uS['KS g#8W9/ח6p!-)ey*G/lԢGV႓46]2{ىSa Pe#F5\oX#5l`mD0}`wB idɁХ5p:WIGd\/ Wܘ*2#v( Pd{ܭr1'z%8rE9ILe>OS1a`#,Aa+x路b|r8/ xk ?I6HB],dU:ztd**Q O rp T9ݺ3 lyzxv5hOShRbX~?VJb-[kPbrctC*.*SFKn-S!"d5sٵ 8&IKcGߖD[M}f@W;j3FӦ/I7yva0dn=^[ ?8{nݳeLy-6#6e?uEI *4ЭF Uj;\Kuߋ^p#[2WbIlmq%sm 4(̺J&(c0=ZC@d(RaMR9dWVilFܳ`iɄmo$izGǃd-Z)t}ˮB_P Vqj.kI$;ݵZHv/9ro{]D#3nZ[`uv<]=[S_՞ArST-?3 9TBkw S"C.@FSk(TۭD -Rk͐7G͆3Df J~VY{g>jνfΠw5-k3!_ ^+6UwmnY`Di4}K+WR ?.d&0;*7dc{֍= }rriV74 Rv[٧^ɼI-+31Ճ(roʹfyL/t~!_G?^_xdJߺ*B{ߏx\K 6ȱXǸ_|KʑM\Is$ƋB}W m_}̀o,*DvĀomEEjfpzw2DW;qfw~_b>߲S31!#KbJ8΍FjcAɽ#\ɝi:'$ pfuV3,=C.%-.]'}&VYR҉Ղ#SWӭp0vkO Z A_/ҸkӲn Z) zueIɢ#;$ IQ Sv78q⾈zZ+>D\$ޅ |?iJOdfyhLd= O qDĂɺBq`Q8ȽYȝów{]s$|(ıPdy6N;).fz/6 }l8ܣhl.?'Yj,y{xױRr{## Ӗ tA [Fnf‰mNb># ;9[Js]~D{*6 2+.WsЇ`p:l;7C(ۯn]!j*>,49dkt~y˗Sx ś߱Wpk]̼D~$></jƹU,".'k?mU4P=\oW*c2)[H;\^.ĵ6Z&uP;!+mp2V ?Ȱ6?>nN[%l6ˇ#A| 2%d _gDA-Q4j'[!h^2'MpQ&z?4>+~Gf80v$y;[UZRs̴=R aiܡVִbg`F fփa-zda]UԾE^?AOL#~i;ٞMxHC &~`󨶗b&&#'TZZRփ̣xHn,e4AaeUyg@6RnsǂɈ}P~QՔ?`nmq^T5cc~=ic@öxhal.OS㡽.P\'T:zDVîc:6AX|&v#̵|wZZ1QE$R"W_IQ8.WjJHA+lEUcEu 'r(ISE2NK@-Y{+J9YxtwE`:N_ #?`3=Ki>8m[55p]h$&'N_uٍ,V'x3fT QgLM{w _4DT TIbq # !s:uRZp]*ݯЖQEIe ?EhvHd=MBM-1}bSCsi&?8C 3x*ִK@"hl,$$5wTSQ+> a}Tt(p?9auZxT;=K*%r7d s2 D4ib\RTR~c5"[RIW=H:nc~蓜crD*m*z᷾/BxE2X"Ⱥ:=qXަ[\ᇻ9b^]|Vlvۧ/yPW~^= Ԝ`Iv 5m2wKas#&Vb~hx:㳔&m<f]N'SC\fmT0Y-ӆ?sL_MɷKrA CAO~Pϟq 3ygλRƆp ܐ8IHAK, )Z)51U῅*PjJ~лL{ N/3U gdstdT9 /-(њW b)pK7֛ IY43597Pcݞ&]lJ8^ }ې3r~"$^$y\70Dh-y1Av2D4fCU+D%,3f)D)Q`tSsqe>Ύ`_{K>Eodq`ҫ*QS鎿]4% rŚ 4JR}v=C WxdrC{rFꯁ"(Ⱥ!GY'oT0OSדI][EpWvj{_*yWdHS`ĴB`+x5]GBI'~v:#ž(a9_Gr:4\Y &@yۧ?C,_Aօbkpy{,û/ PDҺ$3C0:nQL̘; 2 C鍅 NU8,]8\"=uXZd b㏢ǘH^:Ϝ[Yn@د%5>Nz@%w9yK*=M:} JnW9c>$UP*i,,*!J'/@ZAjƢ O>-PW}%ߖvJ7pd2Ji}8L}m XlO M3LtqBԁRK=~ɵGW( @b7k&C huߘ#vu*#!D.M/bXL'=9ǵL ?T_T(b)pL^-ʩ߫9{9ʺ"buQP8u_82>%AL1d;Sݶ0.sSbx&(9| Oȋj?.]$p 9i9qN!{5ty-jna~yи)I#)Ue1` fN u=jh))17- (I(=WD*=Vrdse#4ao})9o?́ӗ@ ]SV4F܅{iVlnai/aeeE0'%/ h0ݐO(4m.)崛]OOZY#x,\ B9̲CZ^4 {; gyh[x6KzDɀn'ƕY}PTIa>V`߀ܬ[R|9 c yI(TPF/Lq(րYҚ#*i+HDS%ݱ7Ÿ-0Pw9TFwvC(%'-40z`w/Lpwb]lL`2 {(l+]ɱA+%Rh.UYOVl0Jg +z3teLѻٺ3 pWL@x?JU\y; "Q< -[0RլWjI?4$niK23fj?M3#DQ vSR뻕TdC Id2C]uύ8 aб,liEAo f/=&U1WOf1Yj(΁+:=#F#, w p8l! j60ڙyBN`f{͗+L*;+Z1FZSg6v:"-hw8sfu-}l*M%@[.Bb@+h)OLUd  =z:,#zvp*͟c)r4C; 1׶& W⌣\Ki/T.'XR5,)ּ\Y)@=U2SIytf, vv_'t[e4ޡ@lR_5j v6g_2HwHD{rNd $ 5#6>R gcZ}O6y6欪X`ّ`FK7јSOH,%$$Jd\@_DJK4`RL*Oԣ誖 c]f(q<݁ ǸN׹ y*0L7Yo@VJVҙ*9pcYm҉fڡr;az$ pnWrqyPǞVCl޽vPcYxngW wP`{r$uyJuU. xU > `b ttcx֦/zBHFr/_z|6n]1iP-Hnm`OD{2xڞI}24~*]:€BDxݚ\RRyq҄:"'b/}zbR?Dʙm ~!S8/oCB-厥}07oX%%Z#VxY *eͶzƀ^$[?C)aKA 6t=^=QA8¤6)׻:1is]!bdZ> TkwWMD_҇ G]Dky5W YD+!{.i <bOۮk$/汋<׊I\jd(`0VOqI\D*h)>}}<vj4ڥcܞ4|tkBS/i_Ҫua6޺6P%LY ^,\0X|A64PL}ٕir;)ܭh2&e^9IB\JIF̚Qr:.\Imb4]Vu516F#C, <%Tt[!˘k֋m|Ȇ:!ĵlfh2xt:DIA?A{+s ,JF#Ȣnj: (R"[=ω,K5x4hDԪʋSW4 c1 F,Ei/, INWB)R-N& TAz&o-S2萻Red9v6GQX&|{_Au;%_ܙ4jP L^#+K/g){8X&p8$CƜ3{?Lǒʺ•F[+9s+mnj(1VR 3*Vw3%[J(vgda9G}"D'BUpr YiU?9pڽ1ɷآ qn(mKNnwG&+h"V=H>dN#4+|;ԳhP:ojE˘ b~\7qΑn4W~@q1tuW]DI%889 U׭wݍ^Dޯy咶0rZiMO=؍SѠs^T0qF| bTN6i {d͌yZȜySEʀ Ѳ s .V5NZZwe5,ԛK {֧ xaS+(3) ėQ$vNl?+ƕ.̤:9fW8E"Йcfrdީz o#k24|k%0b#~7|g̵]*|Z)8(!VGIf`X{׻Fd{x]ԹJAŅo]l/xP;y%`5fǝE Ob *T'%PVnmSq҅3]p+=Զ,/w+I`BȘ=]GCb;=;iܔ≯pc"ʻ|V _%fN$AV宄pPIÊ/k$39m,+ -V/..5/G~₩/]<ҜhmQHA./eu1f=u x+WA#h[ %/Vt.=+!]aW<*j;iOjǣ3͝mɒ %ŧMWa# )`xVO1(NrWa`2;q}"r[,ʑ2p5E0k?/4V/%1t Xf[cj5Y7 n>QP,Tc\̥K骗&2q2` ACL>'iw/5VU@H ~I@QT\S,9.ќh[cFxƱۘkw"<Vs*Py~.]ͣIMjK\EV6c&baAWb5]F`?oV QUŘǃ7WTFr0.ĎI]B'He/K|{VS<[s};bf|7S苅æ!%F(/ҥXn jr\G$+MeNme"ʚD֟.GMBHjX]j~Y5&EevgtJLo ӫas hY`Vx Z{5*l ,^ _,fQDA@{ LEhKC9c=y}iV[]j U Kš]e1Ø0Wg2Z)2CmDH|ld?15OC\n.CX<sbwA|!g^ͯl ;ER}Bjhs:, vQy֞jC6jݼe@a3+] LQq ?;yJO>ZY58 c E 7έIL+#w3-l~t)F02,!xC-=9*G2hsm?^ۢlw<9Mj*u>t!L P MM@f#H2Tkԥ3k:/f9eUqu) 2:q}<! !Xt;ɁFDYWAviD~e|tԓ.5C EaNb 9Pe=4a:ʹ3?y@r^E?I`H\.\UDJ\F2ksm^*ޯKZ 4XؼuWczkD g5yr&R(C"[2؜lhB<ǒnmVI,GNoih ͔XY|7&٠){*?@s5Z} k}56Zŗ{hȈ/`qP"dPaKf]j5/\syH")Dvǒ.]ЬLIAw ho|?[´b>qqQ ʚOE;f ŒGʂĨ5|vw2b 5*%І=e(GxA ^58i}t ;Hf%#ӎ\6IŠzb :J 9'"&zn\M'#Cd-=k>34ҭ\lHB|7R G`cΆu)rc^*.X!ZDrAv?/_{`K%ހ`(d(p&1-ߘc㸏|R(B:@<6er׳ω~ocNԔ2xHѵ AXuce fޫX~ m"[+[ rFrwru$YؗW#$tX莂<Wyw$o6g3N2+T<+N,@mJ <_zkeHqZK(I6%@Lmol4rER\٤V*U_m`ߑÇ7\F+0WX8\ MBƊ!K7-S-#4wX]!h ^8"xTOiԍ#g@h ǘ0/qʪv&- qrYaӲozʘG\Cfƨ?V|ϠCz) uVs̝)3#`7'=6Z<ܣ9\#d+OŮ~=T8xӅHskD6>ڑy1 \4ϗ/Fy\RL&9֚psDv;04 7C )ɮcd\aOU˖WCbxk&.f&\^vE]WMrEI2@{`pZ)hB祩P|{i"HǼR!'d⾹@}Hnn @7Vc4/4fm h.-ؑ¤J3Davu,м% _bF$,cBb7^Vlq:ȴ+: cXs:f9h"{S _S)14.+ɿ)gD 4acI#6R\lC hL- rz7Mfc#xi0%,Nt ̻9oB95îgÕdatچ-D<Gnok/}W1UޡT!u&axTrB.N/GPv;TzK sD%FQ5^-Z%\ s^Dx`;}~U] Y3= aF}WOe7 ̃U7T /y$*(,|(c<患k>1[L+r91,Lf"Gg9*p̛@6}RBf~zݸ߼k 5?w \A ֯nI'L~ ҁIuH",A9% "XK]3飆4KYf5xkx3OYÞ2y$Xj 3t~ ;۔kuup-ЮC+=FfkqYHa2XOԳdex(ō! -V _^Rh m(x8gN!DْĚ0&K ab-FQW+;{_S:Ox6XI[ 7LA-b坐xBSAuhsDH8l{8^}1 š_""Ɍej#fcڢdG0!t? `ȩ?-G_4r?[ui)ljfVGbuw@;"5OW5<,T$eIuKF:e !d$lV2e:F)\1:+uʻDR-*nnhd+VE4>wbz˚1|)ϟshnl ^U Z`g(%(l -""'W%DVۇfҢ?xIgͬeWD/=qA;C19ʥ/].VTlY s͙3tCzb&:ٳ!Ol%љ覫3'orjbb5jOi3uEVHZ~-!m`a6?෤>oZ!=;8jӜPl*O! K$3)"1<љ-6,)^|gVw3͡K;_F`G9P94<7J 0V1;::5wG&c,.>rP@jrD0.ͧ7q9e( ǂ]4Tn,yIhBljunNFZD]SB fɅ~6 'a|xq]]rACY.Z#IYX.n1Q 5VRsD |l]JMyW̻Wh%rmMaͷ"w(s690#vPt9y,%&q2*@B%LTF\cKL(Eٝ/ vkO[ Tuo{?C7L` ku%VA)h;7v2Wha,\ͰVl1F&܆LrK# ,iP Ħp[j /'N{F,(aȲy~CbEhD`nIMBX U.Ig$́GhW`N%mc@"mk1ea*avڍIba5+kMGlOkBƓ| Jbᅆ*# /y?'H[8 ¬MY'ʼnFp'W!f.yP]7;G:?,{HAS2!4_jo'- 8Z3ɋ tu76xQLC_`&sbFFuv3.̧i@2(w-Z\JS-V:QB |銈~,ՠIH'8 VkvqS]^,mi5#H K fG'󿼏:o%d$JkW&M؆9gt +Bb탾0WX7oª54 #<;K?cdD5p'g[lHJz wWtv+7mRMq^;awe@K_:tQmO.1&DQ6W^a' ԯslGsJ&U&>/ ܼXBm,+9஢^|t \o| 0W@gAN% }͖]P$Ai|$QrUP o1eX>j$RTXKe&s09+6 CLRo p`(5 4;g,3']nٳks avk _8Qe֠Exc{&$jhل8;DRk4 Zn-7mpi$e뱁I3S`S7@ڲ]`H?~+ٯ_UYz1Z Ie` c!;.)|'8Eʦ LP%q XDqGX֢ m%w(D/cɫzNou 9cL0b@] ۽B0IW|f}H? N 혆 Bwh}\8r- h+q>^`K<=ѯ^wko$^3ךO$, 5]Nb8395:@Q M=O)ԬBgtW^m'PYwu)٠X\Kte[ An2TA,v}y uyET4QEvdLᓊVaS>4rھdimC^-MI~LG"܊fjҐ~ X_~tfAǼ{_ __A"ԉyQh#ɇ8Ci9X^ٱQd*(9ϭECgS!\KYadA2X $i.3Ovv7Jڲ>fb"AvI:G󀥓hJѡpm[w=C$HT ZLߝ_UѲt2@b!b,;lp ơc'ѣk}AN'!gGs"0jby < gRi;//F~ ,Rv s3|q\[^ Qv~L!땷?!Rs0vNPލB-* !lUq͔F>jUsԱ 5d0^!Џ bJm*)HMx۱~]_F{#>;O%" ݽ얔G tkuao?pW QCD|N,%98bS2FL ׳C:=ܐ2&J$^,\g^@Ftvk,"ڬbh "†}>T%v-xRkF׆.Rt@!~~ȭQ o'*)Ӧ˶u+6h4%p Rku>1Xh۫_ٳw?]1P;D\t1k}i !7 yt.G@D&pi ~dQ/]1'dcҵ 菵|(coScvd}ܞ٬*A%s4 꾭);)ǜ#+e4ZBt * t[Dmr+jFZk2FY7`5(i]$wG۴aA"aϦ,sdRG S@~=~~Z[T @!'MfEPenzQ ®[OٍuCDz[A9J{p>rkxK4-~| u=a؛)~&3xX#PG5+\Ո=^爾prU&XʠҰkqN<5U:0RfmGW/* I)=P3< 2Ntw]l V'I5c@i(麾&H@)=ՋY_f g:jA Ú,pe>`yib(A:k5FFP4^#<)4a3^Mϛ>+<,SV ν6jwަiSAǡgZt" z|䃧Op0 ZXڳ.֙8>D>|9D'*zNZA$CߊUqԸ?ͲBDXTU\~֩n+,.wUyO)Sw-fOA|3%~|p}C?@[–TzFkOo)pEfr'2À`Gy+֠6-"\u/R&tą2WOjQ}B;nRe8~QhOde۴m#WgB<!k i7œ F 剸5eݫU!ֻdw;G`b{$1i>,l36|pQn N{_$?/H*aFma=*rӡhE|ڹҸeS%00oT#J ̐Kcet MUIF5J_5|Ӧл-Yn$=:~tl/ROx| WԎV U28Y:zUZ[ہ<yDŽ@=RqrӻI"vHs.z_YJD J}f'}-p0ңdx Wz's vU)BAϒ-`(4|?9* cb:mšs̜7C~4ʄu̔KC?V[_DFZ+o]>>_Kϯbi u"6\|$>Ri܁qvEw6oFTTOrzIqOd ?p~!9\F͔&Pd|8-RքZ'ۘ[FOH]$ gAƓĤV}Mȥԃ>Բy2)'^PV_saJiG8+ V$߻J b`X`};BoY%T:1G\⁵N۠F$ſJ #!#m T5 oEC"U\B&׃Q0j: ~p1 s"9mvTӺ9M2 v<ݟ. :vh +8m& U!*\dnpUXBߦa:_ Eb4?g B;[_~2/?u BTT zk7Vj΢B»F4vJ UPrRˀre2V"N+v /g6Wː; fTZQr"Ѩ7۬"72:Ys *%+;e>uHXNe'S]\*j Ow:/H0G{F,38 y%ב]#@ Y>zW~Um[Gu0a:3fQPi ՛7pZ:fK%PT~:9]p7H€fro/~ u6i_F"*%FT7=z[gЈ/y*i[5;w MXAscZe5nn] ïs/cܪ1d2=6qg{bV3 \vrygK!ذ܎I|*sFwtY#?ȿTdl¦ G9~lwbn5H C$l4Zocn0[뗇d9 &A- NYC:05U0P6kUSِ֒17C+O@/s.L3 ^o]BpPJI@xH k4>>d&yڑLOO>4V{ɅBj@TĽެUӉ;b͓T@S=0BG2Ver>~}Nd ñJ$8j2gñ]?= xP+:=+J܀${ v|Tٷ)'ߒ`a^-Te(zԏJ+!BχjLԲV`_5 ). V  j >j6 ~Dǁ,/="` ]~,a0EFh+Z,üKO! l։/UROP"m R)|iˠ^ODoec!7RpvC^+d{lA#F]`Bv?ǝ|ZUh,q4t^JAG͍'8h𐘏b~8#t`GG?4( #n1Μ*UkRWR /ng,Sd7z DW1%Պ%j\C\ ~n~8?S``d%\y)R|G}Jt0~.쀞D&+xkKR!Aơ\LT݌= k}[Jf%4I.{LH{xJ@"pZ]ތpuiSXH> 'k 1)Jզѹ9?$g[Jp1ScT<X+P|̎  r1ڢ@h?ckNSTVA@6J8H)Qqi2XxjD-0+Eee<ˬ-5#L!^Qdx0oTc܋snoY^Z `n5,^Ĭ" e]s\9"=ld@1( GY$pQ#p?KrhZ猟[1+sF7ߩJqQC5b|r`JݝMC3lzZA/38Ws5Ktl 9ٔҍk``lHBTw7CWW R`V5#cg 'zrZ#CklB{b<0&^!&kyL:BrMLu p(i9^Ղ ~E!QC"HE"5Q5'0}y$sl yxk9C`ڱ 1b>(A t+7ᅥO_@-nɛIf Ö|9}E%rʻ:<fx74LdoIܜ)>ϋJlÁ#ipReZ.uSBT-/C[C;_6fxgtYH%vf Y-7 O5Yp{ Bf]%yW'kh2cqJRrqOHK&.)2qޡX&G;}/#Wa;fȄhcV1O TC~u934_slX|\jӥ\G䗾C^x} R3؍blzI$:zd\ jAX-w;+M{ U#?ZgtyB?6(#tcW {j2t1?Y/ZNN|o& =o>Sk =+NGNDWUwR%ww4oꇕ ]oR Mb9-d'>H/o6w ϰ>h#Kjhzܡ,x n97c{|.wJٍ'Zϰ?W?$xRcQ8k 1ŰF1G_rؑU"QP?=M J*:lkYBCT5"2vpHԈa# Yzca]~+̊e2ϲZ+,_]|C>UY 6@Ж&EƵVޅmL~ a:r67 UjN&SɮIZ1_+F܂7&XO+EsQRK`Vs;)hʸ=h۫~՗I;OTz.ޗh+Z?Ɗ@BiҳF=1q'I{&(?--W ں(n3QhU>H@E,c6x:PlU.1x~kAZ1 ezp0qo]?E2̄~JH`$zg)O{+P< [?ܤuy(Ԗ-fKy'0]W;*`DL~R(n|w雫 fJU6.nhYG?:;\gXWK,>j H MJXAz ʖqEk؛Ve7f;dV* 4Ɉtou6m^ _ >7)#3h&OpyIWE~6ǪVyl,gaiT::3̡{DK!H%Oީ09(?9%< GJ1@"W\ ٟgVvIa:CY:؀ʼ,csF< d\DN;o ma^G/(XP&c0r>a/{R{MB(Vלq SMԔ+]9jLR|%g/:;Bdy7I[PXADrH ~RaLC Y9myk%.GMT:{GDIzF&?4QvHenaFU])2m"8B5#ˢҴ_AŹ=|BqE/ {jvJ**l̉ 9WXZ*T'{Lyb) PfQAt>؋ޝc?z0O)\3+4^~so@ˢK{o]teTO*fYwc7*鿋B>3N+* 69;'?8]e.[H af~`7\H9q{K{4Yurxh32@ۤNxs8 Bq =q;,҇WAoB.ert`ތ7M( 5ĭli sST|fjP%,?{<7"˟XE*Ǟ ުxܵM_#tXC)P+% Zc\}Gy'Kך-({.Aż"GL] ?)@]aB6C ,vk/w?eL 몂Nhy7+|6er0pQ9:k}F#}' 6c 4G,`Wyc$A`lqp[׈3Qz-Lc R&OWy{1 {%Ohq Oh,#z=FU$Hϯ/:]xLbEv#V>:&A&#ƇˁSϵV&ZtFZKevW$e䉪'ܯъ`^)q c mX0'ħ d 9ʷSo]Y7ZSlKzoZh֦}"z? :\ | N ^:E]bY;gi$]b]"H_+cR= TΝ&KL"A>w5pĆk9Z~R=^$h@@͂!+,0pɊi`!Gz寸w>c"ЪKV J|%-(-gB=+n9׼-\ytb |8d 0NZx3^Hgසy7_vPEx,OeHS~*~NK6x=l7׷sqPE 8e+QMp"(FF*; 8/ÌBdlp9ɳU-:˙6|'POƠ(EFnjl߆=pD`ыrTՎؑٓyIjZ[ڬw6@뼇&^X23F`'z9z}!2^4gd*>&6xxs\YhԭI72'b-$Bơ<k~Hk@/ r]̶- RܦT/z~h:]sO%pV~BlAU"Q.#/>@Gu>9WG)1悍*Jm j(nr3ҝ[ie'q_yʽK% t /6p{r vn R*O)p%RG=Z\},Xrd,چ0PSm!2H0H|Ì\=JL5065\ uZ%S"} X3u3"Co knjdry~P pjݐ_0)O&vf%޽dX{Y\l*݀? r8ZDCUn)}Է 4n\XJ/3wƝ*dێl%A?4J~s eSTUx8ٞչ 5woaǑkŘ<Ը08)qHn ۘ39w{)FO6~B "ϴ+)xH.B(i_n;'x5ωq~?Z"Ф@&Z eIG~e ᳩ lQ)NuhZUbހ/ qY`@d <nrQBq+է3Syӥ̜7J&(s'Y˵<\} +j${6gc x \EւjW58:eht?`mYjGwTIH[;(Uiwi3/eu6pRzº;?Mbe=F6[<bĎ4 D|:_Ftjv?9LG@0QcMq5I3ލ7)j#HxP<˾9 H/ΰ?f[i^wIUO.e|iqY3텨-􁷊vxسej#YP]<0Z'Ş/@ճSD>G4/ aNiyv$FRXIZS 5w5ax0C{$X}LD s6th`/ B6;VS;x#I@)BǕl'd+-"46|"Pdn@dnDh9,&O$c6T 1fB5TYJao\%֍D:-zm~z 'fk|2l3Ѳ\3d# J)nޙ3SI+" ]y-3D]55S:9hDK jWYT蠠c[7_C>=)QXH]JHqr"٪'lQN:ؑ@ 6:>b@*A_-EZRa4|[4&$">ufA;,6}R)2i(gJ:buI8.Hp  oA_5~<"Q@vߊ;bt$}>2A[N ~ޟY1ضd')R|{fBw$3DUy!lzwz(}"U-A&=BM m֛Fg?jD*ةBVo{@ &y9?A`Ĺ)˴zף ըB-؎ ZC>h=n X9[CikaHkA t/e+&ڨg;FKvgmCZxbz]¦*Tzg!>wX$!&SY%9t:=X Q$rizm3hL ZM/::vAASX Ud)ECl,#&%ƙ}e͂>0ěFWK֤?&Cd_9?ᧁugG2\l;UfMC)•1Q pFE͢Yw$ }8l)cE8 '8ud޺ϭCc]ZS@vdtZ'2yk6tؼd x|`& Լ *k+Ly%RQO24ώeLBmױ&[C}Ԉ%^ذ8\>qAНtutۓX4޽~7AN wVپ hPO3489{ I'o}ahgU1:މcVB";j,5=> D:b2(f= zkr۩-FN#6Dx~ceQ_#M_ 7eUaA^_HY DjŘN(YGU_CKJe+ObVm24%~(Iڽ[PN'RA4%,Q:m0UW+)]7!4e@)N5 e7*E<ēPL-͛c!w7_ tm ؾ P?& %pmECn|e%V@85 NyOiܘ wBxVn?z̸+E"!œ?J9M]Eǚ=O eދ$sd؅Bȗ@N_I0eL56ٚ kיQ}U!7!D⏬eF;mZz(0T" Byr65nEr&ƺ bJC hCD^ҙ~}*P9&Fx iL5lJŚXȶ1Ŀ7hTF1!KOfN>͖>hG=fVYG/ ^Gk6@9$G#zB?|x7VɒjhO-0Zs ׍jȶlǜPD_``XAJs0NY,wҟ[ Du|U:GZ-s31ߡuC&;4>N&BF1œic)_5SHZu"qW݌hVV! "ck;pjLg} v5-\ɔhBT@Lf]HZxeJhE= }HݮM?*0?T(-^#,|:mIj,OdZy(_J,FFnov*a'6_7_>\4.Rw+H?Ү!tY Uk RG9݅N!!L $8zı! ͻ9IY qx}>􃾐 ̂y5yŮauL@8gG\J cQ%+Q_+hʼcs[TMؾ.Wm4moR/_k3H/8/eF{&f;5oKbo i4x*1p$Rj_2Xݫ#QˁA: nnirZRDv|Lu*%Z'~y$eo k`G^^ k<~]z%#\r\e@doj r&!҃4)]WOLT;X*4 Su>1cZ_/?cǂ7[!P|`J) _gw\j ,Fωz`ƒV*~$熱~­K?|kpՕ tP7FI"v;";7./fWp%ݔgһrgCh_KcxKv-8k~9tKO*K0g'PXf;fc@jq-B0o\XEOc ^be=g\B 0BVO2(F).Oxzc# ılKl1bO uX+hMj}Hy JյәysHRԑx>`i>ݓdV9A0e }T3"8N>Ma :!ZS$6BmEE[ʉ9?G6>qm#Qfb1Se}m}:y2 vؖ$[9d#xm6:D nsx7QASԩhwVp=Mm^1WE xnnO\ǁTj6$-L68sB?Wd3(ѯ,RkdvkFv$({̏WYF QYiD1I=[wZ64]Zܬ1fW' 1!?%H-DRqy9eVLnčrgMs*hSJQ+b"u)m")4(O֌Ѧ(F_M ѷ ;pM'X9[ 6OsgCtG>Jm/K<5J\1.{ӭPȫiUAz)}(7{n` {ЬfƶdAΪR|~4xpx,cرirQ.R;ju5 _ޡ2[8{߆`Fr3 L! Y3`3Iol*gΕ-gd8QQy?\qNs^Q!wK~5&\ 9U0Z7kk呰Y4N0.h7r [i :ր"w. gDrk|<mi[P&TQNGYsfyvDXeuV_܋3XwA`8C,xpIG ~=bxc(xZCK˔d5 9e.T/I ݩ$ RUNMd sGٲP6[G{֓IHIe S]sKڳtZض.&\ykXb&yijSgےg+K@<и a=b/x*Q( q cI޿Wv161$X/bwy372?h3 q_jNGz{.E=dk\a[LlU s=MNGzM=щ6=[ z3]x 'jERw?IеYoZKvCuMM7MnzbL.,Qzr+(1W ko෦oQB`C}dn c!6 ^XQRƄ8b2ÿ6E?gCuEB\yQ&sr Z_0-KtVKh{u$*?e5o@ixh P5(nc; ͰV Wf*~̙!7&ݗǪb9W7PU8~/iu=|_')zY# #8sA1J{>"yzBe>:"xVHbBWя65Ak bP:#Vţ9ZƽF"tǃ\l s_!P}jc`߯L3/))f@bdŌ>ٰf B[5;=VoB5fT7HBi_0b+>+t(8qE2ĸp˫`(TG.61Eb7S֑ >+p6պ iEj}Doh0 Po -o4Vzb{Am.ah_ ۢ?#4ހrlBvNg^SF(v4-]cwn\+ۿ!)+'Q Dm*>mzs|$Bcг[?}0~|R~N1RbKzJ!sG_>z&Vۄ|ϽBS EA6l`ȫ-QܵͅT?FSe@$Qiغls>"z{,ʈB:@8*%T7$A+Bf4|PyYFUpfT2ގM1FYρv=g٥bni9W;yT+zT̳ ՚hC}*6![tVq4K4`zMSUyTxUEӠ~м/|'XR>>~Z: > p+ ønXYf,X}hxid(SDrOL5JDS/;TzrxL;?U=\{5H",lM#zM-z[\ؔ8iZ404卐\^|zFoTC6K,`Pjc?lt|]3$*`+dy0On ;j=T\}΍'; D>gxt!&4]`5ӱ|w%G$LBX F=8\%i1pg{]=44`3̣۾'$0(eUo-+PM#mf&s܁1V tgx 혧~"ɖl8tDܝ$&n De? Ї~&kGa! ((ⴃ[laQSi~ԈKi"<;8tR~Դn?^n@Cdl Γ1%)_v,(ǣE!7L,Z' Mm ue}(WTsjpAAC@c9:?> f}HXtUt"Opvz庍JΓ]SiҤ[#w7-O sM\g-n@PqhʪJH!ɐ@Vt_ '}'{XHi݆8v F&Ow%>:ĪD~1#g`@X[%fL7<ga1W>L@F zF nsMW`j8B(<0ЉjޢQͿ4Ӥ|;WXk:H}7hL1!f͊PVHSY96KO3C#pǯطCQ] RH_J#K/y;^pJs^C7hW^ul$+,w| dE}4bnfo!L̐PsgwՅ)/`vyHhbQGPbig鐼H܄ ߑ2E,A=>MDYtD:,F$^[.1 f=}4Wt_tX4;]aH`vzsX3!dޏ -uܹS>ϴb(0щIu - UngbՐU@fMw*0uy13*Hd;SkIz8RβiBPeЍZT yݭ1RO$7v~&f@D$.aZ=exAo.i@RUU`ijᯅmnaXQUwe;Uf0HsÀn@fmYwW ^OWDG2nv!; =E3pL㶓$d`} sN0Z -;^{d~HDTbń$H=>f}Iީ?zrE#&%ŐO2'0"30c0ћbWEAlvGˢ8 F޴3 mf͢]T.yFCpaOƱ{j!n-,A6c5gͮu @ *u4" v";ʈu^O,YJK?6ץ-u(]َEs ^;Zj k^q / X;M %Eͫ ͬo`>9v P9xK\'p@LzRωɶ Em ` E,/%Ner.;vl#61=s")"Q5>5k9Y*j3ZciHuXSg{%YZ%Wչ=lz^Xb]@qm$Fw:t)1f@ct{P Z: ժC5Wl"DJ?n36&ph;0)Ķc1Ė`5xo؋ _E`V(ʘ"GNN,Yy0hK^IBN6|'XS*r2u6Ϲ(V_yC&{ҹ˅5L~0IL^rD$$90X.R|t`S4KrciqB'Z1{QR?LJ%X8qA=,W:krBPE (g_KUl1yGVOM:=~KH[h%L*_)=T4ۜjD;LpWOyi2}c+ oFF;DR[wPfrpO ̍&|nC+vr?Vڷ]  m;(Rx ]Pso i >A,'!5P^Pw2j»6ǥDDw?ٿ衄H^;i۬ZRU+\Fs]>Ws|ZR?xiؗЙA򆵡0S]x0pua`sQ`t:s!1̡./ta1zj;'fҁtU"@\B$0S^,'pnh0<@ $?D8`i)WAh`Ϧ=֪-LDIڡڑSa훺JNִrܵ^ٖY_LS_]"Kek`ޗNvk13M3.M bR$ t$ Tkrޔ'b[b';٬/DS q-285u毒$eVm`w˩P9 D XB\ )^JE?Wܚt(.,Eф-|H)$^e3ҥv0E ;w_ޤ]tc˛-)zB*V; 7wj=At_|AiͪvŔTrb*֯؇>,iK[(iq%`9 /X@t3qJLUE7o۽5SZA9e]c[7(caQDc=6+zMakӏCت91۔G4;%ғ6Xnώͩ"ﰮ Kfg^-`yqp 4 aWΝo,d&Rm]>E.Wg@OǿX3V)=ƈBv}$έ6]X[V ]͎OO/q+*!pF%; 'kt3 6w͗_aŭOeK]3s8 Xݟ<=R `ckτJjSVntw$WJQ;:J\i3†8x^,c>%˱ 5O8&NyX}Y~d!.jg\_Nmoe|UHGڀ9^.g^RU:)vko|;p?u z@# WpvncݥCQ=M'#\F9-³//QOlҩPaVj!B8i`sdER#{x97~"lSH2K)҉<gڮVw(xԴ*dg[owu.J3<{&~rY> &!!ZUk + & *x] Ӌl7T=)R=0wϚ1+ J*Sx)'vgm\2GAa,n%&6aZ>7̞ ~)ّO’R.2FS/2&ԯ,t nk &]Ws)kdeOM_6q|m~\e+0Y }9rqI=U5|60j$\=SŽ@3(JXZM؃:u1; ϟ0pO֟SpfB05rL,n0 QsXݼ&擽Qyt:r$nU4^ùlAZQ! =`⩸@*DIV..}N%nL_8CUܡ~ #w)`d́dg 1OSp%*iدF+"sܔD7ɫ9eG\~>~M3Sch#䰯cu Y[s6?l5X*b{46Ύ4D/y1Q tlY(^mVSoe$j'sJҰRț+QXRېIhU%:KoDAM܀w͔5 hs-],ۓ+ĸ9Zhhl6_b/lޖջx(mf(w2I|z.k2w J1Ek4LRQ n*˾ai@0@eC]Y3!B0)75^l9+jܢ4>7nmRK'T.+ T—K_Syu%e_^WNZGVJgjcpS"3-- #̫3H8>lY6; (Ȫ0]f+UYdJ}0L5R; B>v꺦7"(QAtX#I H*]@w[ƅ׷=UG`ݿ#1j+T21 3?\iEɾeֽ\T d&g` \n,/<Udx›/3,;0yU|#ZU2>, CjC2]i,!3 xg[>}F 4593NybF58\そ;y_ضHm`RApG0G{r&# rd+&8bwIdzt5[?[c$ߑ7pj.&-_yda`܌'14*6`U$2#Cbx4k t> z`aW?0o7c58yK8s݌'ks֢ srrus64X7Qx<=HJ!=`W+G+#"6e2,L=#pѷc.{ҦLqKhzlxYCŧ0Zj ~T3R.(R 1±+2Z[$i aQJ, ߑ݁e2$$-( G|.N4S'ebsd$#[Q7P"̶ׅܽ),GTW=_7^) lǥ-0=*&j0ۏO9B`HZKva˨P,d^)u(P #fEKƒ;:I ֶ{ytҕ<,\lOc)b:BܥR%꽁qݕnPr#tv6J􆵜ip (qgdZAO4k@$XJmZfOhQg{PLcC!jfK:K \w%JDR/*6 S4]DXRža*%|i.?c翇 B5 O%_7,쫦36ݦZφkr9f_J*q)c%/H5JW05*f@t 'ݲZbzX+XjZ:HzFQSZEE| `#叐&bU԰X)[D){SB_h_.V'g.ᙇYZw/7 [C4V(rL'k@#ըws00ŋxD$Gdכ"w0?֐% O$#ÕPOQ.DkjR x~GM #V.|M hvD+M$2W=~iȀg7*;O "Ry6(UQ>r%45@ٿ׾q;Og; T f՟a̯[Jit.d L֝C??&S` -e}1b2 ?~X|IA[q(HߏHx>K+um1.ۉ1'kQI)P7}#xq4֨p5zQR_›`8P#|zBEryt^MYUZ΂ dd/)nSH! T[!jx<It\#ceaT3zlJF~)BÒHi  Q{EW&$a q_5C hy)po֟f'ai>=#O6~F{iB~a,~jY,]k%3\(J zxOL\(/D Q>&A0k8S+UR )c+L3YƼR$oq+%.'t8Q_:u3lj, kCO{?-m TfKTR v#M:Tx`S(rmvlsMZOd@^ӋҐYl_|/M#kv9J8Ur'#Za!鉝*,p5^,{ (y\DK3ޝҍԐ@jdX jgmX|5X-лt ]C9~ix$8KC"7gB7Y:[h_c:Ml]j-ԕȺh~%L} Z:rqJt@W#W25Y!:#e>Fsy/`[j oy?Vzk)B'AHQݪ0Vb5*ͮ)dK@@܀7&i'v,F#.Χ̟ [۷l hU!*6zN; -w}%l:ӑ[M`:L*cWw{jBaS#AO"l%ժKV\i,yOYm/c 9@{C$G1;XtEc4+XTLeHChĮ/q~cͱ#Y<"fa:aTx]7Hw. IL+!Tt7K۷4c Ҹŀ!$pٴ̹cy;Tq<2$K 4ts'۶U%UյGr7qO\iAR>c|1]q_}MJI&0 ff&|'͜AG=?BKl4e^,=IUfʤ=[bMPG1X~eqœKD'\2dN;M )~+RUU" ny Q(ؙlۖKALS&zDVeq (Fk*k/Ox],텓Q5݃*0]/{m-@~nhW{r o^B$Aɻ}lQ[*+u *t%[i t0 ۃ2ҟb X3/AF̯IΥ.gޓ#CJk `8[yk7Jbn5 Kբ1Qʧv˳:|:}[6\S ApSDZ20pv-X?r@rƼܹdb-<̱aTB+@~r,Evjl(0 M% hQjoK.4s8 &_@ǔށF|qJ|iL0aP<Zxϯ`4*nެ5SYsL\M#B%s ؜D]kkGHj9 Y \][s%h<i e#}d5/j&>cr%@f6xKxUvS`g5Ijz2 uv-(T1h^i~.K߉V~(tt[.d5+msyOGgOQtyAQ;cjmRVT95脙}N'p%r$g]콺o,aTH]MMWh\,wPd7JP!5RXHAy: .O@,24gMe|ǐKnHשtyZ-&"()>WIлFc",^A▎ҳT 2RIЯ$hd PY%jZ=DG7^,SWހGxa}m'!jw鋋t$go_LZ!fY_OzLYt{&BpbdW[ ;@euoX`twɉ0ڎ1ShC"*jןu))kEM"2@81Υk L`?>bj~dPG22ry ։ˡ~p4R-G),~A"ҸK4#'/@%+R26bOpq <;;5A8(Oob˲4 ="lTJ w:չOO쾥0 L}ѩR8Dg" L+D ppLR;騮|?CcJ֝]LAXkTD. iFLq(ݺJ7q Eؕ. MB9˴F ryt%8ƕ*- +׎M&'czt[)Bg R٩G8•>U5cُ_Σ X F+h.L u]NHҖEj4%}ZPWeYmKy1(Vwyk{=X--H;eJ3 3NXM 5[1^@ A(YCmW2mWLG`# m%)otQ s%^VFǏz֏g#TsImqkFCo\7 {'4WHh\ڢdC?ɨɟ⼝ }'x%6kThY06j2GƤ'4׵F8<oMȯGr/R/&+ ʢ:ʹ?G[0 d('nhݶ?') Bv-ԇ3YdD-Juol% n=(:ՎOn]\ǶKusjc}߮\4jn5&iڠ@ ]uU{"7`yЍZ|:]2 N T Loڰb r3Y:Q`4, d-6 zѢj;k/`*>\ھ8"31'%)A4?)\VƩ2?,&)FԈ QJ:*C0LҵD!نFYSp0pu7*TL*@x`Xj₎SCb5WTL yӏWu1B#SqgJ1)oidm#|HVnnWiO_7pC޶cp`yqxV 4 +yTHDJzWN]& [oxu-Î2↗Pn ,>DA6_c-,Z£֕lcoU)J7#$qh l>B@sWt\"5[uढLm[LFbSu=GTJ65W81} 1J޹fGooXdVUJG#/؏Jh*2 .6CD*SX fixK8\茅q4'CfcAݠ0+%LDi?'~, N!F\N(J!efb|(xCYf}&V>'61Dr>6t0 4 */~UnT/ 0'} ; yrIUs`f+nZz&Og~){bo|Dx&3)תp>.%rS|T3G+Tl7C)VZWw)9w"y'IElqbX1np>p?`S|o.,Ɔj^O4q[ue_B+/n ^tgM/ 3Xi֔H'<#38Ktkǫr=܁KVgAPiAa"Mdx@c63QÀ4ɱ_GPXhKux:ϒ"0@yf>ਲne }S}T$ݸ%Yq-^Phd K}yF/oO݃IoV -Ee8> @Xyt`]rϓ諁(KOݍxI?.!ntݓ&tlJ8$C<j- sR¬#_JPir4s$@nO ړ>t KdhXfBHVaAXd\@SVtO"Bǒ= o Iv>xbdBlcVPŒ%IZ++7Y=r0޹?;,W@CaJ%4g32kb1hiqLBjK 엒97]neX#|v~>İJnG`ܾTwe{Iz[^=ܲ[ݰߔw [Ul2o_9Ͽ=w 2{G.}k0=/mi\Ό -dP!}=YZS(ӹDu7YOxE+&}">b>wԻLl8 F^=C"2~eysVhwlup|B&5TQC, 5UD e]VOM5-j<CA&Fe؈!:]ϨpC)CړEuT/djp8Ğ5ovs6魘I Km?:Xb?e2ZֆS'=mf!q&8z4M/+%yg;B\3+NI}5_lj /NՃ'FܾU]v.rTS P{ __ R=_5Z dÖ-P{xw*e7V SUuP´6% . 4|bq_EZxH2 <{Px Df$>nU}mEj?16j/2\Do2(! x])RBoiCI8GTHKicPg %Cѝ\D7&RvE+HEpKA?*jJ6z;-dܕDPQkI'0{,B)-A8n (hPCAֽ֩Jޡ[cq $)O#=w+*BzGI`+<@.4?9m{߻Z $>mt\,E`Z.䂩3uihs%Q[Ju@J?"P tft<1y 7g^ȓfo3-e쳽:>W3L} <|3]r^@sr)+mIQlZۊ-93U[jf`ߟ/82@q{?D! OdĂ'/Rl{kzh=Ij0!Jb?wT Z6E0Ɲe8ǻpoI6nы$Lk/>Ty6wjˆ5e7rZ{1pTմ]&{K\8Seݛ͗CR6҉zCNxL ʮF%w,lveE=H_ tCԔ/و ˴AC!'ƗӜvUz&b%r΁|knfI%,K¼T e#tV`}7n"$\z|d⨦]ƥ66Bry͛^.OM >v逪S@PͿbN{!)vk oxB%LթAQ] YcX %{l/<"y%"R&$4/s)MaEX(WHB2m).Le)L9G}mr:-cyFөcW|3?s:rg)zXԶ<. j֤1S2nG|/VbpDfA6`Brz`,).3śYjQ+Q͜2x:|4id/8 )fT&?@n+}/p=!  COFUwŲLʱ6Y D.^*Rv[p " lL4o. SD{hܽ9{a Iǯ{"&zu)k/r ;,V01d1ޕcn7_V{n)@[k=<̏mّͧy vnԆ(2̤m!2*o`g q]m:Y#`$N#ʟJZBWNƈGQB![QMaOu'dNPp HNXcJFe3y닼[y|tG`(ع̳