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

    2.0.1 Update Problem

    Scheduled Pinned Locked Moved Problems Installing or Upgrading pfSense Software
    5 Posts 3 Posters 2.1k 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.
    • A
      andr2210
      last edited by

      After the upgrade is not available for pfsense http (s)
      with all the services work and pfsense performs its tasks
      I need help!
      under treatment at the LAN WebAdmin
      hxxps://10.129.255.2/
      I get a message on the page
      Parse error: syntax error, unexpected '*' in /etc/inc/system.inc on line 561

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

        There is no "*" on line 561 of /etc/inc/system.inc on 2.0.1 - that line should be:

        			$syslogconf .= system_syslogd_get_remote_servers($syslogcfg, "news.err;local0.none;local3.none;local7.none");
        

        Do you have any packages installed that might be making changes to system.inc or the syslog settings?

        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
        • A
          andr2210
          last edited by

          I established modules only through WEB a configurator

          my /etc/inc/system.inc

          561 mail.*                                          /var/log/maillog
          562                        $syslogconf .= system_syslogd_get_remote_servers($syslogcfg, ".notice;kern.debug;lpr.info;mail.crit;");
          563                        $syslogconf .= system_syslogd_get_remote_servers($syslogcfg, "news.err;local0.none;local3.none;local7.none");
          564                        $syslogconf .= system_syslogd_get_remote_servers($syslogcfg, "security.
          ");
          565                      $syslogconf .= system_syslogd_get_remote_servers($syslogcfg, "auth.info;authpriv.info;daemon.info");
          566                        $syslogconf .= system_syslogd_get_remote_servers($syslogcfg, "*.emerg");
          567                }

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

            You have no packages installed?

            Either a package has modified that file in a way that broke it, or your HDD/RAM is flaking out and it didn't write out the file properly. I'd bet on a package since the default system.inc has no "mail.*" entry. It looks like the postfix package mangles system.inc in that way.

            Here is what those lines should really look like:
            https://github.com/bsdperimeter/pfsense/blob/RELENG_2_0/etc/inc/system.inc#L559

            It looks like the postfix package does make a backup though, you could try doing this:

            mv /root/system.inc.backup /etc/inc/system.inc
            

            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
            • marcellocM
              marcelloc
              last edited by

              follow instructions on this topic to fix it:

              http://forum.pfsense.org/index.php/topic,44224.msg229418.html#msg229418

              Treinamentos de Elite: http://sys-squad.com

              Help a community developer! ;D

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