Re: [Owfs-developers] New release 2.8p17

2012-07-22 Thread Mezei Miklós
Hi, I have tired your order but i get this message: can't find file to patch at input line 3 Perhaps you should have used the -p or --strip option? The text leading up to this was: -- |--- owfs-2.8p17/module/owlib/src/c/ow_presence.c.orig 2012-07-21 23:01:23.0 +0

Re: [Owfs-developers] New release 2.8p17

2012-07-22 Thread Maxime Soulé
Hi, did you correctly extract the owfs archive? tar xvf owfs-2.8p17.tar.gz After that, you should be able to type: ls -la owfs-2.8p17/module/owlib/src/c/ow_presence.c without an error. If this works, the patch command should works. Best regards, Max. Le 22.07.2012 09:56, Mezei Miklós a écri

Re: [Owfs-developers] New release 2.8p17

2012-07-22 Thread Mezei Miklós
Hi, I have already installed the owfs with opkg install owfs but may be i need te remove and decompress what you said... but when i tired this: tar xvf owfs-2.8p17.tar.gz i got this answer: tar: invalid tar magic Br., miki 2012.07.22. 10:23 keltezéssel, Maxime Soulé írta: > Hi, > > did yo

Re: [Owfs-developers] New release 2.8p17

2012-07-22 Thread Maxime Soulé
Hi, opkg allows you to install a *binary* package. patch allows you to modify a *sources* directory before (re-)compiling. You can't use patch to modify a binary installation. If you don't intend to recompile the owfs package, using the compilation chain of your distribution, don't use patch.

Re: [Owfs-developers] New release 2.8p17

2012-07-22 Thread Mezei Miklós
Ok! I try to re-complain, but what is this error message: tar: invalid tar magic ? Br miki 2012.07.22. 10:45 keltezéssel, Maxime Soulé írta: > Hi, > > opkg allows you to install a *binary* package. > > patch allows you to modify a *sources* directory before (re-)compiling. > > You can't use

Re: [Owfs-developers] New release 2.8p17

2012-07-22 Thread Paul Alfille
Thank you fro the patch. It will be applied top the next release. This opens a discussion of whether to continue the no-multithreading support. More and more of OWFS function depends on threading and clearly the single-threaded code paths aren't getting tested (by me at least). What is your use

Re: [Owfs-developers] New release 2.8p17

2012-07-22 Thread Maxime Soulé
In fact the use case is... historic :). I use FreeBSD, and some years ago (I don't remember the owfs version, but against FreeBSD 7) the multi-threading feature didn't compile. So, at this time, I compiled owfs with multi-threading disabled. Since that, I kept the huge configure command line an

Re: [Owfs-developers] How to leave test mode DS2408

2012-07-22 Thread Paul Alfille
Ok, an "out_of_testmode" property has been added for the next release. There is now also automatic "out of testmode" if "Channel Access Write" fails. Paul On Sat, Jul 21, 2012 at 4:38 PM, Mezei Miklós wrote: > Hi, > Is there anybody knows how to leave the test mode on DS2408 after a slow > powe