Subcategories

  • Discussions about development snapshots for pfSense Plus 25.07

    58 Topics
    819 Posts
    J

    I would agree. 18 hours in and everything continues to run smoothly. The issue related to image availability I believe is the valid answer and we can close this out as solved. Thanks everyone. -JD

  • NFS root WRAP

    Locked
    16
    0 Votes
    16 Posts
    16k Views
    N

    This is going to qualify as a DDH (damn dirty hack), but what else am I good at? ;)

    If you guys are at all familiar with the Tivo, they don't make the unit hackable on purpose.  In fact, you have to go to an awful lot of trouble in order to be able to play with the thing at all!  You have to kill the initrd process at boot time, and have to load a kernel other than theirs….however the unit will ONLY boot theirs.

    The solution to this is something called monte.  monte allows you to switch kernels entirely after the boot process has loaded the kernel initially.

    You could in theory compile monte to execute on the linux you got to load, and then monte to your pfSense kernel, could you not?  Assembler isn't my strong point here, so feel free to jump in and stomp on me if I've entirely missed the problem.

    Here's the sourceforge link:

    http://sourceforge.net/projects/monte/

  • How can i make a image with custom configfiles???

    Locked
    7
    0 Votes
    7 Posts
    6k Views
    GertjanG

    @jeroen234:

    and if you copy it to a normal dir afther mounting ?

    Well, if we're talking the pfSense ISO, no need to mount it. It's there already after a build_iso.sh.
    Just modify the 'source tree', and execute the last couple of commands in this script file by hand.

  • Installation from snapshoot failed

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    T

    Hi,
    thanks for the answer. I've used cvsup_bsdinstaller and it works, but by the installscreen it wait endless for the backend :(

    So i prob is gone, another is there ;) But before a few days (10-14) this probs aren't there. All works nice and no probs.
    But i hope i find the prob and fix it. If i find answer i will tell you.

    But thanks for the idea and for the good work

    Bye
    Thomas

  • MOVED: Tertiary DNS

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • How can i make a custom overlay file?

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Alternative upgrade mechanism

    Locked
    10
    0 Votes
    10 Posts
    5k Views
    S

    Andrew fixed a few things in this area over the weekend.

  • Alternative rc.initial "cheap menu"

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    M

    @rsw686:

    I see what your saying, but the asterik underline isn't being called by gettext in the original code. I know that the menu on my ip330 takes 3-5 seconds to show up. Probably from all the individual gettext function calls.

    That's the point, it should.  When translating to Chinese or Japanese the asterisk line looks silly as its too short.

    Anyway another feature which I should include a patch for is only displaying the SSH logout for SSH connections, easy to do:

    if (\$_ENV['SSH_CLIENT']) echo    _('0) Logout')
  • Php version and extensions

    Locked
    5
    0 Votes
    5 Posts
    3k Views
    M

    What about GD2 extension? Very usefull for making some graphics, used in many free PHP based statistics modules.
    Or it will take too many resources?

  • Platform detection

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    M

    I think this problem is similar to how to deal with JavaScript in web pages.  The preferred method should not be to detect the platform but to detect the features.  For instance ask what are the real reasons for requiring a platform tag?  The main ones are for the kernel and for system upgrades.  Both of these are available with the kernel ident.  For other situations where the platform tag is used they can be replaced by feature detection.  For example /dev/ttyv0 does not exist on embedded platforms, and /dev/ttyd0 will not exist on strange platforms without a serial port.  CD-ROM based environments can be detected because the root file system is a cd9660 mount point, NFS debug environments can be detected similarly, and HDD/CF installs will have a /dev/ufs GEOM label root fs.

  • SquidGuard package webGUI project

    Locked
    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • Embedded image disk parameters

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    S

    Very good question.  I'll ask Dario to join us.

  • DHCP available range

    Locked
    4
    0 Votes
    4 Posts
    4k Views
    S

    Commited, thanks!

  • File locations

    Locked
    3
    0 Votes
    3 Posts
    8k Views
    L

    Yes got the GUI and FreeBSD binaries concepts.  I was just looking at the other packages and noting the different locations. 
    Thanks what I wanted.  I was asking about for a place to dump files downloaded from an URL then converted for use.

  • Little TCPDump frontend

    Locked
    2
    0 Votes
    2 Posts
    4k Views
    S

    Send them over as attachments to coreteam@pfsense.com and I'll check it out.  Thanks

  • "device enc" config issues.. And stalled boot on built 7/18/ snapshot

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    S

    Ok, thanks, just checking to make sure it was something on my end.

  • HTML gui changes

    Locked
    5
    0 Votes
    5 Posts
    4k Views
    JeGrJ

    If you're at it:

    Could you check if it would be possible to include a small fix for the name of the device (name.domain) shown in the head section in all templates to allow a bit more space? My devicename isn't that long, but the customers intranet has a FQDN which is quite a bit and the TLD just peeks out at the right. So his ".com" is shown on the dark background instead of the nice red one.
    (I know 36 chars are long! but sometimes it has to be ;))

    It's just a small thing, but as you already commit changes… :)

  • Remove unneded php echo in auth.inc

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    S

    Commited, thanks!

  • HTML center tag

    Locked
    10
    0 Votes
    10 Posts
    5k Views
    S

    Commited, thanks!

  • Kernel options

    Locked
    12
    0 Votes
    12 Posts
    8k Views
    S

    @MrMoo:

    One possble alternative is to merge alternative kernels into pfSenses package system, i.e. download an optimised kernel for your configuration option.

    We too can be ricers.  Not sure that I like this.

  • Re-implementing the entire backend/frontend of pfSense

    Locked
    27
    0 Votes
    27 Posts
    25k Views
    M

    @sullrich:

    FreeSBIE 2 ignores the build if its already done.  Not sure what you mean:

    Building world for i386 architecture

    NO_BUILDWORLD set, skipping build

    Building kernel for i386 architecture

    NO_BUILDKERNEL set, skipping build

    Installing world for i386 architecture

    Making hierarchy

    Are you sure you are running FreeSBIE 2 (not 1)?

    It is FreeSBIE 2, but I guess i'm working with buildworld/buildkernel in not the best way possible.  I'll work on it a bit to see why.

Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.