[Owfs-developers] Debian and cron

2006-04-14 Thread Wizard
yes sensors:~# ps axf | grep cron 1376 ?Ss 0:00 /usr/sbin/cron sensors:~# ./ Is Cron Running --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Att

Re: [Owfs-developers] USB problems

2006-04-14 Thread Paul Alfille
Which version of OWFS?On 4/14/06, Michael Holzbrecher <[EMAIL PROTECTED]> wrote: I'm running Suse 9.3 with latest updates. The onewire interface isselfmade with Maxim DS2490.When I start /opt/owfs/bin/owfs -u /mnt/1-wire  it hangs. I have toterminate by ctrl-c and then umount /mnt/1-wire. I try sin

[Owfs-developers] USB problems

2006-04-14 Thread Michael Holzbrecher
I'm running Suse 9.3 with latest updates. The onewire interface is selfmade with Maxim DS2490. When I start /opt/owfs/bin/owfs -u /mnt/1-wire it hangs. I have to terminate by ctrl-c and then umount /mnt/1-wire. I try since serveral weeks without any success. My selfmade interface is running fin

Re: [Owfs-developers] Debian and Cron

2006-04-14 Thread Darryl
Is the cron daemon running?ps axf | grep cronOn 4/14/06, Wizard <[EMAIL PROTECTED] > wrote:Hey  guys doea Debian handle cron jobs diffenrtly  ?when i type /bin/bash /home/comparefrom command prompt my script runs fineso i tried thiscrontab -e1-59  * * * *  /bin/bash /home/compareFile /tmp/crontab.H

Re: [Owfs-developers] Debian and Cron

2006-04-14 Thread Paul Alfille
As a test, take owfs out of the picture.How about a script like:#!/bin/shdate >> logscriptOn 4/14/06, Wizard < [EMAIL PROTECTED]> wrote:Hey  guys doea Debian handle cron jobs diffenrtly  ? when i type/bin/bash /home/comparefrom command prompt my script runs fineso i tried thiscrontab -e1-59  * * *

[Owfs-developers] Debian and Cron

2006-04-14 Thread Wizard
Hey guys doea Debian handle cron jobs diffenrtly ? when i type /bin/bash /home/compare from command prompt my script runs fine so i tried this crontab -e 1-59 * * * * /bin/bash /home/compare File /tmp/crontab.H3332Y/crontab saved. crontab: installing new crontab but the job compa

Re: [Owfs-developers] FC5 and embedded functions

2006-04-14 Thread Wim Heirman
>From http://www.manoverboard.org/weblog/fritza/StepintoXcode/ : """ Embedded functions are now prohibited because gcc implemented them by pushing the code onto the stack, and executing them there. Many security exploits work by executing code injected into the stack, and it is a prudent security

Re: [Owfs-developers] FC5 and embedded functions

2006-04-14 Thread Paul Alfille
Well, it looks like we should just get rid of the embedded functions. If it breaks Fedora 5, I'm sure we'll get problems on other platforms from time to time.PaulOn 4/14/06, Jan Bertelsen <[EMAIL PROTECTED]> wrote:It seems that I'm having the same problem with embedded functions as Wim ([Owfs-deve

[Owfs-developers] FC5 and embedded functions

2006-04-14 Thread Jan Bertelsen
It seems that I'm having the same problem with embedded functions as Wim ([Owfs-developers] owserver segfaulting on startup). Im running ow on a Fedora Core 5 and it's seg-faulting all the time. And yes, it's running kernel 2.6.16 On FC4 all was working. owserver seems to be working now, but owfs

RE: [Owfs-developers] owfs and owhttp

2006-04-14 Thread Alfille, Paul H.,M.D.
Mike, You might be interested in a new feature I'm planning: persistent storage. The idea would be that every device, (e.g. 10.123456789A) would have an optional directory called "user" So echo "Garage" > 10.123456789A/user/location would create file "location" in 10.123456789A/user/location T