Bug 988329
| Summary: | spacewalk install misses syslinux dependency | ||
|---|---|---|---|
| Product: | [Community] Spacewalk | Reporter: | Matej Susta <bugs> |
| Component: | Installation | Assignee: | Stephen Herr <sherr> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Red Hat Satellite QA List <satqe-list> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 2.0 | CC: | cperry, tlestach |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-04-14 19:02:47 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1207293 | ||
|
Description
Matej Susta
2013-07-25 10:26:20 UTC
Wed Jul 24 18:34:34 2013 - INFO | authenticate; ['spaceroot', True]
Wed Jul 24 18:34:34 2013 - INFO | REMOTE sync; user(spaceroot)
Wed Jul 24 18:34:34 2013 - DEBUG | authorize; ['spaceroot', 'sync', None, None, True]
Wed Jul 24 18:34:34 2013 - DEBUG | REMOTE spaceroot authorization result: True; user(?)
Wed Jul 24 18:34:34 2013 - INFO | sync
Wed Jul 24 18:34:34 2013 - INFO | running pre-sync triggers
Wed Jul 24 18:34:34 2013 - INFO | cleaning trees
Wed Jul 24 18:34:34 2013 - INFO | removing: /var/www/cobbler/images/centos-6-x86_64:2:GRS
Wed Jul 24 18:34:34 2013 - INFO | removing: /var/lib/tftpboot/pxelinux.cfg/default
Wed Jul 24 18:34:34 2013 - INFO | removing: /var/lib/tftpboot/grub/images
Wed Jul 24 18:34:34 2013 - INFO | removing: /var/lib/tftpboot/grub/efidefault
Wed Jul 24 18:34:34 2013 - INFO | removing: /var/lib/tftpboot/images/centos-6-x86_64:2:GRS
Wed Jul 24 18:34:34 2013 - INFO | removing: /var/lib/tftpboot/s390x/profile_list
Wed Jul 24 18:34:34 2013 - INFO | copying bootloaders
Wed Jul 24 18:34:34 2013 - INFO | Exception occured: <class 'cobbler.cexceptions.CX'>
Wed Jul 24 18:34:34 2013 - INFO | Exception value: 'Could not find files matching /usr/lib/syslinux/pxelinux.0'
Wed Jul 24 18:34:34 2013 - INFO | Exception Info:
File "/usr/lib/python2.6/site-packages/cobbler/remote.py", line 1764, in _dispatch
return method_handle(*params)
File "/usr/lib/python2.6/site-packages/cobbler/remote.py", line 1609, in sync
return self.api.sync()
File "/usr/lib/python2.6/site-packages/cobbler/api.py", line 611, in sync
return sync.run()
File "/usr/lib/python2.6/site-packages/cobbler/action_sync.py", line 113, in run
self.pxegen.copy_bootloaders()
File "/usr/lib/python2.6/site-packages/cobbler/pxegen.py", line 101, in copy_bootloaders
dst, api=self.api, cache=False, logger=self.logger)
File "/usr/lib/python2.6/site-packages/cobbler/utils.py", line 1173, in copyfile_pattern
raise CX(_("Could not find files matching %s") % pattern)
yum -y install syslinux
Wed Jul 24 18:37:49 2013 - INFO | REMOTE sync; user(spaceroot)
Wed Jul 24 18:37:49 2013 - DEBUG | authorize; ['spaceroot', 'sync', None, None, True]
Wed Jul 24 18:37:49 2013 - DEBUG | REMOTE spaceroot authorization result: True; user(?)
Wed Jul 24 18:37:49 2013 - INFO | sync
Wed Jul 24 18:37:49 2013 - INFO | running pre-sync triggers
Wed Jul 24 18:37:49 2013 - INFO | cleaning trees
Wed Jul 24 18:37:49 2013 - INFO | removing: /var/lib/tftpboot/grub/images
Wed Jul 24 18:37:49 2013 - INFO | copying bootloaders
Wed Jul 24 18:37:49 2013 - INFO | copying: /usr/share/syslinux/pxelinux.0 -> /var/lib/tftpboot/pxelinux.0
Wed Jul 24 18:37:49 2013 - INFO | copying: /usr/share/syslinux/menu.c32 -> /var/lib/tftpboot/menu.c32
Wed Jul 24 18:37:49 2013 - INFO | copying: /usr/share/syslinux/memdisk -> /var/lib/tftpboot/memdisk
Wed Jul 24 18:37:49 2013 - INFO | copying distros
The issue was addressed by upstream commit ... spacewalk.git: da111e15523d88daa74481a93f8505437f2c68b9 Moving bugs to ON_QA as we move to release Spacewalk 2.3 Spacewalk 2.3 has been released. See https://fedorahosted.org/spacewalk/wiki/ReleaseNotes23 |