Re: [PD] Watchdog: signaling pd

2019-05-29 Thread IOhannes m zmölnig
On 5/29/19 3:24 AM, Malcolm Jackson wrote: > Hey I'm trying to open Pd through an SSH connection with Putty and I keep you need an X-server running on your local system (your windows box), if you want to display any remote application. you could also run Pd in "-nogui" mode, but then you might not

[PD] Watchdog: signaling pd

2019-05-28 Thread Malcolm Jackson
Hey I'm trying to open Pd through an SSH connection with Putty and I keep getting the endless "watchdog: signaling pd..." message in the terminal. The book I'm following says it should go away and Pd will eventually open. How long could that be? Is there a way to fix this? Thanks, Malcolm

Re: [PD] watchdog -> force restart

2019-02-18 Thread Peter P.
* michael strohmann [2019-02-18 11:49]: > wow, that looks interesting! > so which object do you use to read out the gpio? I use Miller's gpio object. > would you be so kind as to share your gpioReading-demo.pd ? Attached. #N canvas 1 49 450 300 10; #X obj 194 95 loadbang; #X msg 194 121 open 1; #

Re: [PD] watchdog -> force restart

2019-02-18 Thread Csaba Láng
Not sure if this is what you are looking for, but I use a python script to run 2 pd instances connected via netsend. The main patch sends a ing every second to the other patch, if the ping is stopped, the second kills the main pd. What the script recognizes and restarts both pd patches. Best, Popes

Re: [PD] watchdog -> force restart

2019-02-18 Thread michael strohmann
wow, that looks interesting! so which object do you use to read out the gpio? would you be so kind as to share your gpioReading-demo.pd ? thanks! > On 18 Feb 2019, at 10:54, Peter P. wrote: > > * michael strohmann [2019-02-18 10:47]: >> >>> On 18 Feb 2019, at 10:36, Peter P. wrote: >>> >>>

Re: [PD] watchdog -> force restart

2019-02-18 Thread michael strohmann
, michael strohmann wrote: >> i need help understanding this description of the pd-watchdog >> >>> s_watchdog.c is the source of pd-watchdog, which was spawned in >>> sys_startgui(). >>> pd-watchdog monitors its stdin for any input, timing out after 5 seconds i

Re: [PD] watchdog -> force restart

2019-02-18 Thread Peter P.
* michael strohmann [2019-02-18 10:47]: > > > On 18 Feb 2019, at 10:36, Peter P. wrote: > > > > * michael strohmann [2019-02-18 10:22]: > >> good morning, > > Guten Morgen! > > > > I know you didn't want this answer, but, is there a chance you can > > figure out why you are getting the watch

Re: [PD] watchdog -> force restart

2019-02-18 Thread IOhannes m zmoelnig
On 18.02.19 10:21, michael strohmann wrote: > i need help understanding this description of the pd-watchdog > >> s_watchdog.c is the source of pd-watchdog, which was spawned in >> sys_startgui(). >> pd-watchdog monitors its stdin for any input, timing out after 5 se

Re: [PD] watchdog -> force restart

2019-02-18 Thread michael strohmann
> does anyone have experience with ps-watcher? >> http://ps-watcher.sourceforge.net <http://ps-watcher.sourceforge.net/> > I just found these: > https://rt.wiki.kernel.org/index.php/RT_Watchdog > >> i need help understanding this description of the pd-watchdog >>

Re: [PD] watchdog -> force restart

2019-02-18 Thread Peter P.
nce with ps-watcher? > http://ps-watcher.sourceforge.net <http://ps-watcher.sourceforge.net/> I just found these: https://rt.wiki.kernel.org/index.php/RT_Watchdog > i need help understanding this description of the pd-watchdog > > s_watchdog.c is the source of pd-watchdog, which was spaw

[PD] watchdog -> force restart

2019-02-18 Thread michael strohmann
-watcher.sourceforge.net <http://ps-watcher.sourceforge.net/> i need help understanding this description of the pd-watchdog s_watchdog.c is the source of pd-watchdog, which was spawned in sys_startgui(). pd-watchdog monitors its stdin for any input, timing out after 5 seconds if nothi

Re: [PD] watchdog

2018-05-03 Thread Jack
Yes, it is good to add a "sleep 1" at the end of the while loop. ++ Jack Le 03/05/2018 à 12:59, Roman Haefeli a écrit : > On Thu, 2018-05-03 at 11:56 +0200, Jack wrote: >> If you have several instances of Pd, it is also doable to do >> something >> like : >> >> pd -open yourpatch1.pd & >> PID1=$

Re: [PD] watchdog

