I recommend these steps:

- Clean the yum cache
# yum clean all
- Remove any half made and non working chroot's along with mock cache.
# rm -rf /opt/ltsp/i386 /opt/ltsp/x86_64 /opt/ltsp/mock/epel-* 
/var/cache/mock/epel-*
- Update LTSP server
# yum update ltsp-server nbd ltspfs ldm ldminfod
- edit /etc/ltsp/ltsp-server.conf and make sure your LTSP_DEV and 
LTSP_DEFAULTIP are correct
# nano /etc/ltsp/ltsp-server.conf
- Build the client
# ltsp-build-client --debug --noprogress --release epel-6-i386

Follow any additional steps listed in the README.rpminstall

Hope everything goes smooth from here on, let me know if you have any 
other issues.

-Joshua

On 6/21/13 7:46 AM, Km - wrote:
> Hi, thank you very much.  I am going to do a clean install again.  What is 
> the best way to clean up the old codes?  Which steps of the install procedure 
> below need to be rerun?  Thanks.
>
>   How to install
>    rpm --import http://ltsprepo.s3.amazonaws.com/rpm/RPM-GPG-KEY-ltsp
>    rpm -Uvh 
> http://ltsprepo.s3.amazonaws.com/rpm/el6/x86_64/ltsp-release-5-9.el6.noarch.rpm
>    yum install ltsp-server
>    Edit config files in /etc/ltsp/
>    ltsp-build-client
>    Read the docs!!
>
>
> --------------------------------------------
> On Thu, 6/20/13, Joshua Trimm <ensla...@enslaver.com> wrote:
>
>   Subject: Re: [Ltsp-discuss] Fw: Re: ltsp-build-client failed after 78% 
> completion
>   To: ltsp-discuss@lists.sourceforge.net
>   Date: Thursday, June 20, 2013, 9:50 PM
>   
>   ltsp-server-5.4.5-23 rpm's have been
>   pushed to the repo's which should
>   fix the error with the client build script for people with a
>   missing
>   firstboot file.
>   
>   On 6/20/13 4:52 PM, Km - wrote:
>   > Hi, thank you for the suggestion.  I ran the
>   command below with --debug and it came back with some errors
>   relating to python and missing file.  Does that help in
>   problem determination?
>   >
>   > [root@localhost2 mock]# ltsp-build-client --release
>   epel-6-x86_64 --debug --noprogress
>   > ...
>   > INFO: mock.py version 1.1.32 starting...
>   > Start: init plugins
>   > INFO: selinux enabled
>   > Finish: init plugins
>   > Start: run
>   > Start: lock buildroot
>   > Mock Version: 1.1.32
>   > INFO: Mock Version: 1.1.32
>   > INFO: copying /etc/ltsp/dracut/ltsp-postinst.d to
>   /opt/ltsp/mock/epel-6-x86_64/root/etc/kernel/postinst.d/ltsp
>   > Finish: lock buildroot
>   > Finish: run
>   >
>   > INFO: mock.py version 1.1.32 starting...
>   > Start: init plugins
>   > INFO: selinux enabled
>   > Finish: init plugins
>   > Start: run
>   > Start: lock buildroot
>   > Mock Version: 1.1.32
>   > INFO: Mock Version: 1.1.32
>   > INFO: copying /etc/sysconfig/firstboot to
>   /opt/ltsp/mock/epel-6-x86_64/root/etc/sysconfig/firstboot
>   > ERROR: [Errno 2] No such file or directory:
>   '/etc/sysconfig/firstboot'
>   > Traceback (most recent call last):
>   >    File &quot;/usr/sbin/mock&quot;,
>   line 945, in
>   >      main(retParams)
>   >    File &quot;/usr/sbin/mock&quot;,
>   line 905, in main
>   >      shutil.copy(src, dest)
>   >    File
>   &quot;/usr/lib64/python2.6/shutil.py&quot;, line 84,
>   in copy
>   >      copyfile(src, dst)
>   >    File
>   &quot;/usr/lib64/python2.6/shutil.py&quot;, line 50,
>   in copyfile
>   >      with open(src, 'rb') as
>   fsrc:
>   > IOError: [Errno 2] No such file or directory:
>   '/etc/sysconfig/firstboot'
>   >
>   > Error encountered running command: setarch x86_64
>   /usr/bin/mock -r epel-6-x86_64  --target=x86_64
>   --configdir=/etc/ltsp/mock --arch=x86_64 --copyin
>   /etc/sysconfig/firstboot /etc/sysconfig/firstboot
>   > check /opt/ltsp/mock/epel-6-x86_64/result/root.log for
>   more detailed information
>   >
>   > [root@localhost2 result]# wc root.log
>   >    2596  14850 236036 root.log
>   >
>   > [root@localhost2 result]# grep -in error root.log
>   > 300:DEBUG
>   util.py:264:   libgpg-error
>                  
>   x86_64 1.7-4.el6
>        base     59 k
>   > 662:DEBUG util.py:264:    libgpg-error.x86_64
>   0:1.7-4.el6
>   > 1067:DEBUG util.py:264:
>   libgpg-error-1.7-4.el6.x86_64
>   > [root@localhost2 result]#
>   > [root@localhost2 result]# grep -in fail root.log
>   > [root@localhost2 result]#
>   > [root@localhost2 result]# grep -in cannot root.log
>   > [root@localhost2 result]#
>   > [root@localhost2 result]# grep -in unable root.log
>   > [root@localhost2 result]#
>   > [root@localhost2 result]# grep -in warn root.log
>   > 435:DEBUG util.py:264:  warning: /etc/hosts
>   created as /etc/hosts.rpmnew
>   > 436:DEBUG util.py:264:  warning: /etc/yum.conf
>   created as /etc/yum.conf.rpmnew
>   > [root@localhost2 result]#
>   > [root@localhost2 result]# grep -in 'return
>   code' root.log
>   > 54:DEBUG util.py:354:  Child return code was: 0
>   > 56:DEBUG util.py:354:  Child return code was: 0
>   > ...  all return codes are 0
>   >
>   >
>   > --- On Thu, 6/20/13, Radek Bursztynowski  wrote:
>   >
>   > &gt; From: Radek Bursztynowski
>   > &gt; Subject: Re: [Ltsp-discuss] Fw: Re:
>   ltsp-build-client failed after 78% completion
>   > &gt; To: ltsp-discuss@lists.sourceforge.net
>   > &gt; Date: Thursday, June 20, 2013, 12:35 PM
>   > &gt; Hi,
>   > &gt;
>   > &gt; I received advice on K12Linux discussion
>   list:
>   > &gt; ltsp-serverltsp-build-client --release
>   epel-6-i386 --debug
>   > &gt; --noprogress
>   > &gt;
>   > &gt; Perhaps you can use similar.
>   > &gt;
>   > &gt; Best regards,
>   > &gt; Radek
>   > &gt;
>   > &gt;
>   > &gt;
>   > &gt; &gt; Hi,
>   > &gt; &gt;
>   > &gt; &gt; Are there some command options or
>   procedures for me to
>   > &gt; run ltsp-build-client with more debugging
>   capability so we
>   > &gt; can better trouble shoot the problem?
>   Thank you!
>   > &gt; &gt;
>   > &gt; &gt; --- On Wed, 6/19/13, Km -
>   wrote:
>   > &gt; &gt;
>   > &gt; &gt; &gt; From: Km -
>   > &gt; &gt; &gt; Subject: [Ltsp-discuss] Fw:
>   Re:
>   > &gt; ltsp-build-client failed after 78% completion
>   > &gt; &gt; &gt; To: ltsp-discuss@lists.sourceforge.net
>   > &gt; &gt; &gt; Date: Wednesday, June 19,
>   2013, 8:19 AM
>   > &gt; &gt; &gt; Hi,
>   > &gt; &gt; &gt;
>   > &gt; &gt; &gt; The installation failed
>   again at 78%
>   > &gt; completion.  Can
>   > &gt; &gt; &gt; someone please take a
>   look?  Thank you!
>   > &gt; &gt; &gt;
>   > &gt; &gt; &gt; (BTW, when I ran
>   > &gt; &gt; &gt;
>   > &gt; &gt; &gt;  rpm --import 
> http://ltsprepo.s3.amazonaws.com/rpm/RPM-GPG-KEY-ltsp
>   > &gt; &gt; &gt;
>   > &gt; &gt; &gt; the other day, there was no
>   output on the
>   > &gt; screen, just the
>   > &gt; &gt; &gt; unix prompt came back.
>   Is that OK?
>   > &gt; &gt; &gt;
>   > &gt; &gt; &gt; [root@localhost2 result]#
>   ll
>   > &gt; &gt; &gt;
>   /etc/pki/rpm-gpg/RPM-GPG-KEY-ltsp
>   > &gt; &gt; &gt; -rw-r--r--. 1 root root 1756
>   Apr  8
>   > &gt; 12:00
>   > &gt; &gt; &gt;
>   /etc/pki/rpm-gpg/RPM-GPG-KEY-ltsp
>   > &gt; &gt; &gt; )
>   > &gt; &gt; &gt;
>   > &gt; &gt; &gt;
>   > &gt; &gt; &gt; I made changes to the file
>   > &gt; &gt; &gt;
>   > &gt;
>   /usr/share/ltsp/plugins/ltsp-build-client/RHEL/009-mock-chroot
>   > &gt; &gt; &gt; as instructed in
>   > &gt; &gt; &gt; https://bugs.launchpad.net/ltsp/+bug/1188119
>   > &gt; &gt; &gt;
>   > &gt; &gt; &gt; Then ran
>   > &gt; &gt; &gt;
>   > &gt; &gt; &gt; yum update
>   > &gt; &gt; &gt;
>   > &gt; &gt; &gt; Then ran
>   > &gt; &gt; &gt;
>   > &gt; &gt; &gt; ltsp-build-client --release
>   epel-6-x86_64
>   > &gt; &gt; &gt;
>   > &gt; &gt; &gt; However, when the
>   installation reached 78%
>   > &gt; completed it
>   > &gt; &gt; &gt; failed with the error
>   > &gt; &gt; &gt;
>   > &gt; &gt; &gt; Error encountered running
>   command: setarch
>   > &gt; x86_64
>   > &gt; &gt; &gt; /usr/bin/mock -r
>   epel-6-x86_64
>   > &gt; --target=x86_64
>   > &gt; &gt; &gt; --configdir=/etc/ltsp/mock
>   --arch=x86_64
>   > &gt; --copyin
>   > &gt; &gt; &gt; /etc/sysconfig/firstboot
>   > &gt; /etc/sysconfig/firstboot
>   > &gt; &gt; &gt; check
>   > &gt; /opt/ltsp/mock/epel-6-x86_64/result/root.log
>   for more
>   > &gt; &gt; &gt; detailed information
>   > &gt; &gt; &gt;
>   > &gt; &gt; &gt; [root@localhost2 result]# wc
>   root.log
>   > &gt; &gt; &gt;   2601
>   14896 236434
>   > &gt; root.log
>   > &gt; &gt; &gt;
>   > &gt; &gt; &gt; [root@localhost2 result]#
>   grep -in error
>   > &gt; root.log
>   > &gt; &gt; &gt; 302:DEBUG
>   > &gt; util.py:264:   libgpg-error
>   > &gt; &gt; &gt;
>   > &gt;
>   > &gt; &gt; &gt;   x86_64
>   1.7-4.el6
>   > &gt;
>   > &gt; &gt; &gt;
>   base
>   > &gt; &gt; &gt;    59 k
>   > &gt; &gt; &gt; 664:DEBUG util.py:264:
>   > &gt; libgpg-error.x86_64
>   > &gt; &gt; &gt; 0:1.7-4.el6
>   > &gt;
>   > &gt; &gt; &gt;
>   > &gt; &gt; &gt;
>   > &gt; &gt; &gt; 1072:DEBUG util.py:264:
>   > &gt; libgpg-error-1.7-4.el6.x86_64
>   > &gt; &gt; &gt;
>   > &gt; &gt; &gt; [root@localhost2 result]#
>   grep -in fail
>   > &gt; root.log
>   > &gt; &gt; &gt; [root@localhost2 result]#
>   > &gt; &gt; &gt;
>   > &gt; &gt; &gt; [root@localhost2 result]#
>   grep -in cannot
>   > &gt; root.log
>   > &gt; &gt; &gt; [root@localhost2 result]#
>   > &gt; &gt; &gt;
>   > &gt; &gt; &gt; [root@localhost2 result]#
>   grep -in unable
>   > &gt; root.log
>   > &gt; &gt; &gt; [root@localhost2 result]#
>   > &gt; &gt; &gt;
>   > &gt; &gt; &gt; [root@localhost2 result]#
>   grep -in fatal
>   > &gt; root.log
>   > &gt; &gt; &gt; [root@localhost2 result]#
>   > &gt; &gt; &gt;
>   > &gt; &gt; &gt; [root@localhost2 result]#
>   grep -in warn
>   > &gt; root.log
>   > &gt; &gt; &gt; 437:DEBUG util.py:264:
>   warning:
>   > &gt; /etc/hosts created as
>   > &gt; &gt; &gt; /etc/hosts.rpmnew
>   > &gt; &gt; &gt; 438:DEBUG util.py:264:
>   warning:
>   > &gt; /etc/yum.conf created
>   > &gt; &gt; &gt; as /etc/yum.conf.rpmnew
>   > &gt; &gt; &gt; [root@localhost2 result]#
>   > &gt; &gt; &gt;
>   > &gt; &gt; &gt; [root@localhost2 result]#
>   grep -in kill
>   > &gt; root.log
>   > &gt; &gt; &gt; 138:DEBUG
>   > &gt; util.py:264:   rfkill
>   > &gt; &gt; &gt;
>   > &gt;
>   > &gt; &gt; &gt;
>      x86_64
>   > &gt; 0.3-4.el6
>   > &gt; &gt; &gt;
>       base
>   > &gt;
>   > &gt; &gt; &gt;   9.8 k
>   > &gt; &gt; &gt; 502:DEBUG util.py:264:
>   > &gt; rfkill.x86_64
>   > &gt; &gt; &gt; 0:0.3-4.el6
>   > &gt;
>   > &gt; &gt; &gt;
>   > &gt;
>   > &gt; &gt; &gt;
>   > &gt; &gt; &gt; 1103:DEBUG util.py:264:
>   > &gt; rfkill-0.3-4.el6.x86_64
>   > &gt; &gt; &gt; 1196:DEBUG
>   util.py:116:  kill orphans
>   > &gt; &gt; &gt; 1253:DEBUG
>   util.py:116:  kill orphans
>   > &gt; &gt; &gt; 1970:DEBUG
>   util.py:116:  kill orphans
>   > &gt; &gt; &gt; 2064:DEBUG
>   util.py:116:  kill orphans
>   > &gt; &gt; &gt; 2585:DEBUG
>   util.py:116:  kill orphans
>   > &gt; &gt; &gt; 2587:DEBUG
>   util.py:116:  kill orphans
>   > &gt; &gt; &gt; 2589:DEBUG
>   util.py:116:  kill orphans
>   > &gt; &gt; &gt; 2591:DEBUG
>   util.py:116:  kill orphans
>   > &gt; &gt; &gt; 2593:DEBUG
>   util.py:116:  kill orphans
>   > &gt; &gt; &gt; 2595:DEBUG
>   util.py:116:  kill orphans
>   > &gt; &gt; &gt; 2597:DEBUG
>   util.py:116:  kill orphans
>   > &gt; &gt; &gt; 2599:DEBUG
>   util.py:116:  kill orphans
>   > &gt; &gt; &gt; 2601:DEBUG
>   util.py:116:  kill orphans
>   > &gt; &gt; &gt;
>   > &gt; &gt; &gt; [root@localhost2 result]#
>   grep -in
>   > &gt; &quot;return
>   > &gt; &gt; &gt; code&quot;
>   root.log  (all return
>   > &gt; codes are 0)
>   > &gt; &gt; &gt; 56:DEBUG util.py:354:
>   Child return code
>   > &gt; was: 0
>   > &gt; &gt; &gt; 58:DEBUG util.py:354:
>   Child return code
>   > &gt; was: 0
>   > &gt; &gt; &gt; 60:DEBUG util.py:354:
>   Child return code
>   > &gt; was: 0
>   > &gt; &gt; &gt; ...
>   > &gt; &gt; &gt; 2578:DEBUG
>   util.py:354:  Child return
>   > &gt; code was: 0
>   > &gt; &gt; &gt; 2580:DEBUG
>   util.py:354:  Child return
>   > &gt; code was: 0
>   > &gt; &gt; &gt; 2582:DEBUG
>   util.py:354:  Child return
>   > &gt; code was: 0
>   > &gt; &gt; &gt; 2584:DEBUG
>   util.py:354:  Child return
>   > &gt; code was: 0
>   > &gt; &gt; &gt;
>   > &gt; &gt; &gt;
>   > &gt; &gt; &gt; [root@localhost2 result]#
>   ll
>   > &gt; &gt; &gt;
>   > &gt;
>   /opt/ltsp/mock/epel-6-x86_64/root/usr/bin/setarch
>   > &gt; &gt; &gt; -rwxr-xr-x. 1 root root
>   11336 Apr 29 03:43
>   > &gt; &gt; &gt;
>   > &gt;
>   /opt/ltsp/mock/epel-6-x86_64/root/usr/bin/setarch
>   > &gt; &gt; &gt;
>   > &gt; &gt; &gt; Output of yum update:
>   > &gt; &gt; &gt;
>   --------------------------------
>   > &gt; &gt; &gt; [root@localhost2 RHEL]# yum
>   update
>   > &gt; &gt; &gt; Loaded plugins:
>   fastestmirror
>   > &gt; &gt; &gt; Loading mirror speeds from
>   cached hostfile
>   > &gt; &gt; &gt;  * base:
>   mirror.nexcess.net
>   > &gt; &gt; &gt;  * extras: ftp.usf.edu
>   > &gt; &gt; &gt;  * ltsp:
>   ltsp.repo.inode0.com
>   > &gt; &gt; &gt;  * updates:
>   mirror.cogentco.com
>   > &gt; &gt; &gt; Setting up Update Process
>   > &gt; &gt; &gt; Resolving Dependencies
>   > &gt; &gt; &gt; --&gt; Running
>   transaction check
>   > &gt; &gt; &gt; ---&gt; Package
>   libvirt.x86_64
>   > &gt; 0:0.10.2-18.el6_4.5 will
>   > &gt; &gt; &gt; be updated
>   > &gt; &gt; &gt; ---&gt; Package
>   libvirt.x86_64
>   > &gt; 0:0.10.2-18.el6_4.8 will
>   > &gt; &gt; &gt; be an update
>   > &gt; &gt; &gt; ---&gt; Package
>   libvirt-client.x86_64
>   > &gt; &gt; &gt; 0:0.10.2-18.el6_4.5 will be
>   updated
>   > &gt; &gt; &gt; ---&gt; Package
>   libvirt-client.x86_64
>   > &gt; &gt; &gt; 0:0.10.2-18.el6_4.8 will be
>   an update
>   > &gt; &gt; &gt; ---&gt; Package
>   ltsp-server.x86_64
>   > &gt; 0:5.4.5-21.el6 will
>   > &gt; &gt; &gt; be updated
>   > &gt; &gt; &gt; ---&gt; Package
>   ltsp-server.x86_64
>   > &gt; 0:5.4.5-22.el6 will
>   > &gt; &gt; &gt; be an update
>   > &gt; &gt; &gt; ---&gt; Package
>   mock.noarch 0:1.1.30-1.el6
>   > &gt; will be
>   > &gt; &gt; &gt; updated
>   > &gt; &gt; &gt; ---&gt; Package
>   mock.noarch 0:1.1.32-1.el6
>   > &gt; will be an
>   > &gt; &gt; &gt; update
>   > &gt; &gt; &gt; --&gt; Finished
>   Dependency Resolution
>   > &gt; &gt; &gt;
>   > &gt; &gt; &gt; Dependencies Resolved
>   > &gt; &gt; &gt;
>   > &gt; &gt; &gt;
>   > &gt;
>   
> =======================================================================================
>   > &gt; &gt; &gt;  Package
>   > &gt;
>   > &gt; &gt; &gt;   Arch
>   > &gt;
>   > &gt; &gt; &gt;    Version
>   > &gt;
>   > &gt; &gt; &gt;
>     Repository
>   > &gt; &gt; &gt;      Size
>   > &gt; &gt; &gt;
>   > &gt;
>   
> =======================================================================================
>   > &gt; &gt; &gt; Updating:
>   > &gt; &gt; &gt;  libvirt
>   > &gt;
>   > &gt; &gt; &gt;   x86_64
>   > &gt;
>   > &gt; &gt; &gt;
>   0.10.2-18.el6_4.8
>   > &gt;
>   > &gt; &gt; &gt;    updates
>   > &gt; &gt; &gt;    2.3 M
>   > &gt; &gt; &gt;  libvirt-client
>   > &gt; &gt; &gt;    x86_64
>   > &gt; &gt; &gt;
>   0.10.2-18.el6_4.8
>   > &gt;
>   > &gt; &gt; &gt;    updates
>   > &gt; &gt; &gt;    4.0 M
>   > &gt; &gt; &gt;  ltsp-server
>   > &gt;
>   > &gt; &gt; &gt; x86_64
>   > &gt; &gt; &gt;    5.4.5-22.el6
>   > &gt;
>   > &gt; &gt; &gt;
>      ltsp
>   > &gt;
>   > &gt; &gt; &gt;   157 k
>   > &gt; &gt; &gt;  mock
>   > &gt;
>   > &gt; &gt; &gt;    noarch
>   > &gt; &gt; &gt;    1.1.32-1.el6
>   > &gt;
>   > &gt; &gt; &gt;
>      ltsp
>   > &gt;
>   > &gt; &gt; &gt;   208 k
>   > &gt; &gt; &gt;
>   > &gt; &gt; &gt; Transaction Summary
>   > &gt; &gt; &gt;
>   > &gt;
>   
> =======================================================================================
>   > &gt; &gt; &gt; Upgrade
>      4
>   > &gt; Package(s)
>   > &gt; &gt; &gt;
>   > &gt; &gt; &gt; Total download size: 6.7 M
>   > &gt; &gt; &gt; Is this ok [y/N]: y
>   > &gt; &gt; &gt; Downloading Packages:
>   > &gt; &gt; &gt; (1/4):
>   > &gt; libvirt-0.10.2-18.el6_4.8.x86_64.rpm
>   > &gt; &gt; &gt;
>   > &gt;
>   > &gt; &gt; &gt;    | 2.3 MB
>   > &gt;    00:00
>   > &gt; &gt; &gt; (2/4):
>   > &gt; libvirt-client-0.10.2-18.el6_4.8.x86_64.rpm
>   > &gt; &gt; &gt;
>   > &gt;    | 4.0 MB
>   > &gt; &gt; &gt;    00:00
>   > &gt; &gt; &gt; (3/4):
>   > &gt; ltsp-server-5.4.5-22.el6.x86_64.rpm
>   > &gt; &gt; &gt;
>   > &gt;
>   > &gt; &gt; &gt;   | 157 kB
>   > &gt;    00:00
>   > &gt; &gt; &gt; (4/4):
>   mock-1.1.32-1.el6.noarch.rpm
>   > &gt;
>   > &gt; &gt; &gt;
>   > &gt;
>   > &gt; &gt; &gt;        |
>   208 kB
>   > &gt; &gt; &gt;    00:00
>   > &gt; &gt; &gt;
>   > &gt;
>   
> ---------------------------------------------------------------------------------------
>   > &gt; &gt; &gt; Total
>   > &gt;
>   > &gt; &gt; &gt;
>   > &gt;
>   > &gt; &gt; &gt;
>   > &gt;
>   > &gt; &gt; &gt;   951 kB/s |
>   6.7 MB
>   > &gt;    00:07
>   > &gt; &gt; &gt; Running rpm_check_debug
>   > &gt; &gt; &gt; Running Transaction Test
>   > &gt; &gt; &gt; Transaction Test Succeeded
>   > &gt; &gt; &gt; Running Transaction
>   > &gt; &gt;
>   &gt;   Updating   :
>   > &gt; &gt; &gt;
>   libvirt-client-0.10.2-18.el6_4.8.x86_64
>   > &gt;
>   > &gt; &gt; &gt;
>   > &gt;
>   > &gt; &gt; &gt;
>   1/8
>   > &gt; &gt;
>   &gt;   Updating   :
>   > &gt; &gt; &gt; mock-1.1.32-1.el6.noarch
>   > &gt;
>   > &gt; &gt; &gt;
>   > &gt;
>   > &gt; &gt; &gt;
>   > &gt;
>   > &gt; &gt; &gt;   2/8
>   > &gt; &gt;
>   &gt;   Updating   :
>   > &gt; &gt; &gt;
>   ltsp-server-5.4.5-22.el6.x86_64
>   > &gt;
>   > &gt; &gt; &gt;
>   > &gt;
>   > &gt; &gt; &gt;
>   > &gt;   3/8
>   > &gt; &gt; &gt; You are running iptables,
>   you may want to run
>   > &gt; &gt; &gt; ltsp-server-tweaks to allow
>   clients to
>   > &gt; connect.
>   > &gt; &gt;
>   &gt;   Updating   :
>   > &gt; &gt; &gt;
>   libvirt-0.10.2-18.el6_4.8.x86_64
>   > &gt;
>   > &gt; &gt; &gt;
>   > &gt;
>   > &gt; &gt; &gt;
>   > &gt;    4/8
>   > &gt; &gt;
>   &gt;   Cleanup    :
>   > &gt; &gt; &gt;
>   ltsp-server-5.4.5-21.el6.x86_64
>   > &gt;
>   > &gt; &gt; &gt;
>   > &gt;
>   > &gt; &gt; &gt;
>   > &gt;   5/8
>   > &gt; &gt;
>   &gt;   Cleanup    :
>   > &gt; &gt; &gt;
>   libvirt-0.10.2-18.el6_4.5.x86_64
>   > &gt;
>   > &gt; &gt; &gt;
>   > &gt;
>   > &gt; &gt; &gt;
>   > &gt;    6/8
>   > &gt; &gt;
>   &gt;   Cleanup    :
>   > &gt; mock-1.1.30-1.el6.noarch
>   > &gt; &gt; &gt;
>   > &gt;
>   > &gt; &gt; &gt;
>   > &gt;
>   > &gt; &gt; &gt;
>   > &gt;    7/8
>   > &gt; &gt;
>   &gt;   Cleanup    :
>   > &gt; &gt; &gt;
>   libvirt-client-0.10.2-18.el6_4.5.x86_64
>   > &gt;
>   > &gt; &gt; &gt;
>   > &gt;
>   > &gt; &gt; &gt;
>   8/8
>   > &gt; &gt;
>   &gt;   Verifying  :
>   > &gt; &gt; &gt;
>   ltsp-server-5.4.5-22.el6.x86_64
>   > &gt;
>   > &gt; &gt; &gt;
>   > &gt;
>   > &gt; &gt; &gt;
>   > &gt;   1/8
>   > &gt; &gt;
>   &gt;   Verifying  :
>   > &gt; mock-1.1.32-1.el6.noarch
>   > &gt; &gt; &gt;
>   > &gt;
>   > &gt; &gt; &gt;
>   > &gt;
>   > &gt; &gt; &gt;
>   > &gt;    2/8
>   > &gt; &gt;
>   &gt;   Verifying  :
>   > &gt; &gt; &gt;
>   libvirt-0.10.2-18.el6_4.8.x86_64
>   > &gt;
>   > &gt; &gt; &gt;
>   > &gt;
>   > &gt; &gt; &gt;
>   > &gt;    3/8
>   > &gt; &gt;
>   &gt;   Verifying  :
>   > &gt; &gt; &gt;
>   libvirt-client-0.10.2-18.el6_4.8.x86_64
>   > &gt;
>   > &gt; &gt; &gt;
>   > &gt;
>   > &gt; &gt; &gt;
>   4/8
>   > &gt; &gt;
>   &gt;   Verifying  :
>   > &gt; &gt; &gt;
>   libvirt-client-0.10.2-18.el6_4.5.x86_64
>   > &gt;
>   > &gt; &gt; &gt;
>   > &gt;
>   > &gt; &gt; &gt;
>   5/8
>   > &gt; &gt;
>   &gt;   Verifying  :
>   > &gt; &gt; &gt;
>   libvirt-0.10.2-18.el6_4.5.x86_64
>   > &gt;
>   > &gt; &gt; &gt;
>   > &gt;
>   > &gt; &gt; &gt;
>   > &gt;    6/8
>   > &gt; &gt;
>   &gt;   Verifying  :
>   > &gt; mock-1.1.30-1.el6.noarch
>   > &gt; &gt; &gt;
>   > &gt;
>   > &gt; &gt; &gt;
>   > &gt;
>   > &gt; &gt; &gt;
>   > &gt;    7/8
>   > &gt; &gt;
>   &gt;   Verifying  :
>   > &gt; &gt; &gt;
>   ltsp-server-5.4.5-21.el6.x86_64
>   > &gt;
>   > &gt; &gt; &gt;
>   > &gt;
>   > &gt; &gt; &gt;
>   > &gt;   8/8
>   > &gt; &gt; &gt;
>   > &gt; &gt; &gt; Updated:
>   > &gt; &gt;
>   &gt;   libvirt.x86_64
>   > &gt; 0:0.10.2-18.el6_4.8
>   > &gt; &gt; &gt;
>   libvirt-client.x86_64
>   > &gt; 0:0.10.2-18.el6_4.8
>   > &gt; &gt;
>   &gt;   ltsp-server.x86_64
>   > &gt; 0:5.4.5-22.el6
>   > &gt; &gt; &gt; mock.noarch 0:1.1.32-1.el6
>   > &gt; &gt; &gt;
>   > &gt; &gt; &gt; Complete!
>   > &gt; &gt; &gt;
>   > &gt; &gt; &gt;
>   > &gt; &gt; &gt; --- On Tue, 6/18/13, Joshua
>   Trimm
>   > &gt; wrote:
>   > &gt; &gt; &gt;
>   > &gt; &gt; &gt; &gt; From: Joshua Trimm
>   > &gt; &gt; &gt; &gt; Subject: Re:
>   [Ltsp-discuss]
>   > &gt; ltsp-build-client
>   > &gt; &gt; &gt; failed after 78% completion
>   > &gt; &gt; &gt; &gt; To: ltsp-discuss@lists.sourceforge.net
>   > &gt; &gt; &gt; &gt; Date: Tuesday, June
>   18, 2013, 11:30
>   > &gt; PM
>   > &gt; &gt; &gt; &gt; https://bugs.launchpad.net/ltsp/+bug/1188119
>   > &gt; &gt; &gt; &gt;
>   > &gt; &gt; &gt; &gt; Once fix rpm's
>   have been
>   > &gt; processed you will
>   > &gt; &gt; &gt; need to update
>   > &gt; &gt; &gt; &gt; them through
>   > &gt; &gt; &gt; &gt; yum, then run:
>   > &gt; &gt; &gt; &gt;
>   > &gt; &gt; &gt; &gt; $ ltsp-build-client
>   --release
>   > &gt; epel-6-x86_64
>   > &gt; &gt; &gt; &gt;
>   > &gt; &gt; &gt; &gt; On 6/18/13 4:46 PM,
>   Km - wrote:
>   > &gt; &gt; &gt; &gt; &gt; Hi, I am
>   installing LTSP on
>   > &gt; CentOS 6.4
>   > &gt; &gt; &gt; 64-bit machine
>   > &gt; &gt; &gt; &gt; using the procedure
>   at
>   > &gt; &gt; &gt; &gt; &gt;
>   > &gt; &gt; &gt; &gt; &gt; http://wiki.ltsp.org/wiki/Category:Fedora
>   > &gt; &gt; &gt; &gt; &gt;
>   > &gt; &gt; &gt; &gt; &gt; * How to
>   install
>   > &gt; &gt; &gt; &gt; &gt;
>     rpm --import http://ltsprepo.s3.amazonaws.com/rpm/RPM-GPG-KEY-ltsp
>   > &gt; &gt; &gt; &gt; &gt;
>     rpm -Uvh 
> http://ltsprepo.s3.amazonaws.com/rpm/el6/x86_64/ltsp-release-5-9.el6.noarch.rpm
>   > &gt; &gt; &gt; &gt; &gt;
>     yum install
>   > &gt; ltsp-server
>   > &gt; &gt; &gt; &gt; &gt;
>     Edit config
>   > &gt; files in /etc/ltsp/
>   > &gt; &gt; &gt; &gt; &gt;
>   > &gt; ltsp-build-client
>   > &gt; &gt; &gt; &gt; &gt;
>     Read the
>   > &gt; docs!!
>   > &gt; &gt; &gt; &gt; &gt;
>   > &gt; &gt; &gt; &gt; &gt;
>   > &gt; &gt; &gt; &gt; &gt; I got to
>   running the
>   > &gt; ltsp-build-client
>   > &gt; &gt; &gt; part.
>   > &gt; &gt; &gt; &gt; &gt;
>   > &gt; &gt; &gt; &gt; &gt; I ran the
>   command
>   > &gt; &gt; &gt; &gt; &gt;
>   > &gt; &gt; &gt; &gt; &gt;
>   ltsp-build-client
>   > &gt; --arch=x86_64
>   > &gt; &gt; &gt; &gt; &gt;
>   > &gt; &gt; &gt; &gt; &gt; It
>   installed 78% then bombed
>   > &gt; out with the
>   > &gt; &gt; &gt; error:
>   > &gt; &gt; &gt; &gt; &gt;
>   > &gt; &gt; &gt; &gt; &gt; Error
>   encountered running
>   > &gt; command: setarch
>   > &gt; &gt; &gt; i686
>   > &gt; &gt; &gt; &gt; /usr/bin/mock -r
>   epel-6-i386
>   > &gt; --target=i686
>   > &gt; &gt; &gt; &gt;
>   --configdir=/etc/ltsp/mock
>   > &gt; --arch=i686 --copyin
>   > &gt; &gt; &gt; &gt;
>   /etc/sysconfig/firstboot
>   > &gt; /etc/sysconfig/firstboot
>   > &gt; &gt; &gt; &gt; &gt; check
>   > &gt; &gt; &gt;
>   /opt/ltsp/mock/epel-6-i386/result/root.log
>   > &gt; for
>   > &gt; &gt; &gt; &gt; more detailed
>   information
>   > &gt; &gt; &gt; &gt; &gt;
>   > &gt; &gt; &gt; &gt; &gt; I typed
>   > &gt; &gt; &gt; &gt; &gt;
>   > &gt; &gt; &gt; &gt; &gt; rm
>   /var/lib/rpm/__db*
>   > &gt; &gt; &gt; &gt; &gt;
>   > &gt; &gt; &gt; &gt; &gt; as
>   suggested by some web
>   > &gt; pages and ran the
>   > &gt; &gt; &gt; command a
>   > &gt; &gt; &gt; &gt; second time with
>   > &gt; &gt; &gt; &gt; &gt;
>   > &gt; &gt; &gt; &gt; &gt;
>   ltsp-build-client
>   > &gt; &gt; &gt; &gt; &gt;
>   > &gt; &gt; &gt; &gt; &gt; But got
>   the same error
>   > &gt; again.
>   > &gt; &gt; &gt; &gt; &gt;
>   > &gt; &gt; &gt; &gt; &gt; **
>   Did anyone have
>   > &gt; similar problems
>   > &gt; &gt; &gt; when
>   > &gt; &gt; &gt; &gt; installing
>   ltsp?  Is this a
>   > &gt; problem with db3, yum,
>   > &gt; &gt; &gt; gpg
>   > &gt; &gt; &gt; &gt; key or what?
>   > &gt; &gt; &gt; &gt; &gt;
>   > &gt; &gt; &gt; &gt; &gt;
>   [root@localhost2 result]#
>   > &gt; rpm -qa |grep -i
>   > &gt; &gt; &gt; db3
>   > &gt; &gt; &gt; &gt; &gt;
>   [root@localhost2 result]#
>   > &gt; &gt; &gt; &gt; &gt;
>   > &gt; &gt; &gt; &gt; &gt;
>   [root@localhost2 rpm]# rpm
>   > &gt; -qa | grep -i
>   > &gt; &gt; &gt; db
>   > &gt; &gt; &gt; &gt; &gt;
>   dbus-1.2.24-7.el6_3.x86_64
>   > &gt; &gt; &gt; &gt; &gt;
>   eggdbus-0.6-3.el6.x86_64
>   > &gt; &gt; &gt; &gt; &gt;
>   > &gt; &gt; &gt;
>   > &gt;
>   foomatic-db-filesystem-4.0-7.20091126.el6.noarch
>   > &gt; &gt; &gt; &gt; &gt;
>   libtdb-1.2.10-1.el6.x86_64
>   > &gt; &gt; &gt; &gt; &gt;
>   gdbm-1.8.0-36.el6.x86_64
>   > &gt; &gt; &gt; &gt; &gt;
>   dbus-glib-0.86-6.el6.x86_64
>   > &gt; &gt; &gt; &gt; &gt;
>   > &gt; db4-utils-4.7.25-17.el6.x86_64
>   > &gt; &gt; &gt; &gt; &gt;
>   > &gt; m17n-db-1.5.5-1.1.el6.noarch
>   > &gt; &gt; &gt; &gt; &gt;
>   > &gt; dbus-python-0.83.0-6.1.el6.x86_64
>   > &gt; &gt; &gt; &gt; &gt;
>   > &gt; &gt; &gt;
>   foomatic-db-ppds-4.0-7.20091126.el6.noarch
>   > &gt; &gt; &gt; &gt; &gt;
>   > &gt; &gt; &gt;
>   > &gt;
>   mobile-broadband-provider-info-1.20100122-1.el6.noarch
>   > &gt; &gt; &gt; &gt; &gt;
>   db4-4.7.25-17.el6.x86_64
>   > &gt; &gt; &gt; &gt; &gt;
>   > &gt; dbus-libs-1.2.24-7.el6_3.x86_64
>   > &gt; &gt; &gt; &gt; &gt;
>   > &gt; foomatic-db-4.0-7.20091126.el6.noarch
>   > &gt; &gt; &gt; &gt; &gt;
>   > &gt; m17n-db-datafiles-1.5.5-1.1.el6.noarch
>   > &gt; &gt; &gt; &gt; &gt;
>   [root@localhost2 rpm]#
>   > &gt; &gt; &gt; &gt; &gt;
>   > &gt; &gt; &gt; &gt; &gt;
>   [root@localhost2 result]#
>   > &gt; rpm -qa | grep
>   > &gt; &gt; &gt; -i gpg
>   > &gt; &gt; &gt; &gt; &gt;
>   > &gt; gpg-pubkey-c105b9de-4e0fd3a3
>   > &gt; &gt; &gt; &gt; &gt;
>   > &gt; libgpg-error-1.7-4.el6.x86_64
>   > &gt; &gt; &gt; &gt; &gt;
>   > &gt; pygpgme-0.1-18.20090824bzr68.el6.x86_64
>   > &gt; &gt; &gt; &gt; &gt;
>   > &gt; gpg-pubkey-dd41c6ea-5152c1fa
>   > &gt; &gt; &gt; &gt; &gt;
>   gpgme-1.1.8-3.el6.x86_64
>   > &gt; &gt; &gt; &gt; &gt;
>   [root@localhost2 result]#
>   > &gt; &gt; &gt; &gt; &gt;
>   > &gt; &gt; &gt; &gt; &gt;
>   > &gt; &gt; &gt; &gt; &gt; I also
>   tried re-installing
>   > &gt; ltsp-server
>   > &gt; &gt; &gt; with
>   > &gt; &gt; &gt; &gt; &gt;
>   > &gt; &gt; &gt; &gt; &gt; yum
>   --nogpgcheck install
>   > &gt; ltsp-server
>   > &gt; &gt; &gt; &gt; &gt;
>   > &gt; &gt; &gt; &gt; &gt; But the OS
>   said that
>   > &gt; ltsp-server has
>   > &gt; &gt; &gt; already been
>   > &gt; &gt; &gt; &gt; installed.
>   > &gt; &gt; &gt; &gt; &gt;
>   > &gt; &gt; &gt; &gt; &gt; Thank you
>   very much for your
>   > &gt; suggestions.
>   > &gt; &gt; &gt; &gt; &gt;
>   > &gt; &gt; &gt; &gt; &gt; I checked
>   the
>   > &gt; &gt; &gt; &gt;
>   > &gt; /opt/ltsp/mock/epel-6-i386/result/root.log and
>   it
>   > &gt; &gt; &gt; says:
>   > &gt; &gt; &gt; &gt; &gt;
>   > &gt; &gt; &gt; &gt; &gt; ...
>   > &gt; &gt; &gt; &gt; &gt;
>   Transaction Summary
>   > &gt; &gt; &gt; &gt; &gt;
>   > &gt; &gt; &gt; &gt;
>   > &gt; &gt; &gt;
>   > &gt;
>   
> ================================================================================
>   > &gt; &gt; &gt; &gt; &gt; Install
>   > &gt;    108 Package(s)
>   > &gt; &gt; &gt; &gt; &gt;
>   > &gt; &gt; &gt; &gt; &gt; Total
>   download size: 95 M
>   > &gt; &gt; &gt; &gt; &gt; Installed
>   size: 210 M
>   > &gt; &gt; &gt; &gt; &gt; rpmdb:
>   Build signature
>   > &gt; doesn't match
>   > &gt; &gt; &gt; environment
>   > &gt; &gt; &gt; &gt; &gt; error: db3
>   error(-30971)
>   > &gt; from
>   > &gt; &gt; &gt; dbenv-&gt;open:
>   > &gt; &gt; &gt; &gt;
>   DB_VERSION_MISMATCH: Database
>   > &gt; environment version
>   > &gt; &gt; &gt; &gt; mismatch
>   &lt;========
>   > &gt; Error
>   > &gt; &gt; &gt; &gt; &gt; error:
>   cannot open Packages
>   > &gt; index using
>   > &gt; &gt; &gt; db3 -
>   > &gt; &gt; &gt; &gt;
>   > &gt;
>   (-30971)   &lt;============
>   > &gt; &gt; &gt; &gt; &gt; error:
>   cannot open Packages
>   > &gt; database in
>   > &gt; &gt; &gt; /var/lib/rpm
>   > &gt; &gt; &gt; &gt; &gt; rpmdb:
>   Build signature
>   > &gt; doesn't match
>   > &gt; &gt; &gt; environment
>   > &gt; &gt; &gt; &gt; &gt; error: db3
>   error(-30971)
>   > &gt; from
>   > &gt; &gt; &gt; dbenv-&gt;open:
>   > &gt; &gt; &gt; &gt;
>   DB_VERSION_MISMATCH: Database
>   > &gt; environment version
>   > &gt; &gt; &gt; &gt; mismatch
>   &lt;=====
>   > &gt; &gt; &gt; &gt; &gt; error:
>   cannot open Packages
>   > &gt; database in
>   > &gt; &gt; &gt; &gt;
>   > &gt;
>   /var/lib/rpm   &lt;================
>   > &gt; &gt; &gt; &gt; &gt; error:
>   > &gt; /etc/pki/rpm-gpg/RPM-GPG-KEY-ltsp:
>   > &gt; &gt; &gt; key 1 import
>   > &gt; &gt; &gt; &gt; failed.
>   > &gt; &lt;===============
>   > &gt; &gt; &gt; &gt; &gt;
>   > &gt; &gt; &gt; &gt; &gt;
>   Installed:
>   > &gt; &gt; &gt; &gt; &gt;
>   > &gt; dracut-network.noarch 0:004-303.el6
>   > &gt; &gt; &gt; &gt; &gt;
>   > &gt; dracut-tools.noarch 0:004-303.el6
>   > &gt; &gt; &gt; &gt; &gt;
>   > &gt; epel-release.noarch 0:6-8
>   > &gt; &gt; &gt; &gt; &gt;
>     freerdp.i686
>   > &gt; 0:1.0.1-7.el6
>   > &gt; &gt; &gt; &gt; &gt;
>     fuse-sshfs.i686
>   > &gt; 0:2.4-1.el6
>   > &gt; &gt; &gt; &gt; &gt;
>     ldm.i686
>   > &gt; 0:2.2.11-4.el6
>   > &gt; &gt; &gt; &gt; &gt; ...
>   > &gt; &gt; &gt; &gt; &gt;
>   > &gt; &gt; &gt; &gt; &gt;
>     rtkit.i686
>   > &gt; 0:0.5-1.el6
>   > &gt; &gt; &gt; &gt; &gt;
>     speex.i686
>   > &gt; 0:1.2-0.12.rc1.1.el6
>   > &gt; &gt; &gt; &gt; &gt;
>   > &gt; terminus-fonts.noarch 0:4.30-1.el6
>   > &gt; &gt; &gt; &gt; &gt;
>     ttmkfdir.i686
>   > &gt; 0:3.0.9-32.1.el6
>   > &gt; &gt; &gt; &gt; &gt;
>   > &gt; urw-fonts.noarch 0:2.4-10.el6
>   > &gt; &gt; &gt; &gt; &gt;
>   > &gt; vim-minimal.i686 2:7.2.411-1.8.el6
>   > &gt; &gt; &gt; &gt; &gt;
>   > &gt; xorg-x11-font-utils.i686
>   > &gt; &gt; &gt; 1:7.2-11.el6
>   > &gt; &gt; &gt; &gt; &gt;
>   > &gt; &gt; &gt; &gt; &gt;
>   > &gt; &gt; &gt; &gt; &gt; DEBUG
>   util.py:314:
>   > &gt; Executing command:
>   > &gt; &gt; &gt; &gt;
>   ['/bin/umount',
>   > &gt; '-n',
>   > &gt; &gt; &gt; &gt;
>   > &gt; &gt; &gt;
>   > &gt;
>   '/opt/ltsp/mock/epel-6-i386/root/proc/filesystems']
>   > &gt; &gt; &gt; &gt; with env
>   {'LANG':
>   > &gt; 'en_US.UTF-8',
>   > &gt; &gt; &gt; &gt; 'TERM':
>   'vt100',
>   > &gt; 'SHELL':
>   > &gt; &gt; &gt; &gt;
>   '/bin/bash',
>   > &gt; 'HOSTNAME':
>   > &gt; &gt; &gt; 'mock',
>   > &gt; &gt; &gt; &gt; 'HOME':
>   '/builddir',
>   > &gt; &gt; &gt; 'PATH':
>   > &gt; &gt; &gt; &gt;
>   > &gt; '/usr/bin:/bin:/usr/sbin:/sbin'}
>   > &gt; &gt; &gt; &gt; &gt;
>   > &gt; &gt; &gt; &gt; &gt; ...
>   > &gt; &gt; &gt; &gt; &gt;
>   > &gt; &gt; &gt; &gt; &gt; DEBUG
>   util.py:354:
>   > &gt; Child return code
>   > &gt; &gt; &gt; was: 0
>   > &gt; &gt; &gt; &gt; &gt; DEBUG
>   util.py:314:
>   > &gt; Executing command:
>   > &gt; &gt; &gt; &gt;
>   ['/bin/umount',
>   > &gt; '-n',
>   > &gt; &gt; &gt; '-l',
>   > &gt; &gt; &gt; &gt;
>   > &gt;
>   '/opt/ltsp/mock/epel-6-i386/root/proc']
>   > &gt; &gt; &gt; with env
>   > &gt; &gt; &gt; &gt; {'LANG':
>   > &gt; 'en_US.UTF-8',
>   > &gt; &gt; &gt; 'TERM':
>   > &gt; &gt; &gt; &gt; 'vt100',
>   'SHELL':
>   > &gt; &gt; &gt; '/bin/bash',
>   > &gt; &gt; &gt; &gt; 'HOSTNAME':
>   'mock',
>   > &gt; &gt; &gt; 'HOME':
>   > &gt; &gt; &gt; &gt;
>   '/builddir', 'PATH':
>   > &gt; &gt; &gt; &gt;
>   > &gt; '/usr/bin:/bin:/usr/sbin:/sbin'}
>   > &gt; &gt; &gt; &gt; &gt; DEBUG
>   util.py:354:
>   > &gt; Child return code
>   > &gt; &gt; &gt; was: 0
>   > &gt; &gt; &gt; &gt; &gt; DEBUG
>   util.py:116:
>   > &gt; kill orphans
>   > &gt; &gt; &gt; &gt; &gt; INFO
>   backend.py:1014:
>   > &gt; Mock Version:
>   > &gt; &gt; &gt; 1.1.30
>   > &gt; &gt; &gt; &gt; &gt; DEBUG
>   util.py:116:
>   > &gt; kill orphans
>   > &gt; &gt; &gt; &gt; &gt; INFO
>   backend.py:1014:
>   > &gt; Mock Version:
>   > &gt; &gt; &gt; 1.1.30
>   > &gt; &gt; &gt; &gt; &gt; DEBUG
>   util.py:116:
>   > &gt; kill orphans
>   > &gt; &gt; &gt; &gt; &gt; INFO
>   backend.py:1014:
>   > &gt; Mock Version:
>   > &gt; &gt; &gt; 1.1.30
>   > &gt; &gt; &gt; &gt; &gt; DEBUG
>   util.py:116:
>   > &gt; kill orphans
>   > &gt; &gt; &gt; &gt; &gt; INFO
>   backend.py:1014:
>   > &gt; Mock Version:
>   > &gt; &gt; &gt; 1.1.30
>   > &gt; &gt; &gt; &gt; &gt; DEBUG
>   util.py:116:
>   > &gt; kill orphans
>   > &gt; &gt; &gt; &gt; &gt; INFO
>   backend.py:1014:
>   > &gt; Mock Version:
>   > &gt; &gt; &gt; 1.1.30
>   > &gt; &gt; &gt; &gt; &gt; DEBUG
>   util.py:116:
>   > &gt; kill orphans
>   > &gt; &gt; &gt; &gt; &gt; INFO
>   backend.py:1014:
>   > &gt; Mock Version:
>   > &gt; &gt; &gt; 1.1.30
>   > &gt; &gt; &gt; &gt; &gt; DEBUG
>   util.py:116:
>   > &gt; kill orphans
>   > &gt; &gt; &gt; &gt; &gt; INFO
>   backend.py:1014:
>   > &gt; Mock Version:
>   > &gt; &gt; &gt; 1.1.30
>   > &gt; &gt; &gt; &gt; &gt; DEBUG
>   util.py:116:
>   > &gt; kill orphans
>   > &gt; &gt; &gt; &gt; &gt; INFO
>   backend.py:1014:
>   > &gt; Mock Version:
>   > &gt; &gt; &gt; 1.1.30
>   > &gt; &gt; &gt; &gt; &gt; DEBUG
>   util.py:116:
>   > &gt; kill orphans
>   > &gt; &gt; &gt; &gt; &gt; INFO
>   backend.py:1014:
>   > &gt; Mock Version:
>   > &gt; &gt; &gt; 1.1.30
>   > &gt; &gt; &gt; &gt; &gt; DEBUG
>   util.py:116:
>   > &gt; kill orphans
>   > &gt; &gt; &gt; &gt; &gt;
>   > &gt; &gt; &gt; &gt; &gt;
>   > &gt; &gt; &gt; &gt;
>   > &gt; &gt; &gt;
>   > &gt;
>   
> ------------------------------------------------------------------------------
>   > &gt; &gt; &gt; &gt; &gt; This
>   SF.net email is
>   > &gt; sponsored by
>   > &gt; &gt; &gt; Windows:
>   > &gt; &gt; &gt; &gt; &gt;
>   > &gt; &gt; &gt; &gt; &gt; Build for
>   Windows Store.
>   > &gt; &gt; &gt; &gt; &gt;
>   > &gt; &gt; &gt; &gt; &gt; http://p.sf.net/sfu/windows-dev2dev
>   > &gt; &gt; &gt; &gt; &gt;
>   > &gt; &gt; &gt; &gt;
>   > &gt; &gt; &gt;
>   > &gt;
>   _____________________________________________________________________
>   > &gt; &gt; &gt; &gt; &gt;
>   Ltsp-discuss mailing
>   > &gt; list.   To
>   > &gt; &gt; &gt; &gt; un-subscribe, or
>   change prefs, goto:
>   > &gt; &gt; &gt; &gt; &gt;
>   > &gt; https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
>   > &gt; &gt; &gt; &gt; &gt; For
>   additional LTSP
>   > &gt; help,   try #ltsp
>   > &gt; &gt; &gt; &gt; channel on
>   irc.freenode.net
>   > &gt; &gt; &gt; &gt;
>   > &gt; &gt; &gt; &gt;
>   > &gt; &gt; &gt; &gt;
>   > &gt; &gt; &gt;
>   > &gt;
>   
> ------------------------------------------------------------------------------
>   > &gt; &gt; &gt; &gt; This SF.net email
>   is sponsored by
>   > &gt; Windows:
>   > &gt; &gt; &gt; &gt;
>   > &gt; &gt; &gt; &gt; Build for Windows
>   Store.
>   > &gt; &gt; &gt; &gt;
>   > &gt; &gt; &gt; &gt; http://p.sf.net/sfu/windows-dev2dev
>   > &gt; &gt; &gt; &gt;
>   > &gt; &gt; &gt;
>   > &gt;
>   _____________________________________________________________________
>   > &gt; &gt; &gt; &gt; Ltsp-discuss
>   mailing
>   > &gt; list.   To un-subscribe,
>   > &gt; &gt; &gt; &gt; or change prefs,
>   goto:
>   > &gt; &gt; &gt; &gt;
>      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
>   > &gt; &gt; &gt; &gt; For additional
>   LTSP
>   > &gt; help,   try #ltsp channel
>   > &gt; &gt; &gt; &gt; on
>   irc.freenode.net
>   > &gt; &gt; &gt; &gt;
>   > &gt; &gt; &gt;
>   > &gt; &gt; &gt;
>   > &gt;
>   
> ------------------------------------------------------------------------------
>   > &gt; &gt; &gt; This SF.net email is
>   sponsored by Windows:
>   > &gt; &gt; &gt;
>   > &gt; &gt; &gt; Build for Windows Store.
>   > &gt; &gt; &gt;
>   > &gt; &gt; &gt; http://p.sf.net/sfu/windows-dev2dev
>   > &gt; &gt; &gt;
>   > &gt;
>   _____________________________________________________________________
>   > &gt; &gt; &gt; Ltsp-discuss mailing
>   list.   To
>   > &gt; un-subscribe,
>   > &gt; &gt; &gt; or change prefs, goto:
>   > &gt; &gt; &gt;
>      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
>   > &gt; &gt; &gt; For additional LTSP
>   help,   try
>   > &gt; #ltsp channel
>   > &gt; &gt; &gt; on irc.freenode.net
>   > &gt; &gt; &gt;
>   > &gt; &gt;
>   > &gt; &gt;
>   > &gt;
>   
> ------------------------------------------------------------------------------
>   > &gt; &gt; This SF.net email is sponsored by
>   Windows:
>   > &gt; &gt;
>   > &gt; &gt; Build for Windows Store.
>   > &gt; &gt;
>   > &gt; &gt; http://p.sf.net/sfu/windows-dev2dev
>   > &gt; &gt;
>   > &gt;
>   _____________________________________________________________________
>   > &gt; &gt; Ltsp-discuss mailing
>   list.   To
>   > &gt; un-subscribe, or change prefs, goto:
>   > &gt; &gt;       https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
>   > &gt; &gt; For additional LTSP
>   help,   try #ltsp
>   > &gt; channel on irc.freenode.net
>   > &gt;
>   > &gt;
>   > &gt;
>   > &gt;
>   
> ------------------------------------------------------------------------------
>   > &gt; This SF.net email is sponsored by Windows:
>   > &gt;
>   > &gt; Build for Windows Store.
>   > &gt;
>   > &gt; http://p.sf.net/sfu/windows-dev2dev
>   > &gt;
>   _____________________________________________________________________
>   > &gt; Ltsp-discuss mailing list.   To
>   un-subscribe,
>   > &gt; or change prefs, goto:
>   > &gt;       https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
>   > &gt; For additional LTSP help,   try
>   #ltsp channel
>   > &gt; on irc.freenode.net
>   > &gt;
>   >
>   >
>   
> ------------------------------------------------------------------------------
>   > This SF.net email is sponsored by Windows:
>   >
>   > Build for Windows Store.
>   >
>   > http://p.sf.net/sfu/windows-dev2dev
>   >
>   _____________________________________________________________________
>   > Ltsp-discuss mailing list.   To
>   un-subscribe, or change prefs, goto:
>   >        https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
>   > For additional LTSP help,   try #ltsp
>   channel on irc.freenode.net
>   
>   
>   
> ------------------------------------------------------------------------------
>   This SF.net email is sponsored by Windows:
>   
>   Build for Windows Store.
>   
>   http://p.sf.net/sfu/windows-dev2dev
>   _____________________________________________________________________
>   Ltsp-discuss mailing list.   To un-subscribe,
>   or change prefs, goto:
>         https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
>   For additional LTSP help,   try #ltsp channel
>   on irc.freenode.net
>   
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by Windows:
>
> Build for Windows Store.
>
> http://p.sf.net/sfu/windows-dev2dev
> _____________________________________________________________________
> Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
>        https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
> For additional LTSP help,   try #ltsp channel on irc.freenode.net


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to