Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Dec 2017 09:29:48 -0500
From:      "James B. Byrne" <byrnejb@harte-lyne.ca>
To:        freebsd-questions@freebsd.org
Subject:   IPMI and loader.conf
Message-ID:  <7753d93f820fc98702e493a41488c8fc.squirrel@webmail.harte-lyne.ca>

next in thread | raw e-mail | index | archive | help
I am going to leave this issue until after New Years so that I do not
cause any avoidable unscheduled interruptions to my vacation. 
However, I do have a question relating to what can go wrong.

Given this /boot/loader.conf:

# cat /boot/loader.conf
geli_ada1p4_keyfile0_load="YES"
geli_ada1p4_keyfile0_type="ada1p4:geli_keyfile0"
geli_ada1p4_keyfile0_name="/boot/encryption.key"
geli_ada2p4_keyfile0_load="YES"
geli_ada2p4_keyfile0_type="ada2p4:geli_keyfile0"
geli_ada2p4_keyfile0_name="/boot/encryption.key"
geli_ada3p4_keyfile0_load="YES"
geli_ada3p4_keyfile0_type="ada3p4:geli_keyfile0"
geli_ada3p4_keyfile0_name="/boot/encryption.key"
aesni_load="YES"
geom_eli_load="YES"
geom_eli_passphrase_prompt="YES"
vfs.root.mountfrom="zfs:zroot/ROOT/default"
kern.geom.label.gptid.enable="0"
zpool_cache_load="YES"
zpool_cache_type="/boot/zfs/zpool.cache"
zpool_cache_name="/boot/zfs/zpool.cache"
zfs_load="YES"
vmn_load="YES"
nmdm_load="YES"
if_bridge_load="YES"
if_tap_load="YES"
# Testing settings for IPMI Serial Over LAN console
boot_multicons="YES"


What would happen if the line __ boot_multicons="YES" __

was moved to a line above

__ geli_ada1p4_keyfile0_load="YES" __

AND after moving it contained a syntax error, say a mismatched
quotation mark.  What would be the consequences and how would they be
repaired?  Direct access to a hardwired console is possible in this
case.





-- 
***          e-Mail is NOT a SECURE channel          ***
        Do NOT transmit sensitive data via e-Mail
 Do NOT open attachments nor follow links sent by e-Mail

James B. Byrne                mailto:ByrneJB@Harte-Lyne.ca
Harte & Lyne Limited          http://www.harte-lyne.ca
9 Brockley Drive              vox: +1 905 561 1241
Hamilton, Ontario             fax: +1 905 561 0757
Canada  L8E 3C3




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7753d93f820fc98702e493a41488c8fc.squirrel>