View Single Post
Posts: 74 | Thanked: 45 times | Joined on Dec 2010
#40
Originally Posted by hypnotoad123 View Post
Hi Antviro,

there are at least two problems. The first is with xargs: Could you output the result of
Code:
which xargs
? I guess it is a version that does not understand the -0 argument.
It is located in /usr/bin/xargs but I have seen it is just a simlink to busybox żż?? That is really strange, don't know which package has created that simb link.


Secondly about the options: Could you post the options line in the .simple_oc.cfg? I guess you did not add quotation marks like
Code:
options='--silent --trust'
Hypno
Now it is like that and trust is working. By the way by default it was written a
Code:
options=--silent
without quotation marks. I added them, but I was not using space as separation with trust.

Thanks.