Search found 3 matches

by guiguid
Sunday 11 December 2016 14:32
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Small issue with overlayfs
Replies: 6
Views: 1532

Re: Small issue with overlayfs

fixed by :

Code: Select all

-#!/bin/sh
+#/bin/bash
Have nice day
by guiguid
Sunday 11 December 2016 14:28
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Small issue with overlayfs
Replies: 6
Views: 1532

Re: Small issue with overlayfs

Same bug : pi@raspberrypi:/tmp $ sudo su - root@raspberrypi:~# mount -o remount,rw / root@raspberrypi:~# /etc/init.d/saveoverlays sync [....] Syncing overlay filesystem sync: saveoverlays[info] Syncing /home to /home_org .... [info] Syncing /var to /var_org .... [info] Saving fake-hwclock. [info ...
by guiguid
Tuesday 08 November 2016 19:27
Forum: dzVents
Topic: dzVents 1.0 released
Replies: 135
Views: 23208

Re: dzVents 1.0 released

Hi, just pushing a pull request for leaking detection. -- Water leak detection -- -- assumptions: -- need 2 devices : -- a Water Flow devices name "Water_Flow" -- a Dummy Device type percentage "Leakage_Percent" -- -- 1 / leakage "open valve" -- Every minute if a non-zero water flow is present, it ...