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

Reply via email to