Search results for query: create package

  1. T

    Upgrade of specific package

    Not 100% sure, but legacy upgrading tools like portupgrade creates package of currently installed version, deinstall current version and install updated version AFTER successful builds. If install phase failed, portupgrade cleans up the updated version and reinstall deleted previous version from...
  2. gotnull

    Useful scripts

    Before everything you should note that I took inspiration from an article written by Dru Lavigne, so if you want more details about how this works feel free to read it. I wrote this script because I wanted something easier and quicker than typing everything by hand every time. The goal here is...
  3. Jim L.

    pkg audit: is the p5-Authen-SASL version in vuln.xml correct?

    After the fact, yes. But the Make system won't build it because of the vulnerability. Changing only the PORTVERSION appears to create a package with the proper name (2.1900, not 2.190000), and pkg info doesn't show anything untoward. But yes, please drop clues if I'm overlooking something...
  4. fjdlr

    ZFS automatic snapshots with Sanoid on FreeBSD

    I am looking for a tool to replace rsnapshots for my UFS system. I plan to perform migration to ZFS THANKS
  5. S

    FreeBSD Foundation Flounders on 15 with Rust, pkgbase, and KDE

    I disagree. FreeBSD may excel as a server, but it's good as a desktop. In lacks features, but in other ways, it's better than Linux, as it's faster due to less bloat and better design. A desktop on top of the base system, is putting existing software in a better way on a better system. I'm going...
  6. rbranco

    FreeBSD Foundation Flounders on 15 with Rust, pkgbase, and KDE

    Because you don't need all of them. It allows building smaller jails, OCI images, VM's, etc.
  7. tuaris

    FreeBSD Foundation Flounders on 15 with Rust, pkgbase, and KDE

    Oh, I just took a look at https://pkg.freebsd.org/FreeBSD:15:amd64/base_latest/ and I am instantly disappointed. I was a fan of the idea, but seeing how they decided to make one package for each item is a massive bummer. Why would you split it up this way? When when you install the Mozilla...
  8. nxjoseph@

    Solved Change Chromium Icon in Window Panel

    I don't know if it would work, anyway, If it does hurt, you wouldn't be able to see any icon at all, that means we should convert it to png first, that's OK too. OK. Also you could do a pkg ins -f chromium, that would reinstall the files of chromium package.
  9. quamenzullo

    Upgrade from outdated release

    Thank you so much for your very helpful answers! Everything went smoothly, I jumped from 12.4 to 14.3 in one go, as you suggested. I have kept one jail that I would like to upgrade too. (I will recreate the other ones, I have scripts to automate this) Problem is, I used sysutils/ezjail, so far...
  10. M

    FreeBSD Foundation Flounders on 15 with Rust, pkgbase, and KDE

    Sorry, but this makes no sense. I've been using BEs for a long time, and freebsd-update creates a new one when you do "install", I manually create one when I am updating across releases (12.x to 13.x etc) or when I'm doing a quarterly package update. Where are you getting "...create boot...
  11. cy@

    Tutorial asked, how to install poudriere in a jail on zfs

    Why? What's the point?
  12. R

    [Linuxulator] How to install Brave (Linux app) on FreeBSD 13.0+

    Everything was OK until this step: # Install required programs: apt update ; apt install -y apt-transport-https curl fonts-symbola gnupg pulseaudio The problem is like this: Get:1 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB] Err:1 http://archive.ubuntu.com/ubuntu focal InRelease...
  13. P

    PlatformIO xtensa toolchain on FreeBSD

    Probably a bit of a niche question. I’d like to run PlatformIO natively on FreeBSD rather than in a VM. In particular I’m building for ESP8266 and ESP32 targets. End game is to natively build esphome. PlatformIO does not provide a FreeBSD/AMD64 toolchain. I’ve installed the one from port...
  14. Alain De Vos

    Tutorial asked, how to install poudriere in a jail on zfs

    An interesting setup is the following. root on zfs Create a jail Install poudriere in this jail Note , this will create recursive jails Install nginx in this jail Serve a package repository. But this setup is not simple. So a howto is nicely welcomed. Vermaden ?
  15. Jim L.

    pkg: unable to update repository FreeBSD

    Is there maybe something I can delete under /var/db/pkg/ that might fix this? # cat /etc/pkg/FreeBSD.conf # # To disable a repository, instead of modifying or removing this file, # create a /usr/local/etc/pkg/repos/FreeBSD.conf file, e.g.: # # mkdir -p /usr/local/etc/pkg/repos # echo...
  16. tuaris

    FreeBSD Needs a SystemD

    There's a lot to unpack in that question and I'm always thinking of it, but never took the time to record my thoughts. Here's what I can (currently) think of in the moment The unit files. Like I mentioned, the declarative approach to writing services. The SystemD developers have pretty much...
  17. X

    general/other Server advice - migration to BSD or Debian Linux?

    Which doesn't mean that Jellyfin won't run on FreeBSD out of the box, though. I'd be more concerned with the thumbnail generator middleware's (Skia) screwing up - independend of the OS it's running on - then with Jellyfin itself on FreeBSD. It's a dotnet application and we now have decent dotnet...
  18. B

    Recommend Establishing Dedicated Working Group for External Contributions

    Yea. We generally, as an abstract idea, love the idea of growing our developer base. While there is some privilege guarding, I'd suspect that the bigger problem is just a resource one: We don't have a great way, sometimes, to get the patch in front of the right person (there might not be a...
  19. astyle

    FreeBSD 14.3 + virtualbox-ose 7.1 kernel module anomaly

    Does your VM actually boot after this upgrade?
  20. bosterman73

    FreeBSD 14.3 + virtualbox-ose 7.1 kernel module anomaly

    Hi! What worked for me after leaving both repositories on "latest" was running a specific upgrade for FreeBSD-kmods. sudo pkg -6 upgrade -r FreeBSD-kmods Even though I gave the kmods repo higher priority (priority 50), it always chooses the package available for 14.2 in the FreeBSD repo...
Back
Top