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

    For some reason the latest update broke my logs

    Scheduled Pinned Locked Moved 2.0-RC Snapshot Feedback and Problems - RETIRED
    35 Posts 17 Posters 9.2k 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.
    • P
      pierob
      last edited by

      Same here: Shared object "libczmq.so.0" not found, required by "syslogd".

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

        Yup, me too.

        Starting syslog…
        /libexec/ld-elf.so.1:
        Shared object "libczmq.so.0" not found, required by "syslogd"

        Bummer.

        1 Reply Last reply Reply Quote 0
        • AhnHELA
          AhnHEL
          last edited by

          I dont see this on my amd64 box, but system logs are empty on my 386 nanobsd ALIX.

          AhnHEL (Angel)

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

            One thing I also noticed after this update was that my squid didn't reinstall after the update.  I manually installed it and all the settings were there and it started working.

            Also - problem still exists in Tue Jun 28 21:28:47 EDT 2011 snapshot.

            1 Reply Last reply Reply Quote 0
            • R
              robo
              last edited by

              I did encounter the same problem with syslogd on yesterdays snapshots for i386
              Obviously the libczmq.so.0 and libzmq.so.0 were missing.
              To fixit in my pf-jail machine I did:
              portsnap fetch extract
              cd /usr/ports/devel/czmq
              make
              after compile I simply copied those two libraries from czmq and zmq work folders to /usr/lib and started syslogd, and I'm back online with my logs.
              ldd /usr/sbin/syslogd
              /usr/sbin/syslogd:
              libutil.so.8 => /lib/libutil.so.8 (0x2809c000)
              libczmq.so.0 => /usr/lib/libczmq.so.0 (0x280ab000)
              libzmq.so.1 => /usr/lib/libzmq.so.1 (0x280b8000)
              libthr.so.3 => /lib/libthr.so.3 (0x280f2000)
              libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x28107000)
              libc.so.7 => /lib/libc.so.7 (0x281fb000)
              libm.so.5 => /lib/libm.so.5 (0x28315000)
              libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x2832f000)
              I would likely post these two files becouse that is all you need, if someone would point me some ftp location.

              1 Reply Last reply Reply Quote 0
              • E
                eri--
                last edited by

                I included the copying of lib*zmq in the build so next snapshot will be there.

                1 Reply Last reply Reply Quote 0
                • A
                  ariyako
                  last edited by

                  happen to me to  ;)

                  2.0-RC3 (i386)
                  built on Tue Jun 28 21:28:47 EDT 2011

                  1 Reply Last reply Reply Quote 0
                  • R
                    regis
                    last edited by

                    just updated to 2.0-RC3 (i386) built on Tue Jun 28 21:28:47 EDT 2011

                    and still no logs

                    1 Reply Last reply Reply Quote 0
                    • L
                      LostInIgnorance
                      last edited by

                      The changes wont show till the next build, later today.

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

                        Yea!!! It's working again!  Thank you!

                        Wed Jun 29 13:40:13 EDT 2011 Works!

                        1 Reply Last reply Reply Quote 0
                        • A
                          ariyako
                          last edited by

                          confirm log work again on 2.0-RC3 (i386) built on Wed Jun 29 13:40:13 EDT 2011

                          thanks!  :D

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

                            Hi,

                            I still have no logs on amd64 snapshot 30 june.

                            Starting syslog...
                            Jul  1 20:57:38  syslogd: /var/log/ntpd.log: No such file or directory
                            Jul  1 20:57:38  syslogd: /var/log/ppp.log: No such file or directory
                            Jul  1 20:57:38  syslogd: /var/log/pptps.log: No such file or directory
                            Jul  1 20:57:38  syslogd: /var/log/poes.log: No such file or directory
                            Jul  1 20:57:38  syslogd: /var/log/l2tps.log: No such file or directory
                            Jul  1 20:57:38  syslogd: /var/log/ipsec.log: No such file or directory
                            Jul  1 20:57:38  syslogd: /var/log/openvpn.log: No such file or directory
                            Jul  1 20:57:38  syslogd: /var/log/apinger.log: No such file or directory
                            Jul  1 20:57:38  syslogd: /var/log/relayd.log: No such file or directory
                            Jul  1 20:57:38  syslogd: /var/log/filter.log: No such file or directory
                            Jul  1 20:57:38  syslogd: /var/log/vpn.log: No such file or directory
                            Jul  1 20:57:38  syslogd: /var/log/portalauth.log: No such file or directory
                            Jul  1 20:57:38  syslogd: /var/log/dhcpd.log: No such file or directory
                            Jul  1 20:57:38  syslogd: /var/log/system.log: No such file or directory
                            Jul  1 20:57:38  syslogd: /var/log/system.log: No such file or directory
                            Jul  1 20:57:38  syslogd: /var/log/system.log: No such file or directory
                            Jul  1 20:57:38  syslogd: /var/log/system.log: No such file or directory
                            Jul  1 20:57:38  syslogd: /var/log/system.log: No such file or directory
                            done.
                            
                            1 Reply Last reply Reply Quote 0
                            • N
                              Nachtfalke
                              last edited by

                              Hi,

                              I updated to 2.0-RC3 (amd64) built on Fri Jul 1 23:19:47 EDT 2011 but there are still no logs.
                              Isn't there anyone else who has this problem on amd64 fullinstall ?

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

                                All mine are working, but they are x86 updates.  Wish I could confirm for you.

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

                                  @ermal:

                                  I included the copying of lib*zmq in the build so next snapshot will be there.

                                  ermal fixed it for the x86 builds but there is an error in the amd64, too. Not sure if it is the same or another one.

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

                                    Still no log on:
                                    2.0-RC3 (amd64) built on Sun Jul 3 04:02:48 EDT 2011

                                    1 Reply Last reply Reply Quote 0
                                    • jimpJ
                                      jimp Rebel Alliance Developer Netgate
                                      last edited by

                                      It's been working for me on amd64. I just started the builders recompiling their ports again to be on the safe side, so try the next new snapshots.

                                      Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

                                      Need help fast? Netgate Global Support!

                                      Do not Chat/PM for help!

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

                                        @jimp:

                                        It's been working for me on amd64. I just started the builders recompiling their ports again to be on the safe side, so try the next new snapshots.

                                        Hi,

                                        I'm on 2.0-RC3 (amd64) built on Mon Jul 4 16:49:48 EDT 2011 now. (No newer available) and still no logs.

                                        1 Reply Last reply Reply Quote 0
                                        • jimpJ
                                          jimp Rebel Alliance Developer Netgate
                                          last edited by

                                          There has not been a new snapshot since my last post.

                                          Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

                                          Need help fast? Netgate Global Support!

                                          Do not Chat/PM for help!

                                          1 Reply Last reply Reply Quote 0
                                          • AhnHELA
                                            AhnHEL
                                            last edited by

                                            Strange, I have never lost logs on my amd64 box and I'm on the same July 4th snapshot.  Have you tried a fresh install using a backup config?

                                            AhnHEL (Angel)

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