On Thu, Mar 01, 2012 at 10:52:29AM +0100, Tomi Salmi wrote:
> Thanks for your answer Miroslav. I actually managed to resolve the issue.
> 
> After looking at the bash script and testing the commands, I noticed that
> the $RHN_PARENT variable did not appear after the rhncfg-manager commands.
> 
> Replaced
>  --server-name= "$RHN_PARENT" \
> with
> --server-name= \
> 
> in configure-proxy.sh, and it did the trick.

I'm sorry but I fail to see line

        --server-name= "$RHN_PARENT" \

There there

        rhncfg-manager create-channel --server-name "$RHN_PARENT" \

and

        rhncfg-manager update --server-name "$RHN_PARENT" \

and I fail to see how removing that "$RHN_PARENT" bit could have
improved the situation. What was the output after you did that change?

-- 
Jan Pazdziora
Principal Software Engineer, Satellite Engineering, Red Hat

_______________________________________________
Spacewalk-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/spacewalk-list

Reply via email to