Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
2 Trả lời
10760 Lượt xem

Hi,

Starting openerp-server: /etc/init.d/openerp-server: start-stop-daemon: command not found

Any solution for cent os 6.3

start-stop-daemon --start --quiet --pidfile ${PID} \
    --chuid ${USER} --background --make-pidfile \
    --exec ${PYTPATH} -- ${DAEMON} --config=${CONFIG} \
    --logfile=${LOGFILE}
Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

you can install

supervisorctl

its a task manager fro linux based system

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

command this code to install

----------------------------------------------

cd /tmp

rm -rf apps* 
#wget http://www.zorranlabs.com/development/start-stop-daemon/apps-sys-utils-start-stop-daemon-IR1_9_18-2.tar.gz
wget http://developer.axis.com/download/distribution/apps-sys-utils-start-stop-daemon-IR1_9_18-2.tar.gz
tar -xf apps-sys-utils-start-stop-daemon-IR1_9_18-2.tar.gz
cd apps/sys-utils/start-stop-daemon-IR1_9_18-2/
gcc start-stop-daemon.c -o start-stop-daemon
cp start-stop-daemon /usr/sbin/

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
0
thg 6 25
2
1
thg 6 23
15645
1
thg 1 22
2685
0
thg 11 21
3204
1
thg 7 21
2720