<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: OWFS instalation on Ubuntu 6.06</title>
	<atom:link href="http://tomasz.korwel.net/2006/07/02/owfs-instalation-on-ubuntu-606/feed/" rel="self" type="application/rss+xml" />
	<link>http://tomasz.korwel.net/2006/07/02/owfs-instalation-on-ubuntu-606/</link>
	<description>programmer, administrator, engineer - my everyday fights with reality</description>
	<pubDate>Fri, 10 Sep 2010 20:35:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: James Nachbar</title>
		<link>http://tomasz.korwel.net/2006/07/02/owfs-instalation-on-ubuntu-606/comment-page-1/#comment-13253</link>
		<dc:creator>James Nachbar</dc:creator>
		<pubDate>Mon, 18 Aug 2008 20:35:42 +0000</pubDate>
		<guid isPermaLink="false">http://tomasz.korwel.net/2006/07/02/owfs-instalation-on-ubuntu-606/#comment-13253</guid>
		<description>There is a problem with owfs-2.7p4 and owfs-2.7p3 on Ubuntu:  

I have an owfs network with a usb adapter connected to nine DS2409's, with sensors on the main and aux limbs of the DS2409's.  I have been using this arrangement for many months under Fedora with owfs-2.7p2.  I just upgraded to Ubuntu Server 8.04 and owfs-2.7p4.  

However, whenever I go to one of my DS2409's aux limbs and issue an "ls", there is no output until I open another window and do an ls of another limb; that "releases" the first "ls", which then shows not only the content of the actual aux limb, but multiple echos of all of the DS2409's (which are not even on that limb, as they are all at the top level of the 1-wire network).

I tried several approaches to resolve this, including the module.d/blacklist suggestion above; nothing worked until I downgraded back to 2.7p2, which fixed the problem. I then tried 2.7p3, but the problem recurred.  Once I was back to 2.7p2, I removed the blacklist entries, and I am not having any problems.

Thus, this appears to be a problem introduced in 2.7p3 .  Note that I am using owserver and having owfs (and owhttpd) access the 1-wire network through owserver. 

With owhttpd, showing that directory produces a never ending listing (continually growing until I close the browser window) showing first the contents of the actual aux limb, and then repeatedly showing all of the DS2409's in sequence, over and over. 

The problem occurs with either owfs or owhttpd accessing the 1-wire network, so the problem is not with fuse or the fuse mounting code in owfs.  It does not occur on all limbs of all of the DS2409's; the one limb that always produces it (1F.E1C004000000/aux) has a DS18S20, three DS2438's, and a DS18B20.

If I do not use owserver, but rather use owfs to access the 1-wire network directly, the problem also occurs.  Thus, the problem is not with owserver itself, but with the common code used to access the 1-wire network.

