Code Monkey home page Code Monkey logo

avocentviewer's Introduction

Avocent (and OEM Build) IP KVM Client

Why it is this and why is it needed

This is an AppImage builder for the Java client for the first and second generation of Avocent IP KVMs. These are often available relatively cheaply on Ebay and other surplus sites. This makes these IP KVMs affordable for small scale use.

The downside of these units is that 1) They don't support modern security protocols, all the units I've had have been locked to no hight than TLS1.0, which is generally considered insecure. If you do use the devices and this App bear in mind that the security is not good enough to protect your self if these are on the open internet. This client only supports username/password authentication. This means most modern version of linux and Java will refuse to connect with the default settings. Additionally the Duffie-Helmann key exchange offered is also apparently limited to 512 bits, many security policy require 768 bits or higher.

The second downside is the only client software only seems to work with ancient versions of Java. The latest version I've had success with is 1.60u27 . Any thing later than that doesn't update the screen, after fetching the initial image. Oddly it does seem to send the keypress information.

Due to all of the above, it very easy to have get a working environment for the Java application, which just apparently appear to stop working when you update Java or other operating system elements. So the tools here create a single binary with known good confguriation files and java binaries.

How do I build the Image

This repository contains a YML build file suitable for the pkg2appimage binary builder.

You will also need copy of the Java 6u27 installer which can (at the moment anyway) be downloaded from Oracle, and the jar files used by the client.

The java runtimes should be available from the Oracle Java Archive at this address https://www.oracle.com/java/technologies/oracle-java-archive-downloads.html , under Java SE 6. Your looking for jre-6u27-linux-x64.bin , although earlier versions work the builder is configure for this one.

There are two Jar files which seem be needed as a minimum , these are:

  • avctVM.jar
  • avctVideo.jar

The easily place to find these jar files is from the onboard web interface (OBWI) of the KVM device itself. Unfortunately not all of the units I have found have this enabled. (I suspect it was an extra cost option at some point). If you don't have access to the OBWI, I suggest you try to find your oem support site to find some sort of management client. Often all the needed JAR files are in such a client.

If you have access to the webinterface they should be downloadable from

http://device/webstart2/<filename>

Once those three files are in the root directory of this repository you should just be able to run pkg2appimage to create a single built executable you can use to connect to your KVM.

How do I use it

You nee to provide a server name, and host name or IP address to connect to the KVM device, and a reference for the appropriate server connected to that KVM.

The simplest way is to keep a record of the DSRQ-Id of the Server interface module for the serves you are interet in and use the -r form of the command line below.

./<AppImage> SERVERNAME KVMHOST -p portnumber
./<AppImage> SERVERNAME KVMHOST -r DSQRId
Options:

-p Portnumber that the required server is connected to. -r Unique Id of servers KVM 'dongle' -t Alternate title for window -u Username ( default: Admin) -P Password (default is blank)

avocentviewer's People

Contributors

rgammans avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

evill33t

avocentviewer's Issues

java.lang.NoClassDefFoundError: com/avocent/video/Nautilus

Once I got the package to build, I've hit a new error. On my home machine, running Fedora 39, Cinnamon Desktop, the appimage fails with:

jelabarre@b450a-lx:~/src/AvocentViewer$ out/Avocent_KVM_Console_viewer-.glibc2.3-x86_64.AppImage TS200 192.168.3.92
Exception in thread "main" java.lang.NoClassDefFoundError: com/avocent/video/Nautilus
Caused by: java.lang.ClassNotFoundException: com.avocent.video.Nautilus
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
Could not find the main class: com.avocent.video.Nautilus. Program will exit.

