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

Creating Named Pipe on Windows #754

Closed
kevinhammond opened this issue Apr 2, 2020 · 4 comments
Closed

Creating Named Pipe on Windows #754

kevinhammond opened this issue Apr 2, 2020 · 4 comments
Assignees
Labels
bug Something isn't working byron Required for a Byron mainnet: replace the old core nodes with cardano-node. Windows Specific to Windows

Comments

@kevinhammond
Copy link
Contributor

[Freeze after restart. https://iohk.zendesk.com/agent/tickets/92048
logs-2020-04-02T085736.0128Z.zip

Your logs show an error creating the named pipe with the message a required privilege is not held by the client. Our assumption is this is a system on a windows domain with group policy settings that limit the named pipes that can be accessed. Some more details can be found in this article: https://docs.microsoft.com/en-us/windows/security/threat-protection/security-policy-settings/network-access-named-pipes-that-can-be-accessed-anonymously

If you have administrator access, you could try the following:

Go to Control Panel | Administrative Tools | Local Security Policy | Local Policies | Security Options.

Double-click “Network access: Named Pipes that can be accessed anonymously" from the Policy list.

Add: cardano-node-mainnet_flight to the list. Click Apply.

Click OK.

Re-run Daedalus

Note that each environment will have a different named pipe, so with the mainnet installer you would need to add cardano-node-mainnet and testnet would need cardano-node-testnet when those are released in the future.

@kevinhammond kevinhammond added bug Something isn't working byron Required for a Byron mainnet: replace the old core nodes with cardano-node. Windows Specific to Windows priority high issues/PRs that MUST be addressed. The release can't happen without this; labels Apr 2, 2020
@kevinhammond
Copy link
Contributor Author

@kevinhammond kevinhammond removed the priority high issues/PRs that MUST be addressed. The release can't happen without this; label Apr 3, 2020
@oneEdoubleD oneEdoubleD self-assigned this Apr 16, 2020
@dorin100
Copy link

The user that reported this in https://iohk.zendesk.com/agent/tickets/91993 was using an unsupported version of Windows (windows 7).

@coot
Copy link
Contributor

coot commented Jun 4, 2020

@kevinhammond if so I think we can close it, please re-open if you don't agree.

@coot coot closed this as completed Jun 4, 2020
@dufferzafar
Copy link

@kevinhammond Is there a way I can achieve the same (accessing named pipes of different user) on Windows Home where the local security policy editor doesn't exit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working byron Required for a Byron mainnet: replace the old core nodes with cardano-node. Windows Specific to Windows
Projects
None yet
Development

No branches or pull requests

5 participants