• how to start?

    4
    0 Votes
    4 Posts
    1k Views
    bmeeksB
    @watermirror said in how to start?: [00:00:46] [01] [00:00:11] Finished devel/libffi | libffi-3.3_1: Failed: fetch This is the only error that matters. The others that followed it are just a symptom as they have libffi listed as a dependency, so when that port fails to build the others with a dependency on it will also fail to build. To see why libffi is failing, you will need to examine its Makefile and perhaps the Poudriere build log for that package. The error says it failed to fetch the source code. That could be because the repo referenced in the Makefile is offline, or it might be that the source file location has been customized to some place not publicly accessible (like a private GitHub, for instance). And lastly, I will say that trying to build a custom pfSense image is not for the faint of heart. It requires quite a bit of patience to track down and correct some weird errors, and it also demands a lot of experience with using and maintaining FreeBSD build environments.
  • FreeBSD 13

    Moved
    25
    0 Votes
    25 Posts
    4k Views
    keyserK
    @stephenw10 said in FreeBSD 13: Yup, so does main/14. This does sound as a very very interesting deveolpment for pfSense. However, I’m not a FreeBSD user/follower apart from on my SG-xxxx boxes, so a few questions arise: 1: How big is the difference between 12/Stable and 14/Main in the bits pfSense use/exploit? IE: What will be the most noticable news for pfSense users? 2: Is it a huge leap in additional drivers availability and supported hardware? I’m thinking mainly NICs and especially 4G/5G dongles/hardware support. 3: Is 22.11/2.7’s only focus to change FreeBSD base and PHP build, or will there be other new features/requests included?
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    6 Views
    No one has replied
  • Temperature Alert Script

    7
    0 Votes
    7 Posts
    9k Views
    luckman212L
    Leaving this here in case it's useful to anyone... github.com/luckman212/pfsense-temp-alert
  • IMHO actual pfSense GUI is slow ..

    5
    0 Votes
    5 Posts
    2k Views
    keyserK
    @cool_corona said in IMHO actual pfSense GUI is slow ..: @louis2 Its in development and therefore is bet/rc. I find the GUI quite responsive actually. It’s all about the widgets you have applied to the dashbord. Remove the bad offenders, and the GUI/login will be much quicker.
  • Where to start with package development

    Moved
    1
    0 Votes
    1 Posts
    780 Views
    No one has replied
  • Intel E823-C 25/10GbE NIC Support?

    2
    0 Votes
    2 Posts
    2k Views
    stephenw10S
    Probably possible to backport it but that's very unlikely to happen at this point. It would remove development resources from the work to rebase which is currently underway. Watch this space.
  • L2TP Server - Adding a routed subnet to users

    4
    0 Votes
    4 Posts
    2k Views
    stephenw10S
    Ah, OK. Then I'd create it as a feature request in Redmine.
  • Add extra widget with my python/javascript files

    1
    0 Votes
    1 Posts
    881 Views
    No one has replied
  • Long running php process vs cronjob

    1
    0 Votes
    1 Posts
    796 Views
    No one has replied
  • Warning when saving, any place this is done?

    5
    0 Votes
    5 Posts
    1k Views
    K
    And what about not filling in this field by default, only making it mandatory if the user filled in the IP address? Unless you type in an IP address that page still behaves as it did before and if the the user types in an IP address the user is forced to provide the subnet mask... This way it will never warn about the subnet mask unless there is a reason to do so (ie it is missing...). Doesn't this make way more sense than what I suggested earlier, to warn when it is a /32, not knowing whether it is good or not? If the user has to actually fill it and it still manage to still fill in the wrong information then (s)he is a lost cause... Thank you and have a nice day! Nick
  • 0 Votes
    4 Posts
    2k Views
    stephenw10S
    Can we assume you tried the suggested --clean-builder and it made no difference? What do the logs show? Steve
  • use of $x <> $y vs. $x != $y

    3
    0 Votes
    3 Posts
    2k Views
    luckman212L
    Ok, if nobody else wants to do it I'm happy to rip through them and get them all consistent.
  • Grouping Items in menu vs A-Z list

    menu webgui gui usability
    4
    0 Votes
    4 Posts
    2k Views
    JeGrJ
    @sergei_shablovsky So whats the problem with the horizontal menu exactly? Many things use it. And yes it's got a bit crowded over the time. I'd appreciate a bit of redesign or submenu'ism myself, as we run a prod setup with VERY large amounts of VLANs and the interface menu is longer then my monitor height - you have to scroll. That's not nice, yes. But besides that working better in a more left-side-style menu, where's the problem? And why NAT are in Firewall, but Routing not in Firewall but in System? Because of coder logic on entry stage of creating product? ;) Simply: logic! Alias, NAT, Rules and Schedules ALL relate to underlying paket filter "pf" and manipulate its ruleset. So it makes absolute sense, that everything firewall/filter related is in there. That's why pfBlockerNG is there after being installed, too, as it fetches IP lists and creates aliases. OK one might argue it also does DNS blocklists and that is more unbound related but hell - can't put it in both menus trees. @sergei_shablovsky said in Grouping Items in menu vs A-Z list: I know that You have a lot of docs made 10+ years ago, but is this really reason to make so khm... bad designed menu that **break all possible rules of creating visual interfaces?”. nothing "bad menu design" about that IMHO. @sergei_shablovsky said in Grouping Items in menu vs A-Z list: Bu really so outdated, like web from early '80, or just after usenet/FIDO Sure about that? The UI uses bootstrap - I've seen lots and lots of UIs/UXs that utilize bootstrap and use a horizontal layout. Nothing "old" about that if you can use it easily. Why States and States Summary, NDP, ARP, SOCKETS and other are not in Status (that mean current state of Firewall) and sit in Diagnostics? Because that are things you don't normally check all the time. States? State tables? ARP? You check that as a "status" all the time? I'm working with a multitude of customers and from my perspective the only time we have to take a look at state details, ARP or NDPs is - exactly - if we're doing debugging with the client to find out why something is not right or working as intended. So I'd say from our perspective those entries are exactly where I'd put them. Normal customer often has no clue what states really are and what they are needed for so to find that in "Status" they'd be more irritated then helped. @sergei_shablovsky said in Grouping Items in menu vs A-Z list: What is difference and why is Routes both in System and Diagnostics ? Is this different functionality ? Of course - they are even called differently. So the argument is a bit void ;) System/Routing(!) is about Gateways, GW Groups and manually adding static routes to those gateways. Diagnostics/Routes(!) is the system routing table. Nothing crazy about it. @sergei_shablovsky said in Grouping Items in menu vs A-Z list: And Logout just between the much used Package Manager and High Avail. Sync ? Really ? THAT I agree on. As the function is already available via the icon in the upper right, I'd perhaps make it optionally show a text beside it (so people can see it easier) and remove the logout from the system menu. Backup in Diagnostics are for diagnosing purpose or really working? I agree, that would perhaps be better suited in "System" rather then Diagnostics and should perhaps read "Backup & Audit" as many forget, that there's a additional tab in Backup&Restore with the config audit and the ability to rollback configuration (although that would perhaps be better suited in Diagnostics as it's more of a tool you'd use in debugging sessions). @sergei_shablovsky said in Grouping Items in menu vs A-Z list: The groups in 2-nd level menu need to be visually divided: I'm there on that one. I'd like to see the menus a bit cleaned up or divided into submenus - or even better the ability to switch to a left-hand/right-hand side menu. But the broad categorization is fine with our day to day usage or support tasks with debugging users. As the comparison with OPNsense often pops up: The left-hand menu there is nice for things like huge VLAN deployments etc. as theres no endless top-to-bottom menu that way but them re-ordering every single freakin' item from Diagnostics to the "best matching" service or system function is incredibly tedious! Every time I'm out to debug one of those systems I'm forced to open up dozens of tabs as the navigation between the various diagnostic or logging menu items is simply nervewrecking. Switching from System General to Firewall logs to OpenVPN logs as you try to track down a connection problem? 3 clicks in the System/System Logs view. With their UI you're constantly navigating to 3-4 levels of submenus that aren't visible, but you have to click to open up. It's insane. So compared to that pfSense is far more "debuggung-friendly" as all things you're looking for are in one place and not tossed around in various locations all hidden behind clicks and more clicks of submenus. And yeah, sure you can say "just do it via console then" but we are talking UI/UX only here :) @sergei_shablovsky said in Grouping Items in menu vs A-Z list: Apple Human Interface Guidelines But seriously I've never seen webdevs or WebUX people being hold to desktop application standards. IMHO that comparison is a bit far fetched? Not everything needs to be designed like an Apple or Desktop App, but I agree, a few points could profit from a bit of sorting and regrouping. And an option to switch to a side-style menu for those with loooooong list of Interfaces or installed services would surely agree that's more comfortable to navigate. Cheers :) \jens
  • Using Xdebug to profile PHP on pfSense

    6
    0 Votes
    6 Posts
    2k Views
    jimpJ
    If it compiles against the same version of PHP it should be OK. At the time it was removed it was broken and I'm not sure if anyone fixed it, but give it a shot. Maybe upstream did something different in the meantime it has been a few years.
  • Shellcmd disable blue LED

    10
    0 Votes
    10 Posts
    3k Views
    stephenw10S
    You're not the first to ask. https://redmine.pfsense.org/issues/12832 Add comments there if you like. More feedback always better. Steve
  • Upgrade notification by email

    Moved
    1
    1 Votes
    1 Posts
    1k Views
    No one has replied
  • Custom changes at web UI locally for testing

    Moved
    6
    0 Votes
    6 Posts
    2k Views
    B
    @jimp Hi again I tried the Filezilla method but couldn't connect to it. I took the following steps to make the ssh connection (not in particular order): Gave admin user the Authorized SSH Key of my PC, enabled secure shell with public key only, through WAN rules added a pass action with "any" as a source and from pfsense's terminal enabled secure shell. Still when I put my credentials and IP correct, prints the following: (IP of pfsense VM: 192.168.1.1 and Port: 5555) Status: Connecting to 192.168.1.1:5555... Status: Connection established, waiting for welcome message... Error: Connection timed out after 20 seconds of inactivity Error: Could not connect to server Is anything I've done wrong?
  • CURL usage in ACB

    Moved
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • IGMP crashes at semi-regular interval

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.