Re: [Owfs-developers] OWFS from repository crashing on Ubuntu Precise

2012-06-05 Thread William Brown
Just a thought related to the Flame virus: Because many Windows applications don't call DLLs using a full path name, instead using only the filename, hackers can trick an application into loading a malicious file with the same title as a required DLL. quote from Computerworld. On 06/03/2012 1

Re: [Owfs-developers] OWFS from repository crashing on Ubuntu Precise

2012-06-03 Thread Iztok Jeras
Hi, This is what I get with the latest package I created: $ owserver --debug -d ttyUSB0 DEBUG MODE libow version: 2.8p15 Segmentation fault (core dumped) The output of this one is attached: $ strace owserver --debug -d ttyUSB0 2> owserver.trace Regards, Iztok Jeras On Mon, Jun 4, 2012

Re: [Owfs-developers] OWFS from repository crashing on Ubuntu Precise

2012-06-03 Thread Michael Markstaller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03.06.2012 23:14, Paul Alfille wrote: > ... I'll look into that within the next days deeper (I must admit: using my own packages based on the ones from Mathias Urlichs since ~2008 and heavily changed since then, never thought about whats upstream in

Re: [Owfs-developers] OWFS from repository crashing on Ubuntu Precise

2012-06-03 Thread Paul Alfille
I've tried to replicate the problem (starting owserver without full path to device) and the program seems to behave appropriately. (simplified...) paul@gateway:~/owfs$ sudo /opt/owfs/bin/owserver --debug -d ttyUSB0 0x1c0c010 alloc owserver.c:[52] STRDUP s=/opt/owfs/bin/owserver DEBUG MODE libow v

Re: [Owfs-developers] OWFS from repository crashing on Ubuntu Precise

2012-06-03 Thread Iztok Jeras
Hi, If I understand it correctly, libtool is a compile time dependency. If this is true, and you know what to look for, you could check the package build log. https://launchpadlibrarian.net/106672444/buildlog_ubuntu-precise-amd64.owfs_2.8p15-1~ppa1~precise1_BUILDING.txt.gz Regards, Iztok Jeras O

Re: [Owfs-developers] OWFS from repository crashing on Ubuntu Precise

2012-06-03 Thread Iztok Jeras
Hi, Yes, it seems the wrong device path was the issue, the path should probably be checked instead of generating a segmentation fault. Regarding libtool, I have no idea. I ported some of the patches, some changes were already available upstream. I removed two patches since I did not know their pu

Re: [Owfs-developers] OWFS from repository crashing on Ubuntu Precise

2012-06-02 Thread Michael Markstaller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03.06.2012 01:12, William Brown wrote: > Was the problem the device name? Also did libtool work correctly > without changes? I guess: yes and call this layer-8-problem ;) owfs works and compiles fine from lenny over openwert to ubuntu-precise with

Re: [Owfs-developers] OWFS from repository crashing on Ubuntu Precise

2012-06-02 Thread William Brown
On 06/02/2012 10:44 AM, Iztok Jeras wrote: > Hm, this one was kind of embarrassing, thanks Marcus it works now. At > least I created the 2.8p15 Debian package in the process, will try to > contact the developer responsible. > > Regards, > Iztok Jeras > > On Sat, Jun 2, 2012 at 10:12 PM, Markus Gaug

Re: [Owfs-developers] OWFS from repository crashing on Ubuntu Precise

2012-06-02 Thread Iztok Jeras
Hm, this one was kind of embarrassing, thanks Marcus it works now. At least I created the 2.8p15 Debian package in the process, will try to contact the developer responsible. Regards, Iztok Jeras On Sat, Jun 2, 2012 at 10:12 PM, Markus Gaugusch wrote: > I'm not sure, but why don't you give the f

Re: [Owfs-developers] OWFS from repository crashing on Ubuntu Precise

2012-06-02 Thread Markus Gaugusch
I'm not sure, but why don't you give the full path t the device? (/dev/ttyUSB0 instead of ttyUSB0)? -- Sent from my Android phone with K-9 Mail. Please excuse my brevity. Iztok Jeras wrote: Hi, I installed OWFS from the Ubuntu Precise repository and it worked at first, but later after attempt

[Owfs-developers] OWFS from repository crashing on Ubuntu Precise

2012-06-02 Thread Iztok Jeras
Hi, I installed OWFS from the Ubuntu Precise repository and it worked at first, but later after attempting to install the Debian sid package for 2.8p14, and some generic updates, owserver started crashing. I tried with a clean install (of the whole system on a different PC) and I get the same erro