OPNsense
  • Home
  • Help
  • Search
  • Login
  • Register

  • OPNsense Forum »
  • Profile of franco »
  • Show Posts »
  • Messages
  • Profile Info
    • Summary
    • Show Stats
    • Show Posts...
      • Messages
      • Topics
      • Attachments

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

  • Messages
  • Topics
  • Attachments

Messages - franco

Pages: 1 ... 1172 1173 [1174] 1175 1176 ... 1184
17596
15.1 Legacy Series / Re: Web Gui does not show 15.1.7.1 update as being available.
« on: March 09, 2015, 03:42:53 pm »
Expected and a wee bit dreaded. I am hunting for the cause now and already spoke with FreeBSD/pkgng devs why this is happening. It might have to do with our system setup that has an edge case or legacy code causing this after all. pkgng is new and some old code might be colliding with its operation.

Did you import a pfSense config with packages? Did you enable MFS for /var? Any help with tracking this down is highly appreciated.

17597
15.1 Legacy Series / Re: Request: Open-VM-Tools
« on: March 09, 2015, 03:41:18 pm »
We have a custom rc system that dates back to m0n0wall. You need to manually start the service using with this or hook it into /usr/local/etc/rc for reboot persistency:

# /usr/local/etc/rc.d/vmware-guestd start

Which may or may not work by default. I provided the packages and I realise more work needs to be done here. I can't prioritise this on my TODO list, but I will do everything I can to help the efforts to set this up in OPNsense automatically and push the code into a release when it is ready.

17598
15.1 Legacy Series / Re: Web Gui does not show 15.1.7.1 update as being available.
« on: March 09, 2015, 09:36:48 am »
After talking with Jos we suspect the pkgng database "disappeared" from the system. This is easily confirmed by:

# pkg info

It should tell you there are no packages installed, even though they are all there. A preliminary fix is

# pkg install opnsense

But the system is not 100% consistent after that. We recommend a clean install using the config import and try to narrow this down further.

17599
15.1 Legacy Series / Re: Web Gui does not show 15.1.7.1 update as being available.
« on: March 09, 2015, 09:16:46 am »
Yeah, ABI expands to FreeBSD:version:architecture. The setup is completely normal, but we have multiple accounts of this happening.

I just tested the upgrade from 15.1.6.1 on i386 and it works as expected. I am starting to suspect the ADSL provider does content caching, whether you are aware or not (that would be really bad for a number of reasons). What is your ISP, if you are willing to share this info?

17600
15.1 Legacy Series / Re: [Request for Testing] 15.1.6.1 with LibreSSL
« on: March 09, 2015, 08:50:50 am »
Packages for 15.1.7.1-LibreSSL for amd64 and i386 are up now. Remember these are experimental builds that we do not test as thoroughly as the official version, but as far as we can see they run smoothly. Plus, there's the new LibreSSL 2.1.4 in there. Have fun. :)

17601
15.1 Legacy Series / Re: Web Gui does not show 15.1.7.1 update as being available.
« on: March 09, 2015, 07:10:46 am »
The base system did not change, so opnsense-update does nothing (except reinstall, because the 15.1.6.1 version does not yet remember the version it installed).

I have checked both package mirrors, they can be found here:

https://pkg.opnsense.org/FreeBSD:10:amd64/latest/All/
https://pkg.opnsense.org/FreeBSD:10:i386/latest/All/

In this directory, there is an opnsense-15.1.7.1.txz, which is the latest version. It may very well be the database index files being cached by a proxy in your network then.

I need more info on the version you are using, Are you using LibreSSL? Are you using i386 or amd64?

I will double check with an older system upgrade in a bit and let you know if there is something else going on. Thank you all for your help in tracing this down. :)

17602
15.1 Legacy Series / Re: Web Gui does not show 15.1.7.1 update as being available.
« on: March 08, 2015, 01:17:38 pm »
Both mirrors are in sync, I just checked. pkgng works on top of HTTP, maybe you have a proxy that caches the remote content?

On the root console try:

Code: [Select]
# pkg update -f
# pkg upgrade -y

Does this help to move to 15.1.7.1? Let use see the output if it's not helping.

Edit: Or maybe your Internet connectivity is not working as expected.

17603
Announcements / OPNsense 15.1.7.1 released
« on: March 07, 2015, 08:31:39 am »
Good morning everyone,

as things mature and confidence grows we are trying something new today: a lightweight and online-only stable update that addresses numerous GUI bugs uncovered by our users. We hope to continue this trend and thus keep asking for all kinds of feedback through the usual communication channels. Let's build a better OPNsense together.

There are no security issues we are aware of. The LibreSSL version will likely be available tomorrow.

