Re: [Owfs-developers] 3.1p1 release, anyone?

2015-11-24 Thread Matthias Urlichs
On 23.11.2015 19:33, Johan Ström wrote: > So, Matthias needs to take a look at what happened with the merges, as > some of the changes (the above + my transaction fix at least) seems to > have been lost. Owch. I seem to have missed that during the branch cleanup I did yesterday. I'll take a look

Re: [Owfs-developers] 3.1p1 release, anyone?

2015-11-24 Thread Matthias Urlichs
On 24.11.2015 17:10, Matthias Urlichs wrote: > I'll take a look ASAP. I have rebased my "master" branch. Seems I mistyped a branch name yesterday. Sorry about that. I'd be even happier with the idea of releasing if somebody found the cause for the persistent hang I have on my raspberry pi, which

Re: [Owfs-developers] 3.1p1 release, anyone?

2015-11-24 Thread Johan Ström
On 24/11/15 17:56, Matthias Urlichs wrote: > On 24.11.2015 17:10, Matthias Urlichs wrote: >> I'll take a look ASAP. > I have rebased my "master" branch. Seems I mistyped a branch name > yesterday. Sorry about that. Great! For you git new-comers, 'git pull' will most likely not work properly here

Re: [Owfs-developers] 3.1p1 release, anyone?

2015-11-24 Thread Jan Kandziora
Am 24.11.2015 um 17:56 schrieb Matthias Urlichs: > On 24.11.2015 17:10, Matthias Urlichs wrote: >> I'll take a look ASAP. > > I have rebased my "master" branch. Seems I mistyped a branch name > yesterday. Sorry about that. > > I'd be even happier with the idea of releasing if somebody found the >

Re: [Owfs-developers] 3.1p1 release, anyone?

2015-11-24 Thread Matthias Urlichs
On 24.11.2015 18:57, Johan Ström wrote: >> > > Great! For you git new-comers, 'git pull' will most likely not work > properly here (due to rebase). I suggest a new checkout (git clone > https://github.com/M-o-a-T/owfs.git) A faster way to do the same thing is: $ git fetch $ git reset --hard origin

Re: [Owfs-developers] 3.1p1 release, anyone?

2015-11-24 Thread Matthias Urlichs
On 24.11.2015 19:54, Jan Kandziora wrote: > What do you restart? owserver or the calling program? owserver. After this rigmarole is done and "owdir -s localhost" works again, of course I need to restart the client too. I observe this on a Pi running Jessie. NB, the client is fairly aggressive (it

Re: [Owfs-developers] 3.1p1 release, anyone?

2015-11-24 Thread Stefano Miccoli
> On 24 Nov 2015, at 20:03, Matthias Urlichs wrote: > > Not reliably. Killing it (systemctl stop), running it manually under > strace, killing *that* (assuming it doesn't segfault then, which it > sometimes does) and then restarting it (via systemctl start) always > works. I've tried gdb, but th

Re: [Owfs-developers] 3.1p1 release, anyone?

2015-11-24 Thread Stefano Miccoli
I have a bug on my RPi: (no time to investigate right now, but reporting, just in case it can be reproduced). start owserver as owserver --tester=DS18S20 —debug and run (in another terminal) owread /10.10EF and owserver segfaults: CALL: data.c:(144) Read message DEBUG: read.c:(5

Re: [Owfs-developers] 3.1p1 release, anyone?

2015-11-24 Thread Jan Kandziora
Am 25.11.2015 um 01:13 schrieb Stefano Miccoli: > I have a bug on my RPi: (no time to investigate right now, but reporting, > just in case it can be reproduced). > > start owserver as > > owserver --tester=DS18S20 —debug > > and run (in another terminal) > > owread /10.10EF > > and ow

Re: [Owfs-developers] 3.1p1 release, anyone?

2015-11-24 Thread Matthias Urlichs
On 25.11.2015 00:42, Stefano Miccoli wrote: > are you sure that owserver is *really* dead? Of course I am. I'll try to investigate more, the next time that happens. Shouldn't be too long. :-/ -- Go from Idea to Many App