Try the following

$ dpkg -l ow\*

if you see lines like

rc  owfs-common    2.8p15-1     all          common files used by any of the O
rc  owserver       2.8p15-1     armhf        Backend server for 1-Wire control


then you where not able to purge everything (rc means removed but configured, 
i.e. no binary but only config files.)
If you would like to wipe out everything go with "apt-get purge owserver” and 
so on.

To avoid this situation the correct sequence is

apt-get purge owfs
apt-get autoremove --purge 

but I would stay on the safe side and avoid the "autoremove --purge” and 
instead using explicit purge commands after listing what was effectively 
installed.

S.

> On 09 Jan 2015, at 17:49, Ekkehard Pofahl <ekkeh...@pofahl.de> wrote:
> 
> Thanks for all the tips.
> Using "apt-get install owfs" installs everything, at least owserver,
> owhttpd and owftp.Only one install needed to get verything to work.
> 
> So ideally "apt-get remove/purge/autoremove owfs" should wipe out any
> traces from the "apt-get" process. I used all three options,
> sequentially, ;-) . You still see error messages during boot and
> shutdown. Room for improvement, ;-).
> 
> At least this worked for me. I ignore the error messages.
> 
> Maybe in the future there is a nice way to combine the two install
> methods smoothly ?
> 
> Best regards
> Ekkehard
> 
> 
> 2015-01-07 23:42 GMT+01:00 Csillag Kristof <csillag.kris...@gmail.com>:
>> Just a small nore:
>> 
>> Debian has several owfs-related packages, not only the one actually
>> called owfs.
>> (Ie. owfs-common, owfs-fuse, owftpd, owhttpd, owserver, etc.)
>> 
>> If you want to start from a clean state, and you have not already done
>> so, be sure to remove those, too!
>> 
>>   Kristof
>> 
> 
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming! The Go Parallel Website,
> sponsored by Intel and developed in partnership with Slashdot Media, is your
> hub for all things parallel software development, from weekly thought
> leadership blogs to news, videos, case studies, tutorials and more. Take a
> look and join the conversation now. http://goparallel.sourceforge.net
> _______________________________________________
> Owfs-developers mailing list
> Owfs-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/owfs-developers

------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to