2018-05-03 Thread Roman Haefeli
On Thu, 2018-05-03 at 11:56 +0200, Jack wrote: > If you have several instances of Pd, it is also doable to do > something > like : > > pd -open yourpatch1.pd & > PID1=$! > pd -open yourpatch2.pd & > PID2=$! > > while true > do > if [ ! -d /proc/$PID1 ] > then > pd -open yourpatch1

Re: [PD] watchdog

2018-05-03 Thread Raphaël Ilias
omething on raspberry, so that > >>> the puredata-watchdog will restart pd-0.48.0 automatically? > >>> where could i look up the mechanics of this, unfortunatly i am not a > >>> unix crack… > >> > >> Are you referring to the pd-watchdog b

Re: [PD] watchdog

2018-05-03 Thread Roman Haefeli
; where could i look up the mechanics of this, unfortunatly i am not > > a > > unix crack… > > Are you referring to the pd-watchdog binary, that comes with > puredata- > core? Is your Raspberry Pi running Raspbian? > > From what I understand, the purpose of the pd-watch

Re: [PD] watchdog

2018-05-03 Thread Jack
i wonder if it is possible to setup something on raspberry, so that >>> the puredata-watchdog will restart pd-0.48.0 automatically? >>> where could i look up the mechanics of this, unfortunatly i am not a >>> unix crack… >> >> Are you referring to the pd-w

Re: [PD] watchdog

2018-05-03 Thread Jack
; where could i look up the mechanics of this, unfortunatly i am not a >> unix crack… > > Are you referring to the pd-watchdog binary, that comes with puredata- > core? Is your Raspberry Pi running Raspbian? > > From what I understand, the purpose of the pd-watchdog is to paus

Re: [PD] watchdog

2018-05-03 Thread Peter P.
ok up the mechanics of this, unfortunatly i am not a > > unix crack… > > Are you referring to the pd-watchdog binary, that comes with puredata- > core? Is your Raspberry Pi running Raspbian? > > From what I understand, the purpose of the pd-watchdog is to pause Pd > in regula

Re: [PD] watchdog

2018-05-03 Thread Roman Haefeli
crack… Are you referring to the pd-watchdog binary, that comes with puredata- core? Is your Raspberry Pi running Raspbian? From what I understand, the purpose of the pd-watchdog is to pause Pd in regular intervals when running in real-time mode. I think this is measure to prevent Pd from lockin

[PD] watchdog

2018-05-02 Thread michael strohmann
Hello, i wonder if it is possible to setup something on raspberry, so that the puredata-watchdog will restart pd-0.48.0 automatically? where could i look up the mechanics of this, unfortunatly i am not a unix crack… cheers! michael ___ Pd-list@lists.ie

Re: [PD] watchdog: signaling pd...

2017-01-20 Thread Jaime Oliver La Rosa
Thanks all! It seems that changes in [declare]'s behavior were creating problems finding certain libraries of externals. the -noloadbang flag allowed me to change this behavior and now things load normally... best, J On 01/20/2017 08:01 AM, Antoine Rousseau wrote: calling pd with -n

Re: [PD] watchdog: signaling pd...

2017-01-20 Thread Antoine Rousseau
> > calling pd with -noaudio and -nomidi > > - enable "-verbose -stderr" also don't forget to try "-noloadbang", it could help too. Antoine Rousseau http://www.metalu.net __ http://www.metaluachahuter.com/ 2017-01-2

Re: [PD] watchdog: signaling pd...

2017-01-20 Thread IOhannes m zmölnig
On 01/20/2017 04:18 AM, Jaime Oliver La Rosa wrote: > This happens to certain patches and then I cannot open them again, it is > as if they were locked. It is currently happening to one I used yesterday! i guess one of the objects in their fails to create within reasonable limits. so i would do: -

[PD] watchdog: signaling pd...

2017-01-19 Thread Jaime Oliver La Rosa
Hi all, I have had, for a while, an issue opening patches, that I was able to open before without problems, and now I get the message: "watchdog: signaling pd..." I have tried calling pd with -noaudio and -nomidi, but it still gets stuck. I am on ubuntu 16.10 and pd 0.47-1, but this has been

Re: [PD] watchdog: signaling pd... message -ubuntu 14.04

2014-06-20 Thread IOhannes m zmölnig via Pd-list
On 06/20/2014 12:21 PM, matthew via Pd-list wrote: > 'watchdog: signaling pd...' > does anyone else get this message in the linux terminal if pd freezes? > what does it mean? it means that Pd is running with realtime priviliges and has frozen. the watchdog periodically sends "ping" messages to Pd,

[PD] watchdog: signaling pd... message -ubuntu 14.04

2014-06-20 Thread matthew via Pd-list
'watchdog: signaling pd...' does anyone else get this message in the linux terminal if pd freezes? what does it mean? ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list