mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-26 07:55:52 +03:00
[GH-ISSUE #539] nc: invalid option -- 'U' #318
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#318
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nkings10 on GitHub (Sep 10, 2022).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/539
Hey,
I'm attempting to connect to KVM on unRAID 6.10.3 and have run into an issue where that the nc version installed does not have a -U option.
Im getting the following error:
Any assistance would be appreciated.
Thanks,
Nathan
@nkings10 commented on GitHub (Sep 10, 2022):
After hours of troubleshooting, giving up, posting here and then spotting that nc was also called netcat I was able to solve my issue by installing
netcat-openbsd-1.105-x86_64-2.tgzinstead ofnc-1.10-x86_64-1.txzvia Nerd Pack. I am now able to connect.