Tivoli Directory Server init script for redhat

Here is a very simple init script for IBM Tivoli Directory Server V. 6.0.

Bye!

#!/bin/bash
#
#       /etc/init.d/ibmslapd
#
#       IBM Tivoli init script
#       2009 - Emilio Scalise, < emisca at rocketmail dot com >
#
# chkconfig: 345 70 20
#
# description: IBM Tivoli init script

# Source function library.
. /etc/init.d/functions

start() {
        echo -n "Starting ibmslapd: "
        daemon --check ibmslapd /opt/ibm/ldap/V6.0/sbin/slapd
        RETVAL=$?
        touch /var/lock/subsys/ibmslapd
        return $RETVAL
}

stop() {
        echo -n "Shutting down ibmslapd: "
        /opt/ibm/ldap/V6.0/sbin/slapd -k
        RETVAL=$?
        rm -f /var/lock/subsys/ibmslapd
        return $RETVAL
}

case "$1" in
    start)
        start
        ;;
    stop)
        stop
        ;;
    restart)
        stop
        start
        ;;
    *)
        echo "Usage: ibmslapd {start|stop|status|reload|restart[|probe]"
        exit 1
        ;;
esac
exit $?

repository upgrade.. pidgin 2.4.3

Today I’ve backported and uploaded pidgin 2.4.3 from lenny.

Enjoy it :D

lyx repository update

I’ve uploaded the new lyx 1.5.4 compiled for Etch on i386 and amd64 architecture.

The lyx 1.4 repository was dropped due to disk space quota limitations. I think that lyx 1.5 is enough mature to replace the 1.4 branch completely. Please contact me if you need the old packages….

zune-like black theme for KDE/QtCurve

I’ve made a black theme for kde using the QtCurve engine (you can use the qtcurve packages in the misc-backports repository..).

http://download.tuxfamily.org/emiscabpo/other/QtCurveZuneScreenshot-1.jpg

http://download.tuxfamily.org/emiscabpo/other/QtCurveZuneScreenshot-2.jpg

http://download.tuxfamily.org/emiscabpo/other/QtCurveZuneKDE.tar.gz

I’ve taken inspiration from the Micro$oft (oh my god…) Zune theme.. i liked it ;-)

(http://go.microsoft.com/fwlink/?LinkID=75078)

Bye!

lyx 1.5.x and 1.4.5 backports

You can find here lyx 1.5.3:

deb http://download.tuxfamily.org/emiscabpo/lyx15-bpo ./

and here it is the 1.4.5 version (for the ones who want to stick with the 1.4.x version:

deb http://download.tuxfamily.org/emiscabpo/lyx14-bpo ./

These repositories contain a backported libboost 1.34 library, that could be installed alongside the 1.33 version. Please note that the libboost-dev package of the 1.34 version overrides the libboost 1.33 one in apt.

new compiz-fusion backport repository

I have made another repo for compiz fusion, using the official source packages that now, thanks to Sean Finney, are in debian Sid.

This is the apt line:

deb http://download.tuxfamily.org/emiscabpo/compiz-debian-backport ./

Maybe some of you have seen that this repo was here for a while, but I preferred to test a bit those packages waiting that there are in an usable state.

Note that you must completely remove the packages from my old repo before using these packages to avoid problems.

amarok 1.4.8 + newer ipod support (nano 3g, classic, touch..)

In the misc-backports repository you could find many new backported packages.

I’ve backported amarok 1.4.8, libgpod 0.6.0 and gtkpod-aac 0.99.12 (from debian-multimedia).

 Now I must fight to get my new nano 3g ipod work………..

updated compiz 0.6.2 uploaded…

These should fix the problem.. The new version is 0.6.2-0~emiscabpo+2.

Bye

little error in the compiz-manager startup script…

I missed changing the path variables on the compiz-manager script, copied to /usr/bin/compiz by the compiz-core_0.6.2-0~emiscabpo+1.deb.

The incriminated lines are:
COMPIZ_BIN_PATH=”/usr/local/bin/” # For window decorators and compiz
PLUGIN_PATH=”/usr/local/lib/compiz/”
GLXINFO=”/usr/bin/glxinfo”
KWIN=”/usr/bin/kwin”
METACITY=”/usr/bin/metacity”
COMPIZ_NAME=”compiz” # Final name for compiz (compiz.real)

fixed to:
COMPIZ_BIN_PATH=”/usr/bin/” # For window decorators and compiz
PLUGIN_PATH=”/usr/lib/compiz/”
GLXINFO=”/usr/bin/glxinfo”
KWIN=”/usr/bin/kwin”
METACITY=”/usr/bin/metacity”
COMPIZ_NAME=”compiz.real” # Final name for compiz (compiz.real)

Tell me if there are other issues..

kde 3.5.8 backports are online :-D

I’ve finished syncing my local repository, with the tuxfamily one. Now kde 3.5.8 is online.
The apt line is:
deb http://download.tuxfamily.org/emiscabpo/kde358-bpo ./

You can also find the dsc and the diff.gz of the packages here:
http://download.tuxfamily.org/emiscabpo/kde358-bpo/sources/

The orig.tar.gz are not present due to preserve disk space. They could be find on http://packages.debian.org or http://snapshot.debian.net

I’ve added the dsc and diff.gz also for other repositories:
http://download.tuxfamily.org/emiscabpo/compiz-0.6.0/sources/

http://download.tuxfamily.org/emiscabpo/gnome218-bpo/sources/
http://download.tuxfamily.org/emiscabpo/misc-backports/sources/

Next Page »