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

    Problem after update - no configuration - bug in pfsense-utils.inc

    Scheduled Pinned Locked Moved 2.0-RC Snapshot Feedback and Problems - RETIRED
    1 Posts 1 Posters 1.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.
    • S
      ssbaksa
      last edited by

      In snapshoot pfSense-Full-Update-2.0-ALPHA-ALPHA-20090711-2100.tgz there is a bug in /etc/inc/pfsense-utils.inc line 1709 wich prevents correct initialisation after update/reboot

      function get_freebsd_version() {
      $version = /usr/bin/uname -r | cut  -d'.' -f1
      }

      there is misssing ; on line end $version = /usr/bin/uname -r | cut  -d'.' -f1

      correct: $version = /usr/bin/uname -r | cut  -d'.' -f1;

      After changing that pfS is operationala again.

      By

      Sasa

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