-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: jboss-fuse-6.3
-
Fix Version/s: jboss-fuse-6.3
-
Component/s: Karaf
-
Labels:None
-
Sprint:Sprint 5 - towards ER2
Std out of wrapper:install differs between solaris and other platforms for fuse 6.3 build 69
Output of wrapper:install -n fuse on Solaris 11 x86:
JBossFuse:karaf@root> features:install wrapper
|
JBossFuse:karaf@root> wrapper:install -n fuse
|
Creating file: /export/home/hudson/pepa/jboss-fuse-6.3.0.redhat-069/bin/fuse-wrapper
|
Creating file: /export/home/hudson/pepa/jboss-fuse-6.3.0.redhat-069/bin/fuse-service
|
Creating file: /export/home/hudson/pepa/jboss-fuse-6.3.0.redhat-069/etc/fuse-wrapper.conf
|
Creating file: /export/home/hudson/pepa/jboss-fuse-6.3.0.redhat-069/lib/libwrapper.so
|
Creating file: /export/home/hudson/pepa/jboss-fuse-6.3.0.redhat-069/lib/karaf-wrapper.jar
|
Creating file: /export/home/hudson/pepa/jboss-fuse-6.3.0.redhat-069/lib/karaf-wrapper-main.jar
|
|
|
Setup complete. You may wish to tweak the JVM properties in the wrapper configuration file:
|
/export/home/hudson/pepa/jboss-fuse-6.3.0.redhat-069/etc/fuse-wrapper.conf
|
before installing and starting the service.
|
|
|
JBossFuse:karaf@root>
|
Output of wrapper:install -n fuse on my fedora
JBossFuse:karaf@root> features:install wrapper
|
JBossFuse:karaf@root> wrapper:install -n fuse
|
Creating file: /home/jludvice/apps/fuse/jboss-fuse-6.3.0.redhat-069/bin/fuse-wrapper
|
Creating file: /home/jludvice/apps/fuse/jboss-fuse-6.3.0.redhat-069/bin/fuse-service
|
Creating file: /home/jludvice/apps/fuse/jboss-fuse-6.3.0.redhat-069/etc/fuse-wrapper.conf
|
Creating file: /home/jludvice/apps/fuse/jboss-fuse-6.3.0.redhat-069/lib/libwrapper.so
|
Creating file: /home/jludvice/apps/fuse/jboss-fuse-6.3.0.redhat-069/lib/karaf-wrapper.jar
|
Creating file: /home/jludvice/apps/fuse/jboss-fuse-6.3.0.redhat-069/lib/karaf-wrapper-main.jar
|
|
|
Setup complete. You may wish to tweak the JVM properties in the wrapper configuration file:
|
/home/jludvice/apps/fuse/jboss-fuse-6.3.0.redhat-069/etc/fuse-wrapper.conf
|
before installing and starting the service.
|
|
|
The way the service is installed depends upon your flavor of Linux.
|
|
|
On Redhat/Fedora/CentOS Systems:
|
To install the service:
|
$ ln -s /home/jludvice/apps/fuse/jboss-fuse-6.3.0.redhat-069/bin/fuse-service /etc/init.d/
|
$ chkconfig fuse-service --add
|
|
|
To start the service when the machine is rebooted:
|
$ chkconfig fuse-service on
|
|
|
To disable starting the service when the machine is rebooted:
|
$ chkconfig fuse-service off
|
|
|
To start the service:
|
$ service fuse-service start
|
|
|
To stop the service:
|
$ service fuse-service stop
|
|
|
To uninstall the service :
|
$ chkconfig fuse-service --del
|
$ rm /etc/init.d/fuse-service
|
|
|
On Ubuntu/Debian Systems:
|
To install the service:
|
$ ln -s /home/jludvice/apps/fuse/jboss-fuse-6.3.0.redhat-069/bin/fuse-service /etc/init.d/
|
|
|
To start the service when the machine is rebooted:
|
$ update-rc.d fuse-service defaults
|
|
|
To disable starting the service when the machine is rebooted:
|
$ update-rc.d -f fuse-service remove
|
|
|
To start the service:
|
$ /etc/init.d/fuse-service start
|
|
|
To stop the service:
|
$ /etc/init.d/fuse-service stop
|
|
|
To uninstall the service :
|
$ rm /etc/init.d/fuse-service
|