forked from kjellp/SMRT-Analysis
-
Notifications
You must be signed in to change notification settings - Fork 0
Cannot create softlinks to services
pb-jlandolin edited this page Mar 7, 2013
·
1 revision
When installing or updating SMRT Analysis as a non-superuser, sometimes softlinks to tomcat and kodos services are not created or changed from the previous installation. These softlinks will have to be created manually by a user with write permission to /etc/init.d/
.
sudo user required for installation steps
$ sudo ln -s $SEYMOUR_HOME/etc/scripts/tomcatd /etc/init.d/tomcatd
$ sudo ln -s $SEYMOUR_HOME/etc/scripts/kodosd /etc/init.d/kodosd
$ sudo chmod ug+x $SEYMOUR_HOME/etc/scripts/tomcatd
$ sudo chmod ug+x $SEYMOUR_HOME/etc/scripts/kodosd
$ /etc/init.d/tomcatd start
$ /etc/init.d/kodosd start
$ /etc/init.d/tomcatd stop
$ /etc/init.d/kodosd stop
$ /etc/init.d/tomcatd restart
$ /etc/init.d/kodosd restart