Hey Darryl:
Thanks it finally went in with no problem. i have a coupole of erros
yet but i will try figure it out first before i post i think its a fuse
problem,
I had read here somewhere aboue the owfsphp ? does anyone know if its
working or still in development.
Thanks allot.
Take Care...
[EMAIL PROTECTED] wrote:
Send Owfs-developers mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/owfs-developers
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]
You can reach the person managing the list at
[EMAIL PROTECTED]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Owfs-developers digest..."
Today's Topics:
1. The rigth Combination (Wizard)
2. Re: The rigth Combination (Darryl)
3. Re: The rigth Combination (Darryl)
--__--__--
Message: 1
Date: Tue, 04 Apr 2006 20:57:43 -0600
From: Wizard <[EMAIL PROTECTED]>
To: [email protected]
Subject: [Owfs-developers] The rigth Combination
Reply-To: [email protected]
Hey guys i been fighting with this for a while for some reason i cant
get owfs to install allways erros out what is the right combination to
get it running even an older version of owfs is fine.
Please post reccomended packages from start to finish if you dont mind
i will experiment on getting owfs working later but need to get at
least one system up.
would like to keep install under 600 meg
would like freebsd ( but i guess thats out of the question right now)
I am now comforable with Debian
I need this working as in my windows version it txt messsages my cell
if any temps are outside normal tolerences
easy to do with php wich is my goal to use owfs to get the temps and
save as a text file.
then with php we can make web page / txt message / email to cell phone
all an the fly.
Thanks for any help.
Mike
--__--__--
Message: 2
Date: Tue, 4 Apr 2006 22:13:55 -0500
From: Darryl <[EMAIL PROTECTED]>
To: [email protected]
Subject: Re: [Owfs-developers] The rigth Combination
Reply-To: [email protected]
------=_Part_4520_19700855.1144206835926
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
Here's my rough step by step setup, currently a vmware virtual machine. I
think I went in at 700 megs. Works great.
* Install debian
* Did not configure mail
* apt-get install g++ make python python-dev ssh autoconf swig
*apt-get install kernel-headers-x.x.xx (in my case 2.4.27-2-386)
* mkdir build
* cd build
* wget http://internap.dl.sourceforge.net/sourceforge/fuse/fuse-2.5.2.tar.g=
z
* tar -zxvf fuse-2.5.2.tar.gz
* cd fuse-2.5.2
* ./configure
* make
* make install
* cd ../
* wget http://superb.dl.sourceforge.net/sourceforge/owfs/owfs-2.2p3.tar.gz
* tar -zxvf owfs-2.2p3.tar.gz
* cd owfs-2.2p3
* ./configure
* make && su -c "make install"
* if we want digitemp:
* apt-get liblockdev1-dev
* wget digitemp
* tar -zxvf digitemp
* cd digitemp
* make ds9097u (in my case)
* Install debian
* Did not configure mail
* apt-get install g++ make python python-dev ssh autoconf swig
*apt-get install kernel-headers-x.x.xx (in my case 2.4.27-2-386)
* mkdir build
* cd build
* wget http://internap.dl.sourceforge.net/sourceforge/fuse/fuse-2.5.2.tar.g=
z
* tar -zxvf fuse-2.5.2.tar.gz
* cd fuse-2.5.2
* ./configure
* make
* make install
* cd ../
* wget http://superb.dl.sourceforge.net/sourceforge/owfs/owfs-2.2p3.tar.gz
* tar -zxvf owfs-2.2p3.tar.gz
* cd owfs-2.2p3
* ./configure
* make && su -c "make install"
* if we want digitemp:
* apt-get liblockdev1-dev
* wget digitemp
* tar -zxvf digitemp
* cd digitemp
* make ds9097u (in my case)
On 4/4/06, Wizard <[EMAIL PROTECTED]> wrote:
Hey guys i been fighting with this for a while for some reason i cant
get owfs to install allways erros out what is the right combination to
get it running even an older version of owfs is fine.
Please post reccomended packages from start to finish if you dont mind
i will experiment on getting owfs working later but need to get at
least one system up.
would like to keep install under 600 meg
would like freebsd ( but i guess thats out of the question right now)
I am now comforable with Debian
I need this working as in my windows version it txt messsages my cell
if any temps are outside normal tolerences
easy to do with php wich is my goal to use owfs to get the temps and
save as a text file.
then with php we can make web page / txt message / email to cell phone
all an the fly.
Thanks for any help.
Mike
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting
language
that extends applications into web and mobile media. Attend the live
webcast
and join the prime developer group breaking into this new coding
territory!
http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D110944&bid=3D241720&dat=
=3D121642
_______________________________________________
Owfs-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/owfs-developers
--
http://randomthoughts.vandorp.ca
------=_Part_4520_19700855.1144206835926
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
Here's my rough step by step setup, currently a vmware virtual machine. I t=
hink I went in at 700 megs. Works great.<br><br><p>* Install debian</p>
<p>* Did not configure mail</p>
<p>* apt-get install g++ make python python-dev ssh autoconf swig</p>
<p>*apt-get install kernel-headers-x.x.xx (in my case 2.4.27-2-386)</p>
<p>* mkdir build</p>
<p>* cd build</p>
<p>* wget <a href=3D"http://internap.dl.sourceforge.net/sourceforge/fuse/f=
use-2.5.2.tar.gz" href=3D"http://internap.dl.sourceforge.net/sourceforge/fu=
se/fuse-2.5.2.tar.gz">http://internap.dl.sourceforge.net/sourceforge/fuse/f=
use-2.5.2.tar.gz
</a></p>
<p>* tar -zxvf fuse-2.5.2.tar.gz</p>
<p>* cd fuse-2.5.2</p>
<p>* ./configure</p>
<p>* make</p>
<p>* make install</p>
<p>* cd ../</p>
<p>* wget <a href=3D"http://superb.dl.sourceforge.net/sourceforge/owfs/owfs=
-2.2p3.tar.gz" href=3D"http://superb.dl.sourceforge.net/sourceforge/owfs/ow=
fs-2.2p3.tar.gz">http://superb.dl.sourceforge.net/sourceforge/owfs/owfs-2.2=
p3.tar.gz
</a></p>
<p>* tar -zxvf owfs-2.2p3.tar.gz</p>
<p>* cd owfs-2.2p3</p>
<p>* ./configure</p>
<p>* make && su -c "make install"</p>
<p>* if we want digitemp:</p>
<p>* apt-get liblockdev1-dev</p>
<p>* wget digitemp</p>
<p>* tar -zxvf digitemp</p>
<p>* cd digitemp</p>
<p>* make ds9097u (in my case)</p>
<p>* Install debian</p>
<p>* Did not configure mail</p>
<p>* apt-get install g++ make python python-dev ssh autoconf swig</p>
<p>*apt-get install kernel-headers-x.x.xx (in my case 2.4.27-2-386)</p>
<p>* mkdir build</p>
<p>* cd build</p>
<p>* wget <a href=3D"http://internap.dl.sourceforge.net/sourceforge/fuse/f=
use-2.5.2.tar.gz" href=3D"http://internap.dl.sourceforge.net/sourceforge/fu=
se/fuse-2.5.2.tar.gz">http://internap.dl.sourceforge.net/sourceforge/fuse/f=
use-2.5.2.tar.gz
</a></p>
<p>* tar -zxvf fuse-2.5.2.tar.gz</p>
<p>* cd fuse-2.5.2</p>
<p>* ./configure</p>
<p>* make</p>
<p>* make install</p>
<p>* cd ../</p>
<p>* wget <a href=3D"http://superb.dl.sourceforge.net/sourceforge/owfs/owfs=
-2.2p3.tar.gz" href=3D"http://superb.dl.sourceforge.net/sourceforge/owfs/ow=
fs-2.2p3.tar.gz">http://superb.dl.sourceforge.net/sourceforge/owfs/owfs-2.2=
p3.tar.gz
</a></p>
<p>* tar -zxvf owfs-2.2p3.tar.gz</p>
<p>* cd owfs-2.2p3</p>
<p>* ./configure</p>
<p>* make && su -c "make install"</p>
<p>* if we want digitemp:</p>
<p>* apt-get liblockdev1-dev</p>
<p>* wget digitemp</p>
<p>* tar -zxvf digitemp</p>
<p>* cd digitemp</p>
<p>* make ds9097u (in my case)
</p><br><br><div><span class=3D"gmail_quote">On 4/4/06, <b class=3D"gmail_s=
endername">Wizard</b> <<a href=3D"mailto:[EMAIL PROTECTED]">wiz=
[EMAIL PROTECTED]</a>> wrote:</span><blockquote class=3D"gmail_quo=
te" style=3D"border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt=
0.8ex; padding-left: 1ex;">
Hey guys i been fighting with this for a while for some reason i cant<br>ge=
t owfs to install allways erros out what is the right combinatio=
n to<br>get it running even an older version of owfs is fine.<br> Please po=
st reccomended packages from start to finish if you dont mind
<br>i will experiment on getting owfs working later but need to =
get at<br>least one system up.<br><br>would like to keep install  =
;under 600 meg<br><br>would like freebsd ( but i guess thats out of the que=
stion right now)
<br><br>I am now comforable with Debian<br><br><br>I need this working as i=
n my windows version it txt messsages my cell<br>if any temps ar=
e outside normal tolerences<br><br>easy to do with php wich is my goal to u=
se owfs to get the temps and
<br>save as a text file.<br>then with php we can make web page / txt messag=
e / email to cell phone<br>all an the fly.<br><br>Thanks for any help.<br><=
br>Mike<br><br><br>-------------------------------------------------------
<br>This SF.Net email is sponsored by xPML, a groundbreaking scripting lang=
uage<br>that extends applications into web and mobile media. Attend the liv=
e webcast<br>and join the prime developer group breaking into this new codi=
ng territory!
<br><a href=3D"http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D110944&a=
mp;bid=3D241720&dat=3D121642">http://sel.as-us.falkag.net/sel?cmd=3Dlnk=
&kid=3D110944&bid=3D241720&dat=3D121642</a><br>________________=
_______________________________
<br>Owfs-developers mailing list<br><a href=3D"mailto:[EMAIL PROTECTED]
.sourceforge.net">[email protected]</a><br><a href=3D"h=
ttps://lists.sourceforge.net/lists/listinfo/owfs-developers">https://lists.=
sourceforge.net/lists/listinfo/owfs-developers
</a><br></blockquote></div><br><br clear=3D"all"><br>-- <br><a href=3D"http=
://randomthoughts.vandorp.ca">http://randomthoughts.vandorp.ca</a>
------=_Part_4520_19700855.1144206835926--
--__--__--
Message: 3
Date: Tue, 4 Apr 2006 22:16:19 -0500
From: Darryl <[EMAIL PROTECTED]>
To: [email protected]
Subject: Re: [Owfs-developers] The rigth Combination
Reply-To: [email protected]
------=_Part_4536_24231984.1144206979547
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
Ooops doubled up the paste there, still should be clear (i hope).
On 4/4/06, Darryl <[EMAIL PROTECTED]> wrote:
Here's my rough step by step setup, currently a vmware virtual machine. I
think I went in at 700 megs. Works great.
--
http://randomthoughts.vandorp.ca
------=_Part_4536_24231984.1144206979547
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
Ooops doubled up the paste there, still should be clear (i hope).<br><br><d=
iv><span class=3D"gmail_quote">On 4/4/06, <b class=3D"gmail_sendername">Dar=
ryl</b> <<a href=3D"mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>>=
; wrote:
</span><blockquote class=3D"gmail_quote" style=3D"border-left: 1px solid rg=
b(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div style=
=3D"direction: ltr;">Here's my rough step by step setup, currently a vmware=
virtual machine. I think I went in at 700 megs. Works great.
<br><br></div></blockquote></div><br clear=3D"all"><br>-- <br><a href=3D"ht=
tp://randomthoughts.vandorp.ca">http://randomthoughts.vandorp.ca</a>
------=_Part_4536_24231984.1144206979547--
--__--__--
_______________________________________________
Owfs-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/owfs-developers
End of Owfs-developers Digest
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Owfs-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/owfs-developers