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

Also available in: Atom PDF