On 09/16/2014 05:44 PM, Gerry Reno wrote:
> I was able to successfully compile and install xrdp on CentOS 7
>
> However I cannot get the process started.
>
> The first errors I encountered were for LSB.
>
> So based on other postings to fix those I had to:
> yum install redhat-lsb-core
>
> But still there are function errors related to LSB:
>
>     # systemctl status xrdp.service
>     xrdp.service - LSB: Start xrdp and sesman daemons
>        Loaded: loaded (/etc/rc.d/init.d/xrdp)
>        Active: failed (Result: exit-code) since Tue 2014-09-16 17:23:10 EDT; 
> 6min ago
>       Process: 16542 ExecStart=/etc/rc.d/init.d/xrdp start (code=exited, 
> status=127)
>
>     Sep 16 17:23:10 centos7minimal systemd[1]: Starting LSB: Start xrdp and 
> sesman daemons...
>     Sep 16 17:23:10 centos7minimal xrdp[16542]: /etc/rc.d/init.d/xrdp: line 
> 73: log_action_begin_msg: command not found
>     Sep 16 17:23:10 centos7minimal systemd[1]: xrdp.service: control process 
> exited, code=exited status=127
>     Sep 16 17:23:10 centos7minimal systemd[1]: Failed to start LSB: Start 
> xrdp and sesman daemons.
>     Sep 16 17:23:10 centos7minimal systemd[1]: Unit xrdp.service entered 
> failed state.
>
> Anybody else seeing this?

More research shows this:
/etc/rc.d/init.d/xrdp: line 73: log_action_begin_msg: command not found

is due to some non-LSB-compliant ubuntu craziness.

All these log functions need to be migrated over to LSB compliant forms.
log_success_msg ()
log_failure_msg ()
log_warning_msg ()




------------------------------------------------------------------------------
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
_______________________________________________
xrdp-devel mailing list
xrdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xrdp-devel

Reply via email to