Hi, I am trying to install LTSP on a second test machine (a desktop running CentOS 6.4) to have more flexibility with testing the various issues/problems encountered, using the same old installation procedure below:
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 The GPG-KEY import ran into this error on the first run, but on the second and third attempt there was no error: root@desktop ~]# rpm --import http://ltsprepo.s3.amazonaws.com/rpm/RPM-GPG-KEY-ltsp error: http://ltsprepo.s3.amazonaws.com/rpm/RPM-GPG-KEY-ltsp: key 1 not an armored public key. [root@desktop ~]# rpm --import http://ltsprepo.s3.amazonaws.com/rpm/RPM-GPG-KEY-ltsp [root@desktop ~]# echo $? 0 I then ran the next two steps and got stuck with yum install ltsp-server [root@desktop ~]#yum install ltsp-server and ran into this error: --> Running transaction check ---> Package ldm.x86_64 0:2.2.11-4.el6 will be installed ---> Package ldminfod.x86_64 0:2.2.11-4.el6 will be installed ---> Package ltsp-server.x86_64 0:5.4.5-23.el6 will be installed --> Processing Dependency: mock >= 1 for package: ltsp-server-5.4.5-23.el6.x86_64 ---> Package ltspfs.x86_64 0:1.1-7.el6 will be installed --> Finished Dependency Resolution Error: Package: ltsp-server-5.4.5-23.el6.x86_64 (ltsp) Requires: mock >= 1 You could try using --skip-broken to work around the problem ** Found 1 pre-existing rpmdb problem(s), 'yum check' output follows: 1:emacs-23.1-21.el6_2.3.x86_64 has missing requires of libotf.so.0()(64bit) [root@desktop ~]# I then tried the suggestion: [root@desktop ~]# yum install libotf [root@desktop ~]# yum update [root@desktop ~]# rpm -qa | grep libotf libotf-0.9.9-3.1.el6.i686 libotf-0.9.9-3.1.el6.x86_64 Then ran: [root@desktop ~]# yum install ltsp-server New error: ---> Package ldm.x86_64 0:2.2.11-4.el6 will be installed ---> Package ldminfod.x86_64 0:2.2.11-4.el6 will be installed ---> Package ltsp-server.x86_64 0:5.4.5-23.el6 will be installed --> Processing Dependency: mock >= 1 for package: ltsp-server-5.4.5-23.el6.x86_64 ---> Package ltspfs.x86_64 0:1.1-7.el6 will be installed --> Finished Dependency Resolution Error: Package: ltsp-server-5.4.5-23.el6.x86_64 (ltsp) Requires: mock >= 1 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest [root@desktop ~]# rpm -Va --nofiles --nodigest [root@desktop ~]# yum install ltsp-server Same error: --> Processing Dependency: ltspfs for package: ltsp-server-5.4.5-23.el6.x86_64 --> Running transaction check ---> Package ldm.x86_64 0:2.2.11-4.el6 will be installed ---> Package ldminfod.x86_64 0:2.2.11-4.el6 will be installed ---> Package ltsp-server.x86_64 0:5.4.5-23.el6 will be installed --> Processing Dependency: mock >= 1 for package: ltsp-server-5.4.5-23.el6.x86_64 ---> Package ltspfs.x86_64 0:1.1-7.el6 will be installed --> Finished Dependency Resolution Error: Package: ltsp-server-5.4.5-23.el6.x86_64 (ltsp) Requires: mock >= 1 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest Thanks for your help. ------------------------------------------------------------------------------ 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