Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    LCDProc 0.5.4-dev

    Scheduled Pinned Locked Moved pfSense Packages
    587 Posts 68 Posters 602.3k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • J
      jasonlitka
      last edited by

      @stephenw10:

      Michelle (mdima) forked the original lcdproc package and updated it. See the first post in this thread.

      Steve

      Yeah, I was hoping that wasn't the case.  Not online for more than 3 weeks.  PM sent though and crossing my fingers.

      I can break anything.

      1 Reply Last reply Reply Quote 0
      • T
        Topper727
        last edited by

        I just got the updates to fix the LED's merged. I hope this means that it will be and update in our packages list. I think this will happen soon.

        I just confirmed, if you re-install the LCDProc-dev package you will get the LED Patch now.

        Dell 2950 g3 server
        Intel(R) Xeon(R) CPU E5430 @ 2.66GHz
        Current: 2000 MHz, Max: 2667 MHz
        8 CPUs: 2 package(s) x 4 core(s)
        8152 MiB and 600meg 10k drive
        Pfsense 2.4 .. Hoping to get the phpvirtualbox going again.

        1 Reply Last reply Reply Quote 0
        • N
          nobita0313
          last edited by

          I am using HD44780 with LCD2USB on PfSense 2.1. My Lcd is messed up and character are not aligned.
          Youtube Video

          I have another identical LCD display and adapter and they work normally on a NAS with lcdproc 0.5.6, so I think it is a bug in the package?

          Untitled.jpg
          Untitled.jpg_thumb

          1 Reply Last reply Reply Quote 0
          • stephenw10S
            stephenw10 Netgate Administrator
            last edited by

            Can you try to kill the php client and start the standard LCDproc client?

            Steve

            1 Reply Last reply Reply Quote 0
            • N
              nobita0313
              last edited by

              @stephenw10:

              Can you try to kill the php client and start the standard LCDproc client?

              Steve

              Thanks for your quick reply!

              I went though the following process:
              1. Stop LCDproc though WebGUI
              2. ssh into PfSense
              3. cd /usr/local/
              4. sbin/LCDd -c etc/LCDd.conf
              5. bin/lcdproc

              and there is no effect. Does it means that this is a problem of the driver?
              Youtube Video

              ps. php client and lcdproc client use the same LCDd.conf

              1 Reply Last reply Reply Quote 0
              • K
                kilthro
                last edited by

                @ nobita0313
                Did you try removing the package and conf files and rebuild it from fresh to see if that resolves it?

                I have a question on the dev package. Since the last version or two that have been published, there are times that i will notice that the lcd display is blank except for the blinking heart with a 0 by connections ect. Its like it lost communication. The service is still running. If I restart it, its works fine. I am not sure why it just randomly stops working.

                I thought it was during snort updates, rules refresh but I have noticed it happening at times that none of that happens. Even after some of these refreshes it works just fine. Has anyone else had this happen? I don't have the log setting to 3 since it was spamming the log with every lcd refresh or status refresh. So I have set it to 0. I haven't noticed any errors in the system log related to whats causing it to lose connection from service to display.  I am on most recent version of pfsense 64 bit.

                I can list out packages if needed or if there is anything else i can do to track/log whats going on, please let me know. It did work just fine for the past couple of years before most recent update maybe two… These were updated when pfsense was updated and all packages were reinstalled.

                Any suggestions or help would be greatly appreciated.

                1 Reply Last reply Reply Quote 0
                • N
                  nobita0313
                  last edited by

                  I tried that before, no luck. I even built lcdproc from source (with FreeBSD 8.4, 8.3 is outdated and the pkg-add command is broken) and copy the files to /usr/local and it result the same. Would it be some problems with libusb that comes with pfsense?

                  My LCD display on a synology NAS encounter the same problem as you did, not sure why.

                  1 Reply Last reply Reply Quote 0
                  • stephenw10S
                    stephenw10 Netgate Administrator
                    last edited by

                    @kilthro
                    The servce status only monitors LCDd, the server part, and not the client. So if the client dies you just see whatever the server is generating, possibly just the heartbeat. The php client is subject to maximum run time before pfSense automatically kills it, a feature that was introduced for all php processes. I'm not sure if that has been fixed yet, it is possible to call php in a way that prevent this.

                    @nobita0313
                    Ok, so I can see output from both just the server/driver and from the lcdproc client in your video and they all exhibit the same errors so it looks like a driver rpoblem of some sort.  :-\

                    Steve

                    1 Reply Last reply Reply Quote 0
                    • N
                      nobita0313
                      last edited by

                      A clean install in a VM runs the package flawlessly, this is awkward. :(

                      1 Reply Last reply Reply Quote 0
                      • stephenw10S
                        stephenw10 Netgate Administrator
                        last edited by

                        You mean using some sort of USB pass-through?

                        What hardware are you using now? Perhaps it's some USB speed issue, maybe there's a bios setting to force it to usb 1 mode.  :-\

                        Steve

                        1 Reply Last reply Reply Quote 0
                        • N
                          nobita0313
                          last edited by

                          The problem seems to be caused by packages conflicts. My clean installed pfsense suffered from the same problem only after I restored my setting. If I restore it without any other packages, lcdproc works fine. I had iperf, shellcmd, RRD Summary installed previously.

                          1 Reply Last reply Reply Quote 0
                          • stephenw10S
                            stephenw10 Netgate Administrator
                            last edited by

                            Hmm, hard to see how any of those packages could have much effect on lcdproc or a USB device. Only if they're using most or all the CPU cycles for some reason.  :-\

                            Steve

                            1 Reply Last reply Reply Quote 0
                            • D
                              divsys
                              last edited by

                              I'm no expert in this hardware area (hats off to Steve  8)), but I might add:

                              The problem seems to be caused by packages conflicts. My clean installed pfsense suffered from the same problem only after I restored my setting. If I restore it without any other packages, lcdproc works fine. I had iperf, shellcmd, RRD Summary installed previously.

                              Perhaps it would be worth a shot to restore without packages and then manually add the packages back one by one?  The manual rebuild will be a bit of a pain, but it removes the possibility of some leftover weirdness in the restore file.

                              -jfp

                              1 Reply Last reply Reply Quote 0
                              • M
                                matrix200
                                last edited by

                                Hi, I have modified the original package a bit by disabling the LCDd execution and changing lcdproc.inc to connect to a different ip (vm host which actually has LCDd running and the hardware).
                                Now my question is how can I make the status to detect it as running instead of using LCDd for status verification?
                                I understand it does so by checking process list for LCDd?
                                I suppose the easiest for now would be faking it by writing some binary named LCDd that does nothing and is retained in the process list?

                                Also I would like to either make this configurable.
                                That is add another gui page where it is possible to define ip/port of LCDd instead of configuring a local copy of LCDd daemon and make local LCDd settings optional if remote daemon is chosen.
                                Is anybody interested in such feature?

                                Current network "hardware" :
                                Running 2.2RC in Virtualbox 4.2.16.

                                Retired:
                                ALIX2C2 , 4 gigabyte disk cf card running 2.0 (official release).

                                1 Reply Last reply Reply Quote 0
                                • stephenw10S
                                  stephenw10 Netgate Administrator
                                  last edited by

                                  It's been a while since I looked but I believe the service monitored is listed in the package config xml file.

                                  Edit: Yep in the <service>section in lcdproc.xml

                                  Steve</service>

                                  1 Reply Last reply Reply Quote 0
                                  • M
                                    matrix200
                                    last edited by

                                    Yeah, but I am not sure what I should write in there to make it work.
                                    I can't obviously right php because thats what is actually running.
                                    So I guess I need to write a custom is_running function instead?

                                    Current network "hardware" :
                                    Running 2.2RC in Virtualbox 4.2.16.

                                    Retired:
                                    ALIX2C2 , 4 gigabyte disk cf card running 2.0 (official release).

                                    1 Reply Last reply Reply Quote 0
                                    • stephenw10S
                                      stephenw10 Netgate Administrator
                                      last edited by

                                      I believe that the Status: Services: page just greps for whatever is in the 'executable' field in the output of ps so you should be able to put the php client in there. Try it and see.

                                      Steve

                                      1 Reply Last reply Reply Quote 0
                                      • M
                                        matrix200
                                        last edited by

                                        Tried to put both in lcdproc.xml and config.xml  the string lcdproc.php (that should have been enough right?) and nada.
                                        Still shows as stopped.

                                        Current network "hardware" :
                                        Running 2.2RC in Virtualbox 4.2.16.

                                        Retired:
                                        ALIX2C2 , 4 gigabyte disk cf card running 2.0 (official release).

                                        1 Reply Last reply Reply Quote 0
                                        • stephenw10S
                                          stephenw10 Netgate Administrator
                                          last edited by

                                          You re-installed lcdproc with the changed file?

                                          Steve

                                          1 Reply Last reply Reply Quote 0
                                          • M
                                            matrix200
                                            last edited by

                                            No, but I ran some other tests which I think mean it doesn't just check ps output.
                                            I wrote a shellscript that just sleeps for a while and called it LCDd.
                                            Obviously if I do ps | grep LCDd it returns a non empty result.
                                            Yet the service appears to be stopped while the script is running.
                                            Does it have to literally match the executable string or can I just use a part of it?
                                            So does it have to be "/usr/local/bin/php -f /usr/local/pkg/lcdproc_client.php"  as appears in lcdproc.inc where the client is launched?

                                            Current network "hardware" :
                                            Running 2.2RC in Virtualbox 4.2.16.

                                            Retired:
                                            ALIX2C2 , 4 gigabyte disk cf card running 2.0 (official release).

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.