Tiger66639 / xinc

Automatically exported from code.google.com/p/xinc
0 stars 0 forks source link

xinc -o does not works #156

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. run $ sudo /usr/bin/xinc -f /etc/xinc/system.xml -p /var/xinc/projects 
-s /var/xinc/status -w /var/xinc/projects -l /var/log/xinc.log
/etc/xinc/conf.d/diy-telme.xml -o -v 

What is the expected output? What do you see instead?
Excepted: Xinc terminates.
But it run as daemon

What version of the product are you using? On what operating system?
2.0.0b158

Original issue reported on code.google.com by kingo...@gmail.com on 1 Apr 2008 at 10:47

GoogleCodeExporter commented 9 years ago
Can you please try with "--once" instead of "-o" ?

Original comment by arnos...@gmail.com on 1 Apr 2008 at 10:57

GoogleCodeExporter commented 9 years ago
Same behavior

Original comment by kingo...@gmail.com on 1 Apr 2008 at 11:35

GoogleCodeExporter commented 9 years ago
Please run it like this:

sudo /usr/bin/xinc -f /etc/xinc/system.xml -p /var/xinc/projects 
-s /var/xinc/status -w /var/xinc/projects -l /var/log/xinc.log -o -v 0
/etc/xinc/conf.d/diy-telme.xml

Currently Xinc expects the last arguments to be the project files. After the 
first
parameter without "-" it treats them as project files.

I will handle it, but in the meantime you should be fine with this workaround.

Original comment by arnos...@gmail.com on 4 Apr 2008 at 7:32

GoogleCodeExporter commented 9 years ago
Thanks

Original comment by kingo...@gmail.com on 4 Apr 2008 at 7:44

GoogleCodeExporter commented 9 years ago

Original comment by arnos...@gmail.com on 2 May 2008 at 11:36

GoogleCodeExporter commented 9 years ago
Moving issues into the v2.0.2 queue

Original comment by jcaro...@gmail.com on 17 Jul 2008 at 2:07

GoogleCodeExporter commented 9 years ago

Original comment by majelbst...@gmail.com on 27 Jul 2008 at 11:44

GoogleCodeExporter commented 9 years ago
Patch committed to dev branch with 2 new unit tests, revisions 418/419, awaiting
super review.

Original comment by majelbst...@gmail.com on 4 Aug 2008 at 10:45

GoogleCodeExporter commented 9 years ago

Original comment by opitz.al...@googlemail.com on 19 Aug 2011 at 1:55

GoogleCodeExporter commented 9 years ago
Fixed in trunk and so will be released in v2.1-Beta1

Original comment by opitz.al...@googlemail.com on 13 Sep 2011 at 8:43