(adding username & password doesn't change anything)

On my work computer (also Fedora 39 Cinnamon) it just exits with "cannot execute: required file not found"

This is for a Lenovo TS200 (equivalent to an IBM x3200 M3, apparently).

Three JAR files: avctIBMViewer.jar avctKVMIOLinux.jar avctVMLinux.jar

JRE 6 location and run directory

Are we supposed to extract the jre-6u27-linux-x64.bin file before running pkg2appimage? I just have the file in the root of the source directory currently (along with the Avocent JAR files), and not extracted.

Also, is pkg2appimage supposed to be rin from the root of the source directory? the paths in avctviewer.yml make it look like we're supposed to be using a subdirectory but I don't see anything that changes directories.

The build is failing with:

$ ~/Applications/pkg2appimage--x86_64.AppImage avctviewer.yml
+ check_dependencies dpkg dpkg-deb convert wget grep sed cut file desktop-file-validate strings
+ for executable in $@
+ which dpkg
+ for executable in $@
+ which dpkg-deb
+ for executable in $@
+ which convert
+ for executable in $@
+ which wget
+ for executable in $@
+ which grep
+ for executable in $@
+ which sed
+ for executable in $@
+ which cut
+ for executable in $@
+ which file
+ for executable in $@
+ which desktop-file-validate
+ for executable in $@
+ which strings
+ '[' '!' -f avctviewer.yml ']'
++ readlink -f avctviewer.yml
+ YAMLFILE=/AllData/AltHome/jelabarre/Sourcecode/AvocentViewer/avctviewer.yml
+ parse_yaml /AllData/AltHome/jelabarre/Sourcecode/AvocentViewer/avctviewer.yml _
+ local prefix=_
+ local s
+ local w
+ local fs
+ s='[[:blank:]]*'
+ w='[a-zA-Z0-9_]*'
++ echo @
++ tr @ '\034'
+ fs=$'\034'
+ sed -ne 's|^\([[:blank:]]*\)\([a-zA-Z0-9_]*\)[[:blank:]]*:[[:blank:]]*"\(.*\)"[[:blank:]]*$|\1\2\3|p' -e 's|^\([[:blank:]]*\)\([a-zA-Z0-9_]*\)[[:blank:]]*[:-][[:blank:]]*\(.*\)[[:blank:]]*$|\1\2\3|p' /AllData/AltHome/jelabarre/Sourcecode/AvocentViewer/avctviewer.yml
+ awk $'-F\034' '{
    indent = length($1)/2;
    vname[indent] = $2;
    for (i in vname) {if (i > indent) {delete vname[i]}}
        if (length($3) > 0) {
            vn=""; for (i=0; i<indent; i++) {vn=(vn)(vname[i])("_")}
            printf("%s%s%s=(\"%s\")\n", "_",vn, $2, $3);
        }
    }'
+ sed s/_=/+=/g
sed: /tmp/.mount_pkg2apuC6kYa/usr/lib/x86_64-linux-gnu/libselinux.so.1: no version information available (required by sed)
sed: /tmp/.mount_pkg2apuC6kYa/usr/lib/x86_64-linux-gnu/libselinux.so.1: no version information available (required by sed)
_app=("avctviewer")
_ingredients_script+=("echo "=============================="")
_ingredients_script+=("mkdir -p avctviewer.AppDir/usr/share/avctviewer")
_ingredients_script+=("mkdir -p avctviewer.AppDir/usr/bin")
_ingredients_script+=("cp ../*.jar avctviewer.AppDir/usr/share/avctviewer")
_ingredients_script+=("cp ../avctviewer.sh avctviewer.AppDir/usr/bin/avctviewer")
_ingredients_script+=("cp ../avctviewer.desktop avctviewer.AppDir/usr/share/applications")
_ingredients_script+=("cp ../avctviewer.desktop avctviewer.AppDir/.")
_ingredients_script+=("cp ../avctviewer.png avctviewer.AppDir/.")
_script+=("cp ../../java.security etc/java-6-openjdk/security/")
_script+=("( cd usr; ../../../jre-6u27-linux-x64.bin )")
++ parse_yaml /AllData/AltHome/jelabarre/Sourcecode/AvocentViewer/avctviewer.yml _
++ local prefix=_
++ local s
++ local w
++ local fs
++ s='[[:blank:]]*'
++ w='[a-zA-Z0-9_]*'
+++ echo @
+++ tr @ '\034'
++ fs=$'\034'
++ sed -ne 's|^\([[:blank:]]*\)\([a-zA-Z0-9_]*\)[[:blank:]]*:[[:blank:]]*"\(.*\)"[[:blank:]]*$|\1\2\3|p' -e 's|^\([[:blank:]]*\)\([a-zA-Z0-9_]*\)[[:blank:]]*[:-][[:blank:]]*\(.*\)[[:blank:]]*$|\1\2\3|p' /AllData/AltHome/jelabarre/Sourcecode/AvocentViewer/avctviewer.yml
++ awk $'-F\034' '{
    indent = length($1)/2;
    vname[indent] = $2;
    for (i in vname) {if (i > indent) {delete vname[i]}}
        if (length($3) > 0) {
            vn=""; for (i=0; i<indent; i++) {vn=(vn)(vname[i])("_")}
            printf("%s%s%s=(\"%s\")\n", "_",vn, $2, $3);
        }
    }'
