Jashua,
I used your advice, all steps (yum clean all, rm -rf /opt/ltsp/mock/epel-*, yum update, ltsp-serverltsp-build-client --release epel-6-i386 --debug --noprogress).
I installed version 5.4.5-23. Still the same.
I enclose debug recordnig below.
Best regards,
Radek
[***@passoa install]# ltsp-build-client --release epel-6-i386 --debug --noprogress
DEBUG: Loading plugin: configure: /usr/share/ltsp/plugins/ltsp-build-client/common/001-load-configuration-file
DEBUG: Loading configuration file '/etc/ltsp/ltsp-build-client.conf'.
DEBUG: Loading plugin: configure: /usr/share/ltsp/plugins/ltsp-build-client/common/001-set-arch
DEBUG: Loading plugin: configure: /usr/share/ltsp/plugins/ltsp-build-client/common/001-set-exclude
DEBUG: Loading plugin: configure: /usr/share/ltsp/plugins/ltsp-build-client/RHEL/005-warn
DEBUG: Loading plugin: configure: /usr/share/ltsp/plugins/ltsp-build-client/RHEL/007-dialog
DEBUG: Loading plugin: configure: /usr/share/ltsp/plugins/ltsp-build-client/RHEL/009-mock-chroot
mockbuild:x:1005:1005::/home/mockbuild:/bin/bash
DEBUG: Loading plugin: configure: /usr/share/ltsp/plugins/ltsp-build-client/RHEL/010-etc-hosts
DEBUG: Loading plugin: configure: /usr/share/ltsp/plugins/ltsp-build-client/RHEL/010-etc-mtab
DEBUG: Loading plugin: configure: /usr/share/ltsp/plugins/ltsp-build-client/RHEL/010-mount-proc
DEBUG: Loading plugin: configure: /usr/share/ltsp/plugins/ltsp-build-client/common/010-set-base
DEBUG: Loading plugin: configure: /usr/share/ltsp/plugins/ltsp-build-client/common/010-set-chroot
DEBUG: Loading plugin: configure: /usr/share/ltsp/plugins/ltsp-build-client/RHEL/010-set-resolver
DEBUG: Loading plugin: configure: /usr/share/ltsp/plugins/ltsp-build-client/RHEL/020-cleanup-chroot
DEBUG: Loading plugin: configure: /usr/share/ltsp/plugins/ltsp-build-client/RHEL/020-rootpath
DEBUG: Loading plugin: configure: /usr/share/ltsp/plugins/ltsp-build-client/RHEL/030-fat-client
DEBUG: Loading plugin: configure: /usr/share/ltsp/plugins/ltsp-build-client/common/030-update-sshkeys
DEBUG: Loading plugin: configure: /usr/share/ltsp/plugins/ltsp-build-client/RHEL/032-chroot-setup
DEBUG: Loading plugin: configure: /usr/share/ltsp/plugins/ltsp-build-client/RHEL/035-update-kernels
DEBUG: Loading plugin: configure: /usr/share/ltsp/plugins/ltsp-build-client/common/091-unmount-dirs
DEBUG: Loading plugin: configure: /usr/share/ltsp/plugins/ltsp-build-client/RHEL/095-rootpass
DEBUG: Loading plugin: configure: /usr/share/ltsp/plugins/ltsp-build-client/RHEL/999-end
DEBUG: Loading plugins in MODE=before-install:
DEBUG: Loading plugin: before-install: /usr/share/ltsp/plugins/ltsp-build-client/common/000-check-paths
DEBUG: Loading plugin: before-install: /usr/share/ltsp/plugins/ltsp-build-client/common/000-enable-debug
DEBUG: Loading plugin: before-install: /usr/share/ltsp/plugins/ltsp-build-client/common/001-load-configuration-file
DEBUG: Loading plugin: before-install: /usr/share/ltsp/plugins/ltsp-build-client/common/001-set-arch
DEBUG: Loading plugin: before-install: /usr/share/ltsp/plugins/ltsp-build-client/common/001-set-exclude
DEBUG: Loading plugin: before-install: /usr/share/ltsp/plugins/ltsp-build-client/RHEL/005-warn
DEBUG: Loading plugin: before-install: /usr/share/ltsp/plugins/ltsp-build-client/RHEL/007-dialog
DEBUG: Loading plugin: before-install: /usr/share/ltsp/plugins/ltsp-build-client/RHEL/009-mock-chroot
DEBUG: Loading plugin: before-install: /usr/share/ltsp/plugins/ltsp-build-client/RHEL/010-etc-hosts
DEBUG: Loading plugin: before-install: /usr/share/ltsp/plugins/ltsp-build-client/RHEL/010-etc-mtab
DEBUG: Loading plugin: before-install: /usr/share/ltsp/plugins/ltsp-build-client/RHEL/010-mount-proc
DEBUG: Loading plugin: before-install: /usr/share/ltsp/plugins/ltsp-build-client/common/010-set-base
DEBUG: Loading plugin: before-install: /usr/share/ltsp/plugins/ltsp-build-client/common/010-set-chroot
DEBUG: Loading plugin: before-install: /usr/share/ltsp/plugins/ltsp-build-client/RHEL/010-set-resolver
DEBUG: Loading plugin: before-install: /usr/share/ltsp/plugins/ltsp-build-client/RHEL/020-cleanup-chroot
DEBUG: Loading plugin: before-install: /usr/share/ltsp/plugins/ltsp-build-client/RHEL/020-rootpath
DEBUG: Loading plugin: before-install: /usr/share/ltsp/plugins/ltsp-build-client/RHEL/030-fat-client
DEBUG: Loading plugin: before-install: /usr/share/ltsp/plugins/ltsp-build-client/common/030-update-sshkeys
DEBUG: Loading plugin: before-install: /usr/share/ltsp/plugins/ltsp-build-client/RHEL/032-chroot-setup
DEBUG: Loading plugin: before-install: /usr/share/ltsp/plugins/ltsp-build-client/RHEL/035-update-kernels
DEBUG: Loading plugin: before-install: /usr/share/ltsp/plugins/ltsp-build-client/common/091-unmount-dirs
DEBUG: Loading plugin: before-install: /usr/share/ltsp/plugins/ltsp-build-client/RHEL/095-rootpass
DEBUG: Loading plugin: before-install: /usr/share/ltsp/plugins/ltsp-build-client/RHEL/999-end
DEBUG: Loading plugins in MODE=install:
DEBUG: Loading plugin: install: /usr/share/ltsp/plugins/ltsp-build-client/common/000-check-paths
DEBUG: Loading plugin: install: /usr/share/ltsp/plugins/ltsp-build-client/common/000-enable-debug
DEBUG: Loading plugin: install: /usr/share/ltsp/plugins/ltsp-build-client/common/001-load-configuration-file
DEBUG: Loading plugin: install: /usr/share/ltsp/plugins/ltsp-build-client/common/001-set-arch
DEBUG: Loading plugin: install: /usr/share/ltsp/plugins/ltsp-build-client/common/001-set-exclude
DEBUG: Loading plugin: install: /usr/share/ltsp/plugins/ltsp-build-client/RHEL/005-warn
A good way to debug the ltsp-build-client is by using the debug and
noprogress flags, that way you can watch it as it goes:
i.e.
$ ltsp-build-client --release epel-6-i386 --debug --noprogress
I am pushing version 5.4.5-23 out to the servers now, the most
common issue people have with the build-client is the cache from
yum, to ensure a clean install be sure you run:
yum clean all
rm -rf /opt/ltsp/mock/epel-*
yum update ltsp-server
Before you build your chroot environment.
On 6/20/13 7:48 AM, Johan Vermeulen wrote:
Radek,
last week, a ran ltsp-build-client 3t times with success, on
Centos 6.4 x86_64
[***@centoshofkwartier network-scripts]# uname -a
Linux centoshofkwartier 2.6.32-358.11.1.el6.x86_64 #1 SMP Wed
Jun 12 03:34:52 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
ltsp-server-5.4.5-21.el6.x86_64
ltspfs-1.1-7.el6.x86_64
ltsp-release-5-9.el6.noarch
but today it didn't work for me either....
Op 20-06-13 14:42, Radek
Bursztynowski schreef:
Hello again,
Thanks to Johan who support me with my troubles.
Is there anybody who completed ltsp-build-client with CentOS 6.4
x86_64 and ltsp-release-5-9.el6.noarch?
I try with ltsp-build-client --release fedora-18-i386 --chroot
fed-18
an after few seconds I can see:
Error encountered running command: setarch i386 /usr/bin/mock -r
fedora-18-i386 --target=i386
--configdir=/etc/ltsp/mock --arch=i386 --init
check /opt/ltsp/mock/fedora-18-i386/result/root.log for more
detailed information
I checked /opt/ltsp/mock/fedora-18-i386/result/root.log and
there is:
(...)
DEBUG util.py:264: http://ltsprepo.s3.amazonaws.com/rpm/fc18/i386/repodata/repomd.xml:
[Errno 14] PYCURL ERROR 22 - "The requested URL returned error:
404"
DEBUG util.py:264: Trying other mirror.
DEBUG util.py:264: Warning: Group Base does not exist.
DEBUG util.py:354: Child return code was: 0
(....)
When I execute ltsp-build-client (with no options, so I
understand like ltsp-build-client --release epel-6-i386 --chroot
epel-6-i386), so I can find inside
/opt/ltsp/mock/epel-6-i386/result/root.log
(..)
DEBUG util.py:264: http://ltsprepo.s3.amazonaws.com/rpm/el6/i386/repodata/repomd.xml:
[Errno 14] PYCURL ERROR 22 - "The requested URL returned error:
404"
DEBUG util.py:264: Trying other mirror.
(..)
Last rows inside root.log in both examples are:
(..)
DEBUG util.py:314: Executing command: ['/bin/umount', '-n',
'-l', '/opt/ltsp/mock/epel-6-i386/root/proc'] with env {'LANG':
'pl_PL.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash',
'HOSTNAME': 'mock', 'HOME': '/builddir', 'PATH':
'/usr/bin:/bin:/usr/sbin:/sbin'}
DEBUG util.py:354: Child return code was: 0
DEBUG util.py:116: kill orphans
I touch the wall. Has anybody any idea to help me?
Best regards,
Radek
_______________________________________________
K12OSN mailing list
***@redhat.com
https://www.redhat.com/mailman/listinfo/k12osn
For more info see <http://www.k12os.org>
_______________________________________________
K12OSN mailing list
***@redhat.com
https://www.redhat.com/mailman/listinfo/k12osn
For more info see <http://www.k12os.org>
_______________________________________________
K12OSN mailing list
***@redhat.com
https://www.redhat.com/mailman/listinfo/k12osn
For more info see <http://www.k12os.org>;