1.2.3 to 2.0 upgrade loses vlans/interface configuration
-
yeah, backup the config, write out a card with 2.0, drop that in and connect to LAN, then restore config, and when it reboots it will be ready with all your other configuration. Still not sure I'd trust packages in that scenario just yet but it might be safe.
-
just checked and there are interfaces there. i'll keep ploding on just to see incase it helps anybody later on but any help or pointers would be appreciated.
-
Maybe something invalid got into your config.xml somehow so that it wasn't able to parse it? Something could somehow be going wrong with the config upgrade process, making a configuration that causes it to error out when parsing. If this is happening, I think it would cause the equivalent of having a blank config.xml.
-
ummm….
i'll probably have to go to a fresh v2 as jimp says but that's giving up to me so i wanna keep trying. i notice when it boots up it looks for packages, says it reinstalling packages and then says done. and there's no packages there in the gui or when you run pkg_info.
what i did try was clearing all my backups & cache out and then upgrade to v2.
still the same so i then name the interfaces vr0, vr1 & vr2 (thinking i'd get it going and then do the config import) but then i got:
cannot use a scalar value as an array in /etc/inc/config.console
cannot unset offset in a non-array variable in /etc/inc/config.console -
Have you kept a backup of the working configuration from before the upgrade so that you can reproduce this at any time?
-
yes, i backup using an "all" & "all without packages" config. still the same result.
-
sorry to bring this up again but i'm looking for advice as we draw ever closer to v2.
i tried this again the other night (with latest snapshot) and still had the same issue. so i suppose the only way i'm gonna get v2 going is with a fresh install.
problem is, pfsense is configured with 5 vlans, ipsec tunnels etc and i don't want to lose the config or start from scratch.can i do a fresh install and then restore from config?
i'm thinking of doing multiple backups eg one for packages, one for firewall, one for ipsec etc and restoring them (if i can) one by one in case there is anything in there.
would this be the way to go?i don't want to buy another industrial grade cf card so i may use a normal cf just to see if it goes prior to switching over to the working card.
-
Please email me your config that won't upgrade. cmb at pfsense dot org
-
sent the config. thank you for your time with this.
-
I see exactly the same behavior at my side: after the upgrade the boot process asks for assigning interfaces which fails due to the "scalar problem". I was working for some time with 1.2.3 but had problems with voip phone disconnects and since nothing helped so far my last resort was giving 2.0 Beta 4 a try. But as reported, no luck so far. I would be really happy to get some help with the upgrade process…
Thanks a lot!
-
Please give full error message and config.xml if possible.
-
Here is the section of the log when it jumps into the interface configuration after the "network interface mismatch"…
*** Start LOG ***
The interfaces will be assigned as follows:LANÂ -> vr1
WANÂ -> vr0
OPT1 -> vr2Do you want to proceed [y|n]?y
Warning: Cannot use a scalar value as an array in /etc/inc/config.console.inc on line 322
Warning: Cannot use a scalar value as an array in /etc/inc/config.console.inc on line 323
Warning: Cannot unset offset in a non-array variable in /etc/inc/config.console.inc on line 375
Warning: Cannot use a scalar value as an array in /etc/inc/config.console.inc on line 378
Warning: Cannot use a scalar value as an array in /etc/inc/config.console.inc on line 379
Warning: Cannot unset offset in a non-array variable in /etc/inc/config.console.inc on line 385
Warning: Cannot use a scalar value as an array in /etc/inc/config.console.inc on line 390
Warning: Cannot use a scalar value as an array in /etc/inc/config.console.inc on line 392
Warning: Cannot unset offset in a non-array variable in /etc/inc/config.console.inc on line 399
Warning: Cannot unset offset in a non-array variable in /etc/inc/config.console.inc on line 402
Warning: Cannot use a scalar value as an array in /etc/inc/config.console.inc on line 403
Writing configuration…
Warning: Cannot use a scalar value as an array in /etc/inc/config.lib.inc on line 488Warning: Cannot use a scalar value as an array in /etc/inc/config.lib.inc on line 494
Warning: Cannot use a scalar value as an array in /etc/inc/config.lib.inc on line 495
Warning: Invalid argument supplied for foreach() in /etc/inc/xmlparse.inc on line 211
done.Network interface mismatch -- Running interface assignment option.
Valid interfaces are:
vr0Â 00:0d:b9:1f:db:90Â (up)Â VIA VT6105M Rhine III 10/100BaseTX
vr1Â 00:0d:b9:1f:db:91Â (up)Â VIA VT6105M Rhine III 10/100BaseTX
vr2Â 00:0d:b9:1f:db:92Â (up)Â VIA VT6105M Rhine III 10/100BaseTXDo you want to set up VLANs first?
If you are not going to use VLANs, or only for optional interfaces, you should
say no here and use the webConfigurator to configure VLANs later, if required.Do you want to set up VLANs now [y|n]?
*** End LOG ***
-
I added some more checks for the errors you mentioned to code so you can try with latest snapshots.
But without posting the config i cannot tell.
-
Unfortunately, the new build with the additional debug messages did not help. Still exactly the same errors when the router boots into the image and then restarts assigning interfaces. Please find below the extract of the 1.2.3 config.xml file. Anyone any ideas?
<interfaces><lan><if>vr1</if>
<ipaddr>192.168.100.1</ipaddr>
<subnet>24</subnet>
<media><mediaopt><bandwidth>100</bandwidth>
<bandwidthtype>Mb</bandwidthtype></mediaopt></media></lan>
<wan><if>vr0</if>
<mtu><ipaddr>dhcp</ipaddr>
<subnet><gateway><blockpriv>on</blockpriv>
<blockbogons>on</blockbogons>
<disableftpproxy><dhcphostname><media><mediaopt><bandwidth>100</bandwidth>
<bandwidthtype>Mb</bandwidthtype>
<spoofmac></spoofmac></mediaopt></media></dhcphostname></disableftpproxy></gateway></subnet></mtu></wan>
<opt1><if>vr2</if>
<descr>OPT1</descr>
<bridge>lan</bridge>
<enable><ipaddr>dhcp</ipaddr>
<subnet>32</subnet>
<gateway><spoofmac><mtu><dhcphostname></dhcphostname></mtu></spoofmac></gateway></enable></opt1></interfaces> -
It may not be relevant, but you shouldn't have DHCP client enabled on a bridged interface (OPT = vr2).
(I'm presuming that what the <ipaddr>dhcp</ipaddr> means.)
-
I did change it, but there is no better behavior during upgrade to 2.0 Beta 4 (latest snapshot 101224).
-
Do you see any error messages or warnings during boot? (especially PHP errors or warnings)
-
Please put the config without private info either here or mail to me.
Otherwise we cannot help on this. -
I seen a hint in another post concerning the usage of special characters (Umlaute). I went through my config and finally found one such character. After this correction, the upgrade to the latest Beta 5 went smoothly. I am currently just trying to rebuild the openVPN config which was apparently not converted due to a completely different way of handling certificates (I assume). But otherwise I am now on pfsense 2.0! Thanks for pushing me with hints and questions.
I will report on the outcome as soon as I have further news.
Felix
-
OpenVPN should have been converted. What didn't work?
We have a lot of upgrade code that should be taking care of importing what you have into the new certificate manager.
And also, what field had the special character in it? I assume some kind of description field, but where in the config?
The more issues we can smooth out for people, the better.