Note that I am starting owserver with /opt/owfs/bin/owserver -u -F -p 4001 to access the usb network.</description>
		<content:encoded><![CDATA[<p>There is a problem with owfs-2.7p4 and owfs-2.7p3 on Ubuntu:  </p>
<p>I have an owfs network with a usb adapter connected to nine DS2409&#8217;s, with sensors on the main and aux limbs of the DS2409&#8217;s.  I have been using this arrangement for many months under Fedora with owfs-2.7p2.  I just upgraded to Ubuntu Server 8.04 and owfs-2.7p4.  </p>
<p>However, whenever I go to one of my DS2409&#8217;s aux limbs and issue an &#8220;ls&#8221;, there is no output until I open another window and do an ls of another limb; that &#8220;releases&#8221; the first &#8220;ls&#8221;, which then shows not only the content of the actual aux limb, but multiple echos of all of the DS2409&#8217;s (which are not even on that limb, as they are all at the top level of the 1-wire network).</p>
<p>I tried several approaches to resolve this, including the module.d/blacklist suggestion above; nothing worked until I downgraded back to 2.7p2, which fixed the problem. I then tried 2.7p3, but the problem recurred.  Once I was back to 2.7p2, I removed the blacklist entries, and I am not having any problems.</p>
<p>Thus, this appears to be a problem introduced in 2.7p3 .  Note that I am using owserver and having owfs (and owhttpd) access the 1-wire network through owserver. </p>
<p>With owhttpd, showing that directory produces a never ending listing (continually growing until I close the browser window) showing first the contents of the actual aux limb, and then repeatedly showing all of the DS2409&#8217;s in sequence, over and over. </p>
<p>The problem occurs with either owfs or owhttpd accessing the 1-wire network, so the problem is not with fuse or the fuse mounting code in owfs.  It does not occur on all limbs of all of the DS2409&#8217;s; the one limb that always produces it (1F.E1C004000000/aux) has a DS18S20, three DS2438&#8217;s, and a DS18B20.</p>
<p>If I do not use owserver, but rather use owfs to access the 1-wire network directly, the problem also occurs.  Thus, the problem is not with owserver itself, but with the common code used to access the 1-wire network.</p>
<p>Note that I am starting owserver with /opt/owfs/bin/owserver -u -F -p 4001 to access the usb network.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Nachbar</title>
		<link>http://tomasz.korwel.net/2006/07/02/owfs-instalation-on-ubuntu-606/comment-page-1/#comment-13243</link>
		<dc:creator>James Nachbar</dc:creator>
		<pubDate>Mon, 18 Aug 2008 05:38:42 +0000</pubDate>
		<guid isPermaLink="false">http://tomasz.korwel.net/2006/07/02/owfs-instalation-on-ubuntu-606/#comment-13243</guid>
		<description>On further testing, I am not sure that it is necessary to run the sudo chmod command.  The mounted directory has question marks for the user, group, and permissions when ls -l from a regular user, but sudo ls -l shows the correct info.  Thus, the root user can read the directory without problem.</description>
		<content:encoded><![CDATA[<p>On further testing, I am not sure that it is necessary to run the sudo chmod command.  The mounted directory has question marks for the user, group, and permissions when ls -l from a regular user, but sudo ls -l shows the correct info.  Thus, the root user can read the directory without problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Nachbar</title>
		<link>http://tomasz.korwel.net/2006/07/02/owfs-instalation-on-ubuntu-606/comment-page-1/#comment-13242</link>
		<dc:creator>James Nachbar</dc:creator>
		<pubDate>Mon, 18 Aug 2008 05:33:03 +0000</pubDate>
		<guid isPermaLink="false">http://tomasz.korwel.net/2006/07/02/owfs-instalation-on-ubuntu-606/#comment-13242</guid>
		<description>Update:  also need to install package "make"
used "sudo" for each command, ran "sudo make" and "sudo make install"

also (as noted at http://owfs.org/index.php?page=ubuntu), need to:
sudo chmod 4755 /bin/fusermount
otherwise, the mounted directory has question marks for the owner, group, and permissions
Note that thre mare be security concerns regarding making fusermount suid.  However, the only change from the chmod was to add user execute permission.  Before: -rwsr-xr--, after -rwsr-xr-x .</description>
		<content:encoded><![CDATA[<p>Update:  also need to install package &#8220;make&#8221;<br />
used &#8220;sudo&#8221; for each command, ran &#8220;sudo make&#8221; and &#8220;sudo make install&#8221;</p>
<p>also (as noted at <a href="http://owfs.org/index.php?page=ubuntu" rel="nofollow">http://owfs.org/index.php?page=ubuntu</a>), need to:<br />
sudo chmod 4755 /bin/fusermount<br />
otherwise, the mounted directory has question marks for the owner, group, and permissions<br />
Note that thre mare be security concerns regarding making fusermount suid.  However, the only change from the chmod was to add user execute permission.  Before: -rwsr-xr&#8211;, after -rwsr-xr-x .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: belong</title>
		<link>http://tomasz.korwel.net/2006/07/02/owfs-instalation-on-ubuntu-606/comment-page-1/#comment-12565</link>
		<dc:creator>belong</dc:creator>
		<pubDate>Mon, 14 Apr 2008 16:18:04 +0000</pubDate>
		<guid isPermaLink="false">http://tomasz.korwel.net/2006/07/02/owfs-instalation-on-ubuntu-606/#comment-12565</guid>
		<description>When I type this command "/opt/owfs/bin/owfs /dev/ttyS0 /var/1-Wire/mnt" there is a problem.
the screen shows" can't find out libusb-0.1.4 directory in shared libraries
Should I copy the libusb-0.1.4 in the /opt/owfs/lib/ ? or could you tell me what file I should include?
My system is Ubuntu 7.10</description>
		<content:encoded><![CDATA[<p>When I type this command &#8220;/opt/owfs/bin/owfs /dev/ttyS0 /var/1-Wire/mnt&#8221; there is a problem.<br />
the screen shows&#8221; can&#8217;t find out libusb-0.1.4 directory in shared libraries<br />
Should I copy the libusb-0.1.4 in the /opt/owfs/lib/ ? or could you tell me what file I should include?<br />
My system is Ubuntu 7.10</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jfdnerds</title>
		<link>http://tomasz.korwel.net/2006/07/02/owfs-instalation-on-ubuntu-606/comment-page-1/#comment-12373</link>
		<dc:creator>jfdnerds</dc:creator>
		<pubDate>Mon, 28 Jan 2008 19:06:31 +0000</pubDate>
		<guid isPermaLink="false">http://tomasz.korwel.net/2006/07/02/owfs-instalation-on-ubuntu-606/#comment-12373</guid>
		<description>Fixed Nabble link:

http://www.nabble.com/Debian%2BUbuntu-package-availability-p12741322.html</description>
		<content:encoded><![CDATA[<p>Fixed Nabble link:</p>
<p><a href="http://www.nabble.com/Debian%2BUbuntu-package-availability-p12741322.html" rel="nofollow">http://www.nabble.com/Debian%2BUbuntu-package-availability-p12741322.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jfdnerds</title>
		<link>http://tomasz.korwel.net/2006/07/02/owfs-instalation-on-ubuntu-606/comment-page-1/#comment-12372</link>
		<dc:creator>jfdnerds</dc:creator>
		<pubDate>Mon, 28 Jan 2008 19:04:57 +0000</pubDate>
		<guid isPermaLink="false">http://tomasz.korwel.net/2006/07/02/owfs-instalation-on-ubuntu-606/#comment-12372</guid>
		<description>There now appears to be apt-get source for OWFS for several flavors of Debian and Ubuntu.  I am just about to try this, found discussion in Nabble:

http://www.nabble.com/Ubuntu...I've-been-spoilt-with-the-NSLU2-packaging...help-!-td12696120.html

There also appear to be repos for Gutsy, though it's not mentioned in that post:

deb http://ppa.launchpad.net/smurf/ubuntu gutsy main universe
deb-src http://ppa.launchpad.net/smurf/ubuntu gutsy main universe</description>
		<content:encoded><![CDATA[<p>There now appears to be apt-get source for OWFS for several flavors of Debian and Ubuntu.  I am just about to try this, found discussion in Nabble:</p>
<p><a href="http://www.nabble.com/Ubuntu...I" rel="nofollow">http://www.nabble.com/Ubuntu&#8230;I</a>&#8216;ve-been-spoilt-with-the-NSLU2-packaging&#8230;help-!-td12696120.html</p>
<p>There also appear to be repos for Gutsy, though it&#8217;s not mentioned in that post:</p>
<p>deb <a href="http://ppa.launchpad.net/smurf/ubuntu" rel="nofollow">http://ppa.launchpad.net/smurf/ubuntu</a> gutsy main universe<br />
deb-src <a href="http://ppa.launchpad.net/smurf/ubuntu" rel="nofollow">http://ppa.launchpad.net/smurf/ubuntu</a> gutsy main universe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: drewp</title>
		<link>http://tomasz.korwel.net/2006/07/02/owfs-instalation-on-ubuntu-606/comment-page-1/#comment-12246</link>
		<dc:creator>drewp</dc:creator>
		<pubDate>Mon, 07 Jan 2008 00:44:12 +0000</pubDate>
		<guid isPermaLink="false">http://tomasz.korwel.net/2006/07/02/owfs-instalation-on-ubuntu-606/#comment-12246</guid>
		<description>For USB DS9490 on ubuntu 7.04, kernel 2.6.20, I appended these to /etc/modprobe.d/blacklist:
blacklist wire
blacklist ds2490

to stop the kernel w1_master_driver from opening the device. w1_master_driver causes tons of stutters to all programs (I think because it tries to do way too much in a kernel call).

A few posters wondered about which usb device to use. I just did "-u" on commandlines and ow.init("u") in python and it worked. I never had to name my device.</description>
		<content:encoded><![CDATA[<p>For USB DS9490 on ubuntu 7.04, kernel 2.6.20, I appended these to /etc/modprobe.d/blacklist:<br />
blacklist wire<br />
blacklist ds2490</p>
<p>to stop the kernel w1_master_driver from opening the device. w1_master_driver causes tons of stutters to all programs (I think because it tries to do way too much in a kernel call).</p>
<p>A few posters wondered about which usb device to use. I just did &#8220;-u&#8221; on commandlines and ow.init(&#8221;u&#8221;) in python and it worked. I never had to name my device.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomasz</title>
		<link>http://tomasz.korwel.net/2006/07/02/owfs-instalation-on-ubuntu-606/comment-page-1/#comment-11417</link>
		<dc:creator>tomasz</dc:creator>
		<pubDate>Fri, 02 Nov 2007 03:09:08 +0000</pubDate>
		<guid isPermaLink="false">http://tomasz.korwel.net/2006/07/02/owfs-instalation-on-ubuntu-606/#comment-11417</guid>
		<description>Check permissions - make sure your "regular" user have enough rights to access the device.</description>
		<content:encoded><![CDATA[<p>Check permissions - make sure your &#8220;regular&#8221; user have enough rights to access the device.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: s gray</title>
		<link>http://tomasz.korwel.net/2006/07/02/owfs-instalation-on-ubuntu-606/comment-page-1/#comment-11415</link>
		<dc:creator>s gray</dc:creator>
		<pubDate>Fri, 02 Nov 2007 01:28:03 +0000</pubDate>
		<guid isPermaLink="false">http://tomasz.korwel.net/2006/07/02/owfs-instalation-on-ubuntu-606/#comment-11415</guid>
		<description>Ok, I figured that one out.

The eval kit has jumpers to enable the separate chips. Once I got those installed, I can see any chip I plug into either the tsoc socket or the 3-pin header.

I still have the other problem where I cant see the dir unless I am root.

Anyone?

Stu</description>
		<content:encoded><![CDATA[<p>Ok, I figured that one out.</p>
<p>The eval kit has jumpers to enable the separate chips. Once I got those installed, I can see any chip I plug into either the tsoc socket or the 3-pin header.</p>
<p>I still have the other problem where I cant see the dir unless I am root.</p>
<p>Anyone?</p>
<p>Stu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: s gray</title>
		<link>http://tomasz.korwel.net/2006/07/02/owfs-instalation-on-ubuntu-606/comment-page-1/#comment-11412</link>
		<dc:creator>s gray</dc:creator>
		<pubDate>Thu, 01 Nov 2007 23:25:49 +0000</pubDate>
		<guid isPermaLink="false">http://tomasz.korwel.net/2006/07/02/owfs-instalation-on-ubuntu-606/#comment-11412</guid>
		<description>I have OWFS installed with ubuntu 7.1 ( or whatever is the newest as of 10/27 ).

When I run OWFS -u -m /mnt/1-wire I see 'stuff' appear in that directory. However the device Id of the dir begins with 81.      As far as I can tell, there is no 1-wire device with that device ID.

If I unplug my DS9490R I see nothing. I umount the dir, plug the USB adapter back in, re-run owfs, and all I see is the 81.    device.  I have the 1-wire development kit plugged into the DS9490R  so I should see a DS28E04S-100 at the other end of the 1-wire network.

Also, just to do an 'ls /mnt/1-wire'  , I must do it as root....why?

What am I doing wrong?

s</description>
		<content:encoded><![CDATA[<p>I have OWFS installed with ubuntu 7.1 ( or whatever is the newest as of 10/27 ).</p>
<p>When I run OWFS -u -m /mnt/1-wire I see &#8217;stuff&#8217; appear in that directory. However the device Id of the dir begins with 81.      As far as I can tell, there is no 1-wire device with that device ID.</p>
<p>If I unplug my DS9490R I see nothing. I umount the dir, plug the USB adapter back in, re-run owfs, and all I see is the 81.    device.  I have the 1-wire development kit plugged into the DS9490R  so I should see a DS28E04S-100 at the other end of the 1-wire network.</p>
<p>Also, just to do an &#8216;ls /mnt/1-wire&#8217;  , I must do it as root&#8230;.why?</p>
<p>What am I doing wrong?</p>
<p>s</p>
]]></content:encoded>
	</item>
</channel>
</rss>
