Search results for query: create package

  1. O

    can no longer install py- ports

    For some unknown reason, I'm no longer able to install any python package on my FreeBSD 15 system. py-build> make ===> License MIT accepted by the user ===> py314-build-1.4.4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py314-build-1.4.4 for building...
  2. Maturin

    Solved I think that I have met my match

    I cannot actually reproduce what caused your problem in detail, and I still stumble over the "everything" in since this ain't clear: your directory you keep your LibreOffice files in, your /home/, or your whole system? To me it seems, there are several things mixed up, that need to be cleared...
  3. dvl@

    Solved bhyve (via vm) guest no longer starts - bhyve exited with status 4

    I tried creating a second HASS instance. It has the same start problem. I was able to create a new VM and get it running, but only when using -f Followed https://community.home-assistant.io/t/homeassistant-on-freebsd-using-bhyve/859127/1 [16:40 r730-01 dvl ~] % pkg info -x vm-bhyve...
  4. ShelLuser

    Getting started with Python on FreeBSD => why & how!

    Hi gang! Editorial Fun fact: I've been using FreeBSD for quite a while now and to be perfectly honest with you lot I'm (still) quite passionate about the whole thing. Always have, always will be. At the time of writing my backup VPS server is ("was") building 15.0-RELEASE (source hosted on my...
  5. vmb

    Solved Updating port trough pkg?

    I have a few custom ports that have different build options to those of the standard packages. I use Poudriere to compile them and create the corresponding binary packages that are saved on my private package repo for automatic distribution where needed. I haven't built a port locally on my...
  6. ianmjones

    Has anyone actually gotten Sylve working properly on FreeBSD?

    Over the weekend I set up Sylve on FreeBSD 15-RELEASE, with latest rather than quarterly packages, just using `pkg install sylve` to get v0.2.3, with all the dependencies sorted for me. Contrary to the docs, you don't then need to set up the config file or rc script as the package creates them...
  7. cl45h

    AirPods Pro (A2DP Bluetooth audio) working on FreeBSD 15 with blued + virtual_oss

    I managed to get AirPods Pro working with full A2DP audio on FreeBSD 15.0-RELEASE, including PulseAudio integration with volume control. This should work with any A2DP Bluetooth headphones, not just AirPods. The main challenge is that FreeBSD's built-in Bluetooth daemon hcsecd doesn't support...
  8. MG

    Realtek-re-kmod really needed?

    The other computer is far away and the user is only familiar with Windows and Mac computers. I just mailed the module file. He has to create a fat32 stick on the Apple now and kldload it manually. Then the installer package servers and sshd become available, and the first FreeBSD install can be...
  9. A

    Little kernel module to enable gpio-shutdown overlay

    I usually build (and actually develop) a driver on my arm PC, I find it easier. To do this, I mount an nfs directory /usr/src/ (and /usr/ports/ when I want to create a set of files for a port) from my amd64 host... Then I create the port using my simple template and use the port to build a...
  10. formdissolve

    Upgraded from 14.3 to 15.0 - Jail now has bad certificate and can't update

    Thank you Hiroo. If I run commands from the host, it all seems to match now. But running freebsd-update inside the jail doesn't work. For pkg now I get this: pkg update pkg: Setting ABI requires setting OSVERSION, guessing the OSVERSION as: 1500000 pkg: Warning: Major OS version upgrade...
  11. G

    Solved First time porting - setting up Poudriere-devel and it's slow

    Hi diizzy, Comparing the build time with the build time for manually creating a directory in /usr/ports/category/portname and doing make install clean from there. This might be an unfair comparison since the very first time I run Poudriere since there's nothing in the jail from start. Maybe...
  12. L

    How to steam on freebsd?

    i followed the instructions for installing steam according to Ai AI Overview Installing Steam on FreeBSD is achieved by using the linux-steam-utils package, which leverages FreeBSD's Linux binary compatibility (Linuxulator) to run the Linux version of Steam. The process involves enabling Linux...
  13. jmos

    building ungoogled-chromium from ports

    … just do a pkg create ungoogled-chromium and … …and you're done. AI sucks.
  14. B

    jails Automatic Package Installation with IOCAGE

    I just came across a great feature of IOCAGE which I'd like to share: https://iocage.readthedocs.io/en/latest/advanced-use.html Automatic Package Installation Packages can be installed automatically at creation time! Use the [-p | –pkglist] option at creation time, which needs to point to a...
  15. patmaddox

    Using private packages for app deployments?

    I've used two approaches: custom port pkg-create Custom port pros are that there are tons of examples of porting; it fits into existing infrastructure you may already have; it's repeatable / easy to verify a clean build environment with poudriere-testport. Main con is that ports are based...
  16. Alain De Vos

    Headless installation (w/o monitor and keyboard, over ssh)

    No, you need a package with a gui to create a headless lisp install script. Then using the default image , you create the script & run it. -Questions like , MBR or UEFI , place of UEFI partition -UFS or ZFS -etc ...
  17. M

    Build a NAS using FreeBSD on a Raspberry Pi

    Original article here. Consider this when replying. FreeBSD runs on this… FreeBSD runs on this… and FreeBSD runs on this…! It’s easy to get FreeBSD running on a Raspberry Pi. It’s easy to manage multiple hard drives with ZFS. So we were wondering if it’s possible to make a simple NAS...
  18. Alain De Vos

    partially read-only system

    I want to create a partially read-only system. ------------------------------------------------------------------------------------------------------------------------- General rant, sorry if i'm not specific, But then i need to be sure. Where , which directories does kernel writes. Where ...
  19. johnjohn

    Other Is `desktop-installer` broken on fbsd 15?

    I think that you want to edit the list of available Desktop Environments when sddm starts, is this correct? please keep in mind, before we explore this topic, that removing unwanted desktop environments using a package manager is far better than pretending that it isn't there. I recommend pkg...
  20. Emrion

    jails kjail-pkgbase

    kjail is a set of scripts that I wrote and use for my own needs. It features the management of nullfs thin jails (RELEASE versions only). Now, I released kjail-pkgbase. It's the same idea, but with pkgbase as the only means to create, update, upgrade base and jails. Initially, it was worked...
Back
Top