Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
macOS & iOS Developer Playground
macOS - Development and Darwin
Codesign not working "Timestamp service not available"
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Raz0rEdge" data-source="post: 1500318" data-attributes="member: 110816"><p>OK..looks like ICMP support is off on that server, which is to be expected on most sites that accessed often..</p><p></p><p>Can you try "traceroute time.apple.com" instead on both the machines to see if the path is similar and actually reaches the destination..based on the ping output, I'd expect that you're getting through..</p><p></p><p>But at least this proves that is indeed not a firewall/network issue..</p><p></p><p>A quick search of this error indicated that it's happened before and for extended periods of time with the no timestamp workaround used to keep going for a while. However, since your 10.7.x machine is fine, that doesn't seem to be the case right now.</p><p></p><p>Are both the 10.7.x and 10.8 machine running the same version of XCode and tools?</p><p></p><p>Can you re-run your 'codesign' command prefix it with the <a href="https://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages/man1/dtruss.1m.html" target="_blank">dtruss </a>command like so: "dtruss codesign ...."</p><p></p><p>Compare the outputs on the two computers to see if they are doing essentially the same thing..</p></blockquote><p></p>
[QUOTE="Raz0rEdge, post: 1500318, member: 110816"] OK..looks like ICMP support is off on that server, which is to be expected on most sites that accessed often.. Can you try "traceroute time.apple.com" instead on both the machines to see if the path is similar and actually reaches the destination..based on the ping output, I'd expect that you're getting through.. But at least this proves that is indeed not a firewall/network issue.. A quick search of this error indicated that it's happened before and for extended periods of time with the no timestamp workaround used to keep going for a while. However, since your 10.7.x machine is fine, that doesn't seem to be the case right now. Are both the 10.7.x and 10.8 machine running the same version of XCode and tools? Can you re-run your 'codesign' command prefix it with the [URL="https://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages/man1/dtruss.1m.html"]dtruss [/URL]command like so: "dtruss codesign ...." Compare the outputs on the two computers to see if they are doing essentially the same thing.. [/QUOTE]
Verification
Name this item. 🍎
Post reply
Forums
macOS & iOS Developer Playground
macOS - Development and Darwin
Codesign not working "Timestamp service not available"
Top