Thank you very much. Regards.
2014-08-04 13:29 GMT-03:00 Alexander Innes <[email protected]>: > I think you want something like this > > for i in `spacecmd kickstart_list`; do echo "_____" ; echo "Kickstart : > "$i; spacecmd kickstart_listchildchannels $i; echo "_____"; done > > which will chuck out this sorta thing > > _____ > Kickstart : 1_Centos6_5Fresh > INFO: Connected to https://localhost/rpc/api as spacebackup > centos_6.5_x64_os > _____ > > This will quickly show you everything, or you could add "| grep --colour > $channelname" to the second channel name to highlight where it is > > for i in `spacecmd kickstart_list`; do echo "_____" ; echo "Kickstart : > "$i; spacecmd kickstart_listchildchannels $i | grep --colour os; echo > "_____"; done > > > If this shows that there are in face no channels associated, I guess er, > have you tried turning it on and off again ;)? > > Alex > > > On 4 August 2014 15:35, Net Warrior <[email protected]> wrote: > >> Hi there guys. >> I'm having an issue with a software channel that I cannot remove, it >> complains the following: >> >> There are currently kickstart distributions associated to this channel. >> Please disassociate or delete the kickstart distributions before proceeding >> to delete the channel. >> >> I have no kickstart related to the channel ( oracle-linux ) associated to >> the channel, I removed all of them, I only left the centos kickstart and >> that's all. >> >> I removed all the packages in the channel , removed the activation keys >> and the child channled associated to it, but still the same error. >> >> Can you help me to debug this issue? maybe I'm missing something in the >> middle that I do not realize. >> >> I'm using >> spacewalk-base-2.0.3-1.el6.noarch >> spacewalk-postgresql-2.0.1-1.el6.noarch >> spacewalk-backend-tools-2.0.3-1.el6.noarch >> >> >> Thanks for your time and support. >> Regards. >> >> >> >> _______________________________________________ >> Spacewalk-list mailing list >> [email protected] >> https://www.redhat.com/mailman/listinfo/spacewalk-list >> > > > _______________________________________________ > Spacewalk-list mailing list > [email protected] > https://www.redhat.com/mailman/listinfo/spacewalk-list >
_______________________________________________ Spacewalk-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/spacewalk-list
