Description of problem: livecd-creator seems to no longer find repositories in F26. Outputs error:
Failed to synchronize cache for repo 'fedora', disabling.
Failed to synchronize cache for repo 'updates', disabling.
Error creating Live CD : Failed to find group 'core' : no such group
Version-Release number of selected component (if applicable): livecd-tools-24.4.1
How reproducible: Try to create any spin with livecd-creator
Steps to Reproduce:
1. cd /usr/share/spin-kickstarts/
2. sudo livecd-creator -c fedora-live-workstation.ks -f Fedora-Workstation
3.
Actual results:
/usr/lib/python3.6/site-packages/pykickstart/commands/partition.py:330: UserWarning: A partition with the mountpoint / has already been defined.
warnings.warn(_("A partition with the mountpoint %s has already been defined.") % pd.mountpoint)
['/sbin/mkfs.ext4', '-F', '-L', '_iso/Fedora-Workstation', '-m', '1', '-b', '4096', '/dev/loop0']
Skipping (/sys/fs/selinux,/sys/fs/selinux) because source doesn't exist.
Failed to synchronize cache for repo 'fedora', disabling.
Failed to synchronize cache for repo 'updates', disabling.
Error creating Live CD : Failed to find group 'core' : no such group
Expected results: livecd-creator will create livecd
Additional info: livemedi-creator does the same.
Description of problem: livecd-creator seems to no longer find repositories in F26. Outputs error: Failed to synchronize cache for repo 'fedora', disabling. Failed to synchronize cache for repo 'updates', disabling. Error creating Live CD : Failed to find group 'core' : no such group Version-Release number of selected component (if applicable): livecd-tools-24.4.1 How reproducible: Try to create any spin with livecd-creator Steps to Reproduce: 1. cd /usr/share/spin-kickstarts/ 2. sudo livecd-creator -c fedora-live-workstation.ks -f Fedora-Workstation 3. Actual results: /usr/lib/python3.6/site-packages/pykickstart/commands/partition.py:330: UserWarning: A partition with the mountpoint / has already been defined. warnings.warn(_("A partition with the mountpoint %s has already been defined.") % pd.mountpoint) ['/sbin/mkfs.ext4', '-F', '-L', '_iso/Fedora-Workstation', '-m', '1', '-b', '4096', '/dev/loop0'] Skipping (/sys/fs/selinux,/sys/fs/selinux) because source doesn't exist. Failed to synchronize cache for repo 'fedora', disabling. Failed to synchronize cache for repo 'updates', disabling. Error creating Live CD : Failed to find group 'core' : no such group Expected results: livecd-creator will create livecd Additional info: livemedi-creator does the same.