message ${MESSAGE_COLOR}you may now use the new version 6.1.0 with soprano and KDE4.
message ${PROBLEM_COLOR}if you have any existing data in a virtuoso database, please read the following articles
message http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/UpgradingToVOS610
message http://trueg.wordpress.com
message See also the HISTORY file for this spell ${DEFAULT_COLOR}


# check for running server
  (ps -A | grep virtuoso)   &&
    message ${PROBLEM_COLOR}please stop the virtuoso server and try again\
            This also implies quitting your KDE session \
            If there are any transaction log files \(*.trx\) in your virtuoso directory \
            ~/.kde4/share/apps/nepomuk/repository/main/data/virtuosobackend \
            they should be deleted \
            ${DEFAULT_COLOR}    &&
    return 1
return 0
