From: Angel C. <ac...@te...> - 2005-08-25 14:04:21
|
El jue, 25-08-2005 a las 13:43 +0200, W. escribi=C3=B3: >>Hi @all, >> >>I changed some parameters in my threads in the Webinterface. >>I saved the parameters for Cam2, but all config files were updated (4=20 >>Cams). >>Is this correct?? I thougt it would save the threadfile for the right cam. >>( <http://localhost/2/config/write>http://localhost/2/config/write ) [snip , config files removed ] Your config files are correct , nothing *strange* in . >yaris motion: [0] Writing config file to /etc/motion/cam5.conf: Invalid >or incomplete multibyte or wide character the errno value that belong to your error message is : #define EILSEQ 84 /* Illegal byte sequence */ So it means that you used a non-valid string , maybe a UNICODE string something like : i.ex bj=C3=B6rn , where =C3=B6 is not valid character , = but could be other thing. - Are you using a non ext2/ext3 partition to write jpeg/avis or config files ? - What was the parameter/values you set from webinterface before save the config files ?=20 That will help us to reproduce the error , because i've tried to reproduce that error but i was not able to. Cheers, --=20 Angel Carpintero ack ( at ) telefonica ( dot ) net Key fingerprint =3D 3FD3 9C90 149E 7824 CECD 6BCF AC2C CA61 6EF1 B90D "No basta saber, hay que aplicar lo que se sabe;=20 no basta querer hacerlas cosas, hay que hacerlas". "Knowing is not enough; we must apply.=20 Willing is not enough; we must do" Johann Wolfgang von Goethe |