Marco Gaiarin schrieb: > Tomorrow my primary samba server crashed, server where reside the > (primary) dns server and the (ony one) WINS server, and all the WPKG > stuff. > > All computer boot with the 'wpkg is installing packages' message 'till > the maximal defined time (10 minutes). > > > Seems that if the client cannot resolve the network share (\\FILE), all > the stuff stalls. > > Could be? > How can i prevent this?
It seems that it would be best if we checked the exit value of each process: - Execute before - cscript ... wpkg.js - Execute after If the exit code is non 0, we should stop executing other tasks. Also, it would potentially solve the problem with the client not rebooting when wpkg.js schedules a reboot - we would simply check if the exit code matches let's say 3010 (or whatever exit code wpkg.js would quit if it shedules a reboot), and reboot the machine... Coming back to your question, I don't know if you can prevent it now. Does Event Log say anything meaningful? -- Tomasz Chmielewski http://wpkg.org ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ wpkg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wpkg-users
