Comment 5 for bug 884133

Revision history for this message
Shang Wu (shangwu) wrote :

1. I am aware of the Bug #882726, tried the workaround:

RELEASES=$(distro-info --supported)
ARCHES="x86_64 i386"
KSDIR="/var/lib/orchestra/kickstarts"
for r in $RELEASES; do
  for a in $ARCHES; do
    sudo cobbler profile edit --name="$r-$a" \
        --kickstart="$KSDIR/orchestra.preseed"
  done
done

(not sure if that will refresh the old images tho)

I will try to run the sudo orchestra-import-isos again.

2.
The preseed file is here: http://paste.ubuntu.com/724377/

3. It is not using the squid. i.e. nothing in the access.log. I have start the squid manually: sudo service squid start
But the same error. This is the part that I am not sure...