On Sun, Jan 04, 2015 at 02:04:57PM +0100, Stefano Miccoli wrote:
>Try ‘apt-get purge owfs’. Of course if you want automatic server
>startup at boot you have to write your own init.d script.
>
It's not the norm to have to write your own init.d script when
installing servers on debian/ubuntu
Minor improvement -- basically fixes the owfs problem for Markus Gaugusch's
report:
"cat: temperature: Message too long"
The problem is that some tools (like cat) ask for an arbitrary (but large)
read to gather all the data. It used to be 64K but now seems to be 128K
which passes some internal li
I looked closely at the error. Near as I can tell, it's the utility, like
'cat' that's supplying the 131072 (128K) read request size.
The actual size is 12 bytes and that number is returned in the preceding
fstat call. I think the ulitities just ask for a generic large read, and I
presume that siz
Hello Paul,
on sourceforge.net is no file for download the 2.9p9 available.
Best regards,
Roland
From: Paul Alfille
Sent: Tuesday, January 06, 2015 2:59 PM
To: owfs-developers
Subject: [Owfs-developers] New Release 2.9p9
Minor improvement -- basically fixes the owfs problem for Markus Gaugusch
Hello again Paul,
Just wondering, how come the project has McAfee_8.7Home.exe in the project root
directory on Sourceforge? And only 7 bytes? seems just a little suspect...
Bruce
From: Paul Alfille
Sent: Tuesday, January 06, 2015 8:59 AM
To: owfs-developers
Subject: [Owfs-developers] New
Hey Paul,
As of 2pm EST I still do not see 2.9p9 on Sourceforge, just the 2.9p8 download,
and an empty owfs/2.9p9 folder.
As always, thanks for keeping this going
Bruce
From: Paul Alfille
Sent: Tuesday, January 06, 2015 8:59 AM
To: owfs-developers
Subject: [Owfs-developers] New Release 2.9p9
M
I think the file upload was a little flakey. Did it a couple times more and
now I see the files listed. Sorry for the premature announcement.
On Tue, Jan 6, 2015 at 1:56 PM, brucek wrote:
> Hey Paul,
> As of 2pm EST I still do not see 2.9p9 on Sourceforge, just the 2.9p8
> download, and an emp
Hi Paul!
I have updated to 2.9p9 and it works fine again. Thank you :)
Markus
On Jan 6, Paul Alfille wrote:
I looked closely at the error. Near as I can tell, it's the utility, like 'cat'
that's supplying the
131072 (128K) read request size.
The actual size is 12 bytes and that number is re
The question was how to completely delete the packaged owfs: and this deletes
also init.d scripts.
I do not know if there is a “canonical way” to handle this situation, but when
installing from source I prefer to completely delete the packaged sw (i.e.
apt-get purge) and start from scratch.
It