[Fedora-livecd-list] authconfig could not be executed

Jasper O'neal Hartline jasperhartline at adelphia.net
Wed Apr 12 21:01:42 UTC 2006


Ingo Schaefer wrote:

>>anaconda_args are passed from kadischi.py.
>>If it is empty, it is set to None.
>>    
>>
>
>Maybe this should be, but in my case I had the log statement clearly saying that anaconda_args is an [] (empty array, tuple or sth. like that)
>  
>
It is an empty list.

>Don't ask me why, i added check against [] as well ans maybe as you could have seen and now the installation asked me for iptables configuration and services to be started.
>  
>
Since we use sys.argv[2:] for anaconda_args we initialize a list, it 
happens to be empty.
So, we'll check for the empty list rather than catch an exception
from Python eliminating the useless loop also.

Thanks.
J. Hartline




More information about the Fedora-livecd-list mailing list