Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: automated stopping remoted service on darwin #13

Merged
merged 6 commits into from
Sep 23, 2024

Conversation

michal-przytarski
Copy link

added stopping remoted service on establishing tunnel connection of darwin OS, as it is said in docs, that is should be done manually

@michal-przytarski michal-przytarski marked this pull request as ready for review September 20, 2024 13:52
@michal-przytarski michal-przytarski requested a review from a team September 20, 2024 13:52
@michal-przytarski michal-przytarski merged commit bc45879 into bitbar:main Sep 23, 2024
2 checks passed
@@ -48,7 +47,7 @@ func (t Tunnel) Close() error {
// ManualPairAndConnectToTunnel tries to verify an existing pairing, and if this fails it triggers a new manual pairing process.
// After a successful pairing a tunnel for this device gets started and the tunnel information is returned
func ManualPairAndConnectToTunnel(ctx context.Context, device ios.DeviceEntry, p PairRecordManager) (Tunnel, error) {
log.Info("ManualPairAndConnectToTunnel: starting manual pairing and tunnel connection, dont forget to stop remoted first with 'sudo pkill -SIGSTOP remoted' and run this with sudo.")
logrus.Info("ManualPairAndConnectToTunnel: starting manual pairing and tunnel connection, dont forget to run this with sudo.")

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dont -> don't

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants