Search results

  1. Cath O'Deray

    ZFS Label not being assigned to hard drive

    Does the --label option of zdb(8) help you?
  2. Cath O'Deray

    Is there a community list of laptops fully compatible with FreeBSD for daily drive?

    Welcome to The FreeBSD Forums. Not really. This is frequently discussed: https://forums.freebsd.org/threads/freebsd-friendly-laptop-recommendations.91382/ https://forums.freebsd.org/threads/the-perfect-laptop-for-freebsd.94659/ … and so on.
  3. Cath O'Deray

    ZFS ZFS: Corrupt data? Having an issue deleting a directory, causes processes to run away

    I hope that you don't mean openzfs/zfs issue 5346.
  4. Cath O'Deray

    dolphin don't start in kde6

    July:
  5. Cath O'Deray

    bhyve Bhyve graphical control panel

    Can anyone provide (early stage) screenshots of weasel? Thanks
  6. Cath O'Deray

    FreeBSD hangs on init

    Does single user mode succeed?
  7. Cath O'Deray

    Widevine, foreign-cdm and linux_base

    Fixed in doc d4f2d0af3b7636a35722db902b05fd897488569d.
  8. Cath O'Deray

    What's your fastest buildworld time?

    ELI5? TIA
  9. Cath O'Deray

    SDDM 0.20.0_3 freezing after screenlock on RELEASE-14.1

    Typo? I think, that's a match for 270595, which was not a bug. To the best of my recollection, I never encountered the problem. What's your graphics hardware, and driver? Also, please: freebsd-version -kru ; uname -aKU pkg -vv | grep -B 1 -e url -e priority pkg prime-origins | sort -u
  10. Cath O'Deray

    bhyve Bhyve graphical control panel

    sysutils/bhyvemgr was added to the ports collection last month.
  11. Cath O'Deray

    SDDM 0.20.0_3 freezing after screenlock on RELEASE-14.1

    What exactly do you get?
  12. Cath O'Deray

    14.1_&_Samba_4.19

    Thanks, not exactly what I'd expect, but enough to tell that the system is outdated.
  13. Cath O'Deray

    Help with port dependencies

    A step closer, GnuTLS-related: root@mowa219-gjp4-zbook-freebsd:/usr/local/poudriere/ports/default/security/p11-kit # make all-depends-list | wc -l 818 root@mowa219-gjp4-zbook-freebsd:/usr/local/poudriere/ports/default/security/p11-kit # make all-depends-list | grep django...
  14. Cath O'Deray

    UFS Recover file after power loss

    Seek a (hidden) .gsf-save-* file at the same path. From a run of truss gnumeric, for a file that I chose to save at /tmp: … readlink("/tmp/Book1.gnumeric",0xdf13001d200,256) ERR#2 'No such file or directory' fstatat(AT_FDCWD,"/tmp/Book1.gnumeric",0x820fe4420,0x0) ERR#2 'No such file or...
  15. Cath O'Deray

    Help with port dependencies

    If you truly want to remove options, use poudriere-options(8) option -r. The curl example: root@mowa219-gjp4-zbook-freebsd:~ # poudriere options -r ftp/curl [00:00:00] Working on options directory: /usr/local/etc/poudriere.d/options [00:00:00] Using ports from...
  16. Cath O'Deray

    Basic pkg question

    Rocky Linux base is another example of a dry run not forewarning of removals until after relevant packages have been fetched.
  17. Cath O'Deray

    Widevine, foreign-cdm and linux_base

    There's a mistake in the May 2024 change to the FreeBSD Handbook (committed a couple of days ago). I added a comment there. Also: % pkg search rl9 | grep -i userland % pkg search rl9 | grep -i meta linux-rl9-9.4 Meta-port for all things Rocky Linux 9.4 % pkg search...
  18. Cath O'Deray

    Help with port dependencies

    Compare the results of these two commands: poudriere options -ns ftp/curl poudriere options -s ftp/curl Ignore the direction to use make config. Hint: ^ % pkg_tree -v ^curl curl-8.10.1 |\__ libnghttp2-1.63.0 |\__ libssh2-1.11.0_1,3 \__ libpsl-0.21.5_1 |\__ libidn2-2.3.7 |...
Back
Top