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="Dubl1n" data-source="post: 1500320" data-attributes="member: 296376"><p>So I used the command dtruss before I run the codesign command. And I found some interesting results. </p><p></p><p>On the 10.7.x machine, it ran through no issues. On the 10.8 machine, it started fine, however this is the output I get in some spots...which I am assuming is the issue or an issue:</p><p></p><p>getpid(0x7FFF558EB8A8, 0x10A31A004, 0xEA60) = 1007 0</p><p>__semwait_signal(0x0, 0x0, 0x1) = -1 Err#22</p><p>__semwait_signal(0x0, 0x0, 0x1) = -1 Err#22</p><p>__semwait_signal(0x0, 0x0, 0x1) = -1 Err#22</p><p>__semwait_signal(0x0, 0x0, 0x1) = -1 Err#22</p><p>__semwait_signal(0x0, 0x0, 0x1) = -1 Err#22</p><p>__semwait_signal(0x0, 0x0, 0x1) = -1 Err#22</p><p>__semwait_signal(0x0, 0x0, 0x1) = -1 Err#22</p><p>__semwait_signal(0x0, 0x0, 0x1) = -1 Err#22</p><p>__semwait_signal(0x0, 0x0, 0x1) = -1 Err#22</p><p>__semwait_signal(0x0, 0x0, 0x1) = -1 Err#22</p><p>kill (0x3E8, 0x0, 0x1) = 0 0</p><p></p><p>And this will go on for a while, run some items, then try to getpid and do the semwait and kill again for a bit. Quite odd.</p><p></p><p>Any thoughts?</p></blockquote><p></p>
[QUOTE="Dubl1n, post: 1500320, member: 296376"] So I used the command dtruss before I run the codesign command. And I found some interesting results. On the 10.7.x machine, it ran through no issues. On the 10.8 machine, it started fine, however this is the output I get in some spots...which I am assuming is the issue or an issue: getpid(0x7FFF558EB8A8, 0x10A31A004, 0xEA60) = 1007 0 __semwait_signal(0x0, 0x0, 0x1) = -1 Err#22 __semwait_signal(0x0, 0x0, 0x1) = -1 Err#22 __semwait_signal(0x0, 0x0, 0x1) = -1 Err#22 __semwait_signal(0x0, 0x0, 0x1) = -1 Err#22 __semwait_signal(0x0, 0x0, 0x1) = -1 Err#22 __semwait_signal(0x0, 0x0, 0x1) = -1 Err#22 __semwait_signal(0x0, 0x0, 0x1) = -1 Err#22 __semwait_signal(0x0, 0x0, 0x1) = -1 Err#22 __semwait_signal(0x0, 0x0, 0x1) = -1 Err#22 __semwait_signal(0x0, 0x0, 0x1) = -1 Err#22 kill (0x3E8, 0x0, 0x1) = 0 0 And this will go on for a while, run some items, then try to getpid and do the semwait and kill again for a bit. Quite odd. Any thoughts? [/QUOTE]
Verification
Name this item 🌈
Post reply
Forums
macOS & iOS Developer Playground
macOS - Development and Darwin
Codesign not working "Timestamp service not available"
Top