Here are the full patch notes:
  • bsdinstaller: work towards embedded installations, e.g. Quick/Easy disk selection
  • opnsense-update: added command line switches and a manual page for usability’s sake
  • opnsense-update: will now remember that the base system is up to date
  • ports: updated to LibreSSL 2.1.4 (for our experimental LibreSSL flavour only)
  • directory layout: collapsed the /conf -> /cf/conf magic into a simple /conf directory (needs a reboot to take effect)
  • certificates: consistently lowered the default lifetime to 1 year
  • captive portal: fixed an issue that prevented traffic forwarding in some cases
  • NAT: do not resolve aliases on display to stay consistent with rules page
  • console menu: rebuilt the firmware upgrade option 12 to work on top of our new pkgng/opnsense-update system
  • crash reporter: can now be found under Diagnostics and was extended to show all parsing errors. The send button is currently disabled but feel free to copy+paste the messages to push them through the usual channels.
  • rc: fixed numerous parse errors in files previously missed by the regression test
  • rc: DHCP lease and RRD graph persistency after reboot, halt and config import (reinstall)
  • UPnP: the shortcuts menu has been reintroduced
  • login: redirect after login now brings up the previously selected page
  • dynamic DNS: fixed validation for custom entries that do not require a hostname
  • dynamic DNS: added support for Duck DNS
  • firewall log widget: fixed multiple bugs and updated style
  • pptp: brought back missing PHP includes
  • core: removed thousands of lines of unused code, style consolidation and path unwinding
  • core: multiple image to glyphicon conversions
  • development: moved pkgng config files out of the src/ directory to avoid tainting the system on core.git live mount
  • development: steady progress on the first MVC framework implementation of the upcoming proxy support
If you are new to the show, you want to grab the latest image from Sourceforge and apply this update afterwards using the firmware update in the GUI:

https://sourceforge.net/projects/opnsense/


Stay safe,
The OPNsense team

17604
15.1 Legacy Series / Re: Firewall: NAT: Outbound. Manual sets WAN IP address to current DHCP lease
« on: March 07, 2015, 07:22:36 am »
pfSense kindly noticed that they had the same issue. There'll be a fix in the repository today, but unfortunately not in time for 15.1.7.1.

17605
15.1 Legacy Series / Re: [SOLVED] Bug when "Password protect the console menu" is unchecked
« on: March 06, 2015, 02:00:40 pm »
The email issue we've looked into and could not find a problem. We do know that especially Google likes to flag us as spam so maybe that's what's happening?


Cheers,
Franco

17606
15.1 Legacy Series / Re: Request: DynamicDNS Trigger on WAN IP Change
« on: March 06, 2015, 08:06:50 am »
We have issues with WAN IP changes in 15.1.7, which are going to be addressed by 15.1.7.1 today. Would you be so kind to recheck if it's fixed with the new version before we go into more details? :)

17607
15.1 Legacy Series / Re: [SOLVED] Bug when "Password protect the console menu" is unchecked
« on: March 06, 2015, 08:03:11 am »
Please note that the patch notes state you need to run a manual base upgrade from the console after upgrading the GUI to 15.1.7 (a.k.a. opnsense-update utility). The bug persists until you run the base update and reboot. But the reinstall works too, nice. :)

When the import fails it means it can't find any suitable disk. That is really strange?

We'll look at the email issue. Thanks for mentioning that.

17608
15.1 Legacy Series / Re: Request: Open-VM-Tools
« on: March 06, 2015, 08:00:02 am »
I will see if I can squeeze that into today's 15.1.7.1. If all goes well, after upgrade to that version you'll be able to install it manually:

# pkg install open-vm-tools-nox11

Thanks for the suggestion. I'll let you know soon.

Edit: build was successful, please let me know if it works for you after upgrading.

17609
15.1 Legacy Series / Re: How install OpenVPN Client Export
« on: March 05, 2015, 07:24:31 pm »
I understand.

17610
15.1 Legacy Series / Re: PPTP broken
« on: March 05, 2015, 07:23:57 pm »
Hi,

this regression was introduced in a GUI bootstrap batch commit, but I can't see why. Functionality has been restored in the upstream repo:

https://github.com/opnsense/core/commit/14b3ab225648a0f7017f6d857d1e49ce26638e35
https://github.com/opnsense/core/commit/ee277400d35bb5e789d2732b2c39aead4669ae8c

Both fixes will be part of tomorrow's 15.1.7.1. Sorry about the trouble.


Cheers,
Franco

Pages: 1 ... 1172 1173 [1174] 1175 1176 ... 1184
OPNsense is an OSS project © Deciso B.V. 2015 - 2024 All rights reserved
  • SMF 2.0.19 | SMF © 2021, Simple Machines
    Privacy Policy
    | XHTML | RSS | WAP2