On 05/08/2009 11:19 PM, Jasper Capel wrote: > Just a hint, if you suffered from the unicode bug (repositories appear > as ["uRepo1", "uRepo2"] in your profiles), you still need to fix the > JSON files. You can do so by running: > > service cobblerd stop > sed -i -r 's/"u+([A-Za-z0-9_\-]+)"/"\1"/g' > /var/lib/cobbler/config/profiles.d/*.json > service cobblerd start > > A small warning though: if your one of your repositories legitmately > starts with a 'u', this might screw things up. > > -Jasper > _______________________________________________ > cobbler mailing list > [email protected] > https://fedorahosted.org/mailman/listinfo/cobbler
Err okay, this takes any field starting with "u", don't run this. At not if you're not sure if your one of your profile names, or distro names start with lowercase u. Or virt_path, any field really. _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
