Git Product home page Git Product logo

idrac6-virtual-console-launcher's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

idrac6-virtual-console-launcher's Issues

Virtual media and keyboard layout not working

Error for virtual media is: "The VIrtual Media native library cannot be loaded"
Keyboard layout defaults to en-US, is there a way to change it?

Edit: I'm running archlinux, JRE version is 7u80. Followed the instructions to a t

modifications to work on my Fedora 36

Hi, i have no clue on how to do a pull request, so here are the changes I had to do to get it working on my Fedora 36 install. Do as you like with it, just posting here for reference

peram@fedora Linux]$ diff idrac_orig.sh idrac.sh 
14a15,17
> # Check what linux variant we're running on
> DISTRO=`grep -i ^NAME /etc/os-release | cut -d \" -f2`
> 
18,19c21,28
<   is_pkg_installed=$(dpkg-query -W --showformat='${Status}\n' ${PACKAGE} | grep "install ok installed")
<   if [ "${is_pkg_installed}" == "install ok installed" ];
---
>   if [ "$DISTRO" == "Fedora Linux" ]
>   then
> 	  is_pkg_installed=`dnf list installed | grep wget`
>   elif ["$DISTRO" == "Ubuntu" ]
>   then
> 	  is_pkg_installed=$(dpkg-query -W --showformat='${Status}\n' ${PACKAGE} | grep "install ok installed")
>   fi
>   if [ ! -z "${is_pkg_installed}" ];
21c30
<     wget --cipher 'DEFAULT:!DH' --no-check-certificate https://${drachost}:443/software/avctKVM.jar
---
>     wget --cipher 'DEFAULT:!DH' --no-check-certificate http://${drachost}/software/avctKVM.jar
34c43
< ./jre/bin/java -cp avctKVM.jar -Djava.library.path=./lib com.avocent.idrac.kvm.Main ip=$drachost kmport=$dracport vport=$dracport user=$dracuser passwd=$dracpassword apcp=1 version=2 vmprivilege=true "helpurl=https://${drachost}:443/help/contents.html"
---
> ./jre1.7.0_80/bin/java -cp avctKVM.jar -Djava.library.path=./lib com.avocent.idrac.kvm.Main ip=$drachost kmport=$dracport vport=$dracport user=$dracuser passwd=$dracpassword apcp=1 version=2 vmprivilege=true "helpurl=https://${drachost}:443/help/contents.html"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.