I’m running cobbler 2.0.11 on F16.

 

When I try to cobbler import as follows:

cobbler import --path=/tmp/RHEL6.2-Server-x86_64-Local --name=RHEL6.2-Server-x86_64-Remote --arch=x86_64 --available-as=http://<some_server>/distros/RHEL6.2-Server-x86_64

 

the command doesn’t do anything. The below command works.

 

cobbler import --path=/tmp/RHEL6.2-Server-x86_64-Local --name=RHEL6.2-Server-x86_64-Remote --arch=x86_64 --available-as="nfs://<some_server>:/var/www/html/distros/RHEL6.2-Server-x86_64"

 

How do I do the same with http?

 

Balaji