2010/7/28 Itamar Reis Peixoto :
>
> don`t use this, if xrdp crashes, please report a bug.
Please activate also the dump file on crash so you can do a full
backtrace *after* crashes.
--
The Palm PDK Hot Apps Program off
2010/7/28 Murtaza Munaim :
> What do you suggest to monitor xrdp and sesman?
>
> -Murtaza
I use a little watchdog like this:
#!/bin/sh
if [ -z "$1" ]; then
echo "Parameter missing, aborting..."
exit 1
fi
ulimit -c unlimited
while true
do
rm -f /var/run/xrdp.pid
$1 -nodaemo
What do you suggest to monitor xrdp and sesman?
-Murtaza
On 07/27/2010 07:12 PM, Itamar Reis Peixoto wrote:
> On Tue, Jul 27, 2010 at 5:34 PM, Murtaza Munaim wrote:
>> Hey guys. So I am trying to configure xrdp to be monitored by some
>> program to make sure if it goes down, something will b
On Tue, Jul 27, 2010 at 5:34 PM, Murtaza Munaim wrote:
> Hey guys. So I am trying to configure xrdp to be monitored by some
> program to make sure if it goes down, something will bring it back up.
> I am currently using god's monitoring service to monitor my other
> services, and would like to ha
Hey guys. So I am trying to configure xrdp to be monitored by some
program to make sure if it goes down, something will bring it back up.
I am currently using god's monitoring service to monitor my other
services, and would like to have xrdp be monitored by god as well.
However, when I set up a