++ sed s/_=/+=/g
sed: /tmp/.mount_pkg2apuC6kYa/usr/lib/x86_64-linux-gnu/libselinux.so.1: no version information available (required by sed)
sed: /tmp/.mount_pkg2apuC6kYa/usr/lib/x86_64-linux-gnu/libselinux.so.1: no version information available (required by sed)
+ eval '_app=("avctviewer")' '_ingredients_script+=("echo' '"=============================="")' '_ingredients_script+=("mkdir' -p 'avctviewer.AppDir/usr/share/avctviewer")' '_ingredients_script+=("mkdir' -p 'avctviewer.AppDir/usr/bin")' '_ingredients_script+=("cp' '../*.jar' 'avctviewer.AppDir/usr/share/avctviewer")' '_ingredients_script+=("cp' ../avctviewer.sh 'avctviewer.AppDir/usr/bin/avctviewer")' '_ingredients_script+=("cp' ../avctviewer.desktop 'avctviewer.AppDir/usr/share/applications")' '_ingredients_script+=("cp' ../avctviewer.desktop 'avctviewer.AppDir/.")' '_ingredients_script+=("cp' ../avctviewer.png 'avctviewer.AppDir/.")' '_script+=("cp' ../../java.security 'etc/java-6-openjdk/security/")' '_script+=("(' cd 'usr;' ../../../jre-6u27-linux-x64.bin ')")'
++ _app=("avctviewer")
++ _ingredients_script+=("echo "=============================="")
++ _ingredients_script+=("mkdir -p avctviewer.AppDir/usr/share/avctviewer")
++ _ingredients_script+=("mkdir -p avctviewer.AppDir/usr/bin")
++ _ingredients_script+=("cp ../*.jar avctviewer.AppDir/usr/share/avctviewer")
++ _ingredients_script+=("cp ../avctviewer.sh avctviewer.AppDir/usr/bin/avctviewer")
++ _ingredients_script+=("cp ../avctviewer.desktop avctviewer.AppDir/usr/share/applications")
++ _ingredients_script+=("cp ../avctviewer.desktop avctviewer.AppDir/.")
++ _ingredients_script+=("cp ../avctviewer.png avctviewer.AppDir/.")
++ _script+=("cp ../../java.security etc/java-6-openjdk/security/")
++ _script+=("( cd usr; ../../../jre-6u27-linux-x64.bin )")
+ '[' '!' -z ']'
+ APP=avctviewer
+ LOWERAPP=avctviewer
+ '[' '!' -z ']'
+ mkdir -p ./avctviewer/avctviewer.AppDir/usr/lib
mkdir: /tmp/.mount_pkg2apuC6kYa/usr/lib/x86_64-linux-gnu/libselinux.so.1: no version information available (required by mkdir)
+ cd ./avctviewer/
+ '[' -d ./avctviewer.AppDir/ ']'
+ rm -rf ./avctviewer.AppDir/
+ '[' -e /tmp/.mount_pkg2apuC6kYa/usr/share/pkg2appimage/functions.sh ']'
+ . /tmp/.mount_pkg2apuC6kYa/usr/share/pkg2appimage/functions.sh
++ '[' -z master ']'
++ OPTIONS='-o Debug::NoLocking=1
-o APT::Cache-Limit=125829120
-o Dir::Etc::sourcelist=./sources.list
-o Dir::State=./tmp
-o Dir::Cache=./tmp
-o Dir::State::status=./status
-o Dir::Etc::sourceparts=-
-o APT::Get::List-Cleanup=0
-o APT::Get::AllowUnauthenticated=1
-o Debug::pkgProblemResolver=true
-o Debug::pkgDepCache::AutoInstall=true
-o APT::Install-Recommends=0
-o APT::Install-Suggests=0
'
++ grep docker /proc/1/cgroup
++ true
++ case "$(uname -i)" in
+++ uname -i
++ case "$(uname -m)" in
+++ uname -m
++ SYSTEM_ARCH=x86_64
+ '[' '!' -z '' ']'
+ '[' '!' -z '' ']'
+ '[' '!' -z '' ']'
+ '[' '!' -z 'echo ==============================' ']'
+ shell_execute /AllData/AltHome/jelabarre/Sourcecode/AvocentViewer/avctviewer.yml _ingredients_script
+ '[' -f /tmp/recipe_script ']'
+ rm /tmp/recipe_script
+ parse_yaml /AllData/AltHome/jelabarre/Sourcecode/AvocentViewer/avctviewer.yml _
+ local prefix=_
+ local s
+ local w
+ local fs
+ s='[[:blank:]]*'
+ grep '^_ingredients_script+='
+ w='[a-zA-Z0-9_]*'
++ echo @
++ tr @ '\034'
+ fs=$'\034'
+ sed -ne 's|^\([[:blank:]]*\)\([a-zA-Z0-9_]*\)[[:blank:]]*:[[:blank:]]*"\(.*\)"[[:blank:]]*$|\1\2\3|p' -e 's|^\([[:blank:]]*\)\([a-zA-Z0-9_]*\)[[:blank:]]*[:-][[:blank:]]*\(.*\)[[:blank:]]*$|\1\2\3|p' /AllData/AltHome/jelabarre/Sourcecode/AvocentViewer/avctviewer.yml
+ awk $'-F\034' '{
    indent = length($1)/2;
    vname[indent] = $2;
    for (i in vname) {if (i > indent) {delete vname[i]}}
        if (length($3) > 0) {
            vn=""; for (i=0; i<indent; i++) {vn=(vn)(vname[i])("_")}
            printf("%s%s%s=(\"%s\")\n", "_",vn, $2, $3);
        }
    }'
