Hi Guys,
I made a symlink to /etc/xrdp/xrdp.sh in /etc/init.d/ and called it xrdp.
So the pre-check part of the script found it.
I renamed it to xrdpd, so it is now working fine.
Thanks for the tips and guidelines.
And sorry for the double post (there were 2 mails about this issue from 2
different email addresses, as I was not sure if I did it correctly at the
first place).
Regards,
tamas
On 7 February 2013 08:16, Daniel Lindgren <bd.d...@gmail.com> wrote:
> The check for a running xrdp doesn't use the full path, which results in a
> match for the script itself.
>
> Try these changes to xrdp(.sh):
>
> ps u --noheading -C xrdp | grep -q -i xrdp
>
> to
>
> ps u --noheading -C xrdp | grep -q -i $SBINDIR/xrdp
>
> and
>
> ps u --noheading -C xrdp-sesman | grep -q -i xrdp-sesman
>
> to
>
> ps u --noheading -C xrdp-sesman | grep -q -i $SBINDIR/xrdp-sesman
>
> That should do the trick.
>
> Cheers,
> Daniel
>
>
>
> ------------------------------------------------------------------------------
> Free Next-Gen Firewall Hardware Offer
> Buy your Sophos next-gen firewall before the end March 2013
> and get the hardware for free! Learn more.
> http://p.sf.net/sfu/sophos-d2d-feb
> _______________________________________________
> xrdp-devel mailing list
> xrdp-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xrdp-devel
>
>
------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
xrdp-devel mailing list
xrdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xrdp-devel