From 3a215de3f9c7e4ccb0a01c945e77fa86e898a115 Mon Sep 17 00:00:00 2001 From: Bor Kraljič Date: Fri, 14 Oct 2011 11:35:17 +0200 Subject: cluster/openmosixview: removed (we no longer support qt3 (qt-x11)) --- cluster/openmosixview/BUILD | 1 - cluster/openmosixview/DEPENDS | 3 -- cluster/openmosixview/DETAILS | 24 --------- cluster/openmosixview/HISTORY | 72 ------------------------- cluster/openmosixview/INSTALL | 22 -------- cluster/openmosixview/PRE_BUILD | 6 --- cluster/openmosixview/init.d/mosstatd.sh | 11 ---- cluster/openmosixview/init.d/openmosixcollector | 25 --------- cluster/openmosixview/services | 1 - cluster/openmosixview/xinetd.d/mosstatd | 12 ----- 10 files changed, 177 deletions(-) delete mode 100755 cluster/openmosixview/BUILD delete mode 100755 cluster/openmosixview/DEPENDS delete mode 100755 cluster/openmosixview/DETAILS delete mode 100644 cluster/openmosixview/HISTORY delete mode 100755 cluster/openmosixview/INSTALL delete mode 100755 cluster/openmosixview/PRE_BUILD delete mode 100644 cluster/openmosixview/init.d/mosstatd.sh delete mode 100644 cluster/openmosixview/init.d/openmosixcollector delete mode 100644 cluster/openmosixview/services delete mode 100644 cluster/openmosixview/xinetd.d/mosstatd (limited to 'cluster') diff --git a/cluster/openmosixview/BUILD b/cluster/openmosixview/BUILD deleted file mode 100755 index 27ba77ddaf..0000000000 --- a/cluster/openmosixview/BUILD +++ /dev/null @@ -1 +0,0 @@ -true diff --git a/cluster/openmosixview/DEPENDS b/cluster/openmosixview/DEPENDS deleted file mode 100755 index ccc5584082..0000000000 --- a/cluster/openmosixview/DEPENDS +++ /dev/null @@ -1,3 +0,0 @@ -depends GLUT && -depends openmosix-tools && -depends qt-x11 diff --git a/cluster/openmosixview/DETAILS b/cluster/openmosixview/DETAILS deleted file mode 100755 index 1f986afa41..0000000000 --- a/cluster/openmosixview/DETAILS +++ /dev/null @@ -1,24 +0,0 @@ - SPELL=openmosixview - VERSION=1.5 - SOURCE=${SPELL}-${VERSION}.tar.gz - SOURCE_HASH=sha512:dc065ca7d0bae8efba7e98101ccdd2d38567b1f6ab15ee1be3f8234b16f18908c51f53a5257e94c1af58b6178ea915bea665d0b1032dd66c46c92a0f246818cf -SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION} - SOURCE_URL[0]=http://www.openmosixview.com/download/${SOURCE} - LICENSE[0]=GPL - KEYWORDS="cluster" - WEB_SITE=http://www.openmosixview.com - ENTERED=20030105 - SHORT="GUI applications for monitoring and administrating openMosix" -cat << EOF -The openMosixview-suite contains 7 usefull applications for monitoring and -administrating an openMosix-cluster. - -* openMosixview -> the main monitoring+admistration application -* openMosixprocs -> a process-box for managing processes -* openMosixcollector -> collecting daemon which logs cluster+node informations -* openMosixanalyzer -> for analyzing the data collected by the openMosixcollector -* openMosixhistory -> a process-history for your cluster -* openMosixmigmon -> monitor & control process migrations in the cluster -* 3dmosmon -> a 3d view for monitoring your cluster -EOF - diff --git a/cluster/openmosixview/HISTORY b/cluster/openmosixview/HISTORY deleted file mode 100644 index a9276efe95..0000000000 --- a/cluster/openmosixview/HISTORY +++ /dev/null @@ -1,72 +0,0 @@ -2009-05-02 Andraž "ruskie" Levstik - * init.d/openmosixcollector: made it non-sh, bug #13702 - * init.d/mosstatd.sh: made it non-sh, bug #13702 - -2006-10-26 Jaka Kranjc - * INSTALL: use TRACK_ROOT when linking #9163 - -2006-06-29 Eric Sandall - * DETAILS: Removed BUILD_API=1 and UPDATED - Changed LICENSE to LICENSE[0] - * PRE_BUILD: Prepare openmosixview for building - * BUILD: Run only `true` - * INSTALL: Copied from BUILD - Converted to build_api 2 - Removed commented out actions - Converted `echo`s to one `message` - -2006-06-12 Arwed v. Merkatz - * DETAILS: inserted BUILD_API=1 line - -2006-03-12 Karsten Behrmann - * DETAILS: (automated) Add KEYWORDS - -2005-11-29 Seth Woolley - * DETAILS: MD5 -> SHA512 - -2003-12-14 hgg - * BUILD: use /lib/modules/$(uname -r)/build for the kernel dir - -2003-10-27 Eric Sandall - * DEPENDS: Changed 'glut' to 'GLUT' - * HISTORY: Formatted to Guru Handbook - -2003-07-04 hgg - * init.d/*Update to simpleinit - * BUILD: Fix bugs - * DEPENDS: add glut - -2003-07-04 hgg - * DETAILS: Update to 1.5 disable runlevel install and make - link for openmosix includes - * BUILD: 3dmon is broken with gcc3.3 - -2003-04-08 M.L. - * BUILD: Added $OPTS - -2003-03-31 Eric Sandall - * BUILD: Updated to use sorcery init.d installer - -2003-02-16 Eric Sandall - * Added to cluster - -2003-02-14 Richard Johns - * PRE_BUILD: fix to make 'collector' work from OMV GUI - -2003-02-13 Richard Johns - * BUILD ./configure --enable-mt - -2003-02-09 Richard Johns - * DETAILS: Update to openMosixview 1.4 - -2003-01-17 Chris Brien - * Made the spell work better. - Moved the (enormous) patch to my webspace. - -2003-01-03 Richard Johns - * PRE_BUILD: to fix non working configure - * BUILD: if only I knew then what I know now - -2002-12-30 Richard Johns - * Created Spell - diff --git a/cluster/openmosixview/INSTALL b/cluster/openmosixview/INSTALL deleted file mode 100755 index 43c3619895..0000000000 --- a/cluster/openmosixview/INSTALL +++ /dev/null @@ -1,22 +0,0 @@ -ln -sfn $TRACK_ROOT/lib/modules/$(uname -r)/build/include/hpc /usr/include && -export QTDIR=/usr && -./setup && -cd 3dmon && -./setup.standalone && - -if [ -e /etc/init.d/mosstatd.sh ]; then - rm -f /etc/init.d/mosstatd.sh -fi && - -if [ -e /etc/init.d/openmosixcollector ]; then - rm -f /etc/init.d/openmosixcollector -fi && - -message "${MESSAGE_COLOR}"Now type openmosixview and have fun!" \ - "(do not forget to copy the openmosixprocs binary to /usr/bin of" \ - "each your cluster-nodes e.g" \ - " rcp /usr/bin/openmosixprocs hostname_of_node:/usr/bin" \ - "or if you use SSH" \ - " scp /usr/bin/openmosixprocs hostname_of_node:/usr/bin" \ - "reply problems during installation to mosixview@t-online.de" \ - "Thanks${DEFAULT_COLOR}" diff --git a/cluster/openmosixview/PRE_BUILD b/cluster/openmosixview/PRE_BUILD deleted file mode 100755 index 71d535372f..0000000000 --- a/cluster/openmosixview/PRE_BUILD +++ /dev/null @@ -1,6 +0,0 @@ -default_pre_build && -cd $SOURCE_DIRECTORY && - -for i in $(grep -rl CFLAGS= .); do - sedit "s/CFLAGS\=-O2 -O0/& $CFLAGS /g" $i -done diff --git a/cluster/openmosixview/init.d/mosstatd.sh b/cluster/openmosixview/init.d/mosstatd.sh deleted file mode 100644 index 8d5d96276f..0000000000 --- a/cluster/openmosixview/init.d/mosstatd.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash -# mosstatd This shell script takes care of starting and stopping \ -# the mosstatd daemon. - - -PROGRAM=/usr/bin/mosstatd -RUNLEVEL=3 -NEEDS="+remote_fs +network +portmap openmosix" - -. /etc/init.d/smgl_init - diff --git a/cluster/openmosixview/init.d/openmosixcollector b/cluster/openmosixview/init.d/openmosixcollector deleted file mode 100644 index 4350ef0952..0000000000 --- a/cluster/openmosixview/init.d/openmosixcollector +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/bash - -PROGRAM=/usr/bin/openmosixcollector -ARGS="" -RUNLEVEL=3 -NEEDS="+remote_fs +network +portmap mosstatd.sh" - -. /etc/init.d/smgl_init - -start() { -/usr/bin/openmosixcollector -d -evaluate_retval -} - -stop() { -/usr/bin/openmosixcollector -k -evaluate_retval -} - -status() { -/usr/bin/openmosixcollector -c -evaluate_retval -} - - diff --git a/cluster/openmosixview/services b/cluster/openmosixview/services deleted file mode 100644 index 0857cb2d20..0000000000 --- a/cluster/openmosixview/services +++ /dev/null @@ -1 +0,0 @@ -mosstatd 10050/tcp #openMosix/Mosix stat daemon diff --git a/cluster/openmosixview/xinetd.d/mosstatd b/cluster/openmosixview/xinetd.d/mosstatd deleted file mode 100644 index 374eaec247..0000000000 --- a/cluster/openmosixview/xinetd.d/mosstatd +++ /dev/null @@ -1,12 +0,0 @@ -service mosstatd -{ - socket_type = stream - wait = no - user = nobody - log_on_success += USERID - log_on_failure += USERID - server = /usr/bin/mosstatd -} - - - -- cgit v1.2.3