Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - samlii

#1
General Discussion / lcdproc setup
June 11, 2019, 10:07:28 PM
So I started looking into lcdproc use on 19.1 of OPNsense.  I didn't quite like the sdecl method of adding the start script and I wanted to see if I could just use the package as is.

I modified the conf's properly (LCDd and lcdproc) which works great, and then tried to get them to start via rc.d.

I set the enable values via rc.conf.d to YES and restarted.  It hangs on lcdproc start because LCDd isn't started.  With rc_debug set I don't see any messages from LCDd rc script.  I can run it from the command line, either straight (/usr/local/etc/rc.d/LCDd start) or through service (service LCDd start.) . But it will not start on startup.

rcorder does show it correctly. 

Any ideas?