Joseph J VLcek wrote: > Jean McCormack wrote: >> I'd like 2 reviewers for the following: >> 7377 No working network after reboot after installing OpenSolaris on >> Glendale >> http://defect.opensolaris.org/bz/show_bug.cgi?id=7377 >> >> Webrev: >> http://cr.opensolaris.org/~jeanm/slim_7377 >> >> Comments: >> I don't believe anymore that this is also an issue with the live_cd >> since it doesn't >> do network installs. >> >> Testing was on configurations with multiple internet connections and >> single connections. >> >> Jean >> >> >> _______________________________________________ >> caiman-discuss mailing list >> caiman-discuss at opensolaris.org >> http://mail.opensolaris.org/mailman/listinfo/caiman-discuss > > Jean: > > ict.py > ------- > > Q1: > --- > 1250 (status, output) = commands.getstatusoutput(cmd) > > Can you use the _cmd_out() instead of commands.getstatusoutput ? I actually consulted with Drew on this one and he suggested getstatusoutput as the "better" function to call. > > > Q2: > --- > > Shouldn't os.chown and os.chmod be executed on the newly created > directory and file? > > Yes.
Jean