source

  1. Champion

    Solved installing and updating the src tree with git?

    Installing and updating the src tree with svn went like this [for release 12.2] into the src directory: svn checkout https://svn.freebsd.org/base/releng/12.2 /usr/src For Freebsd-Current [currently version 13] it is: svn checkout https://svn.freebsd.org/base/head /usr/src Updating the src...
  2. emilengler

    Where can I download the tarballs of releases?

    Hello, I can find the source code (which is currently being developed) but not tarballs or releases of existing source code. Like is there a tarball of FreeBSD 12.0? I cannot find such one online. Also I'm very new to the BSD ecosystem in general so sorry if I ask the wrong way :)
  3. hanzer

    Solved Building 11.2-Release from source with root on ZFS

    Hi, I have an 11.2-Release system with root on a 3-disk ZFS RAIDZ. I just did a buildworld, buildkernel, installkernel and after reboot with the new kernel it fails to start and says something like: Solaris: NOTICE: Cannot find the pool label for 'zroot' Mounting from zfs:zroot/ROOT/default...
  4. S

    Creating a custom character set order?

    I've got a small project for which I'd like to build a custom LOCALE, identical to my usual one but with a non-standard character set order. The modified order would be very minor - putting about 3 7-bit characters in a different position within the sort order (for both ascii + Unicode purposes)...
  5. S

    svn: E120106: ra_serf: The server sent a truncated HTTP response body

    Hello, I am a beginner. I installed FreeBSD-11.0-RELEASE-amd64 on VM. I installed kernel sources by: svnlite co https://svn.freebsd.org/base/releng/11.0 /usr/src/ I get: svn: E120106: ra_serf: The server sent a truncated HTTP response body. And now: # ll /usr/src/ total 62 drwxr-xr-x 4...
  6. goshanecr

    Is that presto opera can appear in ports?

    Good day Friends! Some day ago appears news about opera classic source code were on GitHub. https://forum.vivaldi.net/topic/13434/opera-presto-code-in-github It is a non legal source code, so I have a question, if community will develope that code in non legal way is it possible to be in ports?
  7. P

    Solved Where are the security patches stored ?

    I want to re-build my kernel for 10.1-p35 as the user land now is on -p40. Before I do so I would like to better understand some mechanics of FreeBSD: I am using freeBSD-update cron & install to keep my system up-to-date, and also portsnap fetch update to keep all installed ports updated. I...
  8. T

    Solved Building FreeBSD 11.0-stable on FreeBSD 10.1-stable fails

    The machine runs FreeBSD 10.1-stable: tingo@kg-v7$ uname -a FreeBSD kg-v7.kg4.no 10.1-STABLE FreeBSD 10.1-STABLE #0 r278322: Fri Feb 6 21:36:01 CET 2015 root@kg-v7.kg4.no:/usr/obj/usr/src/sys/GENERIC amd64 I have cleaned out /usr/src (and /usr/obj) and downloaded latest stable/11 via...
  9. S

    PF FreeBSD and pf on Azure: How to pass source IP?

    Hey everyone, I've checked out DutchDaemon's answer here: https://forums.freebsd.org/threads/13715/#post-80232 But have not been able to get it to work in my own environment in Azure. I can pass traffic with no issue using something along these lines: nat log on $ext inet from !($ext)...
Back
Top