OPNsense Forum

English Forums => Development and Code Review => Topic started by: opnsenseuser on August 15, 2018, 01:32:44 pm

Title: Everytime i switch to dev version and restart i get an error!
Post by: opnsenseuser on August 15, 2018, 01:32:44 pm
installing the prod i had no problem. 18.7.1

but by switching to dev (19.1) and reboot i get the error:

Code: [Select]
Enter full pathname of shell or RETURN for /bin/sh: ENTER
so i installed opnsense several times and i get the error everytime.

what can i do? see my screenshot for more details.

thx
rené
Title: Re: Everytime i switch to dev version and restart i get an error!
Post by: franco on August 15, 2018, 01:41:46 pm
likely related to https://github.com/opnsense/core/commit/82d207f98c

I'll see what I can do.
Title: Re: Everytime i switch to dev version and restart i get an error!
Post by: opnsenseuser on August 15, 2018, 01:49:11 pm
thx franco  :)

So a common problem. I thought it was only up to me!
Title: Re: Everytime i switch to dev version and restart i get an error!
Post by: franco on August 15, 2018, 03:11:37 pm
Fixed on git master, packages follow in the next hour. Sorry for the trouble.


Cheers,
Franco
Title: Re: Everytime i switch to dev version and restart i get an error!
Post by: opnsenseuser on August 15, 2018, 04:48:40 pm
No Problem Franco.

Thx :-)
Title: Re: Everytime i switch to dev version and restart i get an error!
Post by: franco on August 15, 2018, 05:31:20 pm
Packages are fixed too now.


Cheers,
Franco
Title: Re: Everytime i switch to dev version and restart i get an error!
Post by: opnsenseuser on August 15, 2018, 10:17:14 pm
everything works great now!

thx franco!!  ;D
Title: Re: Everytime i switch to dev version and restart i get an error!
Post by: opnsenseuser on August 16, 2018, 08:07:22 pm
Today i could not make a connection to the plugins using firmware update. no plugins -> folder is empty acccept those plugins which i installed yesterday.

Code: [Select]
opnsense-code core
cd /usr/core
make upgrade
make upgrade CORE_RADVD= CORE_SQUID=

nothing of these commands work!

Am i missing something or doing wrong?
Title: Re: Everytime i switch to dev version and restart i get an error!
Post by: franco on August 17, 2018, 09:06:55 am
There was a new topic at https://forum.opnsense.org/index.php?topic=9451.0 but here is more debug info.

You have a SSL proxy in your network misconfigured.

The dev version switched to HTTPS for the package repositories and you can't connect to them anymore.

The core code can't be loaded because opnsense-code wants to install git from the repository but that fails too.

That's also why you don't have a list of plugins anymore. Your connection to the mirror is severed. :)

You can fix this temporarily by going to System: Firewall: Settings and selecting a HTTP mirror (not HTTPS).

The proper fix would be to exclude pkg.opnsense.org from the SSL proxy...


Cheers,
Franco