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

    [LCDProc] - Could not read config file

    Scheduled Pinned Locked Moved 2.2 Snapshot Feedback and Problems - RETIRED
    79 Posts 9 Posters 34.6k 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
      jjstecchino
      last edited by

      SOLVED (sort of)

      lcdproc-dev needs to be updated.
      installed  lcdproc 0.5.7_1 on top of lcdproc-dev and now it works flawlessly.

      For whoever is interested in a step by step temporary solution until lcdproc-dev is up to date:

      • Install lcdproc-dev 0.5.6 from pakages
      • drop to freebsd console
      • mount -uw /
      • pkg install sysutils/lcdproc
      • go to GUI status/services and start lcdproc

      it should work

      In /usr/local/sbin and /usr/loca/bin there are symbolic links to /usr/pbi/lcdproc/sbin and bin pointing to LCDd, lcdexec and lcdproc. installing the freebsd package overwrite these links with the downloaded executables. The php file handling lcdproc fortunately refers to the standard location in /usr/local/… so it is pointing to the new files. So just installing the freebsd package on top of the old pfsense lcdproc-dev pakage works flawlessly.

      Yeah! Working firebox with PFSense 2.2, IPV6 and working LCD. Cant be happier.

      Now time to learn the intricacies of ipv6.

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

        Nice discovery. Leaves me puzzled as to why my install is working though. I don't remember them being symlinks. I'll check tomorrow. Maybe if you had copied the older version it would have also worked.  :-\

        Steve

        1 Reply Last reply Reply Quote 0
        • J
          jjstecchino
          last edited by

          @stephenw10:

          Nice discovery. Leaves me puzzled as to why my install is working though. I don't remember them being symlinks. I'll check tomorrow. Maybe if you had copied the older version it would have also worked.  :-\

          Steve

          I think I tried that a couple of days ago when I was playing with permissions. I think I copied the lcdproc executables from the pbi dir to usr/local and it was a no go. At this point I believe it may be a problem with LCDd using libraries maybe incompatible with FreeBSD 10.
          Maybe on your install you are using other plugins that have updated some of the common libraries and that's why lcdproc works for you.

          Well isn't it time to upgrade lcdproc to the latest release anyway? How do we contact the lcdproc-dev maintainer? It should be a simple upgrade to do as the php code works untouched.

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

            If this is just a matter of updating the lcdproc version then just try installing the original lcdproc package which is now at 0.5.7-1. Even if the sdeclcd driver isn't there (it might be since it's in lcdproc upstream now) you should still be able to set a driver and start LCDd. It should be able to open the conf file. However I'm back here at my test box this morning and I misremembered, I do have symlinks to the lcdproc binaries. All three point to /usr/pbi/lcdproc-i386/bin though. Don't know if that's relevant , probably not since the sbin directory is a symlink to bin.
            Anyway I'm still at a loss to explain why my box is running it just fine.  :-\

            [2.2-BETA][root@pfSense.localdomain]/usr/pbi/lcdproc-i386/bin: ./LCDd -h
            LCDd - LCDproc Server Daemon, 0.5.6
            
            Copyright (c) 1998-2012 Selene Scriven, William Ferrell, and misc. contributors.
            This program is released under the terms of the GNU General Public License.
            
            Usage: LCDd [<options>]
              where <options>are:
                -h                  Display this help screen
                -c <config>Use a configuration file other than /usr/local/etc/LCDd.conf
                -d <driver>Add a driver to use (overrides drivers in config file) [curses]
                -f                  Run in the foreground
                -a <addr>Network (IP) address to bind to [127.0.0.1]
                -p <port>Network port to listen for connections on [13666]
                -u <user>User to run as [nobody]
                -w <waittime>Time to pause at each screen (in seconds) [4]
                -s <bool>If set, reporting will be done using syslog
                -r <level>Report level [2]
                -i <bool>Whether to rotate the server info screen
            Critical error while processing settings, abort.
            [2.2-BETA][root@pfSense.localdomain]/usr/pbi/lcdproc-i386/bin: md5 LCDd
            MD5 (LCDd) = 7417069cc4304f776d9c64e12c55ec97
            [2.2-BETA][root@pfSense.localdomain]/usr/pbi/lcdproc-i386/bin: md5 lcdproc
            MD5 (lcdproc) = 7417069cc4304f776d9c64e12c55ec97</bool></level></bool></waittime></user></port></addr></driver></config></options></options> 
            

            Are you running a clean install? Both my boxes are updates from 2.1.X.

            Steve

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

              Theory: LCDd cannot read the conf file because it is somehow locked by a previously run instance of LCDd. Your box is setup to run LCDd using the package rc script which is notoriously bad at starting cleanly. I am using Shellcmd scripts.
              Try running with report level 5 (-r 5) at the CLI.

              This doesn't explain why updating the binary solves the issue though.

              1 Reply Last reply Reply Quote 0
              • J
                jjstecchino
                last edited by

                OK the mystery gets thicker…..at least for me. somebody more knowledgeable may shed some light.

                removed freebsd package, then removed pfsense lcdproc-dev. Clean slate now.

                Installed pfsense lcdproc wich is 0.5.7_1, same version as freebsd pkg.

                setup driver to curses, setup some screens ----> no go.

                Start LCDd from console: /usr/local/sbin/LCDd -c /usr/local/etc/LCDd.conf --> bombs saying cannot read config file.
                Starting LCDd executable from pbi/..../bin  directory --> same result as above.

                Install freebsd lcdproc pkg. symlinks on /usr/local/sbin and bin get overwritten by pkg executables.

                Start  freebsd LCDd executable from  /usr/local/sbin/LCDd -c /usr/local/etc/LCDd.conf --> All OK. reads config and just work.

                Now are the 2 executables same?

                MD5 (/usr/pbi/lcdproc-i386/bin/LCDd) = ebbd43300381f0291d6deddc9e4c97b9 (pfsense)
                MD5 (/usr/local/sbin/LCDd) = 4061ed254181a5a518bcafcbc8695810 (freebsd)

                No they are not. Now is it a library problem?

                Overwrite /usr/local/sbin/LCDd (freebsd) with /usr/pbi/lcdproc.../bin/LCDd and keep everything else equal
                Run LCDd from /usr/local/sbin/LCDd  --> complains it cannot find LCDd.pbiopt
                copy LCDd.pbiopt from /usr/pbi/lcdproc.../bin to /usr/local/sbin
                Try to run LCDd again --> original error that cannot read config file in /usr/local/etc/LCDd.conf

                So we have come full circle.

                My conclusions at this point (probably flawed by my lack of knowledge about the pbi package system)

                Not a library problem, don't think LCDd uses any special library other than the different drivers

                freebsd and pfsense LCDd same version but compiled with different compiler options or code to support pbi (probably same compiler options/code used on lcdproc-dev and this is why they are suffering from the same problem)

                Now I dont know anything about PBI and I dont know the function of the pbiopt file. My has the following lines.

                cat LCDd.pbiopt
                PROGDIR: /usr/pbi/lcdproc-i386
                TARGET: sbin/LCDd

                It would seem something describing the location of the executable. in my PBI installation of lcdproc /usr/pbi/lcdproc.../sbin is a symbolic link to the bin directory.
                I wonder if the pbi version of lcdproc uses the information from pbiopt and in some ways screws up the relative path to the config file even if it is specified by the c option.

                Just speculations on my end at this point as I will have to read about building pbi packages and experiment. My understanding is that to build packages you need access to the super secret tool repository which I dont have. Otherwise I would take a stab at playing with the package to make it work.

                Back to the freebsd package for now

                1 Reply Last reply Reply Quote 0
                • J
                  jjstecchino
                  last edited by

                  Still cant understand why Stephen install works. Mine did not work after an upgrade from 2.1.5 and did not work after a fresh install of the Nov30 2gb nanobsd version. Maybe there is an issue with pbi permissions that in some way are different between my install and Stephen

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

                    Yes, odd. One thing that might be a factor is that uninstalling and then reinstalling a package does not remove the package config scetion from the config file. The fact that I had this installed and running in 2.1.5 before ungrading to 2.2 seems significant.
                    Looking back at my MD5 sums above for the 0.5.6 pbi binaries I thought I made some error because the files LCDd and lcdproc are the same file! Also lcdexec is the same file.  :o Also they are only 9k which seems way too small. My own tiny program is bigger than that.
                    I don't understand the pbi package system either.

                    [2.2-BETA][root@pfSense.localdomain]/usr/pbi/lcdproc-i386/bin: md5 LCDd
                    MD5 (LCDd) = 7417069cc4304f776d9c64e12c55ec97
                    [2.2-BETA][root@pfSense.localdomain]/usr/pbi/lcdproc-i386/bin: md5 lcdproc
                    MD5 (lcdproc) = 7417069cc4304f776d9c64e12c55ec97
                    [2.2-BETA][root@pfSense.localdomain]/usr/pbi/lcdproc-i386/bin: md5 lcdexec
                    MD5 (lcdexec) = 7417069cc4304f776d9c64e12c55ec97
                    

                    When it can't read the file did you try starting it at report level 5?

                    Steve

                    1 Reply Last reply Reply Quote 0
                    • J
                      jjstecchino
                      last edited by

                      Stephen on my first attempt I also upgraded from 2.1.5 where lcdproc was working just fine and did not work. I then did a fresh install and did not work either. I think the data in config.xml is used to write the real LCDd.conf file in /usr/etc. What is interesting is that leaving everything in the configs equal except for using the freebsd LCDd executable makes it work. This is why I think the problem is with the executable and may have to do with some built in security on the pbi version that get bypassed by the freebsd LCDd. Again I dont know much about building pbi's so just speculation.

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

                        Ah, so those files are not actually the executables. The real files are:

                        [2.2-BETA][root@pfSense.localdomain]/usr/pbi/lcdproc-i386/local/bin: md5 lcdproc
                        MD5 (lcdproc) = 2ec55b6ee3598d850bde73aa40d65bc4
                        [2.2-BETA][root@pfSense.localdomain]/usr/pbi/lcdproc-i386/local/bin: md5 lcdexec
                        MD5 (lcdexec) = 2b7e6ad087f87b86fb44b5fb69731b82
                        [2.2-BETA][root@pfSense.localdomain]/usr/pbi/lcdproc-i386/local/sbin: md5 LCDd
                        MD5 (LCDd) = cf735ce4045190e52f00a2755e80b6cf
                        
                        

                        Try moving those. And try a high reporting level if it still fails.

                        Steve

                        1 Reply Last reply Reply Quote 0
                        • J
                          jjstecchino
                          last edited by

                          Tried to move those and gives the same error. Interesting it seems just LCDd to be problematic. lcdproc and lcdexec seem to do fine unchanged.

                          Now wrestling with another issue. I cant upgrade to a new snapshot. The beauty of running betas… Fun though!

                          1 Reply Last reply Reply Quote 0
                          • chpalmerC
                            chpalmer
                            last edited by

                            The LCD package is also working on my 2.2 testbox (XTM 5 Series) after following your guide Steve.

                            Im running on a 4G CF and cannot remember if I ever had 2.1.x on it but don't believe I did. I don't mind yanking the card and starting over if needed.

                            Triggering snowflakes one by one..
                            Intel(R) Core(TM) i5-4590T CPU @ 2.00GHz on an M400 WG box.

                            1 Reply Last reply Reply Quote 0
                            • J
                              jjstecchino
                              last edited by

                              even more interesting. 64 or 32 bits?

                              1 Reply Last reply Reply Quote 0
                              • chpalmerC
                                chpalmer
                                last edited by

                                64bit

                                Triggering snowflakes one by one..
                                Intel(R) Core(TM) i5-4590T CPU @ 2.00GHz on an M400 WG box.

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

                                  OK I'm back home after being away for a week and restricted to just one test box and forgot my USB/serial adapter.  ::)

                                  So I've flashed a card with a clean Nano image in my X550e.

                                  [2.2-BETA][root@pfSense.localdomain]/root: uname -a
                                  FreeBSD pfSense.localdomain 10.1-RELEASE FreeBSD 10.1-RELEASE #0 29f4af5(releng/10.1)-dirty: Tue Dec  2 00:20:42 CST 2014     root@pfsense-22-i386-builder:/usr/obj.i386/usr/pfSensesrc/src/sys/pfSense_wrap.10.i386  i386
                                  
                                  

                                  After installing added WGXepc, because otherwise the fans drive me insane. Then enabled SSH, allowed unsigned packages, added an allow all rule on WAN, copied the LCDd.conf file attached above to /conf and added the shellcmd package.
                                  Then I installed the lcdproc package and then uninstalled it because it doesn't include the SDECLCD driver.
                                  Then I installed the lcdproc-dev package.
                                  It started no problems, it behaves exactly as I would expect.

                                  Without specifying a conf file:

                                  [2.2-BETA][root@pfSense.localdomain]/root: LCDd -r 5
                                  LCDd version 0.5.6 starting
                                  Built on Apr 22 2014, protocol version 0.3, API version 0.5
                                  Using Configuration File: /usr/local/etc/LCDd.conf
                                  Could not read config file: /usr/local/etc/LCDd.conf
                                  Set report level to 5, output to stderr
                                  Critical error while processing settings, abort.
                                  
                                  

                                  Specifying a conf file:

                                  [2.2-BETA][root@pfSense.localdomain]/root: LCDd -c /conf/LCDd.conf -r 5
                                  
                                  

                                  Gives logs:

                                  [2.2-BETA][root@pfSense.localdomain]/root: clog /var/log/system.log | grep LCDd
                                  Dec  2 23:47:34 pfSense LCDd: LCDd version 0.5.6 starting
                                  Dec  2 23:47:34 pfSense LCDd: Using Configuration File: /conf/LCDd.conf
                                  Dec  2 23:47:34 pfSense LCDd: Listening for queries on 127.0.0.1:13666
                                  
                                  

                                  I didn't setup anything using the lcdproc gui pages

                                  I am at a loss to explain why it won't run for you.  :-\

                                  Do you have anything in /usr/local/etc/rc.d? If you enable lcdproc via the gui you get an lcdproc rc file there, perhaps that is being called? Hard to see why though.

                                  Steve

                                  1 Reply Last reply Reply Quote 0
                                  • J
                                    jjstecchino
                                    last edited by

                                    Hold on…. here you are doing something different I have to try.
                                    You are copying a LCDd.conf into /conf and staring LCDd pointing to that config. I have not tried that.
                                    From What I have seen, the lcdproc pfsense package saves and updates the LCDd.conf file in /usr/local/etc/LCDd.conf. If I recall correctlyit  launches LCDd with /usr/bin/nice 20 /usr/local/sbin/LCDd -c /usr/local/etc/LCDd.conf.

                                    Why did you save a config in /conf?

                                    1 Reply Last reply Reply Quote 0
                                    • J
                                      jjstecchino
                                      last edited by

                                      Interesting… if I copy the same LCDd.conf from /usr/local/etc to /conf and I run -c  from there it works but if I launch with -c to /usr/local/etc/LCDd.conf it doesnt!

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

                                        @jjstecchino:

                                        Why did you save a config in /conf?

                                        Because when using the sdeclcd driver it's almost impossible to get the package to start reliably. Something in it can't cope with the multiple package restarts at boot and you usually end up with just LCDd running and no client but I've also seen two LCDds or just the client.  ::) I spent a fair few hours trying various modifications to the start script but in the end gave up. Even when it would start with the correct number of clients and servers it would crash after a day of so the next time the packages were restarted. I start the server and client using shellcmd entries and it works perfectly. Putting the conf file in /conf  means it survives a firmware update.

                                        This is interesting. I suggest it's looking in the wrong place. Maybe there isn't a full path being used somewhere. Does it give you anything more useful with '-r 5'?

                                        Steve

                                        Edit: You can read about the many things we tried starting from about here.

                                        1 Reply Last reply Reply Quote 0
                                        • J
                                          jjstecchino
                                          last edited by

                                          So Stephen what is your suggested configuration? copy LCDd.con to /conf and what else?
                                          What do you start in shellcmd other than LCDd?
                                          Any other configuration files to place in /conf?

                                          On a different note, the only thing that do not survive an upgrade are the msk and sk modules for the nic led, any suggestion on making them persistent after an upgrade? I guess I can place a cp command in shellcmd and perform an additional reboot after an upgrade but it is not very elegant.

                                          Also since you are the firebox guru, I wanted to mention a possible new problem with freebsd 10 and the mask nic. I used one of the msk nic on both of my firebox as a sync interface for carp. On 2.1 I had to add hw.msk.msi_disable=1 on loader.con.local and everything was good. On fobs 10 with or without mis disable both boxes would hang. nothing in the logs or no kernel errors. As I switched the sync interface to one of the sk nic I had no crashes anymore. I did that because I had the sense that crashes would happen when larger data chunks were getting transferred (i.e. dhcp or dans syncs)

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

                                            Basically it's this:
                                            http://forum.pfsense.org/index.php/topic,7920.msg344513.html#msg344513
                                            You can see in the screenshot in that post what other stuff I have running.

                                            The modified kernel modules do not survive a firmware update for good reason. If the base FreeBSD version is changed then loading bad kernel modules could potentially render the box unable to boot. I usually store a copy of the modules in /conf so I can easily copy them back. Not having them load is largely aesthetic anyway. Also running lcdproc like I do requires a second reboot anyway because the package reinstalls at the first boot but after the shellcmd scripts are run so never starts on the first boot. Not great but, again, much better then having it crash out every few days or having to completely manually install it each time.  ;)
                                            I guess it would be relatively easy to put in a shellcmd that is something like; if /boot/modules/sk and msk don't exist then copy from /conf and reboot. The risk at a kernel update is low, it would probably just fail to load the modules, but is there. Let us know if you create such a command.

                                            Interesting about the msk lockups. Was that running the modified msk module? The previous issues that caused them to become unresponsive always triggered 'watchdog timeout' errors in the system logs. If you have nothing it's going to be hard to track down. They worked fine in the same config under 2.1.5? You could try booting in verbose mode, keeping the serial console open (or recording it's output) and forcing the issue.  :-
                                            There are a whole lot of changes in msk between 8.3rel and 10.1rel. Some in Rx checksum off load. You could try disabling any hardware offloading that is set.
                                            You could try one box using sk and the other using msk to try to determine which half of the carp pair is causing the problem. Not sure what that might tell us though.

                                            Steve

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