drac-kvm icon indicating copy to clipboard operation
drac-kvm copied to clipboard

A simple CLI launcher for Dell DRAC KVM sessions

Results 8 drac-kvm issues
Sort by recently updated
recently updated
newest added

Hi Paul, I've encountered this issue while compiling drac-kvm on my own: ```./main.go:32:32: multiple-value gopass.GetPasswd() in single-value context``` Here is the simple fix: ```diff --git a/main.go b/main.go index 477f995..6170af5 100644...

drac.go `http.Transport Dial` override seems to make IPv6 not work. Commenting this out is a fix (though Java web start/IcedTea don't seem to support it anyway). But then we lose...

main.go:32: multiple-value gopass.GetPasswd() in single-value context

This involved changing the existing const's to functions, but the end effect is the same. I have also govendor'd in external dependancies, as there was a bug fix needed for...

I tried both a few idrac 6 series (R610) and 7 series (R720/620) to no avail. In my local copy I've added a version flag that allows selecting 6 or...

With firmware 2.31.31.30, I can no longer use drac-kvm. It loads the java applet, but always ends with: "Login failed with an access denied error." I can still login just...

In a future update, allow passing a password thru the command line would be a good addition.

in ~/ -rw-r--r-- 1 staff 22K Jul 17 07:19 .drackvmrc I attached hosts and it fails to find the file. drac-kvm -h hostname defined in .drackvmrc [host] host = hostip...