johndbritton / teleport

Virtual KVM for macOS
GNU General Public License v2.0
791 stars 132 forks source link

Compiling requires abyssoft profile, team, certificate, blah blah #36

Closed claywd closed 3 years ago

claywd commented 7 years ago

Trying to fix the app to work on MacOS 12. Having an issue because I don't understand Xcode well enough to work around the code signing errors. I need help getting this thing to the point where I can start debugging.

Current issue.... it looks like the MacOS 12 client isn't getting the trust request from my OS X 10.11 Client. Figure if I can get in the code maybe I just need to research and update a command to comply with some change apple made in the latest release and bring back my favorite virtual KVM (lol minus the video).

egirsova commented 7 years ago

When I made changes, I did it under my own "profile" and sent a pull request that didn't include this change to the project file.

Also, what do the logs say regarding the issue? Can you see the "configuration" option when you try to pair the two computers? It might be similar to what I had fixed before.

claywd commented 7 years ago

the logs just fill up with errors. Here are the most common and repetitive. It is worth noting that I can control my El Capitan client from Sierra but the issue is making it work the other way around. I'm not sure what you mean by "configuration option". I can say that everything looks business as usual, aside from never being prompted to trust the connecting host.

default 13:36:54.200634 -0600   mds CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG

default 13:36:54.213423 -0600   mds MacOS error: -67014
default 13:36:54.213803 -0600   mds MacOS error: -67062

default 13:36:54.131761 -0600   

assistantd  TIC TCP Conn Cancel [3:0x7fc6e9c44760]
default 13:36:54.131819 -0600   

assistantd  TIC TCP Conn Destroyed [3:0x7fc6e9c44760]
error   13:36:54.132346 -0600   

assistantd  nw_socket_write_close shutdown(4, SHUT_WR): [32] Broken pipe
error   13:36:54.133049 -0600   

assistantd  nw_endpoint_flow_service_writes [3.1.1 17.125.253.5:443 ready multipath-socket-flow (satisfied)] Write request has 0 frame count, 0 byte count
default 13:36:54.133730 -0600   

assistantd  __nw_socket_service_writes_block_invoke sendmsg(fd 4, 53 bytes): socket has been closed
default 13:36:54.136563 -0600   

assistantd  NSURLSessionStreamTask: TCPConnection read invalidated by closed connection
error   13:36:54.136918 -0600   

assistantd  __tcp_connection_write_eof_block_invoke Write close callback received error: [89] Operation canceled
default 13:36:54.198921 -0600   trustd  cert[2]: AnchorTrusted =(leaf)[force]> 0

default 13:37:07.310489 -0600   teleport    TIC TCP Conn Start [3:0x608000194ec0]
default 13:37:07.410382 -0600   teleport    TIC TCP Conn Event [3:0x608000194ec0]: 1 Err(0)
default 13:37:07.410412 -0600   teleport    TIC TCP Conn Connected [3:0x608000194ec0]: Err(0)
default 13:37:07.494105 -0600   teleport    TIC TCP Conn Cancel [3:0x608000194ec0]
default 13:37:07.494216 -0600   teleport    TIC TCP Conn Destroyed [3:0x608000194ec0]
johndbritton commented 3 years ago

The latest release v1.2.2 is working on macOS Big Sur. Give it a try, if you have any problems please open an issue with full steps to reproduce.