+ sed s/_=/+=/g
sed: /tmp/.mount_pkg2apuC6kYa/usr/lib/x86_64-linux-gnu/libselinux.so.1: no version information available (required by sed)
sed: /tmp/.mount_pkg2apuC6kYa/usr/lib/x86_64-linux-gnu/libselinux.so.1: no version information available (required by sed)
+ sed -i -e 's|^_ingredients_script+=("||g' /tmp/recipe_script
sed: /tmp/.mount_pkg2apuC6kYa/usr/lib/x86_64-linux-gnu/libselinux.so.1: no version information available (required by sed)
+ sed -i -e 's|")$||g' /tmp/recipe_script
sed: /tmp/.mount_pkg2apuC6kYa/usr/lib/x86_64-linux-gnu/libselinux.so.1: no version information available (required by sed)
+ bash -ex /tmp/recipe_script
+ echo ==============================
==============================
+ mkdir -p avctviewer.AppDir/usr/share/avctviewer
mkdir: /tmp/.mount_pkg2apuC6kYa/usr/lib/x86_64-linux-gnu/libselinux.so.1: no version information available (required by mkdir)
+ mkdir -p avctviewer.AppDir/usr/bin
mkdir: /tmp/.mount_pkg2apuC6kYa/usr/lib/x86_64-linux-gnu/libselinux.so.1: no version information available (required by mkdir)
+ cp ../avctIBMViewer.jar ../avctKVMIOLinux.jar ../avctVMLinux.jar avctviewer.AppDir/usr/share/avctviewer
cp: /tmp/.mount_pkg2apuC6kYa/usr/lib/x86_64-linux-gnu/libselinux.so.1: no version information available (required by cp)
+ cp ../avctviewer.sh avctviewer.AppDir/usr/bin/avctviewer
cp: /tmp/.mount_pkg2apuC6kYa/usr/lib/x86_64-linux-gnu/libselinux.so.1: no version information available (required by cp)
+ cp ../avctviewer.desktop avctviewer.AppDir/usr/share/applications
cp: /tmp/.mount_pkg2apuC6kYa/usr/lib/x86_64-linux-gnu/libselinux.so.1: no version information available (required by cp)
+ cp ../avctviewer.desktop avctviewer.AppDir/.
cp: /tmp/.mount_pkg2apuC6kYa/usr/lib/x86_64-linux-gnu/libselinux.so.1: no version information available (required by cp)
+ cp ../avctviewer.png avctviewer.AppDir/.
cp: /tmp/.mount_pkg2apuC6kYa/usr/lib/x86_64-linux-gnu/libselinux.so.1: no version information available (required by cp)
+ rm /tmp/recipe_script
+ '[' '!' -z '' ']'
+ '[' '!' -z '' ']'
+ mkdir -p ./avctviewer.AppDir/
mkdir: /tmp/.mount_pkg2apuC6kYa/usr/lib/x86_64-linux-gnu/libselinux.so.1: no version information available (required by mkdir)
+ cd ./avctviewer.AppDir/
+ mkdir -p usr/bin usr/lib
mkdir: /tmp/.mount_pkg2apuC6kYa/usr/lib/x86_64-linux-gnu/libselinux.so.1: no version information available (required by mkdir)
+ find '../*.deb' -exec dpkg-deb -X '{}' . ';'
find: /tmp/.mount_pkg2apuC6kYa/usr/lib/x86_64-linux-gnu/libselinux.so.1: no version information available (required by find)
find: ‘../*.deb’: No such file or directory
+ true
+ unset LD_PRELOAD
+ mkdir -p usr/share/icons/hicolor/22x22/apps/ usr/share/icons/hicolor/24x24/apps/ usr/share/icons/hicolor/32x32/apps/ usr/share/icons/hicolor/48x48/apps/ usr/share/icons/hicolor/64x64/apps/ usr/share/icons/hicolor/128x128/apps/ usr/share/icons/hicolor/256x256/apps/ usr/share/icons/hicolor/512x512/apps/
mkdir: /tmp/.mount_pkg2apuC6kYa/usr/lib/x86_64-linux-gnu/libselinux.so.1: no version information available (required by mkdir)
+ find . -path '*icons*' -path '*22*' -name '*avctviewer*' -exec cp '{}' usr/share/icons/hicolor/22x22/apps/ ';'
find: /tmp/.mount_pkg2apuC6kYa/usr/lib/x86_64-linux-gnu/libselinux.so.1: no version information available (required by find)
+ find . -path '*icons*' -path '*24*' -name '*avctviewer*' -exec cp '{}' usr/share/icons/hicolor/24x24/apps/ ';'
find: /tmp/.mount_pkg2apuC6kYa/usr/lib/x86_64-linux-gnu/libselinux.so.1: no version information available (required by find)
+ find . -path '*icons*' -path '*32*' -name '*avctviewer*' -exec cp '{}' usr/share/icons/hicolor/32x32/apps/ ';'
find: /tmp/.mount_pkg2apuC6kYa/usr/lib/x86_64-linux-gnu/libselinux.so.1: no version information available (required by find)
+ find . -path '*icons*' -path '*48*' -name '*avctviewer*' -exec cp '{}' usr/share/icons/hicolor/48x48/apps/ ';'
find: /tmp/.mount_pkg2apuC6kYa/usr/lib/x86_64-linux-gnu/libselinux.so.1: no version information available (required by find)
+ find . -path '*icons*' -path '*64*' -name '*avctviewer*' -exec cp '{}' usr/share/icons/hicolor/64x64/apps/ ';'
find: /tmp/.mount_pkg2apuC6kYa/usr/lib/x86_64-linux-gnu/libselinux.so.1: no version information available (required by find)
+ find . -path '*icons*' -path '*128*' -name '*avctviewer*' -exec cp '{}' usr/share/icons/hicolor/128x128/apps/ ';'
find: /tmp/.mount_pkg2apuC6kYa/usr/lib/x86_64-linux-gnu/libselinux.so.1: no version information available (required by find)
+ find . -path '*icons*' -path '*256*' -name '*avctviewer*' -exec cp '{}' usr/share/icons/hicolor/256x256/apps/ ';'
find: /tmp/.mount_pkg2apuC6kYa/usr/lib/x86_64-linux-gnu/libselinux.so.1: no version information available (required by find)
+ find . -path '*icons*' -path '*512*' -name '*avctviewer*' -exec cp '{}' usr/share/icons/hicolor/512x512/apps/ ';'
find: /tmp/.mount_pkg2apuC6kYa/usr/lib/x86_64-linux-gnu/libselinux.so.1: no version information available (required by find)
+ get_icon
+ find ./usr/share/pixmaps/avctviewer.png -exec cp '{}' . ';'
+ true
+ find ./usr/share/icons -path '*64*' -name avctviewer.png -exec cp '{}' . ';'
+ find ./usr/share/icons -path '*128*' -name avctviewer.png -exec cp '{}' . ';'
+ find ./usr/share/icons -path '*512*' -name avctviewer.png -exec cp '{}' . ';'
+ find ./usr/share/icons -path '*256*' -name avctviewer.png -exec cp '{}' . ';'
+ ls -lh avctviewer.png
ls: /tmp/.mount_pkg2apuC6kYa/usr/lib/x86_64-linux-gnu/libselinux.so.1: no version information available (required by ls)
-rw-r--r--. 1 jelabarre jelabarre 0 Mar 19 11:24 avctviewer.png
+ '[' -z '' ']'
+ get_apprun
+ TARGET_ARCH=x86_64
+ wget -c https://github.com/AppImage/AppImageKit/releases/download/continuous/AppRun-x86_64 -O AppRun
--2024-03-19 11:24:00--  https://github.com/AppImage/AppImageKit/releases/download/continuous/AppRun-x86_64
Resolving github.com (github.com)... 140.82.114.4
Connecting to github.com (github.com)|140.82.114.4|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/9435153/534c9b87-8986-40cc-b8cb-45333a07a6a1?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20240319%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240319T152401Z&X-Amz-Expires=300&X-Amz-Signature=ab030c244c5cb2005afd706fdca68c2c1d132738a86da3381e66eb69e0dcb1f9&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=9435153&response-content-disposition=attachment%3B%20filename%3DAppRun-x86_64&response-content-type=application%2Foctet-stream [following]
--2024-03-19 11:24:01--  https://objects.githubusercontent.com/github-production-release-asset-2e65be/9435153/534c9b87-8986-40cc-b8cb-45333a07a6a1?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20240319%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240319T152401Z&X-Amz-Expires=300&X-Amz-Signature=ab030c244c5cb2005afd706fdca68c2c1d132738a86da3381e66eb69e0dcb1f9&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=9435153&response-content-disposition=attachment%3B%20filename%3DAppRun-x86_64&response-content-type=application%2Foctet-stream
Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.111.133, 185.199.109.133, 185.199.108.133, ...
Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.111.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 31552 (31K) [application/octet-stream]
Saving to: ‘AppRun’

AppRun                                    100%[==================================================================================>]  30.81K  --.-KB/s    in 0.02s   

2024-03-19 11:24:01 (1.40 MB/s) - ‘AppRun’ saved [31552/31552]

+ chmod a+x AppRun
+ get_desktop
+ find usr/share/applications -iname '*avctviewer.desktop' -exec cp '{}' . ';'
find: /tmp/.mount_pkg2apuC6kYa/usr/lib/x86_64-linux-gnu/libselinux.so.1: no version information available (required by find)
+ unset QTPATH
++ find usr/lib -type d -name qt4 -or -name qt5
++ sed -e 's|usr/|../|g'
find: /tmp/.mount_pkg2apuC6kYa/usr/lib/x86_64-linux-gnu/libselinux.so.1: no version information available (required by find)
sed: /tmp/.mount_pkg2apuC6kYa/usr/lib/x86_64-linux-gnu/libselinux.so.1: no version information available (required by sed)
+ QTPATH=
+ '[' '!' -z ']'
+ '[' -e usr/lib/mono ']'
+ '[' -d ./usr/lib/x86_64-linux-gnu/gstreamer-1.0/ ']'
+ '[' -d ./usr/lib/x86_64-linux-gnu/pulseaudio/ ']'
+ '[' '!' -z 'cp ../../java.security etc/java-6-openjdk/security/' ']'
+ shell_execute /AllData/AltHome/jelabarre/Sourcecode/AvocentViewer/avctviewer.yml _script
+ '[' -f /tmp/recipe_script ']'
+ parse_yaml /AllData/AltHome/jelabarre/Sourcecode/AvocentViewer/avctviewer.yml _
+ local prefix=_
+ local s
+ local w
+ local fs
+ s='[[:blank:]]*'
+ w='[a-zA-Z0-9_]*'
+ grep '^_script+='
++ echo @
++ tr @ '\034'
+ fs=$'\034'
+ sed -ne 's|^\([[:blank:]]*\)\([a-zA-Z0-9_]*\)[[:blank:]]*:[[:blank:]]*"\(.*\)"[[:blank:]]*$|\1\2\3|p' -e 's|^\([[:blank:]]*\)\([a-zA-Z0-9_]*\)[[:blank:]]*[:-][[:blank:]]*\(.*\)[[:blank:]]*$|\1\2\3|p' /AllData/AltHome/jelabarre/Sourcecode/AvocentViewer/avctviewer.yml
+ awk $'-F\034' '{
    indent = length($1)/2;
    vname[indent] = $2;
    for (i in vname) {if (i > indent) {delete vname[i]}}
        if (length($3) > 0) {
            vn=""; for (i=0; i<indent; i++) {vn=(vn)(vname[i])("_")}
            printf("%s%s%s=(\"%s\")\n", "_",vn, $2, $3);
        }
    }'
+ sed s/_=/+=/g
sed: /tmp/.mount_pkg2apuC6kYa/usr/lib/x86_64-linux-gnu/libselinux.so.1: no version information available (required by sed)
sed: /tmp/.mount_pkg2apuC6kYa/usr/lib/x86_64-linux-gnu/libselinux.so.1: no version information available (required by sed)
+ sed -i -e 's|^_script+=("||g' /tmp/recipe_script
sed: /tmp/.mount_pkg2apuC6kYa/usr/lib/x86_64-linux-gnu/libselinux.so.1: no version information available (required by sed)
+ sed -i -e 's|")$||g' /tmp/recipe_script
sed: /tmp/.mount_pkg2apuC6kYa/usr/lib/x86_64-linux-gnu/libselinux.so.1: no version information available (required by sed)
+ bash -ex /tmp/recipe_script
+ cp ../../java.security etc/java-6-openjdk/security/
cp: /tmp/.mount_pkg2apuC6kYa/usr/lib/x86_64-linux-gnu/libselinux.so.1: no version information available (required by cp)
cp: cannot create regular file 'etc/java-6-openjdk/security/': No such file or directory

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.