콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
4045 화면

I am not able to use 2 openerp on 1 server with different port also.

I have installed 2 openerp 6.1 and openerp 7.0 on ubuntu server following this steps http://www.theopensourcerer.com/2012/02/how-to-install-openerp-6-1-on-ubuntu-10-04-lts/ for openerp 6.1 and http://www.theopensourcerer.com/2012/12/how-to-install-openerp-7-0-on-ubuntu-12-04-lts/ for openerp 7.

Openerp 7.0 is running on port 8069 and openerp 6.1 is running on 8079.

Services of openerp 7 is automated and for 6.1 sudo su - openerp -s /bin/bash /opt/openerp/server/openerp-server i have to run manually than only it works and when i close by ssh client the services get stopped. After rebooting also only openerp 7 services get started.

Can anyone help me how should i make openerp 6.1 services also automated whenever the server is rebooted it should start.

아바타
취소
베스트 답변

Hy,

The problem is really simple, launching the 6.1 by CLI will nturally causes the end of the server running when you'll close the ssh client. You can workaround this by multiple ways :

  1. Try first to launch by CLI the 6.1 and add & at the end of the command, it will "daemonize" you command
  2. Try to add another init script fo the 6.1 server and launch it by /etc/init.d/openerp-6.1 start and check what's running

Hope it can help

아바타
취소
관련 게시물 답글 화면 활동
3
7월 25
2995
3
6월 25
5638
5
5월 25
6371
2
5월 25
2579
1
8월 24
2850