Project

General

Profile

Actions

Bug #4720

closed

pfSense ADI-2.2.2-RELEASE issues with backup/restore config /boot/config.local changed

Added by Cliff Skolnick almost 9 years ago. Updated almost 9 years ago.

Status:
Resolved
Priority:
Normal
Category:
Backup / Restore
Target version:
Start date:
05/21/2015
Due date:
% Done:

0%

Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
All
Affected Architecture:

Description

After loading an ADI RCC-VE with pfSense-memstick-ADI-2.2.2-RELEASE-amd64.img the system works fine. Once the configuration is backed up and restored there are changes to /boot/config.local that prohibit the serial port from functioning as a console:

Right after install:

boot_serial="YES"
console="comconsole"
comconsole_speed="115200"
comconsole_port="0x2F8"
hint.uart.0.flags="0x00"
hint.uart.1.flags="0x10"
autoboot_delay="3"
vm.kmem_size="435544320"
vm.kmem_size_max="535544320"
hw.usb.no_pf="1"

after backup/restore: (note comconsole_port missing)

hint.uart.0.flags="0x00"
hint.uart.1.flags="0x10"
autoboot_delay="3"
vm.kmem_size="435544320"
vm.kmem_size_max="535544320"
boot_serial="YES"
console="comconsole"
comconsole_speed="115200"
hw.usb.no_pf="1"

Actions #1

Updated by Chris Buechler almost 9 years ago

  • Status changed from New to Feedback
  • Assignee set to Chris Buechler
  • Target version set to 2.2.3
  • Affected Version changed from 2.2.2 to All

that should fix in 2.2.3 and newer, leaving for further verification.

Actions #2

Updated by Chris Buechler almost 9 years ago

this issue is fixed. there is a different problem in that it doesn't enable the serial console properly after clean installation, leaving this as is until that one's confirmed fixed.

Actions #3

Updated by Chris Buechler almost 9 years ago

  • Status changed from Feedback to Resolved

this is fixed, opened #4778 for aforementioned remaining issue.

Actions

Also available in: Atom PDF