This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

The introduction to new ui requires boolean data.

Firmware version: 9.713-19
Pattern version:

217163

Home license

Web Protection - Filtering Options - Misc

Misc Settings or Transparent Mode Skiplist

Attempting to do some housekeeping after years of neglect. Any change or even just hitting Apply without any change throws up in red 

The introduction to new ui requires boolean data.

 and any changes are not applied.



This thread was automatically locked due to age.
Parents
  • Bot being botty.  Or spewing some blather about nothingness.

    OPNSense 64-bit | Intel Xeon 4-core v3 1225 3.20Ghz
    16GB Memory | 500GB SSD HDD | ATT Fiber 1GB
    (Former Sophos UTM Veteran, Former XG Rookie)

  • I take it you haven't encountered this problem then.

  • This may be a years-old issue - maybe five or so years with Web Protection?  It may be database corruption. Simplist attempt first and a wild guess:

    You can SSH in and try to rebuild your database.  It erases history but you do keep your logs:

         /etc/init.d/postgresql92 rebuild

    OPNSense 64-bit | Intel Xeon 4-core v3 1225 3.20Ghz
    16GB Memory | 500GB SSD HDD | ATT Fiber 1GB
    (Former Sophos UTM Veteran, Former XG Rookie)

  • another:/root # cd /root
    another:/root # /etc/init.d/postgresql92 rebuild
    Rebuilding PostgreSQL database, all reporting data will be lost!
    Enter "yes" to continue...
    yes
    :: Stopping PostgreSQLcould not change directory to "/root"
    done
    :: Initializing the PostgreSQL databasecould not change directory to "/root"
    done
    :: Starting PostgreSQL done
    :: Restarting SMTP Proxy
    :: Stopping SMTP Proxy
    [ ok ]
    :: Starting SMTP Proxy
    [ ok ]
    [ ok ]
    another:/root #

    No change

  • Hi John and welcome to the UTM community!

    You need to execute the command as root.

    Cheers - Bob

     
    Sophos UTM Community Moderator
    Sophos Certified Architect - UTM
    Sophos Certified Engineer - XG
    Gold Solution Partner since 2005
    MediaSoft, Inc. USA
  • Ah, then the same underlying problem is probably causing "connection refused" and "could not change."  Please let us know what Sophos Support has to say about this.

    Cheers - Bob

     
    Sophos UTM Community Moderator
    Sophos Certified Architect - UTM
    Sophos Certified Engineer - XG
    Gold Solution Partner since 2005
    MediaSoft, Inc. USA
  • It is a home license. No access to Sophos support. I guess I will have to live with the problem.

  • Maybe  can help you with that one.  He's been lurking here lately.

    OPNSense 64-bit | Intel Xeon 4-core v3 1225 3.20Ghz
    16GB Memory | 500GB SSD HDD | ATT Fiber 1GB
    (Former Sophos UTM Veteran, Former XG Rookie)

  • Essentially this sounds like a confd problem. The value in the current confd seems to be corrupt. psgl rebuild will not help, as it does only the reporting data base. 

    This would mean, to investigate the entire cc database and find the broken value and to be honest. The best way to solve this would be a reinstallation plus restore of the backup. But the error could also be in the backup. 

    __________________________________________________________________________________________________________________

  • I have tried reinstalling in the past so the error remains in the backup. i can live with the problem.

  • John, can you find anything in a Linux forum about could not change directory to "/root"?

    Then again, did you su to a different user after logging in as root - that would explain why you're in the /root directory but don't have the right permissions.

    Cheers - Bob

     
    Sophos UTM Community Moderator
    Sophos Certified Architect - UTM
    Sophos Certified Engineer - XG
    Gold Solution Partner since 2005
    MediaSoft, Inc. USA
Reply
  • John, can you find anything in a Linux forum about could not change directory to "/root"?

    Then again, did you su to a different user after logging in as root - that would explain why you're in the /root directory but don't have the right permissions.

    Cheers - Bob

     
    Sophos UTM Community Moderator
    Sophos Certified Architect - UTM
    Sophos Certified Engineer - XG
    Gold Solution Partner since 2005
    MediaSoft, Inc. USA
Children