Search results

  1. swills@

    Mattermost-server Plugins issue

    You need a version of the plugin built for FreeBSD. See: https://github.com/swills/mattermost-plugin-gitlab/commit/dbb0659388b5f5f54e2aa13ced4cb2a04f2d2858
  2. swills@

    Solved Is a base system replacement for bootstrapping ports being created?

    I've asked repeatedly for this to be fixed. I've asked again. Hopefully it'll get done this time. Sorry.
  3. swills@

    obs-v4l2sink plugin freebsd port

    For example, one use, would be to send a video stream from OBS to Zoom via Firefox. See https://github.com/umlaeute/v4l2loopback/wiki for more.
  4. swills@

    obs-v4l2sink plugin freebsd port

    Sorry to revive an old dead thread, but for the record: v4l2loopback support is available in the newly released webcamd 5.13.2.5 (committed to ports as well).
  5. swills@

    Can't stop/restart program started by rc.d script (“is not running”)

    FWIW, by using -P, you're saving the pid of the daemon command and checking that it's running, rather than the actual application. This means that the output of service unicorn_appleclue status will return the wrong PID, as will reading the pid file, so if you were using that PID for other...
  6. swills@

    Can't stop/restart program started by rc.d script (“is not running”)

    Try: procname="/home/victor/.venv/appleclue/bin/gunicorn" You may also need command_interpreter="/usr/local/bin/python3.7" as mentioned.
  7. swills@

    kde5 not in pkg repository for 12.2

    This seems to be a bit of a contradiction - you did "make install on tkdesk" but "the only i was installing outside of pkg utility was pkg". Am I misunderstanding?
  8. swills@

    kde5 not in pkg repository for 12.2

    You're mixing official packages built on the quarterly branch with local packages built on the head branch, which is unsupported and can lead to difficult to diagnose problems. Please don't do this. Also, I highly recommend not using portsnap for just that reason, portsnap doesn't support...
  9. swills@

    kde5 not in pkg repository for 12.2

    When 12.1-RELEASE support ends (January 31, 2021), packages will be built on the next supported release (12.2-RELEASE)
  10. swills@

    FreeBSD should adopt something like Ubuntu/Debian's update-alternatives

    What do you mean by "powerful" here? I would think you would want to set JAVA_VERSION, based on what I read in the javavm(1) man page, but I'm not completely sure what you're trying to do.
  11. swills@

    hashicorp vault

    I tend not to MFH updates to vault, figuring that folks on quarterly want fewer updates, but I can if there's demand
  12. swills@

    FreeBSD should adopt something like Ubuntu/Debian's update-alternatives

    I'm curious, can you explain how javavm doesn't achieve the same thing?
  13. swills@

    obs-v4l2sink plugin freebsd port

    yurivict Thanks for the info. I'll note that webcamd does some similar things to what v4l2loopback needs to do...
  14. swills@

    Solved Using ZFS to carry out full-system backup through snapshots

    Just FYI about the -u flag for zfs receive, you should be aware that it only makes it not mounted at receive time. It might still get mounted at reboot. For that you may want to set the canmount property to off.
  15. swills@

    FreeBSD Router Stops Routing

    You should probably start a new thread and share some of the same debugging info there. It may or may not be the exact same issue.
  16. swills@

    kde-workspace-4.11.9 requires modern libGL. Please, set WITH

    Re: kde-workspace-4.11.9 requires modern libGL. Please, set You can avoid this by doing this: echo 'WITH_NEW_XORG="YES"' >> /etc/make.conf but be aware this is going to basically mean reinstalling xorg too, so be sure to copy with that by running "make reinstall" in the x11/xorg port directory.
  17. swills@

    zfs receive -u shouldn't mount received filesystem, right?

    Re: zfs receive -u shouldn't mount received filesystem, righ Did you ever submit a PR for this? If so, what was the number?
  18. swills@

    pkgdb fails after upgrade ro ruby 1.9

    You might need to manually rebuild the RubyGem for BDB. But I wonder: if you're using Portmaster, why are you using pkgdb at all? I think pkgdb is part of Portupgrade and isn't used with Portmaster. Perhaps you can simply remove Portupgrade and forget about pkgdb. I may be misremembering, in...
Back
Top