<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi all,<div><br></div><div>so far this is what I did to fix this issue until Jamfsoftware comes with a solution&nbsp;</div><div><br></div><div><!--StartFragment--><p class="MsoNormal"><br></p><p class="MsoListParagraph" style="text-indent:-.25in;mso-list:l0 level1 lfo1"><span style="mso-bidi-font-family:Cambria"><span style="mso-list:Ignore">-<span style="font:7.0pt &quot;Times New Roman&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span>create
2 scripts, one to disable network on logout and one to enable on login</p><p class="MsoNormal"><o:p>&nbsp;</o:p></p><p class="MsoNormal"><b style="mso-bidi-font-weight:normal"><i style="mso-bidi-font-style:
normal">enable-net.sh<o:p></o:p></i></b></p><p class="MsoNormal"><o:p>&nbsp;</o:p></p><p class="MsoNormal">#!/bin/bash</p><p class="MsoNormal">ifconfig en1 up</p><p class="MsoNormal">ifconfig en0 up</p><p class="MsoNormal"><o:p>&nbsp;</o:p></p><p class="MsoNormal"><o:p>&nbsp;</o:p></p><p class="MsoNormal"><b style="mso-bidi-font-weight:normal"><i style="mso-bidi-font-style:
normal">disable-net.sh<o:p></o:p></i></b></p><p class="MsoNormal"><o:p>&nbsp;</o:p></p><p class="MsoNormal">#!/bin/bash</p><p class="MsoNormal">ifconfig en1 down </p><p class="MsoNormal">ifconfig en0 down</p><p class="MsoNormal"><o:p>&nbsp;</o:p></p><p class="MsoNormal" style="margin-left:.5in;text-indent:-.25in;mso-list:l0 level1 lfo1"><span style="mso-bidi-font-family:Cambria"><span style="mso-list:Ignore">-<span style="font:7.0pt &quot;Times New Roman&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span>Create
a package to deploy this 2 files (with 777 permissions) to /</p><p class="MsoNormal" style="margin-left:.5in;text-indent:-.25in;mso-list:l0 level1 lfo1"><span style="mso-bidi-font-family:Cambria"><span style="mso-list:Ignore">-<span style="font:7.0pt &quot;Times New Roman&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span>Create
a package to run the fix script</p><p class="MsoNormal">Now I modified the LoginHook and LogoutHook with an script</p><p class="MsoNormal"><o:p>&nbsp;</o:p></p><p class="MsoNormal"><b style="mso-bidi-font-weight:normal"><i style="mso-bidi-font-style:
normal">Network-fix.sh<o:p></o:p></i></b></p><p class="MsoNormal"><b style="mso-bidi-font-weight:normal"><i style="mso-bidi-font-style:
normal"><o:p>&nbsp;</o:p></i></b></p><p class="MsoNormal">#!/bin/sh</p><p class="MsoNormal">defaults write com.apple.loginwindow LoginHook
/enable-net.sh</p><p class="MsoNormal">defaults write com.apple.loginwindow LogoutHook /disable-net.sh</p><p class="MsoNormal"><o:p>&nbsp;</o:p></p><p class="MsoNormal"><br></p><p class="MsoNormal">Hope this helps somebody.</p><p class="MsoNormal">If you have an easier solution, please let me know</p><p class="MsoNormal">cheers</p><p class="MsoNormal">Carmelo</p>

<!--EndFragment-->


<div><div>On Jun 3, 2009, at 9:34 PM, David Chitwood wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div> <font face="Verdana, Helvetica, Arial"><span style="font-size:10pt">Hi Jason,<br> <br> I was plagued with the same issue and would hear about it from some of our users sporadically. &nbsp;I had the same log msgs you list. &nbsp;After working with JAMF support, we discovered that the issue was with my ISP. &nbsp;In my case, the problem was that my provider routes unresolvable domain requests to their own custom search page. &nbsp;When the JSS task would try to run at logout, it would look for our internal server, my ISP would see it was unresolvable and route it through a slew of hops and land on their domain server. &nbsp;The JSS task, not receiving instructions, would wait for roughly one minute before finally giving up. &nbsp;My ISP provides alternate “opt-out” DNS servers, so I popped those in my Network settings and voila! all good.<br> <br> You can quickly check to see if this is happening to your users by having them run a traceroute in Terminal (traceroute <i>yourJSSserver.mayo.edu</i>) or Network Utility from their outside networks. &nbsp;If it doesn’t die immediately and looks like it is trying to resolve it, then they may be having the same issue. &nbsp;If so, a quick workaround (while you search for a more permanent fix) is to have them turn off their network connections before logging out/shutting down.<br> <br> Good luck!<br> <br> David</span></font> <br> ______________________________________________________________________<br> <br> This email (including any attachments) may contain confidential and/or privileged information. Any unauthorized distribution, copying or disclosure is prohibited. If you are not the intended recipient, please notify the sender immediately and permanently delete this email and any attachments. Thank you.<br> </div>  _______________________________________________<br>Casper mailing list<br><a href="mailto:Casper@list.jamfsoftware.com">Casper@list.jamfsoftware.com</a><br>http://list.jamfsoftware.com/mailman/listinfo/casper<br></blockquote></div><br><div apple-content-edited="true"> <div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Carmelo Lopez Portilla</div><div><br></div><div>ITS EMBL Heidelberg</div><div><span class="Apple-style-span" style="font-family: Arial; font-size: 13px; ">Tel. +49 (0) 6221 387 8444<br>Fax +49 (0) 6221 387&nbsp;8517</span></div><div>email: <a href="mailto:lopez@embl.de">lopez@embl.de</a></div><div><br></div></div><br class="Apple-interchange-newline"> </div><br></div></body></html>